Instance Propertyswift-package-manager 6.0.3XCBuildSupport
delegate
Delegate to notify of parsing events.
weak var delegate: XCBuildOutputParserDelegate?
Delegate to notify of parsing events.
weak var delegate: XCBuildOutputParserDelegate?
s14XCBuildSupport0A12OutputParserC8delegateAA0acD8Delegate_pSgvp
What are these?4S4XY
import XCBuildSupport
final class XCBuildOutputParser
Parser for XCBuild output.
protocol XCBuildOutputParserDelegate : AnyObject
Protocol for the parser delegate to get notified of parsing events.
init(delegate: XCBuildOutputParserDelegate)
Initializes the parser with a delegate to notify of parsing events.
func jsonMessageStreamingParser(_ parser: JSONMessageStreamingParser<XCBuildOutputParser>, didFailWith error: Error)
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.