# tuist inspect build Inspects the latest build. ## Arguments ### path `Optional` **Environment variable** `TUIST_INSPECT_BUILD_PATH` The path to the directory that contains the project to inspect the latest build for. ```bash tuist inspect build --path [path] tuist inspect build -p [path] ``` ### derived-data-path `Optional` **Environment variable** `TUIST_INSPECT_BUILD_DERIVED_DATA_PATH` The path to the directory containing the project's derived data artifacts. ```bash tuist inspect build --derived-data-path [derived-data-path] ```