Structures

The following structures are available globally.

  • Used for telling the current manifest instance what environment it is being used in.

    See more

    Declaration

    Swift

    public struct Environment: Equatable
  • The full structure of a Package.resolved file.

    See more

    Declaration

    Swift

    public struct Resolved: Codable
  • Holds the array of dependency pins.

    See more

    Declaration

    Swift

    public struct Pins: Codable
  • Pin

    A pin for a dependedny.

    See more

    Declaration

    Swift

    public struct Pin: Codable
  • The version data for a dependeny pin.

    See more

    Declaration

    Swift

    public struct PinState: Codable