Build Information
Successful build of GitCommitInfoPlugin with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PGSSoft/GitCommitInfoPlugin.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "gitcommitinfoplugin",
"name": "GitCommitInfoPlugin",
"url": "https://github.com/PGSSoft/GitCommitInfoPlugin.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GitCommitInfoPlugin",
"dependencies": [
]
}
]
}
Fetching https://github.com/PGSSoft/GitCommitInfoPlugin.git from cache
Fetched https://github.com/PGSSoft/GitCommitInfoPlugin.git (0.19s)
Creating working copy for https://github.com/PGSSoft/GitCommitInfoPlugin.git
Working copy of https://github.com/PGSSoft/GitCommitInfoPlugin.git resolved at main
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: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GitCommitInfoPlugin
Building for debugging...
[2/4] Compiling GitCommitInfoGenerator main.swift
[3/4] Emitting module GitCommitInfoGenerator
[3/4] Linking GitCommitInfoGenerator
Build complete! (7.88s)
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.
Done.