Skip to content

Commit 0c65e75

Browse files
authored
generator: Use Swift 6.0.3 by default (#169)
1 parent 72c5117 commit 0c65e75

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
@@ -363,7 +363,7 @@ final class Swift510_UbuntuEndToEndTests: XCTestCase {
363363

364364
final class Swift60_UbuntuEndToEndTests: XCTestCase {
365365
let config = SDKConfiguration(
366-
swiftVersion: "6.0.2",
366+
swiftVersion: "6.0.3",
367367
linuxDistributionName: "ubuntu",
368368
architecture: "aarch64",
369369
withDocker: false
@@ -430,7 +430,7 @@ final class Swift510_RHELEndToEndTests: XCTestCase {
430430

431431
final class Swift60_RHELEndToEndTests: XCTestCase {
432432
let config = SDKConfiguration(
433-
swiftVersion: "6.0.2",
433+
swiftVersion: "6.0.3",
434434
linuxDistributionName: "rhel",
435435
architecture: "aarch64",
436436
withDocker: true // RHEL-based SDKs can only be built from containers

0 commit comments

Comments
 (0)