init(configuration:logging:echoLogs:)
Creates a new sert of build parameters.
Declaration
init(configuration: PackageManager.BuildConfiguration = .debug, logging: PackageManager.BuildLogVerbosity = .concise, echoLogs: Bool = false)Parameters
- configuration:
The build configuration to use.
- logging:
The level of detail to include in the build logs returned in the build result.
- echoLogs:
Whether to print build logs to the console.