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

Xcode 14.0 support #152

Merged
merged 3 commits into from
Jun 20, 2022
Merged

Xcode 14.0 support #152

merged 3 commits into from
Jun 20, 2022

Conversation

polac24
Copy link
Collaborator

@polac24 polac24 commented Jun 18, 2022

Xcode 14 beta 1 by default uses a new driver for integration between Swift <-> Xcode. It seems that Xcode doesn't shell out the planning phase (aka analyzing) to the external process but just uses an internal dynamic library for that (libSwiftDriver). Until a better way is found, disabling the new swift driver with SWIFT_USE_INTEGRATED_DRIVER = NO.

Swift driver, the component that orchestrates Swift front-end invocations, is now integrated into Xcode’s build system, allowing for fine granular dependencies to other build system tasks and explicit scheduling. (72440175)

@polac24 polac24 mentioned this pull request Jun 18, 2022
4 tasks
@aleksandergrzyb aleksandergrzyb self-requested a review June 20, 2022 06:45
@polac24 polac24 merged commit 1558675 into spotify:master Jun 20, 2022
@polac24 polac24 deleted the xcode14-fallback branch June 20, 2022 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants