struct llb_buildsystem_command_extended_result_t_
c@S@llb_buildsystem_command_extended_result_t_
C5SA
import SPMLLBuild
protocol BitwiseCopyable
protocol Sendable
init()
init(result: CommandResult, exit_status: Int32, utime: UInt64, stime: UInt64, maxrss: UInt64, pid: llbuild_pid_t)
var exit_status: Int32
var maxrss: UInt64
var pid: llbuild_pid_t
var result: CommandResult
var stime: UInt64
var utime: UInt64