is a small tool to check if all your dependencies (cocoapods/carthage) are ready to migrate to swift package manager
curl https://raw.githubusercontent.com/StatusQuo/spmready/master/main.swift -o spmready.swift
chmod +x spmready.swift
./spmready.swift
./spmready.swift {PATH_TO_PODFILE}
This script scans all depencendies in your podfile / cartfile and checks if the Repository (master) on github has a SwiftPackage.swift file. This is not a guarantee that this pod works with spm on your platform/machine/etc. but it can give you a first impression, how far away you are from migrating to Swift Package Manager.
https://medium.com/@bastihumann/ready-for-swift-package-manger-3defcca50ca3