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.

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