Build Information
Successful build of NanoID, reference master (5f0ce9), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 23:58:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OffprintStudios/NanoID.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OffprintStudios/NanoID
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5f0ce90 Update README.md
Cloned https://github.com/OffprintStudios/NanoID.git
Revision (git rev-parse @):
5f0ce902b24e3dd5aa13b2a2a1b53d8ad4366ed2
SUCCESS checkout https://github.com/OffprintStudios/NanoID.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OffprintStudios/NanoID.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Emitting module NanoID
[4/4] Compiling NanoID NanoID.swift
Build complete! (3.27s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NanoID",
"name" : "NanoID",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NanoID",
"targets" : [
"NanoID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NanoIDTests",
"module_type" : "SwiftTarget",
"name" : "NanoIDTests",
"path" : "Tests/NanoIDTests",
"sources" : [
"NanoIDTests.swift"
],
"target_dependencies" : [
"NanoID"
],
"type" : "test"
},
{
"c99name" : "NanoID",
"module_type" : "SwiftTarget",
"name" : "NanoID",
"path" : "Sources/NanoID",
"product_memberships" : [
"NanoID"
],
"sources" : [
"NanoID.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.