From 2c2ffd8206453ee601ad7dda07b2ce1e77b06625 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 29 Sep 2024 21:20:19 -0700 Subject: [PATCH] Turn on BUILD_INDEPENDENT_TARGETS_IN_PARALLEL. --- xcconfig/NetNewsWire_project.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index d62cc9ba3..7fd5aa850 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -47,6 +47,7 @@ SWIFT_VERSION = 5.10 SWIFT_STRICT_CONCURRENCY = complete ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO DEAD_CODE_STRIPPING = YES +BUILD_INDEPENDENT_TARGETS_IN_PARALLEL = YES // https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33 DISABLE_DIAMOND_PROBLEM_DIAGNOSTIC = YES