Build Information
Successful build of swift-nuid, reference v0.3.0 (d9072d), with Swift 6.0 for macOS (SPM) on 23 Jul 2025 13:38:36 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jarema/swift-nuid.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jarema/swift-nuid
* tag v0.3.0 -> FETCH_HEAD
HEAD is now at d9072de Enable building on Linux
Cloned https://github.com/Jarema/swift-nuid.git
Revision (git rev-parse @):
d9072de7548b934d198ec40a89adae4f2fbd8c48
SUCCESS checkout https://github.com/Jarema/swift-nuid.git at v0.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jarema/swift-nuid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling Nuid RandomBytes.swift
[4/5] Emitting module Nuid
[5/5] Compiling Nuid Nuid.swift
Build complete! (3.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-nuid",
"name" : "swift-nuid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Nuid",
"targets" : [
"Nuid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NuidTests",
"module_type" : "SwiftTarget",
"name" : "NuidTests",
"path" : "Tests/NuidTests",
"sources" : [
"NuidTests.swift"
],
"target_dependencies" : [
"Nuid"
],
"type" : "test"
},
{
"c99name" : "Nuid",
"module_type" : "SwiftTarget",
"name" : "Nuid",
"path" : "Sources/Nuid",
"product_memberships" : [
"Nuid"
],
"sources" : [
"Nuid.swift",
"RandomBytes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.