This release fixes the release pipeline and makes the UI smoke suite useful again.
- Align
FluidAudioto0.13.5across SwiftPM and the UI test host, and update the Parakeet backend to the currentloadModelsAPI so smoke builds match normal builds. - Restore blocking
ui-smokebehavior in CI for normal pull requests and published releases. - Use a shared Xcode 26 selector across macOS workflows and resolve it via
${{ github.workspace }}so nested working directories do not break the selector script. - Keep manual
workflow_dispatchrebuilds of historical tags advisory-only for UI smoke so old releases can still be backfilled without weakening current release quality gates.