The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GitCommitInfoPlugin, reference main (e852bf), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 23:50:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PGSSoft/GitCommitInfoPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PGSSoft/GitCommitInfoPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e852bf2 Update README.md
Cloned https://github.com/PGSSoft/GitCommitInfoPlugin.git
Revision (git rev-parse @):
e852bf2173c937ec412b3ef47164465ff289fefb
SUCCESS checkout https://github.com/PGSSoft/GitCommitInfoPlugin.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "gitcommitinfoplugin",
      "name": "GitCommitInfoPlugin",
      "url": "https://github.com/PGSSoft/GitCommitInfoPlugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GitCommitInfoPlugin",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PGSSoft/GitCommitInfoPlugin.git
[1/35] Fetching gitcommitinfoplugin
Fetched https://github.com/PGSSoft/GitCommitInfoPlugin.git from cache (0.69s)
Creating working copy for https://github.com/PGSSoft/GitCommitInfoPlugin.git
Working copy of https://github.com/PGSSoft/GitCommitInfoPlugin.git resolved at main (e852bf2)
warning: 'gitcommitinfoplugin': 'GitCommitInfoGenerator' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PGSSoft/GitCommitInfoPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GitCommitInfoPlugin
Building for debugging...
[1/12] Write sources
[2/12] Write GitCommitInfoGenerator-entitlement.plist
[2/12] Write GitCommitInfoGenerator-tool-entitlement.plist
[4/12] Write sources
[5/12] Write swift-version--6988338F2F200930.txt
[7/16] Compiling GitCommitInfoGenerator main.swift
[8/16] Emitting module GitCommitInfoGenerator
[10/16] Compiling GitCommitInfoGenerator main.swift
[10/16] Write Objects.LinkFileList
[12/16] Linking GitCommitInfoGenerator-tool
[13/16] Linking GitCommitInfoGenerator
[14/16] Applying GitCommitInfoGenerator
[15/16] Applying GitCommitInfoGenerator-tool
Build complete! (9.70s)
warning: 'spi-builder-workspace': 'GitCommitInfoGenerator' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GitCommitInfoPlugin",
  "name" : "GitCommitInfoPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GitCommitInfoPlugin",
      "targets" : [
        "GitCommitInfoPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "GitCommitInfoGenerator",
      "targets" : [
        "GitCommitInfoGenerator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GitCommitInfoPlugin",
      "module_type" : "PluginTarget",
      "name" : "GitCommitInfoPlugin",
      "path" : "Plugins",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "GitCommitInfoPlugin"
      ],
      "sources" : [
        "GitCommitInfoPlugin.swift"
      ],
      "target_dependencies" : [
        "GitCommitInfoGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "GitCommitInfoGenerator",
      "module_type" : "SwiftTarget",
      "name" : "GitCommitInfoGenerator",
      "path" : "Sources/GitCommitInfoGenerator",
      "product_memberships" : [
        "GitCommitInfoPlugin",
        "GitCommitInfoGenerator"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': 'GitCommitInfoGenerator' was identified as an executable target given the presence of a 'main' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Done.