Instance Propertyswift-package-manager 6.0.1SPMLLBuild
traceFilePath
var traceFilePath: UnsafePointer<CChar>!
var traceFilePath: UnsafePointer<CChar>!
import SPMLLBuild
struct llb_buildsystem_invocation_t_
@frozen struct UnsafePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing data of a specific type.
typealias CChar = Int8
The C ‘char’ type.
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 showVerboseStatus: Bool
var useSerialBuild: Bool