Is there a real Swift Package Manager Registry in existence?

I would like to be able to use an SPM registry to access the various open source packages that my app uses. I want to do this so that I can use JFrog's Artifactory as a registry proxy, and manage my app's dependencies through it.

I've found an announcement in 2019 that GitHub Package Registry was going to support Swift packages, but I have found no newer info. All the other things I've found which call themselves Swift package registries do not conform to SE-0292.

Are there any public SPM registries? Will there be any in the near future?

This is probably better asked over in the Swift Forums. I know this is an ongoing discussion over there, and you'll get more guidance from the forum participants who are facing similar issues.

I'm developing SwiftHive, a Swift Package Registry that fully conforms to SE-0292 specifications. This project directly addresses your need for a standards-compliant registry to manage your app's dependencies.

SwiftHive is currently in beta, and I'm looking for developers to test it and provide feedback. Your use case would be valuable to our development process.

Learn more at: https://swifthive.l18.dev

Is there a real Swift Package Manager Registry in existence?
 
 
Q