Build Information
Successful build of UUIDShortener, reference main (4aa608), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 17:55:32 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/Dean151/uuid-shortener.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dean151/uuid-shortener
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4aa608c Create LICENSE
Cloned https://github.com/Dean151/uuid-shortener.git
Revision (git rev-parse @):
4aa608ca0692b28b94f2110e3b46ebed03c65acd
SUCCESS checkout https://github.com/Dean151/uuid-shortener.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": "uuid-shortener",
"name": "UUIDShortener",
"url": "https://github.com/Dean151/uuid-shortener.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/uuid-shortener",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Dean151/uuid-shortener.git
[1/20] Fetching uuid-shortener
Fetched https://github.com/Dean151/uuid-shortener.git from cache (0.67s)
Creating working copy for https://github.com/Dean151/uuid-shortener.git
Working copy of https://github.com/Dean151/uuid-shortener.git resolved at main (4aa608c)
warning: '.resolve-product-dependencies': dependency 'uuid-shortener' 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/Dean151/uuid-shortener.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 UUIDShortener UUIDShortener.swift
[4/4] Emitting module UUIDShortener
Build complete! (3.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UUIDShortener",
"name" : "UUIDShortener",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "UUIDShortener",
"targets" : [
"UUIDShortener"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UUIDShortenerTests",
"module_type" : "SwiftTarget",
"name" : "UUIDShortenerTests",
"path" : "Tests/UUIDShortenerTests",
"sources" : [
"UUIDShortenerTests.swift"
],
"target_dependencies" : [
"UUIDShortener"
],
"type" : "test"
},
{
"c99name" : "UUIDShortener",
"module_type" : "SwiftTarget",
"name" : "UUIDShortener",
"path" : "Sources/UUIDShortener",
"product_memberships" : [
"UUIDShortener"
],
"sources" : [
"UUIDShortener.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.