Build Information
Successful build of SwiftMiscUtility, reference 0.0.0 (6b9e52), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 21:11:03 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/erica/Swift-Misc-Utility.git
Reference: 0.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/erica/Swift-Misc-Utility
* tag 0.0.0 -> FETCH_HEAD
HEAD is now at 6b9e523 Initial commit
Cloned https://github.com/erica/Swift-Misc-Utility.git
Revision (git rev-parse @):
6b9e52306d2ce932a840a266eca396112199178a
SUCCESS checkout https://github.com/erica/Swift-Misc-Utility.git at 0.0.0
Fetching https://github.com/erica/Swift-General-Utility
[1/101] Fetching swift-general-utility
Fetched https://github.com/erica/Swift-General-Utility from cache (0.64s)
Computing version for https://github.com/erica/Swift-General-Utility
Computed https://github.com/erica/Swift-General-Utility at 0.0.8 (1.32s)
Creating working copy for https://github.com/erica/Swift-General-Utility
Working copy of https://github.com/erica/Swift-General-Utility resolved at 0.0.8
========================================
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": "swift-misc-utility",
"name": "SwiftMiscUtility",
"url": "https://github.com/erica/Swift-Misc-Utility.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Misc-Utility",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-general-utility",
"name": "Swift-General-Utility",
"url": "https://github.com/erica/Swift-General-Utility",
"version": "0.0.8",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-General-Utility",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/erica/Swift-Misc-Utility.git
[1/38] Fetching swift-misc-utility
Fetched https://github.com/erica/Swift-Misc-Utility.git from cache (0.65s)
Fetching https://github.com/erica/Swift-General-Utility from cache
Fetched https://github.com/erica/Swift-General-Utility from cache (0.42s)
Computing version for https://github.com/erica/Swift-General-Utility
Computed https://github.com/erica/Swift-General-Utility at 0.0.8 (0.48s)
Creating working copy for https://github.com/erica/Swift-General-Utility
Working copy of https://github.com/erica/Swift-General-Utility resolved at 0.0.8
Creating working copy for https://github.com/erica/Swift-Misc-Utility.git
Working copy of https://github.com/erica/Swift-Misc-Utility.git resolved at 0.0.0 (6b9e523)
warning: '.resolve-product-dependencies': dependency 'swift-misc-utility' is not used by any target
Found 1 product dependencies
- Swift-General-Utility
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/erica/Swift-Misc-Utility.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module GeneralUtility
[5/5] Compiling GeneralUtility Utility.swift
[6/15] Compiling SwiftMiscUtility SynchronousData.swift
[7/15] Compiling SwiftMiscUtility String+Utility.swift
[8/15] Compiling SwiftMiscUtility Utility+SideEffect.swift
[9/15] Compiling SwiftMiscUtility RuntimeError.swift
[10/15] Compiling SwiftMiscUtility Rounding.swift
[11/15] Compiling SwiftMiscUtility Collection+Utility.swift
[12/15] Compiling SwiftMiscUtility Exponentiation.swift
[13/15] Emitting module SwiftMiscUtility
[14/15] Compiling SwiftMiscUtility Applicative.swift
[15/15] Compiling SwiftMiscUtility Result+Utility.swift
Build complete! (4.56s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-general-utility",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/erica/Swift-General-Utility"
}
],
"manifest_display_name" : "SwiftMiscUtility",
"name" : "SwiftMiscUtility",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "SwiftMiscUtility",
"targets" : [
"SwiftMiscUtility"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests/Tests",
"sources" : [
"DataRequestTest.swift",
"MathTest.swift",
"PartitionTest.swift",
"StringTest.swift"
],
"target_dependencies" : [
"SwiftMiscUtility"
],
"type" : "test"
},
{
"c99name" : "SwiftMiscUtility",
"module_type" : "SwiftTarget",
"name" : "SwiftMiscUtility",
"path" : "Sources",
"product_dependencies" : [
"GeneralUtility"
],
"product_memberships" : [
"SwiftMiscUtility"
],
"sources" : [
"SwiftMiscUtility/Applicative.swift",
"SwiftMiscUtility/Collection+Utility.swift",
"SwiftMiscUtility/Exponentiation.swift",
"SwiftMiscUtility/Result+Utility.swift",
"SwiftMiscUtility/Rounding.swift",
"SwiftMiscUtility/RuntimeError.swift",
"SwiftMiscUtility/String+Utility.swift",
"SwiftMiscUtility/SynchronousData.swift",
"SwiftMiscUtility/Utility+SideEffect.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.