Turn on strict concurrency.
This commit is contained in:
parent
cdc62c22ec
commit
f872f8aa86
|
@ -44,7 +44,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 17.0
|
||||||
//SDKROOT = macosx
|
//SDKROOT = macosx
|
||||||
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
SWIFT_SWIFT3_OBJC_INFERENCE = Off
|
||||||
SWIFT_VERSION = 5.10
|
SWIFT_VERSION = 5.10
|
||||||
SWIFT_STRICT_CONCURRENCY = targeted
|
SWIFT_STRICT_CONCURRENCY = complete
|
||||||
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS = NO
|
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
|
// https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33
|
||||||
|
|
Loading…
Reference in New Issue