Skip to content

Fix build bug missing #if canImport(XCTest) #33

Fix build bug missing #if canImport(XCTest)

Fix build bug missing #if canImport(XCTest) #33

Triggered via push September 21, 2023 00:25
Status Success
Total duration 2m 7s
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
SwiftLint: TestRunnerApp/AppDelegate.swift#L12
Line Length Violation: Line should be 120 characters or less; currently it has 144 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L9
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 148 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L30
Line Length Violation: Line should be 120 characters or less; currently it has 193 characters (line_length)
SwiftLint: Sources/TestRunner/Scene.swift#L4
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
SwiftLint: Sources/TestRunner/Scene.swift#L37
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/TestRunner/Scene.swift#L18
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/TestRunner/Scene.swift#L27
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/TestRunner/protocol/SceneKind+Getter.swift#L17
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/TestRunner/SceneRunner.swift#L13
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/