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
SwifterPM: duplicate and colliding pins race on the same checkout directory during restore

Found while investigating the Could not find Package.swift in this directory or any of its parent directories reports (fixed diagnostically in #12224). This is a separate defect …

GitHub issue
Open
Generated projects
tuist/tuist #12228
[Server] claim page showed ‘expired’ message after auth with 6 digits.

I saw ‘expired’ in claim page after auth with 6 digits.

GitHub issue
Open
MCP
tuist/tuist #12223
Tuist app writes account-type OAuth credentials into the CLI’s credentials file, silently downgrading the CLI session

Signing in through the Tuist macOS app writes its OAuth credentials into the CLI’s credentials file (~/.config/tuist/credentials/<host>.json). Because those credentials are a…

GitHub issue
Open
CLI
tuist/tuist #12220
CLI never refreshes account-type credentials and discards their refresh token, so auth breaks permanently at expiry

When the CLI’s credentials file holds an account-type token, the accompanying refresh token is discarded at parse time and never used. Once the access token expires the CLI keeps p…

GitHub issue
Open
CLI
tuist/tuist #12221
tuist auth whoami reports “You are not logged in” when a project or account token is in effect

tuist auth whoami prints “You are not logged in. Run ‘tuist auth login’.” whenever the resolved credential is a project token or an account token — even though the CLI is ful…

GitHub issue
Open
CLI
tuist/tuist #12219
Backfill project_id on first_run test_case_events rows left at the zero sentinel

test_case_events.project_id (Int64 DEFAULT 0, denormalized in migration 20260721115000) is now relied on for project-scoped reads: PR #12215 scopes the quarantined-tests aggr…

GitHub issue
Open
Testing
tuist/tuist #12216
Registry: archive construction is not deterministic, so any resync of a non-passthrough package breaks pins

Rebuilding a registry version is not a safe operation today: archive construction is not reproducible, so any resync of an affected package publishes a new checksum and breaks ever…

GitHub issue
Open
Distribution
tuist/tuist #12195
Manifest cache regression: cache is written but never reused

Note: This issue was investigated and summarized by an AI assistant (Claude Code)

GitHub issue
Open
Cache
tuist/tuist #12201
react_native_bundle: ‘unknown command bundle’ on React Native 0.86 — bundling moved to @react-native/community-cli-plugin

react_native_bundle invokes the bundler through @react-native-community/cli. As of React Native 0.86 that package is no longer a dependency of react-native, and it no longer …

GitHub issue
Open
Once
tuist/once #218
Docs: react_native_dependencies in a JS monorepo needs package_json pointed at the workspace root

react_native_dependencies works in a JS monorepo where the app depends on sibling packages via workspace:*, but getting there took several wrong turns that the docs do not cove…

GitHub issue
Open
Once
tuist/once #219