SwiftDocCDiagnosticConsumerProtocolDiagnosticConsumerA type that can receive diagnostics.protocol DiagnosticConsumer : AnyObjectTopicsInstance Methodsfunc flush() throwsInform the consumer that the engine has sent all diagnostics in a given context.func receive([Problem])Receive diagnostics encountered by a DiagnosticEngine.