Where to put public swift packages?

I am not sure this is the right place to ask the above question. Sorry if so.

I have multiple simple swift packages that together allow 52 playing card images to be generated.

My question is where do I put them so that they can be publicly available?

Can I put them on Apple · GitHub ?

Of course, I can just put them on my personal GitHub account. Is this the standard way? Or, is there a better way?

Thanks for any help.

1 Like

see also: How to get added to swift-server organization on GitHub? - #54 by fabianfett

Thanks. That link addressed many of the concerns that I had.

I added my swift package to the Swift Package Index site whose link is https://swiftpackageindex.com/

The package name is WHPlayingCardImageKit.

You can do a search on "card image" to find it.

This seems to be one solution to my request.