DeviceKit icon indicating copy to clipboard operation
DeviceKit copied to clipboard

Added support for Swift 6 / Strict Concurrency

Open SomeRandomiOSDev opened this issue 7 months ago • 3 comments

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 have been added to types provided by the library (e.g. Device, Device.BatterState, etc.)

SomeRandomiOSDev avatar Mar 12 '25 14:03 SomeRandomiOSDev