sentry-cocoa icon indicating copy to clipboard operation
sentry-cocoa copied to clipboard

Enable strict concurrency checking

Open noahsmartin opened this issue 1 month ago • 1 comments

Currently we do not get warnings from the compiler for concurrency violations. We could enable strict concurrency checking to get the codebase ready for Swift 6 and avoid easily preventable bugs caused by race conditions. This is particularly important when planning refactors to the SDK since we will want to ensure it compiles with future versions of Swift

noahsmartin avatar Nov 24 '25 20:11 noahsmartin

COCOA-1019

linear[bot] avatar Nov 24 '25 20:11 linear[bot]