Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Slow-server timeouts no longer block commands on metadata uploads Best-effort run metadata uploads now have a 15-second total budget, so commands like tuist install don't block for many minutes when a self-
Tuist
CLI
4.202.0-rc.2
GitHub
Cached Swift macros whose product name differs from the target name resolve correctly Cache lookups now accept a Swift macro artifact whose product name differs from the target name (e.g. DependenciesMacrosPlugin target with D
Tuist
Cache
4.202.0-rc.2
GitHub
SwifterPM registry symlinks no longer break generated Xcode projects Local tuist install against SwifterPM now keeps package roots as real workspace directories under .build/registry/downloads, with top-level
Tuist
Generated projects
4.202.0-rc.2
GitHub
CAS daemon honors the runner’s TUIST_CACHE_ENDPOINT override The Xcode CAS daemon now receives the runner's TUIST_CACHE_ENDPOINT override via its launchd-agent environment. Previously the override only
Tuist
Cache
4.202.0-rc.2
GitHub
Build archives with machine metrics no longer sink build processing The run-metrics and build-insights pipeline no longer drops builds because the live machine_metrics.jsonl (written every second by the alway
Tuist
Compute
4.202.0-rc.2
GitHub
tuist setup cache fails fast when not authenticated Running tuist setup cache while logged out is no longer a silent footgun. The setup command now fails fast with an actionable error if the u
Tuist
CLI
4.202.0-rc.2
GitHub
Client feature flags forwarded to the Xcode CAS daemon The Xcode CAS daemon started by tuist setup cache now receives the client feature flags set via TUIST_FEATURE_FLAG_, just like the rest of t
Tuist
Cache
4.202.0-rc.2
GitHub
Precompiled xcframeworks no longer redefine their module Builds against precompiled xcframeworks no longer fail with redefinition of module 'X' when the xcframework ships a module.modulemap. GraphT
Tuist
Generated projects
4.202.0-rc.2
GitHub
tuist test run help is now discoverable tuist help test now shows the run subcommand, which is where the executable test options (--clean, -d, -T, etc.) actually live. The root tes
Tuist
CLI
4.202.0-rc.2
GitHub
CAS analytics no longer fsyncs per op, ending the daemon’s disk stall The CAS daemon's per-op analytics SQLite database now opens with PRAGMA synchronous = OFF instead of NORMAL, so the metadata insert fired af
Tuist
Cache
4.202.0-rc.2
GitHub