mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Turn off strict concurrency checking in the Account module.
This commit is contained in:
@@ -50,10 +50,10 @@ let package = Package(
|
||||
"FeedFinder",
|
||||
"CommonErrors",
|
||||
"Feedly"
|
||||
],
|
||||
swiftSettings: [
|
||||
.enableExperimentalFeature("StrictConcurrency")
|
||||
]
|
||||
// swiftSettings: [
|
||||
// .enableExperimentalFeature("StrictConcurrency")
|
||||
// ]
|
||||
),
|
||||
.testTarget(
|
||||
name: "AccountTests",
|
||||
|
||||
Reference in New Issue
Block a user