From 178cba34ad4cf4a59ffcdaf2fb08aca2ce70e701 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 5 May 2024 16:43:38 -0700 Subject: [PATCH] Turn on strict concurrency for Mac targets. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 687bababd..14a117347 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -8,3 +8,4 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon COMBINE_HIDPI_IMAGES = YES MACOSX_DEPLOYMENT_TARGET = 14.0 SDKROOT = macosx; +SWIFT_STRICT_CONCURRENCY = complete