Hive Hive
Sign in

xcresult Processor 0.6.1

Metadata
Source
GitHub
Version
xcresult-processor-image@0.6.1
Published
May 16, 2026 · 09:51 UTC
Repository
tuist/tuist
Update

Version 0.6.1 of the tuist-xcresult-processor Tart image aligns its filesystem layout with GitHub-hosted macOS runners. The runtime user is now runner with home at /Users/runner, and checkouts are placed at /Users/runner/work/<owner>/<repo> instead of the previous self-hosted /opt/actions-runner/_work path.

This fixes errors caused by caches and build artifacts that store absolute paths, such as SwiftPM .build/checkouts references, Xcode DerivedData, and actions/cache payloads. Those artifacts now work interchangeably between GitHub-hosted macos-26 runners and Tuist managed tuist-macos runners, and third-party Actions that hardcode /Users/runner no longer break on self-hosted jobs.

Update to this image if you use Tuist’s managed macOS runners to get consistent workspace paths and cache behavior across hosted and self-hosted CI.