Skip to content

Initial commit

Initial commit #2

Triggered via push December 26, 2025 18:15
Status Failure
Total duration 22s
Artifacts

ci.yml

on: push
Build and Test
11s
Build and Test
Swift Lint
19s
Swift Lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
Build and Test
Process completed with exit code 74.
Swift Lint
Process completed with exit code 2.
Swift Lint: Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L234
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Swift Lint: Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L232
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Swift Lint: Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L225
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Swift Lint: Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L223
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Swift Lint: Stay Tuned/Stay Tuned/Views/TuningMeterView.swift#L213
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Swift Lint: Stay Tuned/Stay Tuned/Stay_TunedApp.swift#L11
Type name 'Stay_TunedApp' should only contain alphanumeric and other allowed characters (type_name)
Build and Test
No files were found with the provided path: test-results.xml TestResults.xcresult. No artifacts will be uploaded.
Swift Lint: Stay Tuned/Stay Tuned/Models/ToneType.swift#L13
String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Swift Lint: Stay Tuned/Stay Tuned/Models/ToneType.swift#L12
String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L413
Using ternary to call Void functions should be avoided (void_function_in_ternary)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L211
Optional should be implicitly initialized without nil (implicit_optional_initialization)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L210
Optional should be implicitly initialized without nil (implicit_optional_initialization)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L115
Optional should be implicitly initialized without nil (implicit_optional_initialization)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L90
Optional should be implicitly initialized without nil (implicit_optional_initialization)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L376
`where` clauses are preferred over a single `if` inside a `for` (for_where)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L369
`where` clauses are preferred over a single `if` inside a `for` (for_where)
Swift Lint: Stay Tuned/Stay Tuned/ViewModels/MetronomeViewModel.swift#L163
Files should have a single trailing newline (trailing_newline)