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 importing Swift frameworks through Swift interface files #2045

Conversation

keith
Copy link
Member

@keith keith commented Aug 11, 2023

Previously, support for importing Swift based frameworks was limited
to Swift interoperability with Objective-C targets through imported Clang
module map files. This change adopts recently introduced swift_common
API to compile Swift module interface files imported by Apple frameworks.

PiperOrigin-RevId: 464877564
(cherry picked from commit ede1610)

keith referenced this pull request Aug 11, 2023
Previously, support for importing Swift based frameworks was limited
to Swift interoperability with Objective-C targets through imported Clang
module map files. This change adopts recently introduced swift_common
API to compile Swift module interface files imported by Apple frameworks.

PiperOrigin-RevId: 464877564
@keith
Copy link
Member Author

keith commented Aug 11, 2023

depends on bazelbuild/rules_swift#1085 and #2044

@keith keith force-pushed the ks/add-support-for-importing-swift-frameworks-through-swift-interface-files branch from d3ed7de to 2e548f3 Compare August 12, 2023 01:22
stravinskii and others added 2 commits August 14, 2023 10:53
Previously, support for importing Swift based frameworks was limited
to Swift interoperability with Objective-C targets through imported Clang
module map files. This change adopts recently introduced swift_common
API to compile Swift module interface files imported by Apple frameworks.

PiperOrigin-RevId: 464877564
(cherry picked from commit ede1610)
@keith keith force-pushed the ks/add-support-for-importing-swift-frameworks-through-swift-interface-files branch from 2e548f3 to 4812987 Compare August 14, 2023 17:53
@keith keith marked this pull request as ready for review August 14, 2023 18:19
@keith keith enabled auto-merge (squash) August 14, 2023 18:26
@keith keith merged commit 5e8f919 into master Aug 14, 2023
3 checks passed
@keith keith deleted the ks/add-support-for-importing-swift-frameworks-through-swift-interface-files branch August 14, 2023 18:32
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