name

PackageModel.swift:146
let name: String

Other members in extension

Types

  • enum Kind

    Represents a kind of library product.

Instance members

  • let id: ID
  • let kind: Kind

    Whether the library is static, dynamic, or automatically determined.

  • let targets: [Target]

    The targets that directly comprise the product, in the order in which they are declared in the package manifest. The product will contain the transitive closure of the these targets and their dependencies.