The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GitCommitInfoPlugin, reference 0.0.1 (9c3e39), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:01:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PGSSoft/GitCommitInfoPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GitCommitInfoPlugin
Building for debugging...
[1/12] Write sources
[2/12] Write GitCommitInfoGenerator-entitlement.plist
[3/12] Write sources
[4/12] Write GitCommitInfoGenerator-tool-entitlement.plist
[5/12] Write swift-version-1EA4D86E10B52AF.txt
[7/16] Emitting module GitCommitInfoGenerator
[8/16] Compiling GitCommitInfoGenerator main.swift
[8/16] Write Objects.LinkFileList
[10/16] Compiling GitCommitInfoGenerator main.swift
[11/16] Emitting module GitCommitInfoGenerator
[11/16] Write Objects.LinkFileList
[12/16] Linking GitCommitInfoGenerator-tool
[13/16] Linking GitCommitInfoGenerator
[14/16] Applying GitCommitInfoGenerator-tool
[15/16] Applying GitCommitInfoGenerator
Build complete! (7.62s)
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.