The system package providers used in this Swift package.
SDK
- Xcode 10.2+
Framework
- Swift Package Manager
The system package providers used in this Swift package.
SDK
Framework
static func brew([String]) -> System Package Provider
Declare the list of installable packages using the homebrew package manager on macOS to create a system package provider instance.
static func apt([String]) -> System Package Provider
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 pkg Config: String?
The name to use for C Modules.
var providers: [System Package Provider]?
An array of providers for the system target.