Hacker News new | ask | show | jobs
by _mlbt 372 days ago
What’s the advantage to avoiding SwiftPM? Is it just for simplicity or are there other advantages?
1 comments

The build process requires you to have a C library built with its own dependencies. I don’t think it’s very common to do that with SwiftPM, hence it would require extra work for it to happen.