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
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
name
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.
The text was updated successfully, but these errors were encountered:
Oh nice. It "just works" on my machine, haha. PR is welcome. I wonder if there's anything we can do for Linux?
Sorry, something went wrong.
I wondering that too, but there doesn't appear to be any platform specific options for Linux unfortunately.
Isn’t Linux basically determined by “ // swift-tools-version:5.3” in Package.swift?
Fix chriseidhof#2
adf8554
No branches or pull requests
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 inPackage.swift
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.
The text was updated successfully, but these errors were encountered: