Turn off strict concurrency checking in the Account module.

This commit is contained in:
Brent Simmons 2024-04-17 21:03:43 -07:00
parent 8931bc1cf1
commit 88ec8b20c2

View File

@ -50,10 +50,10 @@ let package = Package(
"FeedFinder",
"CommonErrors",
"Feedly"
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
// swiftSettings: [
// .enableExperimentalFeature("StrictConcurrency")
// ]
),
.testTarget(
name: "AccountTests",