Avatar
@swift-6.0.3 -swift-version 6 class NonSendable { func bar() { } } func foo() { let _ = NonSendable.bar } (edited)