ManifestLoader

    Utility class for loading manifest files.

    ManifestLoader.swift:279
    final class ManifestLoader

    This class is responsible for reading the manifest data and produce a properly formed PackageModel.Manifest object. It currently does so by interpreting the manifest source using Swift – that produces a JSON serialized form of the manifest (as implemented by PackageDescription’s atexit() handler) which is then deserialized and loaded.

    Citizens in PackageLoading

    Conformances

    Typealiases

    Type members

    Instance members

    Instance features