# Build Insights {#build-insights}

Use Build Insights to track local and CI build performance. It currently supports Xcode, Gradle, and Bazel build systems.

<.home_cards>
  <.home_card
    title="Xcode"
    details="Track Xcode scheme post-action timings, build settings, and build metadata in the Tuist dashboard."
    link="/guides/features/build-insights/xcode"
/>
  <.home_card
    title="Generated projects"
    details="Track build insights in Tuist generated projects with custom schemes."
    link="/guides/features/build-insights/generated-projects"
/>
  <.home_card
    title="Gradle"
    details="Track Gradle task timing and cache effectiveness with the Tuist Gradle plugin."
    link="/guides/features/build-insights/gradle"
/>
  <.home_card
    title="Bazel"
    details="Track Bazel command duration, cache totals, and critical-path diagnostics through the Build Event Protocol."
    link="/guides/features/build-insights/bazel"
/>
</.home_cards>
