- Compiler flag:
-enforce-exclusivity=<value>
- Build setting:
SWIFT_ENFORCE_EXCLUSIVE_ACCESS
Xcode 10.1 & Swift 4.2
- Compiler default for non optimized builds if you pass no argument is the same as if you passed
checked
- Compiler default for optimized builds if you pass no argument is the same as if you passed
unchecked
Configuration | Compiler Flag Value | Build Setting Description | Build Setting Value | Notes |
---|