The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GitCommitInfoPlugin, reference 0.0.1 (9c3e39), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 00:47:31 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: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PGSSoft/GitCommitInfoPlugin
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 9c3e399 initial commit
Cloned https://github.com/PGSSoft/GitCommitInfoPlugin.git
Revision (git rev-parse @):
9c3e399d3b4700bd384b16236d9b62c3fa2c03ea
SUCCESS checkout https://github.com/PGSSoft/GitCommitInfoPlugin.git at 0.0.1
========================================
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.73s)
Creating working copy for https://github.com/PGSSoft/GitCommitInfoPlugin.git
Working copy of https://github.com/PGSSoft/GitCommitInfoPlugin.git resolved at 0.0.1 (9c3e399)
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
[3/12] Write GitCommitInfoGenerator-tool-entitlement.plist
[4/12] Write GitCommitInfoGenerator-entitlement.plist
[5/12] Write swift-version--6988338F2F200930.txt
[7/16] Compiling GitCommitInfoGenerator main.swift
[8/16] Emitting module GitCommitInfoGenerator
[9/16] Compiling GitCommitInfoGenerator main.swift
[10/16] Emitting module GitCommitInfoGenerator
[10/16] Write Objects.LinkFileList
[12/16] Linking GitCommitInfoGenerator
[13/16] Linking GitCommitInfoGenerator-tool
[14/16] Applying GitCommitInfoGenerator-tool
[15/16] Applying GitCommitInfoGenerator
Build complete! (9.12s)
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.