Skip to content

Commit

Permalink
chore: enable strict concurrency mode for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Jul 19, 2024
1 parent de31aeb commit 1fa6904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/XCConfigs/Base/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ SWIFT_COMPILATION_MODE_Release = wholemodule
SWIFT_OPTIMIZATION_LEVEL = $(SWIFT_OPTIMIZATION_LEVEL_$(CONFIGURATION))
SWIFT_OPTIMIZATION_LEVEL_Debug = -Onone
SWIFT_OPTIMIZATION_LEVEL_Release = -O
SWIFT_STRICT_CONCURRENCY = complete
SWIFT_VERSION = 5.0
TARGETED_DEVICE_FAMILY = 1
VALIDATE_PRODUCT = $(VALIDATE_PRODUCT_$(CONFIGURATION))
Expand Down

0 comments on commit 1fa6904

Please sign in to comment.