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