Fully reverted to stop error with package manager#10
Open
wardour wants to merge 1 commit intoiamjono:masterfrom
Open
Fully reverted to stop error with package manager#10wardour wants to merge 1 commit intoiamjono:masterfrom
wardour wants to merge 1 commit intoiamjono:masterfrom
Conversation
'dependencies'
swiftLanguageVersions: [3],
^~~~~~~~~~~~~~~~~~~~~~~~~~
dependencies: []
Can't parse Package.swift manifest file because it contains invalid format. Fix Package.swift file format and try again.
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. |
Author
|
This package is used by Perfect-Session and the change / partial revert @iamjono made, caused this to break. swiftLanguageVersions: [3], <- Is unnecessary. |
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
'dependencies'
swiftLanguageVersions: [3],
^~~~~~~~~~~~~~~~~~~~~~~~~~
dependencies: []
Can't parse Package.swift manifest file because it contains invalid format. Fix Package.swift file format and try again.