File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Tests/SwiftSDKGeneratorTests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ extension GeneratorCLI {
98
98
var swiftBranch : String ? = nil
99
99
100
100
@Option ( help: " Version of Swift to supply in the bundle. " )
101
- var swiftVersion = " 6.0.2 -RELEASE "
101
+ var swiftVersion = " 6.0.3 -RELEASE "
102
102
103
103
@Option (
104
104
help: """
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ final class Swift510_UbuntuEndToEndTests: XCTestCase {
363
363
364
364
final class Swift60_UbuntuEndToEndTests : XCTestCase {
365
365
let config = SDKConfiguration (
366
- swiftVersion: " 6.0.2 " ,
366
+ swiftVersion: " 6.0.3 " ,
367
367
linuxDistributionName: " ubuntu " ,
368
368
architecture: " aarch64 " ,
369
369
withDocker: false
@@ -430,7 +430,7 @@ final class Swift510_RHELEndToEndTests: XCTestCase {
430
430
431
431
final class Swift60_RHELEndToEndTests : XCTestCase {
432
432
let config = SDKConfiguration (
433
- swiftVersion: " 6.0.2 " ,
433
+ swiftVersion: " 6.0.3 " ,
434
434
linuxDistributionName: " rhel " ,
435
435
architecture: " aarch64 " ,
436
436
withDocker: true // RHEL-based SDKs can only be built from containers
You can’t perform that action at this time.
0 commit comments