PackageLoading Library
This library defines the logic which translates between the Swift package manager conventions and the underlying project model.
README.mdThe intent is that it is largely a transformation taking the input project model objects described in a manifest.
Ultimately, this library should only deal with the content which is local to a single package. Any cross-package information should be managed by the PackageGraph
module.