Build Information
Successful build of GitCommitInfoPlugin, reference main (e852bf), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 16:01:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
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
[2/12] Write sources
[4/12] Write GitCommitInfoGenerator-tool-entitlement.plist
[5/12] Write swift-version-1EA4D86E10B52AF.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-tool
[12/16] Linking GitCommitInfoGenerator
[14/16] Applying GitCommitInfoGenerator
[14/16] Applying GitCommitInfoGenerator-tool
Build complete! (7.49s)
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.