File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 linux_5_9_enabled : false
4949 linux_5_10_enabled : true
50- linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
51- linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
50+ linux_6_0_enabled : true
51+ linux_nightly_6_0_enabled : true
52+ linux_nightly_main_enabled : true
53+ linux_6_0_arguments_override : " --enable-experimental-swift-testing"
54+ linux_nightly_6_0_arguments_override : " --enable-experimental-swift-testing --explicit-target-dependency-import-check error"
55+ linux_nightly_main_arguments_override : " --enable-experimental-swift-testing --explicit-target-dependency-import-check error"
5256
5357 swift-6-language-mode :
5458 name : Swift 6 Language Mode
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let package = Package(
1414 . package ( url: " https://github.com/swift-server/swift-aws-lambda-runtime.git " , from: " 1.0.0-alpha.3 " ) ,
1515 . package ( url: " https://github.com/swift-server/swift-aws-lambda-events.git " , from: " 0.3.0 " ) ,
1616 . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.3.0 " ) ,
17- . package ( url: " https://github.com/apple/swift-testing.git " , branch: " main " ) ,
17+ // .package(url: "https://github.com/apple/swift-testing.git", branch: "main"),
1818 ] ,
1919 targets: [
2020 . target(
@@ -32,7 +32,7 @@ let package = Package(
3232 name: " OpenAPILambdaTests " ,
3333 dependencies: [
3434 . byName( name: " OpenAPILambda " ) ,
35- . product( name: " Testing " , package : " swift-testing " ) ,
35+ // .product(name: "Testing", package: "swift-testing"),
3636 ]
3737 ) ,
3838 ]
You can’t perform that action at this time.
0 commit comments