Skip to content

Conversation

@Henryforce
Copy link
Owner

This Pull Request updates the Package.swift to use 6.2 in order to support the latest Swift Concurrency setup.

Most of the changes introduced in this CL add conformance to Sendable to the relevant classes, structs and protocols. Due to the pre concurrency nature of CoreBluetooth and Combine, some objects had to be marked with @unchecked Sendable to properly allow the components to compile under strict concurrency even though there are some inner violations (mostly due to some intricacies between CoreBluetooth, Combine and this library's code)

Future PRs will update the docs and provide further guidance around the library code's concurrency safety inside other projects or libraries.

@Henryforce Henryforce merged commit 1768778 into master Jan 4, 2026
1 check passed
@Henryforce Henryforce deleted the concurrency_update branch January 4, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants