Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.79k stars 595 forks source link

Make AssertionHandler Sendable #1141

Closed younata closed 2 months ago

younata commented 3 months ago

Doesn't fix all the warnings in these files, there's still a few warnings about accessing CwlMachBadInstructionHandler's _swift_reportFatalErrorsToDebugger global variable.

But, it's good for now.

Also adds the equivalent of a mutex here.