From f872f8aa86408d5d6a7a6b3c55f479657961113d Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 8 Jun 2024 11:42:24 -0700 Subject: [PATCH] Turn on strict concurrency. --- xcconfig/NetNewsWire_project.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index 987a7b2a6..140cf0a2f 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -44,7 +44,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.0 //SDKROOT = macosx SWIFT_SWIFT3_OBJC_INFERENCE = Off SWIFT_VERSION = 5.10 -SWIFT_STRICT_CONCURRENCY = targeted +SWIFT_STRICT_CONCURRENCY = complete ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO // https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33