XCBuildOutputParserDelegate
Protocol for the parser delegate to get notified of parsing events.
XCBuildOutputParser.swift:19protocol XCBuildOutputParserDelegate : AnyObject
Requirements
Instance members
func xcBuildOutputParser(XCBuildOutputParser, didFailWith: Error
) Called on an un-expected parsing error. No more events will be received after that.
func xcBuildOutputParser(XCBuildOutputParser, didParse: XCBuildMessage
) Called for each message parsed.