Build Information
Successful build of ContextuallyUniqueIdentifier, reference production (ede27f), with Swift 6.0 for macOS (SPM) on 27 Jan 2026 06:51:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at ede27fa Merge pull request #3 from RougeWare/feature/renaming/COID
Cloned https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Revision (git rev-parse @):
ede27fa9e881b4c928559bf281bb9b0154e96f20
SUCCESS checkout https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git at production
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/RougeWare/Swift-ContextuallyUniqueIdentifier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/19] Compiling FunctionTools Null functions.swift
[7/19] Compiling FunctionTools Echo.swift
[8/19] Compiling FunctionTools Function types.swift
[9/19] Compiling FunctionTools Call.swift
[10/19] Compiling FunctionTools Blackholes.swift
[11/19] Emitting module FunctionTools
[12/19] Compiling FunctionTools Curry.swift
[13/19] Compiling FunctionTools !.swift
[14/19] Compiling FunctionTools Constant.swift
[15/19] Compiling LazyContainers LazyContainer + Hashable.swift
[16/19] Compiling LazyContainers LazyContainer + Equatable.swift
[17/19] Compiling LazyContainers LazyContainer + Codable.swift
[18/19] Emitting module LazyContainers
[19/19] Compiling LazyContainers LazyContainers.swift
[20/31] Compiling SimpleLogging LoggableError.swift
[21/32] Compiling SimpleLogging CodeLogMessage.swift
[22/32] Compiling SimpleLogging CombinedLogMessage.swift
[23/32] Compiling SimpleLogging Loggable.swift
[24/32] Compiling SimpleLogging LogMessageProtocol.swift
[25/32] Compiling SimpleLogging LogSeverity.swift
[26/32] Compiling SimpleLogging LogManager.swift
[27/32] Compiling SimpleLogging CombinedLoggable.swift
[28/32] Compiling SimpleLogging FileHandle + TextOutputStream.swift
[29/32] Compiling SimpleLogging LogMessage.swift
[30/32] Emitting module SimpleLogging
[31/32] Compiling SimpleLogging LogChannel.swift
[32/32] Compiling SimpleLogging Simple Logging.swift
[33/34] Emitting module COID
[34/34] Compiling COID ContextuallyUniqueIdentifier.swift
Build complete! (11.94s)
Fetching https://github.com/RougeWare/Swift-Simple-Logging.git
[4/376] Fetching swift-simple-logging
Fetched https://github.com/RougeWare/Swift-Simple-Logging.git from cache (0.78s)
Computing version for https://github.com/RougeWare/Swift-Simple-Logging.git
Computed https://github.com/RougeWare/Swift-Simple-Logging.git at 0.5.2 (0.59s)
Fetching https://github.com/RougeWare/Swift-Function-Tools.git
Fetching https://github.com/RougeWare/Swift-Lazy-Containers.git
[1/121] Fetching swift-function-tools
[122/516] Fetching swift-function-tools, swift-lazy-containers
Fetched https://github.com/RougeWare/Swift-Lazy-Containers.git from cache (0.78s)
Fetched https://github.com/RougeWare/Swift-Function-Tools.git from cache (0.78s)
Computing version for https://github.com/RougeWare/Swift-Function-Tools.git
Computed https://github.com/RougeWare/Swift-Function-Tools.git at 1.2.4 (0.55s)
Computing version for https://github.com/RougeWare/Swift-Lazy-Containers.git
Computed https://github.com/RougeWare/Swift-Lazy-Containers.git at 4.1.0 (0.57s)
Creating working copy for https://github.com/RougeWare/Swift-Simple-Logging.git
Working copy of https://github.com/RougeWare/Swift-Simple-Logging.git resolved at 0.5.2
Creating working copy for https://github.com/RougeWare/Swift-Function-Tools.git
Working copy of https://github.com/RougeWare/Swift-Function-Tools.git resolved at 1.2.4
Creating working copy for https://github.com/RougeWare/Swift-Lazy-Containers.git
Working copy of https://github.com/RougeWare/Swift-Lazy-Containers.git resolved at 4.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-simple-logging",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Simple-Logging.git"
}
],
"manifest_display_name" : "ContextuallyUniqueIdentifier",
"name" : "ContextuallyUniqueIdentifier",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "COID",
"targets" : [
"COID"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AppUniqueIdentifier",
"targets" : [
"COID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ContextuallyUniqueIdentifierTests",
"module_type" : "SwiftTarget",
"name" : "ContextuallyUniqueIdentifierTests",
"path" : "Tests/ContextuallyUniqueIdentifierTests",
"sources" : [
"ContextuallyUniqueIdentifierTests.swift"
],
"target_dependencies" : [
"COID"
],
"type" : "test"
},
{
"c99name" : "COID",
"module_type" : "SwiftTarget",
"name" : "COID",
"path" : "Sources/COID",
"product_dependencies" : [
"SimpleLogging"
],
"product_memberships" : [
"COID",
"AppUniqueIdentifier"
],
"sources" : [
"ContextuallyUniqueIdentifier.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.