Installation fails when executable name doesn’t match package name · Issue #88 · yonaskolb/Mint

SwiftPM provides a way to customize the name of the final executable by using executables. So, for example, I have a script called SofImage which builds as sofarimage: // swift-tools-version:4.0 //...