Skip to content

Target platforms #2

@brindy

Description

@brindy

Hello! This project looks like a lot of fun. :)

I tried to check out and build this project but get the following error:

: error: 'some' return types are only available in macOS 10.15.0 or newer

The fix for me the solution was to add the following after the name property in Package.swift

platforms: [
    .macOS("10.15"),
],

Let me know if you'd like a PR for that, though I'm also curious how you're set up such that you don't get this error?

Thanks in advance.

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