Instance Propertyswift-package-manager 6.0.1SPMLLBuild
showVerboseStatus
var showVerboseStatus: Bool
var showVerboseStatus: Bool
import SPMLLBuild
struct llb_buildsystem_invocation_t_
@frozen struct Bool
A value type whose instances are either true
or false
.
init()
init(buildFilePath: UnsafePointer<CChar>!, dbPath: UnsafePointer<CChar>!, traceFilePath: UnsafePointer<CChar>!, environment: UnsafePointer<UnsafePointer<CChar>?>!, showVerboseStatus: Bool, useSerialBuild: Bool, schedulerAlgorithm: SchedulerAlgorithm, schedulerLanes: UInt32, qos: QualityOfService)
var buildFilePath: UnsafePointer<CChar>!
var dbPath: UnsafePointer<CChar>!
var environment: UnsafePointer<UnsafePointer<CChar>?>!
var qos: QualityOfService
var schedulerAlgorithm: SchedulerAlgorithm
var schedulerLanes: UInt32
var traceFilePath: UnsafePointer<CChar>!
var useSerialBuild: Bool