There was an attempt to add the package to the index which actually succeeded - but only because the previous submission was a manual PR which left packages.json without a trailing newline. The new addition simply fixed that but didn't add the package (because it was already in the list):
The package has a valid Package.swift manifest, which can be dumped both on macOS and Linux. It also has tools-version 5.9. These are the two top reasons for a package being in the list but not showing up.
It must be failing in the analysis stage.
For reference: https://github.com/birangdev/ShotKit.git
and: https://swiftpackageindex.com/birangdev/ShotKit.git
There was an attempt to add the package to the index which actually succeeded - but only because the previous submission was a manual PR which left
packages.jsonwithout a trailing newline. The new addition simply fixed that but didn't add the package (because it was already in the list):The package has a valid
Package.swiftmanifest, which can be dumped both on macOS and Linux. It also has tools-version 5.9. These are the two top reasons for a package being in the list but not showing up.It must be failing in the analysis stage.
For reference: https://github.com/birangdev/ShotKit.git
and: https://swiftpackageindex.com/birangdev/ShotKit.git