Avatar
@swift-5.10 class C: @unchecked Sendable {} final class C2<NotSendable>: C, Sendable { var foo: NotSendable }