Back to Swift Package Manager

PackageLoading Library

Sources/PackageLoading/README.md

0.6.0475 B
Original Source

PackageLoading Library

This library defines the logic which translates between the Swift package manager conventions and the underlying project model.

The 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.