File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.9
1
+ // swift-tools-version: 6.0
2
2
//===----------------------------------------------------------------------===//
3
3
//
4
4
// This source file is part of the Swift WebAuthn open source project
@@ -36,15 +36,13 @@ let package = Package(
36
36
. product( name: " Crypto " , package : " swift-crypto " ) ,
37
37
. product( name: " _CryptoExtras " , package : " swift-crypto " ) ,
38
38
. product( name: " Logging " , package : " swift-log " ) ,
39
- ] ,
40
- swiftSettings: [ . enableExperimentalFeature( " StrictConcurrency=complete " ) ]
39
+ ]
41
40
) ,
42
41
. testTarget(
43
42
name: " WebAuthnTests " ,
44
43
dependencies: [
45
44
. target( name: " WebAuthn " )
46
- ] ,
47
- swiftSettings: [ . enableExperimentalFeature( " StrictConcurrency=complete " ) ]
45
+ ]
48
46
)
49
47
]
50
48
)
You can’t perform that action at this time.
0 commit comments