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
[region-isolation] Recognize sil_isolated parameters that are global actors as global actors rather than actor instance.
The specific example I ran into was in sendable_continuation.swift where we were
passing in the @mainactor instance as a sil_isolated parameter. We were thinking
it was an actor instance so we emitted the wrong message.
(cherry picked from commit 0cd0868)
0 commit comments