Enable strict concurrency.
This commit is contained in:
parent
550a847352
commit
2230013bf8
|
@ -25,7 +25,10 @@ let package = Package(
|
|||
.target(
|
||||
name: "Parser",
|
||||
dependencies: ["ParserObjC"],
|
||||
path: "Sources/Swift"),
|
||||
path: "Sources/Swift",
|
||||
swiftSettings: [
|
||||
.enableExperimentalFeature("StrictConcurrency")
|
||||
]),
|
||||
.target(
|
||||
name: "ParserObjC",
|
||||
dependencies: [],
|
||||
|
|
Loading…
Reference in New Issue