logoalt Hacker News

aravindputrevuyesterday at 11:39 AM1 replyview on HN

Isnt this a old news? I'm thinking of Swift Package manager for all the stuff new.


Replies

gregoriolyesterday at 11:50 AM

From my experience, about 20-30% of the packages are not working with swiftpm, either because they don't have a Package.swift file, or because it is not compatible with up-to-date developer tools. On many projects, I had to fork a few repositories just to add or fix the swiftpm integration... while their Pod integration has always been working well.

show 2 replies