Instance Propertyswift-package-manager 6.0.1PackagePlugin
name
PackageModel.swift:146let name: String
let name: String
import PackagePlugin
struct LibraryProduct
Represents a library product defined in a package.
@frozen struct String
A Unicode string value that is a collection of characters.
let id: ID
let kind: Kind
Whether the library is static, dynamic, or automatically determined.
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.