Skip to content

Swift Compile Error #17

@sphen13

Description

@sphen13

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions