TaskOutputInfo
XCBuildMessage.swift:88struct TaskOutputInfo
struct TaskOutputInfo
import XCBuildSupport
enum XCBuildMessage
Represents a message output by xcbuild.
init(from decoder: Decoder) throws
func encode(to encoder: Encoder) throws
struct BuildCompletedInfo
struct BuildDiagnosticInfo
struct BuildOutputInfo
struct DidUpdateProgressInfo
struct TargetCompleteInfo
struct TargetDiagnosticInfo
struct TargetStartedInfo
struct TargetUpToDateInfo
struct TaskCompleteInfo
struct TaskDiagnosticInfo
struct TaskStartedInfo
struct TaskUpToDateInfo
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 Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Sendable
init(from decoder: Decoder) throws
let data: String
let taskID: Int
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.