-
Notifications
You must be signed in to change notification settings - Fork 53
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 16.3 breaks Skip by changing the plugin output folder #381
Comments
This is the second time in recent memory that an undocumented change as stymied the Skip build (see https://forums.swift.org/t/swiftpm-included-with-xcode-16b3-changes-plugin-output-folder-to-destination/73220/3). |
There are three places that will need to be updated to both handle the new path and accommodate previous Xcode versions at the same time:
![]() |
marcprux
added a commit
to skiptools/skip-unit
that referenced
this issue
Mar 27, 2025
marcprux
added a commit
to skiptools/skip-unit
that referenced
this issue
Mar 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xcode 16.3 changes the plugin output folder from
${BUILT_PRODUCTS_DIR}/../../../SourcePackages/plugins/
to${BUILT_PRODUCTS_DIR}/../../../Build/Intermediates.noindex/BuildToolPluginIntermediates/
, thereby breaking any Skip app for people who upgrade.We will be providing guidelines about how to manually fix this issue, but for the time being, we recommend sticking with Xcode 16.2 or lower for your Skip projects.
The text was updated successfully, but these errors were encountered: