yonaskolb / Mint

A package manager that installs and runs executable Swift packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Still need to reinstall everything on new Swift versions?

rex-remind101 opened this issue · comments

commented

from docs:

  • linux doesn't support building with a statically linked version of Swift. This means when a new version of swift comes out the old installs won't work on linux. A stable ABI in Swift 5 will remove the need for this.

Swift 5 was released a whiles back. Is this still a requirement? What is left to fix here?

This should be fine for anyone migrating from Swift 5.0+ to anything higher. Can someone confirm on Linux?