multiple package error when I use swift test
Closed this issue · 5 comments
staufga0 commented
After doing the rm, when I try to run swift test I encounter the following error :
error: Found multiple packages with the name Parsey: https://github.com/rxwei/Parsey, https://github.com/kyouko-taiga/Parsey.git
I use the Swift version 4.0.3 (swift-4.0.3-RELEASE)
QuentinRiv commented
Has any solution been found yet, by anyone ?
saucisson commented
We have found the problem, the pull request is currently being merged.
saucisson commented
It should be fixed now. Can you do:
$ rm -rf Package.resolved .build/
$ swift test
QuentinRiv commented
It's fixed. The test can be running correctly.
Thank you
saucisson commented
Sorry for the delay.