Closed sphen13 closed 2 years ago
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?
fyi i was able to build the same unchanged project on Xcode 12.4 (macOS 10.15)
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:
looks to be a dependency issue?