-
-
Notifications
You must be signed in to change notification settings - Fork 45
Fatal Error #382
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
Comments
Sorry for your inconvenience. I'd like to know more details about your situation because I can't reproduce your issue on my side.
|
Could you try with |
hm it looks like Foundation on 13 requires swift 5.7?
I tried using the 5.7 toolchain but it also failed |
I think I'm facing the same issue, and a bit of digging gave me this; error
Sorry for the huge text blob
|
I think the issue comes from our use of libSwiftPM - on macOS it defaults to use the toolchain provided by xcrun vs our toolchain. We have an imminent fix for Xcode 14/Swift 5.7 but we should look into fixing it in a more resilient way. |
Fixed, by re-downloading the 5.7 sdk. |
I downloaded the 5.7 with: I created a Now
Tested with carton 0.17 built from source code and it works. |
Version 1.0 rewrote the |
That's all I see when trying to use
carton dev
, even when using the templatesThe text was updated successfully, but these errors were encountered: