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
import Foundation
@propertyWrapperstructWrapper{varwrappedValue:Int{.zero }varprojectedValue:Int{.max }}@MainActorclassSample{@Wrappernonisolatedvarvaluedeinit{print(value)print($value)}}
error: property '$value' isolated to global actor 'MainActor' can not be referenced from this synchronous context
print($value)
^`
Starting from Swift 5.7 (Xcode 14 beta 1), only with -Xfrontend -warn-concurrency.