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

Fix Notification Non-Sendable warning #631

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

bolsinga
Copy link
Owner

- The issue was the Notification is not sendable. We're not using any data from the Notification, so make it a Sequence of something else.
- Found via https://stackoverflow.com/questions/77070439/swift-silence-non-sendable-notification-cannot-cross-actor-boundary-warning
@bolsinga bolsinga merged commit 352ebdd into main Sep 19, 2023
1 check passed
@bolsinga bolsinga deleted the NonSendable.Notification branch September 19, 2023 16:09
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.

1 participant