Skip to content

Commit 46ea958

Browse files
committed
chore: move Swift concurrency checking to complete
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent df06b03 commit 46ea958

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@
15421542
SDKROOT = iphoneos;
15431543
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
15441544
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1545+
SWIFT_STRICT_CONCURRENCY = complete;
15451546
};
15461547
name = Debug;
15471548
};
@@ -1598,6 +1599,7 @@
15981599
MTL_FAST_MATH = YES;
15991600
SDKROOT = iphoneos;
16001601
SWIFT_COMPILATION_MODE = wholemodule;
1602+
SWIFT_STRICT_CONCURRENCY = complete;
16011603
VALIDATE_PRODUCT = YES;
16021604
};
16031605
name = Release;

0 commit comments

Comments
 (0)