Hive Hive
Sign in

CLI 4.198.2

Metadata
Source
GitHub
Version
4.198.2
Published
Jun 10, 2026 · 11:51 UTC
Repository
tuist/tuist
Update

This version improves reliability when resolving Swift packages and fixes the release tagging pipeline.

  • Package resolution: tuist install resolves registry packages again, including apple.swift-protobuf. The update to the bundled swifterpm dependency 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 init from a source build falls back to tuist@latest instead of pinning a stale version.