Skip to content

Migration to Swift 6.2 #15

Migration to Swift 6.2

Migration to Swift 6.2 #15

Triggered via pull request November 25, 2025 15:51
Status Failure
Total duration 4m 12s
Artifacts

swiftformat.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Lint
Process completed with exit code 1.
Lint: Tests/Interface/MockRemoteInterface.swift#L1204
Mark unused function arguments with _. (unusedArguments)
Lint: Tests/Interface/MockRemoteInterface.swift#L1008
Mark unused function arguments with _. (unusedArguments)
Lint: Tests/Interface/MockRemoteInterface.swift#L1007
Mark unused function arguments with _. (unusedArguments)
Lint: Tests/Interface/MockRemoteInterface.swift#L1006
Mark unused function arguments with _. (unusedArguments)
Lint: Tests/Interface/MockRemoteInterface.swift#L1005
Mark unused function arguments with _. (unusedArguments)
Lint: Tests/Interface/MockRemoteInterface.swift#L953
Prefer count(where:) over filter(_:).count. (preferCountWhere)
Lint: Tests/Interface/MockRemoteInterface.swift#L584
Insert/remove explicit self where applicable. (redundantSelf)
Lint: Tests/NextcloudFileProviderKitTests/ChunkedArrayTests.swift#L90
Remove unneeded return keyword. (redundantReturn)
Lint: Tests/NextcloudFileProviderKitTests/ChunkedArrayTests.swift#L65
Remove unneeded return keyword. (redundantReturn)
Lint: Tests/Interface/MockChangeNotificationInterface.swift#L7
Replace consecutive spaces with a single space. (consecutiveSpaces)