Skip to content

Commit 9d40420

Browse files
authored
Swift: Bump to 6.3 (#646)
6.3 is released now
1 parent 7942721 commit 9d40420

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3-snapshot-2026-02-27
1+
6.3

vminitd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export BUILD_TIME := $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
2020
SWIFT_WARNING_CONFIG := $(if $(filter-out false,$(WARNINGS_AS_ERRORS)),-Xswiftc -warnings-as-errors)
2121
SWIFT_CONFIGURATION := --swift-sdk aarch64-swift-linux-musl $(SWIFT_WARNING_CONFIG) -Xlinker -s --disable-automatic-resolution
2222

23-
SWIFT_VERSION := 6.3-snapshot-2026-02-27
24-
SWIFT_SDK_URL := https://download.swift.org/swift-6.3-branch/static-sdk/swift-6.3-DEVELOPMENT-SNAPSHOT-2026-02-27-a/swift-6.3-DEVELOPMENT-SNAPSHOT-2026-02-27-a_static-linux-0.1.0.artifactbundle.tar.gz
23+
SWIFT_VERSION := 6.3
24+
SWIFT_SDK_URL := https://download.swift.org/swift-6.3-release/static-sdk/swift-6.3-RELEASE/swift-6.3-RELEASE_static-linux-0.1.0.artifactbundle.tar.gz
2525
SWIFT_SDK_PATH := /tmp/$(notdir $(SWIFT_SDK_URL))
2626

2727
SWIFTLY_URL := https://download.swift.org/swiftly/darwin/swiftly.pkg

0 commit comments

Comments
 (0)