File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ let package = Package(
5656 . product( name: " Logging " , package : " swift-log " ) ,
5757 . product( name: " Atomics " , package : " swift-atomics " ) ,
5858 . product( name: " Algorithms " , package : " swift-algorithms " ) ,
59+ ] ,
60+ swiftSettings: [
61+ . enableExperimentalFeature( " StrictConcurrency " )
5962 ]
6063 ) ,
6164 . testTarget(
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
3232
3333 test :
3434 << : *common
35- command : /bin/bash -xcl "swift test --parallel -Xswiftc -warnings-as-errors - -enable-test-discovery $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
35+ command : /bin/bash -xcl "swift test --parallel --enable-test-discovery $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
3636
3737 # util
3838
You can’t perform that action at this time.
0 commit comments