Build Information
Successful build of HumanString, reference master (b668c3), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 21:26:20 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/zonble/HumanString.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zonble/HumanString
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b668c34 Merge pull request #17 from zonble/copilot/uae-latest-github-actions
Cloned https://github.com/zonble/HumanString.git
Revision (git rev-parse @):
b668c347adc9c8c5841ae334d69459ced454c2d8
SUCCESS checkout https://github.com/zonble/HumanString.git at master
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.94s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.76s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved 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": "humanstring",
"name": "HumanString",
"url": "https://github.com/zonble/HumanString.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HumanString",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/zonble/HumanString.git
[1/365] Fetching humanstring
Fetched https://github.com/zonble/HumanString.git from cache (0.92s)
Creating working copy for https://github.com/zonble/HumanString.git
Working copy of https://github.com/zonble/HumanString.git resolved at master (b668c34)
warning: '.resolve-product-dependencies': dependency 'humanstring' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/zonble/HumanString.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/8] Compiling HumanString Regex.swift
[6/8] Compiling HumanString HumanString.swift
[7/8] Emitting module HumanString
[8/8] Compiling HumanString StringIndexExtensions.swift
Build complete! (10.15s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "HumanString",
"name" : "HumanString",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "HumanString",
"targets" : [
"HumanString"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HumanStringTests",
"module_type" : "SwiftTarget",
"name" : "HumanStringTests",
"path" : "Tests/HumanStringTests",
"sources" : [
"HumanStringTests.swift",
"RegexTests.swift",
"StringIndexExtensionsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HumanString"
],
"type" : "test"
},
{
"c99name" : "HumanString",
"module_type" : "SwiftTarget",
"name" : "HumanString",
"path" : "Sources/HumanString",
"product_memberships" : [
"HumanString"
],
"sources" : [
"HumanString.swift",
"Regex.swift",
"StringIndexExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.