Hive Hive
Sign in

Forage

Feature requests, bug reports, feedback, GitHub issues, and Grafana alerts in one queue.

Items
818
Open signals
192
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
feat(cli): print a cache warm summary with remote/local hits and misses

Requested on Slack: at the end of a tuist cache warm run, print how many targets were served from the remote cache, so setup/CI logs can report the remote hit rate without a se…

GitHub issue
Closed
CLI Cache
tuist/tuist #11609
fix(cli): stop package base settings from clobbering SwiftPM target bundle identifiers

When mapping SwiftPM packages, Tuist no longer copies a package-wide PRODUCT_BUNDLE_IDENTIFIER onto each generated target. Every other base setting from `packageSettings.baseSett…

GitHub issue
Closed
Generated projects
tuist/tuist #11610
feat(cli,server): per-shard test-product downloads + resilient shard download

Fixes the selective-testing shard-download timeout, makes each shard download only the products it needs, and hardens the upload path so very large bundles (hundreds of modules, mu…

GitHub issue
Closed
Testing
tuist/tuist #11314
fix(cli): support nib resources in SwiftPM packages

Adds support for .nib resources in Swift Packages, on par with .xib:

GitHub issue
Closed
Generated projects
tuist/tuist #11486
fix(cli): memoize the auth token in ServerAuthenticationController to avoid a per-op keychain read

Memoizes the resolved auth token inside ServerAuthenticationController, bounded by the token’s own expiry, so repeated authenticationToken() calls don’t re-resolve the credenti…

GitHub issue
Closed
CLI
tuist/tuist #11614
feat(cli): include SwiftPM C-family target headers in generated projects

Generated projects now surface a C-family SwiftPM target’s headers the way SwiftPM itself classifies them:

GitHub issue
Closed
Generated projects
tuist/tuist #11617
GitHub issue
Closed
Generated projects Testing
tuist/tuist #11399
fix(cli): surface SwiftPM C-target headers as project headers to avoid breaking sibling shim modules

PackageInfoMapper.discoveredHeaders now classifies a C-family SwiftPM target’s headers by how the module is consumed:

GitHub issue
Closed
Generated projects
tuist/tuist #11622
feat: multi-box bare-metal Kura — per-account DNS routing + warm-handoff moves

Makes bare-metal Kura regions scale to N boxes per region, with tenants distributed across boxes, each tenant reaching its own box, and accounts movable between boxes with no c…

GitHub issue
Closed
Kura
tuist/tuist #11611
fix(infra): give bare-metal Kura fleet MHCs the full OS-reinstall window (30m→90m)

Raised nodeStartupTimeout from 30m to 90m on the three bare-metal Kura fleet MachineHealthChecks in the tuist Helm chart — dedibox-fleet.yaml, ovh-fleet.yaml, and `kura-f…

GitHub issue
Closed
Kura
tuist/tuist #11639