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