Avatar
omochimetaru 8/29/2024 7:01 AM
@swift-6.0.3 @available(*, unavailable) extension NS: Sendable {} struct NS { static func register(r: (@Sendable @escaping (NS.Type) -> (NS) -> () -> Void) -> Void) { r { $0.foo } } init() {} func foo() {} }