Swift frontend tool, which maps down to a shell tool.
struct SwiftFrontendTool
s15LLBuildManifest17SwiftFrontendToolV
8G7BQ
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 arguments: [String]
var description: String
var inputs: [Node]
let moduleName: String
var outputs: [Node]
func write(to stream: inout ManifestToolStream)
var alwaysOutOfDate: Bool { get }