Hive Hive
Sign in

Forage

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

Items
819
Open signals
193
Domains
14
Forage items
Item Type Status Domains Source Updated Actions
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): 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
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
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
fix(continuous-integration): stabilize main branch checks

This stabilizes the main branch checks that were still failing after the recent Windows response-file changes.

GitHub issue
Closed
Once
tuist/once #146
fix(docs): fix docs deployment domain

  • Point the docs Cloudflare Worker route at docs.buildonce.dev.

GitHub issue
Closed
Once
tuist/once #112