id

Unique identifier for the target.

PackageModel.swift:173
var id: ID { get }

Other requirements

Instance members

  • var dependencies: [TargetDependency]

    Any other targets on which this target depends, in the same order as they are specified in the package manifest. Conditional dependencies that do not apply have already been filtered out.

  • var directory: Path

    The absolute path of the target directory in the local file system.

  • var name: String

    The name of the target, as defined in the package manifest. This name is unique among the targets of the package in which it is defined.