Build Information
Successful build of LeftPad, reference 2.2.0 (f802de), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:05:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daveverwer/LeftPad.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daveverwer/LeftPad
* tag 2.2.0 -> FETCH_HEAD
HEAD is now at f802de1 Moved documentation to be external.
Cloned https://github.com/daveverwer/LeftPad.git
Revision (git rev-parse @):
f802de126b894d97a3631594b36544342b1ff004
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daveverwer/LeftPad.git at 2.2.0
Fetching https://github.com/orta/PackageConfig.git
[1/580] Fetching packageconfig
Fetched https://github.com/orta/PackageConfig.git from cache (0.73s)
Computing version for https://github.com/orta/PackageConfig.git
Computed https://github.com/orta/PackageConfig.git at 0.10.0 (1.42s)
Creating working copy for https://github.com/orta/PackageConfig.git
Working copy of https://github.com/orta/PackageConfig.git resolved at 0.10.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "leftpad",
"name": "LeftPad",
"url": "https://github.com/daveverwer/LeftPad.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LeftPad",
"traits": [
"default"
],
"dependencies": [
{
"identity": "packageconfig",
"name": "PackageConfig",
"url": "https://github.com/orta/PackageConfig.git",
"version": "0.13.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PackageConfig",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/daveverwer/LeftPad.git
[1/113] Fetching leftpad
Fetched https://github.com/daveverwer/LeftPad.git from cache (0.88s)
Fetching https://github.com/orta/PackageConfig.git from cache
Fetched https://github.com/orta/PackageConfig.git from cache (0.46s)
Computing version for https://github.com/orta/PackageConfig.git
Computed https://github.com/orta/PackageConfig.git at 0.13.0 (1.14s)
Creating working copy for https://github.com/orta/PackageConfig.git
Working copy of https://github.com/orta/PackageConfig.git resolved at 0.13.0
Creating working copy for https://github.com/daveverwer/LeftPad.git
Working copy of https://github.com/daveverwer/LeftPad.git resolved at 2.2.0 (f802de1)
warning: '.resolve-product-dependencies': dependency 'leftpad' is not used by any target
Found 1 product dependencies
- PackageConfig
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/daveverwer/LeftPad.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module LeftPad
[4/4] Compiling LeftPad LeftPad.swift
Build complete! (1.33s)
Build complete.
{
"dependencies" : [
{
"identity" : "packageconfig",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orta/PackageConfig.git"
}
],
"manifest_display_name" : "LeftPad",
"name" : "LeftPad",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LeftPad",
"targets" : [
"LeftPad"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeftPadTests",
"module_type" : "SwiftTarget",
"name" : "LeftPadTests",
"path" : "Tests/LeftPadTests",
"sources" : [
"LeftPadTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LeftPad"
],
"type" : "test"
},
{
"c99name" : "LeftPad",
"module_type" : "SwiftTarget",
"name" : "LeftPad",
"path" : "Sources/LeftPad",
"product_memberships" : [
"LeftPad"
],
"sources" : [
"LeftPad.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.