Enumeration Caseswift-package-manager 6.0.1PackagePlugin
dynamic
Dynamic library, whose code is referenced by its clients.
case dynamic
Dynamic library, whose code is referenced by its clients.
case dynamic
import PackagePlugin
enum Kind
Represents a kind of library product.
struct LibraryProduct
Represents a library product defined in a package.
case `static`
A static library, whose code is copied into 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.