- Add package signature verification
- Use adam-fowler/swift-zip-archive to load zip files
- Don't allow user to publish package version while it is being processed
- Move majority of code into library
PackageRegistryLibrary
. - Use generic
FileStorage
for storing files. If you run with--in-memory
it will store files in memory.