Hive Hive
Sign in

Restored binary artifacts are placed in SwiftPM’s expected scratch path

Metadata
Source
GitHub
Version
4.201.0-canary.9
Published
Jun 18, 2026 · 10:10 UTC
Repository
tuist/tuist
Update

Remote and local binary artifacts restored by SwifterPM are now written directly under .build/artifacts//, matching SwiftPM’s canonical layout. Previously they were placed under a .build/swifterpm/artifacts namespace, which caused generated Xcode projects to fail with missing build input files. The workspace-state.json paths now stay aligned with the files on disk.