Build Information
Successful build of UIntX, reference master (6cd9a1), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 19:58:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rkreutz/UIntX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling UIntX UIntX+UnsignedInteger.swift
[4/14] Compiling UIntX UIntXConfig.swift
[5/14] Compiling UIntX UIntX+Numeric.swift
[6/14] Compiling UIntX UIntX+Equatable.swift
[7/14] Compiling UIntX UIntX+Hashable.swift
[8/14] Compiling UIntX UIntX+ExpressibleByIntegerLiteral.swift
[9/14] Compiling UIntX UIntX+CustomStringConvertible.swift
[10/14] Compiling UIntX UIntX+Comparable.swift
[11/14] Compiling UIntX Array+Extensions.swift
[12/14] Compiling UIntX UIntX+BinaryInteger.swift
[13/14] Compiling UIntX UIntX.swift
[14/14] Emitting module UIntX
Build complete! (3.49s)
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.