Build Information
Successful build of UInt128, reference master (58bd8a), with Swift 6.2 for macOS (SPM) on 23 Jan 2026 08:54:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jitsusama/UInt128.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jitsusama/UInt128
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 58bd8a2 Merge pull request #45 from snofla/feature/uuid-to-uint128-vice-versa
Cloned https://github.com/Jitsusama/UInt128.git
Revision (git rev-parse @):
58bd8a247df0c2ece73b6c760f22c93ad6a47492
SUCCESS checkout https://github.com/Jitsusama/UInt128.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",
"dependencies": [
{
"identity": "uint128",
"name": "UInt128",
"url": "https://github.com/Jitsusama/UInt128.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UInt128",
"dependencies": [
]
}
]
}
Fetching https://github.com/Jitsusama/UInt128.git
[1/1434] Fetching uint128
Fetched https://github.com/Jitsusama/UInt128.git from cache (1.06s)
Creating working copy for https://github.com/Jitsusama/UInt128.git
Working copy of https://github.com/Jitsusama/UInt128.git resolved at master (58bd8a2)
warning: '.resolve-product-dependencies': dependency 'uint128' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Jitsusama/UInt128.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling UInt128 UUID+UInt128.swift
[4/6] Compiling UInt128 UInt128.swift
[5/6] Emitting module UInt128
[6/6] Compiling UInt128 UInt128+UUID.swift
Build complete! (3.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UInt128",
"name" : "UInt128",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UInt128",
"targets" : [
"UInt128"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UInt128Tests",
"module_type" : "SwiftTarget",
"name" : "UInt128Tests",
"path" : "Tests/UInt128Tests",
"sources" : [
"UInt128PerformanceTests.swift",
"UInt128Tests.swift"
],
"target_dependencies" : [
"UInt128"
],
"type" : "test"
},
{
"c99name" : "UInt128",
"module_type" : "SwiftTarget",
"name" : "UInt128",
"path" : "Sources/UInt128",
"product_memberships" : [
"UInt128"
],
"sources" : [
"UInt128+UUID.swift",
"UInt128.swift",
"UUID+UInt128.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.