Build Information
Successful build of UUIDv7, reference main (186b27), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:24:22 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/leodabus/UUIDv7.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/leodabus/UUIDv7
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 186b273 Update README.md
Cloned https://github.com/leodabus/UUIDv7.git
Revision (git rev-parse @):
186b273ed1374fab5708633344e10b70af115929
SUCCESS checkout https://github.com/leodabus/UUIDv7.git at main
========================================
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": "uuidv7",
"name": "UUIDv7",
"url": "https://github.com/leodabus/UUIDv7.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UUIDv7",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/leodabus/UUIDv7.git
[1/33] Fetching uuidv7
Fetched https://github.com/leodabus/UUIDv7.git from cache (0.68s)
Creating working copy for https://github.com/leodabus/UUIDv7.git
Working copy of https://github.com/leodabus/UUIDv7.git resolved at main (186b273)
warning: '.resolve-product-dependencies': dependency 'uuidv7' 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/leodabus/UUIDv7.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/4] Compiling UUIDv7 UUIDv7.swift
[4/4] Emitting module UUIDv7
Build complete! (4.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UUIDv7",
"name" : "UUIDv7",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UUIDv7",
"targets" : [
"UUIDv7"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UUIDv7Tests",
"module_type" : "SwiftTarget",
"name" : "UUIDv7Tests",
"path" : "Tests/UUIDv7Tests",
"sources" : [
"UUIDv7Tests.swift"
],
"target_dependencies" : [
"UUIDv7"
],
"type" : "test"
},
{
"c99name" : "UUIDv7",
"module_type" : "SwiftTarget",
"name" : "UUIDv7",
"path" : "Sources/UUIDv7",
"product_memberships" : [
"UUIDv7"
],
"sources" : [
"UUIDv7.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.