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 {
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: """
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ final class Swift510_UbuntuEndToEndTests: XCTestCase {
363363
364364final 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
431431final 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
You can’t perform that action at this time.
0 commit comments