ably-cocoa
ably-cocoa copied to clipboard
Support swift concurrency
Currently developers need to @preconcurrency import or @unchecked Sendable to use this library in swift 6 codebases. We added some support for swift concurrency, but still need to figure out how to make the full support. See https://github.com/ably/ably-cocoa/issues/1962 and https://github.com/ably/ably-cocoa/issues/1971 for context.