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 @@ -303,7 +303,7 @@ final class Swift510_UbuntuEndToEndTests: XCTestCase {
303
303
304
304
final class Swift60_UbuntuEndToEndTests : XCTestCase {
305
305
let config = SDKConfiguration (
306
- swiftVersion: " 6.0.2 " ,
306
+ swiftVersion: " 6.0.3 " ,
307
307
linuxDistributionName: " ubuntu " ,
308
308
architecture: " aarch64 " ,
309
309
withDocker: false
@@ -370,7 +370,7 @@ final class Swift510_RHELEndToEndTests: XCTestCase {
370
370
371
371
final class Swift60_RHELEndToEndTests : XCTestCase {
372
372
let config = SDKConfiguration (
373
- swiftVersion: " 6.0.2 " ,
373
+ swiftVersion: " 6.0.3 " ,
374
374
linuxDistributionName: " rhel " ,
375
375
architecture: " aarch64 " ,
376
376
withDocker: true // RHEL-based SDKs can only be built from containers
You can’t perform that action at this time.
0 commit comments