You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation:
Catch potential data races at build time.
### Modifications:
- Enabled strict concurrency checking in the Package.swift and removed
it from the CI flags.
### Result:
Fewer potential data races can sneak in.
### Test Plan
Ran tests locally, did not see any concurrency warnings or errors.
0 commit comments