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

Drop Identifiable from Bindable. #62

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Drop Identifiable from Bindable. #62

merged 2 commits into from
Apr 18, 2024

Conversation

mbrandonw
Copy link
Member

We have a sendable warning due to Bindable becoming magically @MainActor since it holds onto an @ObservedObject. This is causing a problem with the Identifiable conformance, but we're not sure what use that conformance is so we are going to remove until we find a good reason for it.

BTW the @MainActor inference that is giving us trouble here is going away in Swift 6.

@mbrandonw mbrandonw requested a review from stephencelis April 17, 2024 23:19
@mbrandonw mbrandonw merged commit d2048fb into main Apr 18, 2024
2 checks passed
@mbrandonw mbrandonw deleted the drop-identifiable branch April 18, 2024 17:05
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