This version improves reliability when resolving Swift packages and fixes the release tagging pipeline.
- Package resolution:
tuist installresolves registry packages again, includingapple.swift-protobuf. The update to the bundledswifterpmdependency refreshes stale binary artifact archives and preserves SwiftPM prebuilt workspace state. Generated targets now include runtime search paths for SwiftPM prebuilt libraries, so prebuilt libraries load correctly at runtime. - Release integrity: Release tags are now pinned to the exact commit that was built, so release notes and binaries always line up with the tag they point to. This also fixes the stale in-repo version sentinel, so
tuist initfrom a source build falls back totuist@latestinstead of pinning a stale version.