yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.28k stars 122 forks source link

make Product compatible with Swift/SPM 5.0 #130

Closed stefanomondino closed 5 years ago

stefanomondino commented 5 years ago

as discussed in #129, Mint is not currently compatible with new SPM.

Seems like the new dump-package is returning products differently than before, specifically:

that's why I'm currently checking the isExecutable var in that way.

Unit tests are currently failing (but they were failing anyway) and probably need further investigation.

yonaskolb commented 5 years ago

Thanks @stefanomondino! I'll make some updates using this and publish a release