Instance Propertyswift-package-manager 6.0.3PackagePlugin
dependencies
PackageModel.swift:401let dependencies: [TargetDependency]
let dependencies: [TargetDependency]
s13PackagePlugin20BinaryArtifactTargetV12dependenciesSayAA0E10DependencyOGvp
What are these?3NN1A
import PackagePlugin
struct BinaryArtifactTarget
Represents a target describing an artifact (e.g. a library or executable) that is distributed as a binary.
enum TargetDependency
Represents a dependency of a target on a product or on another target.
let artifactURL: URL
The location of the binary artifact in the local file system.
let directoryURL: URL
The absolute path of the target directory in the local file system.
let id: ID
let kind: Kind
The kind of binary artifact.
let name: String
let origin: Origin
The original source of the binary artifact.
enum Kind
Represents a kind of binary artifact.
enum Origin
let artifact: Path
The location of the binary artifact in the local file system.
let directory: Path