Build Information
Successful build of GitCommitInfoPlugin, reference main (e852bf
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 18:19:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/PGSSoft/GitCommitInfoPlugin.git
[1/35] Fetching gitcommitinfoplugin
Fetched https://github.com/PGSSoft/GitCommitInfoPlugin.git from cache (0.76s)
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.swift' 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.0
Building package at path: $PWD
https://github.com/PGSSoft/GitCommitInfoPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin GitCommitInfoPlugin
Building for debugging...
[1/7] Write sources
[2/7] Write GitCommitInfoGenerator-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/9] Compiling GitCommitInfoGenerator main.swift
[6/9] Emitting module GitCommitInfoGenerator
[6/9] Write Objects.LinkFileList
[7/9] Linking GitCommitInfoGenerator
[8/9] Applying GitCommitInfoGenerator
Build complete! (10.94s)
warning: 'spi-builder-workspace': 'GitCommitInfoGenerator' was identified as an executable target given the presence of a 'main.swift' 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.swift' file. Starting with tools version 5.4.0 executable targets should be declared as 'executableTarget()'
Done.