WriteAuxiliaryFile
Tools.swift:157struct WriteAuxiliaryFile
struct WriteAuxiliaryFile
import LLBuildManifest
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol ToolProtocol : Decodable, Encodable
init(from decoder: any Decoder) throws
init(inputs: [Node], outputFilePath: AbsolutePath, alwaysOutOfDate: Bool = false)
static let name: String
let alwaysOutOfDate: Bool
let inputs: [Node]
var outputs: [Node] { get }
func write(to stream: inout ManifestToolStream)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.