We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40d883 commit 10ddf07Copy full SHA for 10ddf07
utils/build.ps1
@@ -276,7 +276,7 @@ if ($UseHostToolchain -is [string]) {
276
$DefaultPinned = @{
277
AMD64 = @{
278
PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10.exe";
279
- PinnedSHA256 = "";
+ PinnedSHA256 = "1B93C9B419070925E5ABCD1A273C510121E9928554876EC0DCA530121D8C93D3";
280
PinnedVersion = "0.0.0";
281
};
282
ARM64 = @{
0 commit comments