mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
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
Block a user