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
Kura reconciler can’t self-heal a manifest-only regression (silent manifest change deadlock)

The Kura server reconciler (Tuist.Kura.Reconciler) keys convergence on only two things — the observed image tag and the @manifest_revision constant. A change to the *re…

GitHub issue
Open
Kura
tuist/tuist #11608
kura: remove the single-port cutover transition shims

PR #11591 collapsed Kura to a single co-hosted HTTP + gRPC listener. Two deliberately temporary compatibility shims shipped with it and should be removed once the fleet is fully pa…

GitHub issue
Open
Kura
tuist/tuist #11654
External SPM dependencies fail to build with “no such module” errors when using XcodeProj-based integration

External SPM dependencies fail to build with “no such module” errors when using XcodeProj-based integration (Tuist/Package.swift).

GitHub issue
Open
Generated projects
tuist/tuist #9286
App Clip can’t have bundle as dependencies

Assigning bundle as dependency to AppClip target throws error.

GitHub issue
Open
Generated projects
tuist/tuist #11596
codeSignEntitlements() in SettingsDictionary creates flat PBXFileReference entries when using buildableFolders

When using buildableFolders on a target, paths set via SettingsDictionary helpers .codeSignEntitlements() and .infoPlist() (which map to CODE_SIGN_ENTITLEMENTS and

GitHub issue
Open
Generated projects
tuist/tuist #11571
.gitkeep / .DS_Store inside a buildable folder are bundled and can’t be excluded

FileSystem.glob(directory:include:) unconditionally drops **/.gitkeep and **/.DS_Store from its results (Sources/FileSystem/FileSystem.swift, added in tuist/FileSystem#115 …

GitHub issue
Open
Generated projects
tuist/tuist #11534
visionOS UI test (.uiTests) targets are rejected at generation

tuist generate fails for a .uiTests target with visionOS destinations, even though Apple supports XCUITest on visionOS. Two model gaps cause it:

GitHub issue
Open
Generated projects Testing
tuist/tuist #11512
tuist generate crashes with “Could not locate project at path” when an external SPM package transitively depends on a build-tool-plugin product

When an external SPM dependency declares a build-tool plugin product in one of its target dependencies: (rather than plugins:), tuist generate fails with:

GitHub issue
Closed
Generated projects
tuist/tuist #11453
tuist install blocks for several minutes on “Uploading run metadata…” when server errors

In CI, tuist install finishes package resolution but then hangs on Uploading run metadata… for several minutes before finally failing with a 500.

GitHub issue
Closed
CLI
tuist/tuist #11452
Parallelize XCFramework creation during cache warm

tuist cache warm currently creates XCFramework artifacts serially after the platform-specific framework builds complete. In projects with many cacheable framework targets, this p…

GitHub issue
Closed
Cache
tuist/tuist #10973