apple / swift-service-context

Minimal type-safe context propagation container
https://github.com/apple/swift-distributed-tracing
Apache License 2.0
66 stars 22 forks source link

Enable strict concurrency #50

Closed czechboy0 closed 4 days ago

czechboy0 commented 4 days ago

Motivation:

Catch potential data races at build time.

Modifications:

Enabled strict concurrency complete checking.

Result:

Fewer potential data races can sneak in.