Instance Propertyswift-package-manager 6.0.3PackagePlugin
directoryURL
The absolute path of the target directory in the local file system.
- SwiftPM
- 6.0+
let directoryURL: URL
The absolute path of the target directory in the local file system.
let directoryURL: URL
s13PackagePlugin20BinaryArtifactTargetV12directoryURL20FoundationEssentials0G0Vvp
What are these?68X6K
import PackagePlugin
struct BinaryArtifactTarget
Represents a target describing an artifact (e.g. a library or executable) that is distributed as a binary.
struct URL
A URL is a type that can potentially contain the location of a resource on a remote server, the path of a local file on disk, or even an arbitrary piece of encoded data.
let artifactURL: URL
The location of the binary artifact in the local file system.
let dependencies: [TargetDependency]
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