brew(_:)
Creates a system package provider with a list of installable packages for people who use the HomeBrew package manager on macOS.
Declaration
static func brew(_ packages: [String]) -> SystemPackageProviderParameters
- packages:
The list of package names.
Return Value
A package provider.