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 Sendable warnings when Swift 6 mode is enabled #32

Open
mergesort opened this issue Oct 3, 2022 · 0 comments
Open

Fix Sendable warnings when Swift 6 mode is enabled #32

mergesort opened this issue Oct 3, 2022 · 0 comments

Comments

@mergesort
Copy link
Owner

Warnings begin to appear about numerous types being shared across actor boundaries even though they're not marked as Sendable when you enable these flags.

swiftSettings: .unsafeFlags(["-Xfrontend", "-warn-concurrency", "-Xfrontend", "-enable-actor-data-race-checks"])

These warnings aren't time-critical to fix but will need to be addressed in the future.

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

No branches or pull requests

1 participant