Instance Methodswift-package-manager 6.0.3XCBuildSupport
jsonMessageStreamingParser(_:didFailWith:)
XCBuildOutputParser.swift:80func jsonMessageStreamingParser(_ parser: JSONMessageStreamingParser<XCBuildOutputParser>, didFailWith error: Error)
func jsonMessageStreamingParser(_ parser: JSONMessageStreamingParser<XCBuildOutputParser>, didFailWith error: Error)
s14XCBuildSupport0A12OutputParserC020jsonMessageStreamingD0_11didFailWithy10TSCUtility011JSONMessagegD0CyACG_s5Error_ptF
What are these?2LVDO
import XCBuildSupport
final class XCBuildOutputParser
Parser for XCBuild output.
protocol Error : Sendable
A type representing an error value that can be thrown.
init(delegate: XCBuildOutputParserDelegate)
Initializes the parser with a delegate to notify of parsing events.
weak var delegate: XCBuildOutputParserDelegate?
Delegate to notify of parsing events.
func jsonMessageStreamingParser(_ parser: JSONMessageStreamingParser<XCBuildOutputParser>, didParse message: XCBuildMessage)
func jsonMessageStreamingParser(_ parser: JSONMessageStreamingParser<XCBuildOutputParser>, didParseRawText text: String)
func parse<C>(bytes: C) where C : Collection, C.Element == UInt8
Parse the next bytes of the Swift compiler JSON output.