Skip to content

Issues building with SPM and Xcode 11 (beta 4) #612

@borisyurkevich

Description

@borisyurkevich

Getting following errors, I have tried latest version (24).

let task = Process()

Use of unresolved identifier 'Process'

if #available(macOS 10.13, *) {
    options = [.prettyPrinted, .sortedKeys]
} else {
    options = .prettyPrinted
}

'sortedKeys' is only available in iOS 11.0 or newer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions