Build Information
Successful build of UIntX, reference master (6cd9a1), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 10:18:15 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/rkreutz/UIntX.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rkreutz/UIntX
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6cd9a11 Update tests.yml
Cloned https://github.com/rkreutz/UIntX.git
Revision (git rev-parse @):
6cd9a111e5adf18dc5bf5547f703a0865b70e521
SUCCESS checkout https://github.com/rkreutz/UIntX.git at master
========================================
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": "uintx",
"name": "UIntX",
"url": "https://github.com/rkreutz/UIntX.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIntX",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/rkreutz/UIntX.git
[1/195] Fetching uintx
Fetched https://github.com/rkreutz/UIntX.git from cache (0.67s)
Creating working copy for https://github.com/rkreutz/UIntX.git
Working copy of https://github.com/rkreutz/UIntX.git resolved at master (6cd9a11)
warning: '.resolve-product-dependencies': dependency 'uintx' 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/rkreutz/UIntX.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/13] Emitting module UIntX
[4/13] Compiling UIntX Array+Extensions.swift
[5/13] Compiling UIntX UIntX+BinaryInteger.swift
[6/13] Compiling UIntX UIntX+Comparable.swift
[7/13] Compiling UIntX UIntX.swift
[8/13] Compiling UIntX UIntX+Hashable.swift
[9/13] Compiling UIntX UIntX+CustomStringConvertible.swift
[10/13] Compiling UIntX UIntX+Numeric.swift
[11/13] Compiling UIntX UIntX+Equatable.swift
[12/13] Compiling UIntX UIntX+ExpressibleByIntegerLiteral.swift
[13/13] Compiling UIntX UIntX+UnsignedInteger.swift
[14/14] Compiling UIntX UIntXConfig.swift
Build complete! (4.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UIntX",
"name" : "UIntX",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UIntX",
"targets" : [
"UIntX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "UIntXTests",
"module_type" : "SwiftTarget",
"name" : "UIntXTests",
"path" : "Tests/UIntXTests",
"sources" : [
"Performance/ArrayExtensionsPerformanceTests.swift",
"Performance/CustomStringConvertiblePerformanceTests.swift",
"Performance/InitilisersPerformanceTests.swift",
"Performance/OperationsPerformanceTests.swift",
"Performance/UIntXExtensionsPerformanceTests.swift",
"UIntXComparableTests.swift",
"UIntXDescription.swift",
"UIntXEquatable.swift",
"UIntXHash.swift",
"UIntXInitTests.swift",
"UIntXLeftShiftTests.swift",
"UIntXOperations.swift",
"UIntXRightShiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"UIntX"
],
"type" : "test"
},
{
"c99name" : "UIntX",
"module_type" : "SwiftTarget",
"name" : "UIntX",
"path" : "Sources/UIntX",
"product_memberships" : [
"UIntX"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"UIntX+BinaryInteger.swift",
"UIntX+Comparable.swift",
"UIntX+CustomStringConvertible.swift",
"UIntX+Equatable.swift",
"UIntX+ExpressibleByIntegerLiteral.swift",
"UIntX+Hashable.swift",
"UIntX+Numeric.swift",
"UIntX+UnsignedInteger.swift",
"UIntX.swift",
"UIntXConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.