Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sendable conformance to AtomicInt #2624

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

marcelofabri
Copy link
Contributor

This fixes the following warning that shows up in Xcode 16 beta 6:

Class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance

This fixes the following warning that shows up in Xcode 16 beta 6:

> Class 'AtomicInt' must restate inherited '@unchecked Sendable' conformance
@freak4pc freak4pc merged commit 5c3222c into ReactiveX:main Aug 27, 2024
5 of 10 checks passed
@freak4pc
Copy link
Member

Thanks!

@marcelofabri marcelofabri deleted the patch-1 branch September 4, 2024 08:32
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