ExecutableInfo
Information about an executable from a binary dependency.
BinaryTarget+Extensions.swift:28struct ExecutableInfo
Citizens in SPMBuildCore
Conformances
protocol Equatable
A type that can be compared for value equality.
Instance members
let executablePath: AbsolutePath
The path to the executable.
let name: String
The tool name
let supportedTriples: [Triple]
Supported triples, e.g.
x86_64-apple-macosx
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.