Mint install issue
Ponyboy47 opened this issue · 5 comments
I've got Mint version 0.11.2 installed on an Ubuntu 18.04 server running swift 4.2 (though swiftenv)
When I try to install with mint install jakeheis/Ice
I get an error "Package.swift not found"
Hi @Ponyboy47 do other packages install ok for you with Mint?
This was actually the first and only package I'd ever tried to install with Mint. I ended up just building it from the sources and that worked just fine.
There's an issue here about that error message appearing when you don't have the required version of Swift. yonaskolb/Mint#106
But if you're sure you are using Swift 4.2, I'm not sure what the issue is. Does swift package dump-package
work on Linux?
Yup it worked just fine:
Ice dump.txt
Sounds like this is not an issue with Ice
so I'll go ahead and close the issue. Feel free to reopen if need be