@available(*, unavailable) extension NS: Sendable {} struct NS { static func register(r: (@Sendable @escaping (NS.Type) -> (NS) -> () -> Void) -> Void) { r { $0.foo } } init() {} func foo() {} }