Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for swiftinterface files from (xc)frameworks file processing #2043

Conversation

keith
Copy link
Member

@keith keith commented Aug 11, 2023

Originally we chose not to take this upstream commit because we want to
maintain support for pre-compiling your own internal frameworks without
library evolution. Due to future commits on the upstream branch that we
do want this commit takes swiftinterface only support while still
maintaining swiftmodule support

(cherry picked from commit 6c85e96)

Originally we chose not to take this upstream commit because we want to
maintain support for pre-compiling your own internal frameworks without
library evolution. Due to future commits on the upstream branch that we
do want this commit takes swiftinterface only support while still
maintaining swiftmodule support

(cherry picked from commit 6c85e96)
@keith keith enabled auto-merge (squash) August 11, 2023 18:53
keith referenced this pull request Aug 11, 2023
This moves `.swiftmodule` files to be ignored during both framework and
XCFrameworks file processing. Leaving only `.swiftinterface` files as the
only Swift module file to be used for import rules.

PiperOrigin-RevId: 464599149
@keith keith merged commit 5926b99 into master Aug 11, 2023
3 checks passed
@keith keith deleted the ks/add-support-for-swiftinterface-files-from-xc-frameworks-file-processing branch August 11, 2023 19:02
chiragramani pushed a commit to uber-common/rules_apple that referenced this pull request Aug 11, 2023
…ing (bazelbuild#2043)

Originally we chose not to take this upstream commit because we want to
maintain support for pre-compiling your own internal frameworks without
library evolution. Due to future commits on the upstream branch that we
do want this commit takes swiftinterface only support while still
maintaining swiftmodule support

(cherry picked from commit 6c85e96)

Co-authored-by: Mauricio Garcia <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants