Instance Propertyswift-package-manager 6.0.1PackagePlugin
id
PackageModel.swift:142let id: ID
let id: ID
import PackagePlugin
struct LibraryProduct
Represents a library product defined in a package.
typealias ID = String
let kind: Kind
Whether the library is static, dynamic, or automatically determined.
let name: String
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.
enum Kind
Represents a kind of library product.