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

Create a new tag/release #58

Closed
richardtop opened this issue May 29, 2023 · 6 comments
Closed

Create a new tag/release #58

richardtop opened this issue May 29, 2023 · 6 comments

Comments

@richardtop
Copy link

Getting this error with the latest Xcode 14.3:

package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 5.8' to specify the current tools version

Tagging the latest master branch commit would allow SPM to see the newer release and use newer toolchain.

@dehli
Copy link
Owner

dehli commented May 30, 2023

Hi, previously #53 was submitted to address this. Is that what we need to do again? I don't have access to a Mac at the moment but would be open to PRs.

@richardtop
Copy link
Author

Nope, this is a related issue. SPM cannot "see" this information when used in the versioning mode. So now I suggest adding a new "release" to the project, e.g. via "releases" tab: https://github.com/dehli/TouchDraw/releases
Then SPM would pick up the latest changes.

@dehli
Copy link
Owner

dehli commented May 30, 2023

Thanks! Will get that taken care of.

@richardtop
Copy link
Author

Thanks, looking forward to having the release in place. If that's not done, we'll have to fork the repository and support it ourselves and we'd like to avoid that.

@dehli
Copy link
Owner

dehli commented May 30, 2023

Hi @richardtop I've created the new release. Let me know if the issue has been addressed and I'l go ahead and close this.

@richardtop
Copy link
Author

Yes, the issue is fixed now.

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