The system package providers used in this Swift package.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
Declaration
enum SystemPackageProvider
The system package providers used in this Swift package.
SDK
Framework
enum SystemPackageProvider
static func brew([String]) -> SystemPackageProvider Declare the list of installable packages using the homebrew package manager on macOS to create a system package provider instance.
static func apt([String]) -> SystemPackageProvider Declare the list of installable packages using the apt-get package manager on Ubuntu to create a system package provider instance.
func encode(to: Encoder)Encodes this value into the given encoder.
var pkgConfig : String?The name to use for C Modules.
var providers: [SystemPackageProvider]? An array of providers for the system target.