cui-unige/semantique

multiple package error when I use swift test

Closed this issue · 5 comments

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)

Has any solution been found yet, by anyone ?

We have found the problem, the pull request is currently being merged.

It should be fixed now. Can you do:

$ rm -rf Package.resolved .build/
$ swift test

It's fixed. The test can be running correctly.
Thank you

Sorry for the delay.