Skip to content

Fully reverted to stop error with package manager #10

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wardour
Copy link

@wardour wardour commented Jul 11, 2017

'dependencies'
swiftLanguageVersions: [3],
^~~~~~~~~~~~~~~~~~~~~~~~~~
dependencies: []
Can't parse Package.swift manifest file because it contains invalid format. Fix Package.swift file format and try again.

'dependencies'
        swiftLanguageVersions: [3],
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
        dependencies: []
Can't parse Package.swift manifest file because it contains invalid format. Fix Package.swift file format and try again.
@thislooksfun
Copy link
Collaborator

If you're not using a Swift 4 capable compiler you should probably be using SwiftString v1.0.x instead, though @iamjono will know more.

@thislooksfun thislooksfun requested a review from iamjono July 11, 2017 08:02
@wardour
Copy link
Author

wardour commented Jul 12, 2017

This package is used by Perfect-Session and the change / partial revert @iamjono made, caused this to break.

swiftLanguageVersions: [3], <- Is unnecessary.

@thislooksfun
Copy link
Collaborator

Ah, I didn't realize Perfect-Session used it. Still, I'm running Swift 3.1.1 with no problems, and I'm using both Perfect-Session and I added SwiftString 2 to my Package.swift as well. What version of Swift are you trying to use?

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

Successfully merging this pull request may close these issues.

2 participants