Skip to content

Emit private interfaces on all swift libraries #70680

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

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

etcwilde
Copy link
Member

@etcwilde etcwilde commented Jan 3, 2024

Swift-driver PR 1043 updated the new driver to always emit private swiftinterface files. This was not carried back to the old driver, so attempting to bootstrap the toolchain on a system that does not have the new driver fails to install because we try to install the private swiftinterface on all Swift targets.

Swift-driver PR [1043](swiftlang/swift-driver#1043)
updated the new driver to always emit private swiftinterface files.
This was not carried back to the old driver, so attempting to bootstrap
the toolchain on a system that does not have the new driver fails to
install because we try to install the private swiftinterface on all
Swift targets.
@etcwilde
Copy link
Member Author

etcwilde commented Jan 3, 2024

@swift-ci please smoke test

@etcwilde etcwilde merged commit 2752414 into swiftlang:main Jan 3, 2024
@etcwilde etcwilde deleted the ewilde/emit-private-interface branch January 3, 2024 21:14
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