CompilerMessageStyle
Swift
public enum CompilerMessageStyle: Sendable
The format used for CompilerError.description
and CompilerMessage.description
.
Topics
case plain
case plain
Plain text.
Declaration
Swift
case plain
case terminalColored
case terminalColored
Colorized with terminal escape sequences.
Declaration
Swift
case terminalColored