This release improves reliability for the server-side components that process Xcode result bundles and manage CI runners.
- Fixed database connectivity for the xcresult processor on macOS runners. After the database cutover, the processor running inside Tart VMs could no longer reach the cluster pooler, so xcresult jobs queued without executing. The processor now connects via the tailnet, restoring normal throughput.
- Fixed a bug where the orphaned-pod cleanup worker could force-delete live runner pods. The worker now checks whether a runner container has actually started a job before reaping a pod, preventing jobs from failing with “lost communication” errors.