Skip to content

Swift 6

Swift 6 #129

Triggered via pull request October 12, 2024 13:41
Status Failure
Total duration 30s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
21s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SwiftLint: Demo/Demo watchOS/Demo_watchOSApp.swift#L12
Type Name Violation: Type name should only contain alphanumeric characters: 'Demo_watchOS_Watch_AppApp' (type_name)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L18
Force Cast Violation: Force casts should be avoided. (force_cast)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L21
Force Cast Violation: Force casts should be avoided. (force_cast)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L22
Force Cast Violation: Force casts should be avoided. (force_cast)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L23
Force Cast Violation: Force casts should be avoided. (force_cast)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L29
Force Try Violation: Force tries should be avoided. (force_try)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L18
Line Length Violation: Line should be 120 characters or less: currently 132 characters (line_length)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L13
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant. (redundant_optional_initialization)
SwiftLint: Demo/Demo watchOS/ContentView.swift#L14
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Source/Parse/ID3FrameStringContentParser.swift#L42
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration. (opening_brace)