You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: