Closed ffried closed 6 months ago
@FranzBusch sure, running checks
ThreadSanitizer: unexpected memory mapping
Hmm, is this TSan failure related to the new conformance? Seems unlikely to me...
ThreadSanitizer: unexpected memory mapping
Hmm, is this TSan failure related to the new conformance? Seems unlikely to me...
GitHub have screwed up their runners on Linux so any LLVM ASAN/TSAN checks are failing. They have a fix that's due to deploy this week (I believe Friday) but as a workaround if you want it you can check out the issue which contains details and the workaround https://github.com/actions/runner-images/issues/9491#issuecomment-1999992492
JSONEncoder
andJSONDecoder
also conform toSendable
, making the most commonly usedAPNSClient
thenSendable
as well.