You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Dependencies could not be resolved because root depends on 'swift-argument-parser' 1.5.0 and root depends on 'patterns' 0.1.2..<1.0.0.
'patterns' >= 0.1.2 practically depends on 'swift-argument-parser' 0.0.1..<1.0.0 because no versions of 'patterns' match the requirement 0.1.3..<1.0.0 and 'patterns' 0.1.2 depends on 'swift-argument-parser' 0.0.1..<1.0.0.
The project uses swift-argument-parser:0.0.1
What did you expect to happen?
Use package
What happened instead?
Dependency hell
Notes
I am quite new to swift so there might be a way to exclude the dependency.
The text was updated successfully, but these errors were encountered:
Patterns Environment
What did you do?
Wanted to use the project/package.
Added the package to my existing CLI (which uses Argument Parser 1.5.0)
But can't install because I get
The project uses
swift-argument-parser:0.0.1
What did you expect to happen?
Use package
What happened instead?
Dependency hell
Notes
I am quite new to swift so there might be a way to exclude the dependency.
The text was updated successfully, but these errors were encountered: