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 XCFrameworks through Swift interface files #2044

Conversation

keith
Copy link
Member

@keith keith commented Aug 11, 2023

Previously, support for importing Swift based XCFrameworks 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 XCFrameworks.

(cherry picked from commit 3ed9049)

keith referenced this pull request Aug 11, 2023
…files

Previously, support for importing Swift based XCFrameworks 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 XCFrameworks.

PiperOrigin-RevId: 464608989
@keith
Copy link
Member Author

keith commented Aug 11, 2023

depends on bazelbuild/rules_swift#1085

stravinskii and others added 2 commits August 11, 2023 18:22
…files

Previously, support for importing Swift based XCFrameworks 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 XCFrameworks.

(cherry picked from commit 3ed9049)
@keith keith force-pushed the ks/add-support-for-importing-swift-xcframeworks-through-swift-interface-files branch from eb96faa to 88c256d Compare August 12, 2023 01:22
@keith keith marked this pull request as ready for review August 12, 2023 01:39
@keith keith enabled auto-merge (squash) August 12, 2023 01:44
@keith keith merged commit 565726a into master Aug 12, 2023
3 checks passed
@keith keith deleted the ks/add-support-for-importing-swift-xcframeworks-through-swift-interface-files branch August 12, 2023 01:52
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