Skip to content

Commit 584832c

Browse files
committed
generator: Use Swift 6.0.3 by default
1 parent 6517aa2 commit 584832c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/GeneratorCLI/GeneratorCLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extension GeneratorCLI {
9898
var swiftBranch: String? = nil
9999

100100
@Option(help: "Version of Swift to supply in the bundle.")
101-
var swiftVersion = "6.0.2-RELEASE"
101+
var swiftVersion = "6.0.3-RELEASE"
102102

103103
@Option(
104104
help: """

Tests/SwiftSDKGeneratorTests/EndToEndTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ final class Swift510_UbuntuEndToEndTests: XCTestCase {
303303

304304
final class Swift60_UbuntuEndToEndTests: XCTestCase {
305305
let config = SDKConfiguration(
306-
swiftVersion: "6.0.2",
306+
swiftVersion: "6.0.3",
307307
linuxDistributionName: "ubuntu",
308308
architecture: "aarch64",
309309
withDocker: false
@@ -370,7 +370,7 @@ final class Swift510_RHELEndToEndTests: XCTestCase {
370370

371371
final class Swift60_RHELEndToEndTests: XCTestCase {
372372
let config = SDKConfiguration(
373-
swiftVersion: "6.0.2",
373+
swiftVersion: "6.0.3",
374374
linuxDistributionName: "rhel",
375375
architecture: "aarch64",
376376
withDocker: true // RHEL-based SDKs can only be built from containers

0 commit comments

Comments
 (0)