Skip to content
New issue

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

Building requires Swift 4.2 #3

Closed
LoryB opened this issue Jul 26, 2018 · 1 comment
Closed

Building requires Swift 4.2 #3

LoryB opened this issue Jul 26, 2018 · 1 comment

Comments

@LoryB
Copy link

LoryB commented Jul 26, 2018

Swift 4.2 is only available on Xcode 10 beta... Is there a way to build the console application with the previous Swift version (4.1)?
Otherwise you should write "Xcode 10 beta required" on instructions
You did an amazing job ;)
P.S. Form application will be better for users in the future imo :)

@mczachurski
Copy link
Owner

Please edit Package.swift file. You have to change this line:

swift-tools-version:4.2

to that one:

swift-tools-version:4.1

It's only information for your Swift console tool. The source code is compatible with Swift 4.1 and 4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants