Hive Hive
Sign in

Forage

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

Items
632
Open signals
159
Domains
11
Forage items
Item Type Status Domains Source Updated Actions
fix(cli): stop duplicating SwiftPM output during tuist install

tuist install (and any other path through SwiftPackageManagerController.resolve/update with printOutput: true) prints every SwiftPM line twice — every `Computing version fo…

GitHub issue
Closed
CLI
tuist/tuist #10931
refactor(capi-scaleway): drop auto-order + terminate paths, pool only

Every managed environment already runs the CAPI Scaleway provider with Spec.AdoptPoolPrefix set, and the operator-owned pre-order workflow is the only sane path on Scaleway Apple…

GitHub issue
Closed
Compute
tuist/tuist #10927
fix(cli): preserve module names for xcframework wrappers

  • Fix the SwiftPM wrapper regression where same-name source wrappers around .xcframework binaries inherited the suffixed artifact name as their module name after the wrapper coll…

GitHub issue
Closed
Generated projects
tuist/tuist #10938
GitHub issue
Closed
No domains
tuist/tuist #10949
fix(cli): anchor SwiftPM module-map flags on absolute derived-dir to survive symlinked .build/checkouts

  • Xcode 26.5’s explicit-modules dep scanner canonicalises -fmodule-map-file= paths before opening them. Tuist emits these paths as \$(SRCROOT)/../../tuist-derived/... for exter…

GitHub issue
Closed
Generated projects
tuist/tuist #10945
fix(linux-runner-image): install openssh-client for ssh-agent

Added openssh-client to the apt-get install layer in infra/linux-runner-image/Dockerfile, slotted next to git-lfs under the existing “VCS extras” category.

GitHub issue
Closed
Compute
tuist/tuist #10962
fix(server): drop stale automation framing from webhook copy

The account-level webhook endpoints page still described itself as plumbing for automation actions, but webhook endpoints subscribe directly to event types now and dispatch indepen…

GitHub issue
Closed
No domains
tuist/tuist #10846
perf(server): cut FINAL scans on ClickHouse test_case_runs and test_runs

Three call sites that account for the bulk of CPU and I/O on production ClickHouse were rewritten to avoid full-part FINAL scans. Each query plan was validated against the local Cl…

GitHub issue
Closed
No domains
tuist/tuist #10881
fix(server): apply shard min/max defaults when caller passes nil

--shard-max N (without --shard-min or --shard-max-duration) silently fell back to one shard per test module instead of capping at N. Users with hundreds of modules got hund…

GitHub issue
Closed
Compute
tuist/tuist #10941
fix(server): disconnect active sessions after password reset

  • fix the password reset flow so active browser sessions are disconnected immediately after a successful reset

GitHub issue
Closed
No domains
tuist/tuist #10896