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(kura): serve HTTP and REAPI gRPC on a single co-hosted listener

Kura used to serve its HTTP cache API and its REAPI gRPC surface on two separate listeners (container ports 4000 and 50051). That’s invisible behind the public ingress, where n…

GitHub issue
Closed
Kura
tuist/tuist #11591
fix(cli): batch CAS analytics writes off the cooperative pool

The CAS daemon’s per-operation analytics recording moves off the Swift-concurrency cooperative pool:

GitHub issue
Closed
Cache
tuist/tuist #11630
fix(cli): avoid duplicate SwiftPM C target public headers

  • Changed SwiftPM .directory C-target header mapping so public headers are enumerated explicitly instead of as one recursive public glob.

GitHub issue
Closed
Generated projects
tuist/tuist #11638
feat(cli): fail fast when the remote CAS cache is unavailable

Adds a per-process circuit breaker for the remote CAS (compilation) cache, so a remote-cache outage degrades to a fast local-compile fallback instead of stalling the build.

GitHub issue
Closed
Cache
tuist/tuist #11624
feat(cli): compress cache artifacts with LZFSE and bump cache version to 6

Paired PR. This is the open-source half of a two-repo change. The archiver switch lived in tuist/TuistCacheEE#69, now merged; this PR carries the cache-version bump, depe…

GitHub issue
Closed
Cache
tuist/tuist #11637
fix(cli): avoid shadowing SwiftPM public headers

  • Keeps SwiftPM C directory-target public headers de-duplicated for framework copy destinations while also excluding the shadowed duplicate headers from the generated project heade…

GitHub issue
Closed
Generated projects
tuist/tuist #11648
fix(cli): copy module maps with cp -f so CAS-cached builds can overwrite read-only outputs

The Copy Module Map script phase that ModuleMapMapper appends to framework targets now copies with cp -f instead of plain cp.

GitHub issue
Closed
Generated projects
tuist/tuist #11646
feat(cli): update Muted/Skipped Test Case Listing to Include All Pages

Resolves issue of not being able to fetch all quarantined tests when the number of either muted or skipped tests exceeds 500 (1 page at pagesize 500). Allows running of `tuist test…

GitHub issue
Closed
Testing
tuist/tuist #11628
docs(readme): keep feature docs out of readme

This keeps README.md focused on the repository overview instead of feature documentation:

GitHub issue
Closed
Hive
tuist/hive #69
refactor: improve diagnostics and MCP catalog

  • Centralize frontend graph diagnostics behind builder helpers and reuse them in target validation and manifest editing.

GitHub issue
Closed
Once
tuist/once #127