Structureswift-package-manager 6.0.3Build
SkippedInfo
SwiftCompilerOutputParser.swift:53struct SkippedInfo
struct SkippedInfo
import Build
enum Kind
struct SwiftCompilerMessage
Represents a message output by the Swift compiler in JSON output mode.
init(from decoder: Decoder) throws
struct BeganInfo
struct Output
struct OutputInfo
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Decodable
A type that can decode itself from an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
init(from decoder: any Decoder) throws
init(inputs: [String], outputs: [SwiftCompilerMessage.Kind.Output])
let inputs: [String]
let outputs: [Output]?
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.