Hive Hive
Sign in

tuist inspect dependencies doesn’t work with non-generated Xcode projects

GitHub issue · Open

Metadata
Source
tuist/tuist #12702
Updated
Aug 29, 2026
Details

Why is this needed?

Context

tuist inspect dependencies requires a Tuist manifest at the given path. In a plain .xcodeproj / .xcworkspace it fails before running any check: Manifest not found at path /path/to/project

Generated projects and Swift packages both work, since Package.swift is a root manifest too — only raw Xcode projects are left out.

Note

Xcode projects reference local Swift packages through their products, which the graph represents as packageProduct dependencies pointing at no target. Unless those are resolved into the targets each product vends, every import of a local package is reported as an implicit dependency.

Steps to address the need

  1. Add new layer to map plain XcodeProjects to inspect command
  2. Add Tests on new logic
Flights

Investigate, reproduce, or fix this item in an isolated repository. Each Flight preserves its outcome and agent session.

New Flights are paused Configure model inference, GitHub, and a sandbox provider to start another Flight. Existing results remain available below.
No Flights yet

Start a Flight and preserve its objective, outcome, and session here.

Comments

No GitHub comments yet.