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
Cargo target derivation ignores feature resolution: excluded packages become build targets

once query targets derives Cargo targets from Cargo.lock without applying Cargo’s feature resolution. Every package present in the lockfile becomes a rust_crate target, i…

GitHub issue
Open
Once
tuist/once #216
Registry crates with a build script are never extracted: build-script-rustc fails hashing source/build.rs

Building any target that depends on a registry crate with a build script fails: Once declares <crate>/source/build.rs as an input to the build-script-rustc action, but never ex…

GitHub issue
Open
Once
tuist/once #217
Document how to use xcresultparser with Tuist to export test results as .junit or any other format.

Some users reported that it’d be helpful to export the test results in .junit format.

GitHub issue
Open
Testing
tuist/tuist #6749
Add support to expand paths starting with ~

Hey! Small change but I think a great addition would be to support paths starting with ~ that gets automatically expanded here https://github.com/tuist/tuist/blob/60875ec2017cc7b3b…

GitHub issue
Open
Generated projects
tuist/tuist #11693
kura: two-peer bootstrap evicts its own just-fetched artifacts (CAS ring overshoot) → local-miss re-fetch thrash, bootstrap never converges

A node bootstrapping from two peers at once can drive its bounded CAS segment ring to evict artifacts it just fetched and applied. Because segment eviction also **deletes t…

GitHub issue
Open
Kura
tuist/tuist #12047
kura: snapshot index reconcile costs ~5x its memory budget and runs at 100% duty cycle, driving nodes to Critical and stalling replication

On 2026-07-22, kura-tuist-eu-central-1-1 (production, eu-central) went from Constrained to sustained Critical memory pressure at 16:02Z and stayed there. Critical pauses the …

GitHub issue
Open
Kura
tuist/tuist #12026
Implement stable account-region binding for Kura warm handoffs

Warm Kura handoffs currently derive customer endpoint publication from source and target server rows. Production stays disabled in [#12002](https://github.com/tuist/tuist/pull/1200…

GitHub issue
Open
Kura
tuist/tuist #12020
Xcode 27: external dependency compiled for iOS 13.0 despite its iOS 15.0 minimum deployment target

When generating and building our iOS project with Tuist 4.202.5 and Xcode 27 beta 3, Tuist produces a target configuration that compiles for iOS 13.0.

GitHub issue
Open
Generated projects
tuist/tuist #11916
Disable basedOnDependencyAnalysis for foreign build

I’m playing around with KMP at the moment.

GitHub issue
Open
Generated projects
tuist/tuist #11898
Swift macro executables are incorrectly added to framework search paths

With current Tuist and Xcode, Swift macro executables are emitted as framework search paths. Xcode passes them to the linker as -F arguments, but the macro products are executabl…

GitHub issue
Open
Generated projects
tuist/tuist #11890