The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Tuist, reference main (76ab84), with Swift 5.9 for macOS (SPM) on 16 Jun 2025 22:47:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/21-DOT-DEV/swift-plugin-tuist
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 76ab84a Updating tuist to 4.53.4
Cloned https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Revision (git rev-parse @):
76ab84ab27fb3794518dae73cbbd9c835b6922cd
SUCCESS checkout https://github.com/21-DOT-DEV/swift-plugin-tuist.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/21-DOT-DEV/swift-plugin-tuist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin TuistPlugin
Building for debugging...
[2/7] Compiling ArtifactParser OS.swift
[3/7] Compiling ArtifactParser FileSystem.swift
[4/7] Compiling ArtifactParser ArtifactParser.swift
[5/7] Emitting module ArtifactParser
[6/7] Compiling ArtifactParser ArtifactBundle.swift
[7/9] Emitting module TuistExecutable
[8/9] Compiling TuistExecutable Main.swift
[8/9] Linking tuist
Build complete! (12.65s)
Fetching https://github.com/21-DOT-DEV/swift-artifact-parser
[1/28] Fetching swift-artifact-parser
Fetched https://github.com/21-DOT-DEV/swift-artifact-parser (1.14s)
Computing version for https://github.com/21-DOT-DEV/swift-artifact-parser
Computed https://github.com/21-DOT-DEV/swift-artifact-parser at 0.0.1 (0.48s)
Creating working copy for https://github.com/21-DOT-DEV/swift-artifact-parser
Working copy of https://github.com/21-DOT-DEV/swift-artifact-parser resolved at 0.0.1
Downloading binary artifact https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.53.4/tuist.artifactbundle.zip
[16375/36726949] Downloading https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.53.4/tuist.artifactbundle.zip
Downloaded https://github.com/21-DOT-DEV/swift-plugin-tuist/releases/download/4.53.4/tuist.artifactbundle.zip (2.71s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-artifact-parser",
      "requirement" : {
        "exact" : [
          "0.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/21-DOT-DEV/swift-artifact-parser"
    }
  ],
  "manifest_display_name" : "Tuist",
  "name" : "Tuist",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "tuist",
      "targets" : [
        "TuistExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TuistPlugin",
      "targets" : [
        "TuistPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "tuist",
      "module_type" : "BinaryTarget",
      "name" : "tuist",
      "path" : "remote/archive/tuist.artifactbundle.zip",
      "product_memberships" : [
        "TuistPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "TuistPlugin",
      "module_type" : "PluginTarget",
      "name" : "TuistPlugin",
      "path" : "Plugins/TuistPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate, build, and test your Xcode projects.",
          "type" : "custom",
          "verb" : "tuist"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "TuistPlugin"
      ],
      "sources" : [
        "TuistPlugin.swift"
      ],
      "target_dependencies" : [
        "tuist"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "TuistExecutable",
      "module_type" : "SwiftTarget",
      "name" : "TuistExecutable",
      "path" : "Sources/TuistExecutable",
      "product_dependencies" : [
        "ArtifactParser"
      ],
      "product_memberships" : [
        "tuist"
      ],
      "sources" : [
        "Main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Done.