Enumeration Caseswift-package-manager 6.0.1PackagePlugin
static
A static library, whose code is copied into its clients.
case `static`
A static library, whose code is copied into its clients.
case `static`
import PackagePlugin
enum Kind
Represents a kind of library product.
struct LibraryProduct
Represents a library product defined in a package.
case dynamic
Dynamic library, whose code is referenced by its clients.
case automatic
The kind of library produced is unspecified and will be determined by the build system based on how the library is used.