Commit 06a06bd
authored
Enable strict concurrency (#119)
## Summary
Catch potential data races at build time.
- Enabled strict concurrency checking in the Package.swift.
- The package is warning-free with this setting out of the box, so no
action.
## Test Plan
Verified no warnings and tests pass locally on macOS, and then on Linux
with 5.9, 5.10, and 6.01 parent 046eada commit 06a06bd
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments