Uh oh!
There was an error while loading. Please reload this page.
Added support for Swift 6 / Strict Concurrency - #437
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
51ef2f2 to
bbfd0f8Comparegabors
commented
Mar 20, 2025
@SomeRandomiOSDev Why all the |
SomeRandomiOSDev
commented
Mar 21, 2025
@gabors The annotations are due to the fact that |
Kaspik
commented
May 28, 2025
@Zandor300 Can we merge this and make a Swift 6 compatible release soon? Swift 6 is becoming a real thing and Swift concurrency is important already. |
SomeRandomiOSDev
commented
Jul 11, 2025
@Zandor300 Could we get a review and potential merge of this? |
markst
commented
Feb 25, 2026
Bump 😅 |
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
Sendableconformances have been added to types provided by the library (e.g.Device,Device.BatterState, etc.)