-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
Unable to build on Xcode 13 RC #989
Comments
Issue we can follow in the PathKit repo: kylef/PathKit#77 |
Please merge the open PRs to release a hotfix version. Currently it's not possible to compile Sourcery with Xcode 13. From that reason It's not possible to install it via Mint, if you have only Xcode 13 installed. |
It's a blocker for us too! |
Blocker here as well. |
updated on master, but you'd be better off using binary distribution (or brew once I release it) since using just SPM (what mint does) causes the issue with the dylib linking that you saw wheres if you use binary it doesn't matter which version of Xcode your developers have it will still work consistently |
I was trying to build the latest release of Sourcery (1.5.0) via SPM on the Xcode 13 RC 1 (13A233) toolchain. Due to an API change in
strdup
one of Sourcery's dependencies PathKit fails to build:A PR fixing the issue has already been opened in the PathKit repo (kylef/PathKit#78). Once PathKit offers a release containing the fix we can update the dependency in order to resolve this.
Swift version:
The text was updated successfully, but these errors were encountered: