Avatar
@swift-5.10.1 @swift-6.0.3 -swift-version 6 class NonSendable {} struct Bar: Sendable { var value: any Sendable } func useBar() { _ = Bar(value: NonSendable()) }