OutputItem
struct OutputItem
The structure for an output item
-
The time of the output
Declaration
Swift
let time: Date
-
The message of the output
Declaration
Swift
let message: String
-
Bool if the output is a warning
Declaration
Swift
let warning: Bool