Skip to content

Merge pull request #1 from muzix/refactor/improve-query-keey #9

Merge pull request #1 from muzix/refactor/improve-query-keey

Merge pull request #1 from muzix/refactor/improve-query-keey #9

Triggered via push August 31, 2025 19:15
Status Failure
Total duration 2m 51s
Artifacts

tests.yml

on: push
Test SwiftUI Query
2m 48s
Test SwiftUI Query
Swift Format
30s
Swift Format
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Swift Format: Sources/SwiftUIQuery/Query.swift#L727
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Query.swift#L721
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/QueryLogger.swift#L3
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'no_print_statements' rule once, or re-enable it as soon as possible` (blanket_disable_command)
Swift Format: Sources/SwiftUIQuery/InfiniteQueryObserver.swift#L134
Observable Usage Violation: Consider using @observable instead of ObservableObject for Swift 6 (observable_usage)
Swift Format: Sources/SwiftUIQuery/QueryObserver.swift#L88
Observable Usage Violation: Consider using @observable instead of ObservableObject for Swift 6 (observable_usage)
Swift Format: Sources/SwiftUIQuery/Core/GarbageCollector.swift#L146
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Core/GarbageCollector.swift#L137
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Core/GarbageCollector.swift#L72
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Core/GarbageCollector.swift#L53
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Core/QueryKey.swift#L19
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
Test SwiftUI Query
Process completed with exit code 1.