Enumerationswift-package-manager 6.0.1XCBuildSupport
XCBuildMessage
Represents a message output by xcbuild.
enum XCBuildMessage
Represents a message output by xcbuild.
enum XCBuildMessage
import XCBuildSupport
case buildStarted
case buildDiagnostic(BuildDiagnosticInfo)
case buildCompleted(BuildCompletedInfo)
case buildOutput(BuildOutputInfo)
case preparationComplete
case didUpdateProgress(DidUpdateProgressInfo)
case targetUpToDate(TargetUpToDateInfo)
case targetStarted(TargetStartedInfo)
case targetComplete(TargetCompleteInfo)
case taskUpToDate(TaskUpToDateInfo)
case taskStarted(TaskStartedInfo)
case taskDiagnostic(TaskDiagnosticInfo)
case taskOutput(TaskOutputInfo)
case taskComplete(TaskCompleteInfo)
case targetDiagnostic(TargetDiagnosticInfo)
case unknown
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
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 TaskOutputInfo
struct TaskStartedInfo
struct TaskUpToDateInfo
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.