Severity: warning Rule: line_length Reason: Violation Reason 1 File: filename Line: 1 Column: 1 Severity: error Rule: line_length Reason: Violation Reason 2 File: filename Line: 1 Column: nil Severity: error Rule: syntactic_sugar Reason: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> File: path/file.swift Line: 1 Column: 2 Severity: error Rule: colon Reason: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals File: <nopath> Line: nil Column: nil