-
Notifications
You must be signed in to change notification settings - Fork 56
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
Swift 5.8 isn't available on Windows #560
Comments
Same error on 5.9: https://github.com/kassane/CxxInterop-tests/actions/runs/7087742018/job/19288682450#step:4:5 Run swift-actions/[email protected]
Error: Unexpected error, unable to continue. Please report at https://github.com/swift-actions/setup-swift/issues
Version "5.9" is not available
Stacktrace:
Error: Version "5.9" is not available
at Object.verify (D:\a\_actions\swift-actions\setup-swift\v1.25.0\dist\index.js:648:15)
at D:\a\_actions\swift-actions\setup-swift\v1.25.0\dist\index.js:397:36
at Generator.next (<anonymous>)
at fulfilled (D:\a\_actions\swift-actions\setup-swift\v1.25.0\dist\index.js:377:58) |
This setup is not intended to work on Windows with Swift versions 5.7, 5.7.1, 5.7.2, 5.7.3, 5.8, 5.8.1, 5.9, 5.9.1, and 5.9.2. This is a specification, not a bug. setup-swift/src/swift-versions.ts Line 6 in cdbe0f7
|
Oh, that's disappointing. Why has setup-swift dropped Windows support? |
@wadetregaskis |
Describe the bug
"Version "5.8" is not available"
https://github.com/wadetregaskis/FoundationExtensions/actions/runs/4842921516/jobs/8630176019#step:2:5
Workflow configuration (please complete the following information):
uses
): swift-actions/setup-swift@v1runs-on
): windows-latestswift-version
): 5.8The text was updated successfully, but these errors were encountered: