Build Information
Successful build of TokenMix, reference main (5d51dc), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 06:51:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TokenMixAi/tokenmix-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TokenMixAi/tokenmix-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5d51dcc Initial Swift package
Cloned https://github.com/TokenMixAi/tokenmix-swift.git
Revision (git rev-parse @):
5d51dccf8c0dc9db9e425ea125a26ebb845fe066
SUCCESS checkout https://github.com/TokenMixAi/tokenmix-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/TokenMixAi/tokenmix-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/4] Compiling TokenMix Client.swift
[4/4] Emitting module TokenMix
Build complete! (3.24s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TokenMix",
"name" : "TokenMix",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "TokenMix",
"targets" : [
"TokenMix"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TokenMix",
"module_type" : "SwiftTarget",
"name" : "TokenMix",
"path" : "Sources/TokenMix",
"product_memberships" : [
"TokenMix"
],
"sources" : [
"Client.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.