Skip to content

Add Basic HTTP Request Handling on 8080 #317

Add Basic HTTP Request Handling on 8080

Add Basic HTTP Request Handling on 8080 #317

Triggered via push December 6, 2024 20:12
Status Success
Total duration 3m 22s
Artifacts

swift.yml

on: push
macOS 14 - Latest Xcode
2m 7s
macOS 14 - Latest Xcode
Matrix: linuxBuild
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Swift 6.0.2 (ubuntu-22.04): Sources/Service/Service.swift#L145
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
Swift 6.0.2 (ubuntu-22.04): Sources/Service/Service.swift#L141
Line Length Violation: Line should be 120 characters or less; currently it has 121 characters (line_length)
Swift 6.0.2 (ubuntu-22.04): Sources/Service/TokenCheckingMiddleware.swift#L58
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
Swift 6.0.2 (ubuntu-22.04): Sources/Service/TokenCheckingMiddleware.swift#L70
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
Swift 6.0.2 (ubuntu-22.04): Sources/Service/BackupActor.swift#L184
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
Swift 6.0.2 (ubuntu-22.04): Sources/Service/BackupActor.swift#L224
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)