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 swift-plugin-subtree, reference 0.0.5 (f8bb78), with Swift 6.0 for macOS (SPM) on 3 Dec 2025 08:52:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/21-DOT-DEV/swift-plugin-subtree
 * tag               0.0.5      -> FETCH_HEAD
HEAD is now at f8bb784 chore: update to subtree 0.0.5
Cloned https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Revision (git rev-parse @):
f8bb784304fd810f998e17d5b47ae327b9995d38
SUCCESS checkout https://github.com/21-DOT-DEV/swift-plugin-subtree.git at 0.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/21-DOT-DEV/swift-plugin-subtree.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SubtreePlugin
Building for debugging...
[1/8] Write subtree-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/13] Compiling ArtifactParser ArtifactParser.swift
[7/13] Compiling ArtifactParser FileSystem.swift
[8/13] Compiling ArtifactParser OS.swift
[9/13] Compiling ArtifactParser ArtifactBundle.swift
[10/13] Emitting module ArtifactParser
[11/15] Compiling SubtreeExecutable Subtree.swift
[12/15] Emitting module SubtreeExecutable
[12/15] Write Objects.LinkFileList
[13/15] Linking subtree
[14/15] Applying subtree
Build complete! (17.86s)
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 from cache (0.64s)
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 (3.09s)
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
[16375/44471667] Downloading https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
Downloading binary artifact https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip
Downloaded https://github.com/21-DOT-DEV/subtree/releases/download/0.0.5/subtree.artifactbundle.zip (2.47s)
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" : "swift-plugin-subtree",
  "name" : "swift-plugin-subtree",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "subtree",
      "targets" : [
        "SubtreeExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SubtreePlugin",
      "targets" : [
        "SubtreePlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "subtree",
      "module_type" : "BinaryTarget",
      "name" : "subtree",
      "path" : "remote/archive/subtree.artifactbundle.zip",
      "product_memberships" : [
        "SubtreePlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SubtreePlugin",
      "module_type" : "PluginTarget",
      "name" : "SubtreePlugin",
      "path" : "Plugins/SubtreePlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "",
          "type" : "custom",
          "verb" : "subtree"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "subtree may write output files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SubtreePlugin"
      ],
      "sources" : [
        "SubtreePlugin.swift"
      ],
      "target_dependencies" : [
        "subtree"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SubtreeExecutable",
      "module_type" : "SwiftTarget",
      "name" : "SubtreeExecutable",
      "path" : "Sources/SubtreeExecutable",
      "product_dependencies" : [
        "ArtifactParser"
      ],
      "product_memberships" : [
        "subtree"
      ],
      "sources" : [
        "Subtree.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.