Build Information
Failed to build lefthook, reference main (2402d8), with Swift 6.1 for macOS (SPM) on 15 Dec 2025 09:52:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/csjones/lefthook-plugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/csjones/lefthook-plugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2402d8c Updating lefthook to 2.0.12
Cloned https://github.com/csjones/lefthook-plugin.git
Revision (git rev-parse @):
2402d8ccbb056f4c02b3ed2e25dd79b08c9c0bc7
SUCCESS checkout https://github.com/csjones/lefthook-plugin.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/csjones/lefthook-plugin.git
https://github.com/csjones/lefthook-plugin.git
{
"dependencies" : [
],
"manifest_display_name" : "lefthook",
"name" : "lefthook",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "lefthook",
"targets" : [
"LefthookExecutable"
],
"type" : {
"executable" : null
}
},
{
"name" : "LefthookPlugin",
"targets" : [
"LefthookPlugin"
],
"type" : {
"plugin" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "lefthook",
"module_type" : "BinaryTarget",
"name" : "lefthook",
"path" : "remote/archive/lefthook.artifactbundle.zip",
"product_memberships" : [
"lefthook",
"LefthookPlugin"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "LefthookPlugin",
"module_type" : "PluginTarget",
"name" : "LefthookPlugin",
"path" : "Plugins/LefthookPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Execute commands defined in lefthook.yml.",
"type" : "custom",
"verb" : "lefthook"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"LefthookPlugin"
],
"sources" : [
"LefthookPlugin.swift"
],
"target_dependencies" : [
"lefthook"
],
"type" : "plugin"
},
{
"c99name" : "LefthookExecutable",
"module_type" : "SwiftTarget",
"name" : "LefthookExecutable",
"path" : "Sources/LefthookExecutable",
"product_memberships" : [
"lefthook"
],
"sources" : [
"ArtifactParser.swift",
"FileSystem.swift",
"OS.swift",
"main.swift"
],
"target_dependencies" : [
"ArtifactExpander"
],
"type" : "executable"
},
{
"c99name" : "ArtifactExpander",
"module_type" : "PluginTarget",
"name" : "ArtifactExpander",
"path" : "Plugins/ArtifactExpander",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"lefthook"
],
"sources" : [
"ArtifactExpander.swift"
],
"target_dependencies" : [
"lefthook"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Downloading binary artifact https://github.com/csjones/lefthook-plugin/releases/download/2.0.12/lefthook.artifactbundle.zip
[16375/36909168] Downloading https://github.com/csjones/lefthook-plugin/releases/download/2.0.12/lefthook.artifactbundle.zip
error: checksum of downloaded artifact of binary target 'lefthook' (02cb640df588a63b35d5f1797d8c3d7e2060c461c7753277695fabd1548a8491) does not match checksum specified by the manifest ()
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Fetching binary artifact https://github.com/csjones/lefthook-plugin/releases/download/2.0.12/lefthook.artifactbundle.zip from cache
error: checksum of downloaded artifact of binary target 'lefthook' (02cb640df588a63b35d5f1797d8c3d7e2060c461c7753277695fabd1548a8491) does not match checksum specified by the manifest ()
BUILD FAILURE 6.1 macosSpm