Structureswift-package-manager 6.0.1Build
BeganInfo
SwiftCompilerOutputParser.swift:31struct BeganInfo
Other members in extension
Types
Type members
Citizens in Build
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Decodable
A type that can decode itself from an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
Type members
init(from: any Decoder
) throws init(pid: Int, inputs: [String], outputs: [Output]?, commandExecutable: String, commandArguments: [String]
)
Instance members
let commandArguments: [String]
let commandExecutable: String
let inputs: [String]
let outputs: [Output]?
let pid: Int
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.