Hive Hive
Sign in

Proto generation plugins are scoped to avoid breaking Swift-less CI

Metadata
Source
GitHub
Version
4.202.0-canary.2
Published
Jun 25, 2026 · 16:28 UTC
Repository
tuist/tuist
Update

The SwiftPM-based protoc plugins used to generate Tuist’s vendored proto code are no longer declared as global mise tools. They are resolved on demand only inside the proto-generation tasks, so a plain mise install on a Swift-less Linux runner no longer tries to build them. This restores CLI Canary Release and other Linux workflows that were failing because they auto-install the full toolchain but never need the Swift plugins.