Instance Propertyswift-package-manager 6.0.1PackageDescription
type
The type of the library.
Product.swift:98let type: LibraryType?
If the type is unspecified, the Swift Package Manager automatically chooses a type based on the client’s preference.
See also
let targets: [String]
The names of the targets in this product.
enum LibraryType
The different types of a library product.