Classes

The following classes are available globally.

  • An external package that the current project relies on. These are stored in the manifest’s dependencies array.

    See more

    Declaration

    Swift

    public final class Dependency: CustomStringConvertible, Codable
  • An interface for a package’s manifest.

    See more

    Declaration

    Swift

    public final class Manifest: Codable
  • A product that is vended by the parent package.

    For more information, visit the SPM docs.

    See more

    Declaration

    Swift

    public final class Product: CustomStringConvertible, Codable
  • Respresents a system package manager and the packages that should be installed through that given package manager.

    More information here

    See more

    Declaration

    Swift

    public class Provider: CustomStringConvertible, Codable
  • Represents a target declaration in a project’s manifest.

    See more

    Declaration

    Swift

    public class Target: CustomStringConvertible, Codable