getsentry / sentry-cocoa

The official Sentry SDK for iOS, tvOS, macOS, watchOS.
https://sentry.io/for/cocoa/
MIT License
816 stars 330 forks source link

ref: Enable strict concurrency check #4554

Closed brustolin closed 1 week ago

brustolin commented 1 week ago

:scroll: Description

Enabled Strict Concurrency Check so we can have this extra layer of protection against race conditions, and prepare for customer Swift projects also changing to Swift 6.

brustolin commented 1 week ago

Unfortunately this will not work for Xcode 15, which is still supported by Apple. So we will need to postpone it.