apple / swift (pull_request) Successful in 2m2s
apple / distribute (pull_request) Skipped
apple / screenshots (pull_request) Skipped
macos-host / check (pull_request) Failing after 1m0s
setup-windows / test (pull_request) Successful in 41s
windows-client / client (arm64, --no-default-features, aarch64-pc-windows-msvc, C:\t-a64) (pull_request) Failing after 8m10s
windows-client / client (x64, , x86_64-pc-windows-msvc, C:\t) (pull_request) Failing after 3m12s
android / android (pull_request) Failing after 2m36s
ci / web (pull_request) Successful in 55s
ci / rust (pull_request) Failing after 3m39s
ci / docs-site (pull_request) Successful in 1m9s
ci / docs-drift (pull_request) Failing after 52s
installer-smoke / omarchy integration self-check (pull_request) Successful in 6s
secret-scan / gitleaks (pull_request) Successful in 15s
ci / bun-nix (pull_request) Successful in 4m47s
ci / rust-arm64 (pull_request) Failing after 7m5s
installer-smoke / build punktfunk-setup (musl) (pull_request) Successful in 4m5s
setup-binary / build (aarch64) (pull_request) Successful in 4m12s
setup-binary / build (x86_64) (pull_request) Successful in 7m33s
setup-binary / probe the published channel (pull_request) Skipped
setup-binary / publish to the generic registry (pull_request) Skipped
installer-smoke / omarchy (armed update guard) (pull_request) Successful in 1m4s
installer-smoke / smoke (arch) (pull_request) Successful in 1m56s
installer-smoke / smoke (debian-13) (pull_request) Successful in 2m12s
installer-smoke / smoke (fedora-44) (pull_request) Successful in 20m36s
The comment sweep (#514) left three files unparsable: a `;` instead of `,` after a struct field in pf-client-core's audio_wasapi.rs and in pf-console-ui's collections.rs, and the `;` missing after a let-else block in punktfunk-host's plugin_launch.rs. rustfmt refused the workspace, the pre-push hook refused every push, and ci.yml's format check would fail on main. Fix the three tokens and run `cargo fmt --all` over the sweep's other edits (comment-only files that the sweep left unformatted). No code change beyond the three tokens.