Skip to content

Commit ef50f0f

Browse files
committed
utils: update toolchain snapshot to permit building early swift-driver
The early swift-driver on Windows requires statically linking to the runtime. Update to a snapshot that is new enough to contain the static runtime with the appropriate fixes to enable building the early swift-driver.
1 parent 4a54598 commit ef50f0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

utils/build.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ if ($Test -contains "*") {
208208

209209
$DefaultPinned = @{
210210
AMD64 = @{
211-
PinnedBuild = "https://download.swift.org/swift-6.1.2-release/windows10/swift-6.1.2-RELEASE/swift-6.1.2-RELEASE-windows10.exe";
212-
PinnedSHA256 = "92A0323ED7DD333C3B05E6E0E428F3A91C77D159F6CCFC8626A996F2ACE09A0B";
213-
PinnedVersion = "6.1.2";
211+
PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-08-11-a/swift-DEVELOPMENT-SNAPSHOT-2025-08-11-a-windows10.exe"
212+
PinnedSHA256 = "AD6B697EF4EBA1E4BE3808058227AFC01355FAD3A9BC9D8D139131B529E9394E";
213+
PinnedVersion = "0.0.0";
214214
};
215215
ARM64 = @{
216-
PinnedBuild = "https://download.swift.org/swift-6.1.2-release/windows10-arm64/swift-6.1.2-RELEASE/swift-6.1.2-RELEASE-windows10-arm64.exe";
217-
PinnedSHA256 = "121FB407E578178F82DCCF39A4D03527873D8F7611A801A8FC26DA52503A0C5C";
218-
PinnedVersion = "6.1.2";
216+
PinnedBuild = "https://download.swift.org/development/windows10-arm64/swift-DEVELOPMENT-SNAPSHOT-2025-08-11-a/swift-DEVELOPMENT-SNAPSHOT-2025-08-11-a-windows10-arm64.exe";
217+
PinnedSHA256 = "";
218+
PinnedVersion = "0.0.0";
219219
};
220220
}
221221

0 commit comments

Comments
 (0)