We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
fyi i was able to build the same unchanged project on Xcode 12.4 (macOS 10.15)
Sorry, something went wrong.
1c235c2
davidnorris78
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: