Turn on BUILD_INDEPENDENT_TARGETS_IN_PARALLEL.

This commit is contained in:
Brent Simmons 2024-09-29 21:20:19 -07:00
parent 2c719714ab
commit 2c2ffd8206

View File

@ -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