-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
Was attempting to build with my signing cert and new icons but ran in to a swift compile error. On macOS 12.0.1 - M1 - Xcode 13.1
SwiftPM - Sources - Basic - Await.swift - await
Line 18:
Value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
code block referenced:
public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
return try await(body).dematerialize()
}
looks to be a dependency issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels