DiagnosticSet

extension DiagnosticSet
  • Writes a textual representation of self into output using the given style.

    Declaration

    Swift

    func render<Output: TextOutputStream>(
      into output: inout Output, style: Diagnostic.TextOutputStyle = .unstyled
    )
  • Returns a textual representation of self using the given style.

    Declaration

    Swift

    public func rendered(style: Diagnostic.TextOutputStyle = .unstyled) -> String