Joe Newton
Joe Newton
## Description Added strict concurrency checking and Sendable conformances ## Checklist * [x] Code compilation. * [x] All tests passing. * [x] No new SwiftLint issues. * [x] Added new...
## What does this PR do? This PR fills in a gap that is currently present when using the Package/Xcode Plugins to perform source code generation, either manually using the...
This PR adds support for Swift 6 as well as enables strict concurrency in the project. Appropriate annotations have been added to properties/method that access actor-isolated APIs and `Sendable` conformances...
Given that Swift 6 requires support with strict concurrency, this PR additionally enables support for that