-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Windows] regression: swift --version
, swift build
does not output anything to console and returns immediately
#80356
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
cc @compnerd |
swift --version
, swift build
does not output anything to console and returns immediatelyswift --version
, swift build
does not output anything to console and returns immediately
Analyzed the toolchain at https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-03-25-a/swift-DEVELOPMENT-SNAPSHOT-2025-03-25-a-windows10.exe and confirmed that there are a mix of x86_64 and aarch64 binaries. This is an x86_64 toolchain, yet:
The compiler runtimes appear correct:
And the toolchain content is all x86_64. So it seems just the runtime part has the wrong arch. |
@compnerd Any idea what might've went wrong here which went in between March 10th and 25th? |
Perhaps #80024 could be related? |
It might be related to that PR - I have a follow up that I am working on right now. This sounds like there is an issue with the DLLs which are being packaged up. |
once the issue is fixed, we will need to revert swiftlang/swift-docker#453 to ensure the Windows docker image are no longer pinned to an "older" toolchain version |
I think that #80157 might fix the issue. Longer term, we need to figure out how to do some smoke testing for Windows with the toolchain itself. |
Uh oh!
There was an error while loading. Please reload this page.
Description
There appears to have been a regression on the nightly main Windows toolchain sometime between March 10 and March 25, 2025 OSS toolchain, where running
swift build
in a directory containing aPackage.swift
outputs nothing to the console and returns immediately.Reproduction
Package.swift
(I cloned https://github.com/swiftlang/swift-package-manager)swift build
Expected behavior
A build starts, but nothing happens.
Environment
Additional information
x86_64
exe installerThe text was updated successfully, but these errors were encountered: