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 16.3 breaks Skip by changing the plugin output folder #381

Open
marcprux opened this issue Mar 26, 2025 · 2 comments
Open

Xcode 16.3 breaks Skip by changing the plugin output folder #381

marcprux opened this issue Mar 26, 2025 · 2 comments

Comments

@marcprux
Copy link
Contributor

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.

@marcprux marcprux pinned this issue Mar 26, 2025
@marcprux
Copy link
Contributor Author

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).

@marcprux
Copy link
Contributor Author

marcprux commented Mar 26, 2025

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:

Image

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

No branches or pull requests

1 participant