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

Adding package to XCode 13 causes "the manifest is missing a Swift tools version specification" error #78

Open
emroczko opened this issue Nov 29, 2021 · 1 comment

Comments

@emroczko
Copy link

I don't know if it is XCode 13 issue, or if it has to be added in Package.swift. Has anyone dealt with it?

@technicat
Copy link

I forked and tried adding the recommended header in the warning to Package.swift
// swift-tools-version: 5.7.1
but then I get an invalid manifest when I try to adding the package, so I think it needs more fiddling to get it working with SwiftPM (this is the first time I've tried using Beethoven)

Btw, I have another Swift package that has swift-tools-version: 5.6 and upgraded it to 5.7.1 OK, and when I created a fresh new swift package project, the automatically generated package.swift has swift-tools-version: 5.6

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