Skip to content

fix(app): resolve SwiftFormat 0.60.1 lint violations#75

Merged
pasrom merged 1 commit intomainfrom
fix/swiftformat-lint
Mar 30, 2026
Merged

fix(app): resolve SwiftFormat 0.60.1 lint violations#75
pasrom merged 1 commit intomainfrom
fix/swiftformat-lint

Conversation

@pasrom
Copy link
Copy Markdown
Owner

@pasrom pasrom commented Mar 30, 2026

Summary

  • Remove redundant explicit Sendable conformances from non-public types (redundantSendable rule)
  • Fix consistentSwitchCaseSpacing in switch statements with #if blocks
  • Remove trailing whitespace in multiline string literal

CI runner upgraded to SwiftFormat 0.60.1 which introduced these new rules.

Test plan

  • ./scripts/lint.sh passes with SwiftFormat 0.60.1
  • No functional code changes

Remove redundant explicit Sendable conformances from non-public types
and fix consistentSwitchCaseSpacing in switch statements with #if blocks.
@github-actions github-actions bot added the bug Something isn't working label Mar 30, 2026
@pasrom pasrom merged commit 2a79a16 into main Mar 30, 2026
7 checks passed
@pasrom pasrom deleted the fix/swiftformat-lint branch March 30, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant