mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Disable strict concurrency in the Images module due to warnings that can’t be fixed right now.
This commit is contained in:
parent
280a59ffa3
commit
8931bc1cf1
@ -22,10 +22,12 @@ let package = Package(
|
||||
"Core",
|
||||
"Articles",
|
||||
"Account"
|
||||
],
|
||||
swiftSettings: [
|
||||
.enableExperimentalFeature("StrictConcurrency")
|
||||
]
|
||||
// Disabled due to Sendable warnings about RSImage (NSImage).
|
||||
// TODO: check if Swift 6 will allow us to deal with these warnings.
|
||||
// swiftSettings: [
|
||||
// .enableExperimentalFeature("StrictConcurrency")
|
||||
// ]
|
||||
),
|
||||
.testTarget(
|
||||
name: "ImagesTests",
|
||||
|
Loading…
Reference in New Issue
Block a user