DiagnosticSet

public struct DiagnosticSet : Error, Sendable
extension DiagnosticSet: ExpressibleByArrayLiteral
extension DiagnosticSet: CustomStringConvertible
extension DiagnosticSet: Equatable

A set of Diagnostic that can answer the question “was there an error?” in O(1).