-
Notifications
You must be signed in to change notification settings - Fork 71
Failed to find Swift Toolchain on macOS #1502
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
This might actually be a SwiftPM/Swiftly bug - I'm getting prompted to install |
Thanks for reporting this @0xTim! I just tried this workflow today and I think @plemarquand has fixed with the latest version of the extension (version 2.2.0 - which should be published shortly, or the pre-release swift-vscode-2.3.20250415 which has been published already). Could you please give that a try? |
I think this should be resolved by #1470, but please do let me know if you're still experiencing this with a swiftly managed toolchain on macOS using the 2.2.0 extension (which is now released). |
@plemarquand I now get "unable to automatically discover your Swift toolchain". I think this is a Swift/Swiftly issue - I get an error with |
Describe the bug
When running on a clean install of macOS I'm getting the error "Failed to find Swift toolchain". This is a fresh VM with nothing installed.
Important Note: This environment has installed Swift via Swiftly and Xcode is not installed
To Reproduce
Expected behavior
Toolchain discovered so I can create projects, build etc
Environment
swift --version
): Swift version 6.1 (swift-6.1-RELEASE)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: