Enumeration Caseswift-package-manager 6.0.3XCBuildSupport
taskDiagnostic(_:)
XCBuildMessage.swift:121case taskDiagnostic(TaskDiagnosticInfo)
case taskDiagnostic(TaskDiagnosticInfo)
s14XCBuildSupport0A7MessageO14taskDiagnosticyA2C04TaskE4InfoVcACmF
What are these?1NW21
import XCBuildSupport
enum XCBuildMessage
Represents a message output by xcbuild.
struct TaskDiagnosticInfo
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 taskOutput(TaskOutputInfo)
case taskComplete(TaskCompleteInfo)
case targetDiagnostic(TargetDiagnosticInfo)
case unknown