ArchiveTool
Tools.swift:211struct ArchiveTool
struct ArchiveTool
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 ToolProtocol : Decodable, Encodable
init(from decoder: any Decoder) throws
static let name: String
var inputs: [Node]
var outputs: [Node]
var alwaysOutOfDate: Bool { get }
func write(to stream: inout ManifestToolStream)