LibraryInfo
Information about a library from a binary dependency.
BinaryTarget+Extensions.swift:19struct LibraryInfo
Citizens in SPMBuildCore
Conformances
protocol Equatable
A type that can be compared for value equality.
Instance members
let headersPaths: [AbsolutePath]
The paths to the headers directories.
let libraryPath: AbsolutePath
The path to the binary.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.