logoalt Hacker News

pbdyesterday at 3:29 PM2 repliesview on HN

The interesting question is what happens to the ~100k+ pods that never migrated to SPM. There's probably a lot of useful but abandoned code that smaller projects still depend on. This creates a bifurcation where legacy projects get stuck on older toolchains.


Replies

andrekandretoday at 12:10 AM

  > The interesting question is what happens to the ~100k+ pods that never migrated to SPM.
from experience in a few projects that migrated to spm: fork and port to spm (at the same time, mark them as deprecated and slowly wean off them)

  > abandoned code that smaller projects still depend on
there are alot of large commercial projects too that are in the same boat...
matharminyesterday at 5:29 PM

You'll still be able to use those - the CocoaPods repo will not go away any time soon. If someone wants to provide updates for those, it has to be migrated to SwiftPM. And in the meantime you may have to use both SwiftPM and CocoaPods, or fork & migrate those yourself.