SwiftPM package discovery tool/website?

What is a good way to discover available Swift Packages that work with Swift Package Manager and that I can import in my own Swift package?

https://swiftmodules.com/ seems to be down and IBM deprecated Swift Package Catalog (IBM Developer)

Found some info on that on StackOverflow

https://github.com/Ether-CLI/Ether

Ether is pretty nice. It searches github to find packages.

2 Likes

Thanks @twof. This is exactly what I was looking for.

Also: GitHub - kiliankoe/SwiftLibrary: πŸ” Search for swift packages right from your command line

3 Likes

Thank you @Helge_Hess1