What changed
Updates the Tuist CLI swifterpm dependency from 0.8.12 to 0.8.13 and refreshes Package.resolved to the 0.8.13 tag revision 39bf0b3e02ed4b43f3d61463d76107bec2b3894f.
Why
0.8.13 includes tuist/swifterpm#42, which fixes restore path handling by using SwiftPM’s artifact scratch path. This keeps Tuist on a released swifterpm version instead of depending on an unreleased commit.
Impact
Tuist picks up the upstream restore fix through the normal package release flow.
Validation
- Confirmed GitHub release
0.8.13 was published on 2026-06-17 and its tag points to 39bf0b3e02ed4b43f3d61463d76107bec2b3894f, the merge commit for tuist/swifterpm#42.
- Ran
swift package resolve --replace-scm-with-registry.
- Ran
git diff --check.