Build Information
Successful build of Bases, reference 1.0.0 (6553c2), with Swift 6.3 for macOS (SPM) on 27 Apr 2026 05:52:23 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/mattrubin/Bases.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattrubin/Bases
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 6553c2e Replace the full license text in each source file with SPDX tags (#50)
Cloned https://github.com/mattrubin/Bases.git
Revision (git rev-parse @):
6553c2eb299d7df890f5516652ae46e87020b58b
SUCCESS checkout https://github.com/mattrubin/Bases.git at 1.0.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": "bases",
"name": "Bases",
"url": "https://github.com/mattrubin/Bases.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bases",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mattrubin/Bases.git
[1/1891] Fetching bases
Fetched https://github.com/mattrubin/Bases.git from cache (0.73s)
Creating working copy for https://github.com/mattrubin/Bases.git
Working copy of https://github.com/mattrubin/Bases.git resolved at 1.0.0 (6553c2e)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattrubin/Bases.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[2/8] Write PerformanceTests-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/17] Compiling Base32 BlockEncoding.swift
[7/17] Compiling Base32 Quintets.swift
[8/17] Compiling Base16 Base16.swift
[9/17] Emitting module Base16
[10/17] Compiling Base16 Alphabet.swift
[11/17] Compiling Base32 BlockDecoding.swift
[12/17] Compiling Base32 Alphabet.swift
[13/17] Compiling Base32 Base32.swift
[14/17] Emitting module Base32
[15/19] Emitting module PerformanceTests
[16/19] Compiling PerformanceTests main.swift
[16/19] Write Objects.LinkFileList
[17/19] Linking PerformanceTests
[18/19] Applying PerformanceTests
Build complete! (5.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Bases",
"name" : "Bases",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Base16",
"targets" : [
"Base16"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Base32",
"targets" : [
"Base32"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PerformanceTests",
"targets" : [
"PerformanceTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Sources/PerformanceTests",
"product_memberships" : [
"PerformanceTests"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Base32"
],
"type" : "executable"
},
{
"c99name" : "Base32Tests",
"module_type" : "SwiftTarget",
"name" : "Base32Tests",
"path" : "Tests/Base32Tests",
"sources" : [
"Base32Tests.swift"
],
"target_dependencies" : [
"Base32"
],
"type" : "test"
},
{
"c99name" : "Base32",
"module_type" : "SwiftTarget",
"name" : "Base32",
"path" : "Sources/Base32",
"product_memberships" : [
"Base32",
"PerformanceTests"
],
"sources" : [
"Alphabet.swift",
"Base32.swift",
"BlockDecoding.swift",
"BlockEncoding.swift",
"Quintets.swift"
],
"type" : "library"
},
{
"c99name" : "Base16Tests",
"module_type" : "SwiftTarget",
"name" : "Base16Tests",
"path" : "Tests/Base16Tests",
"sources" : [
"Base16Tests.swift"
],
"target_dependencies" : [
"Base16"
],
"type" : "test"
},
{
"c99name" : "Base16",
"module_type" : "SwiftTarget",
"name" : "Base16",
"path" : "Sources/Base16",
"product_memberships" : [
"Base16"
],
"sources" : [
"Alphabet.swift",
"Base16.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.