Protocolswift-package-manager 6.0.1Build
SwiftCompilerOutputParserDelegate
Protocol for the parser delegate to get notified of parsing events.
SwiftCompilerOutputParser.swift:90protocol SwiftCompilerOutputParserDelegate : AnyObject
Requirements
Instance members
func swiftCompilerOutputParser(SwiftCompilerOutputParser, didFailWith: Error
) Called on an un-expected parsing error. No more events will be received after that.
func swiftCompilerOutputParser(SwiftCompilerOutputParser, didParse: SwiftCompilerMessage
) Called for each message parsed.