From 29eecbe5d5cf8e0b7776ee838596441e20feb4bb Mon Sep 17 00:00:00 2001 From: Fabroce de Gans Date: Mon, 8 Dec 2025 12:43:07 +0100 Subject: [PATCH] utils: Update the bootstrap Windows toolchain The current Windows arm64 bootstrap toolchain is not functional. --- utils/build.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/build.ps1 b/utils/build.ps1 index 0f25c2e22c5..019ffc42b2e 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -273,13 +273,13 @@ if ($UseHostToolchain -is [string]) { $DefaultPinned = @{ AMD64 = @{ - PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10.exe"; - PinnedSHA256 = "1B93C9B419070925E5ABCD1A273C510121E9928554876EC0DCA530121D8C93D3"; + PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a-windows10.exe"; + PinnedSHA256 = "E16E5289691D9FBD01075054A066D5BB9BF6DE061970758DD9E8863606763C09"; PinnedVersion = "0.0.0"; }; ARM64 = @{ - PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10-arm64.exe" - PinnedSHA256 = "D3F22B491E91F65996861246262D069BFA150E55DECBCB4AEE9FC6C7FD529F18"; + PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a/swift-DEVELOPMENT-SNAPSHOT-2025-12-01-a-windows10-arm64.exe" + PinnedSHA256 = "39C9013F2CC3FE5186D3F10E30023BED4456F971CFAA0E900779A5F55A9651F1"; PinnedVersion = "0.0.0"; }; }