I just noticed that while DiagnosticsLogger is public, its standard property isn't:
|
public final class DiagnosticsLogger: Sendable { |
|
static let standard = DiagnosticsLogger() |
I was working on a slightly enhanced/different log reporter, and Xcode started to complain as soon as I tried to access DiagnosticsLogger.standard.readLog().