Build Information
Successful build of ArtAdk, reference 1.0.0 (70ee2d), with Swift 6.2 for macOS (SPM) on 28 Apr 2026 08:49:33 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/aiotrixdev/art-swift-adk.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aiotrixdev/art-swift-adk
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 70ee2df gitignore fixes
Cloned https://github.com/aiotrixdev/art-swift-adk.git
Revision (git rev-parse @):
70ee2df37e276c6d27d390ed13a91ba43d3b4a65
SUCCESS checkout https://github.com/aiotrixdev/art-swift-adk.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aiotrixdev/art-swift-adk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Compiling CTweetNacl ctweetnacl.c
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/7] Compiling TweetNacl TweetNacl.swift
[6/7] Compiling TweetNacl Constant.swift
[7/7] Emitting module TweetNacl
[8/27] Compiling ArtAdk Logs.swift
[9/27] Compiling ArtAdk AuthTypes.swift
[10/27] Compiling ArtAdk CryptoBox.swift
[11/27] Compiling ArtAdk LogTracer.swift
[12/27] Compiling ArtAdk HelperFunctions.swift
[13/27] Compiling ArtAdk Interception.swift
[14/27] Compiling ArtAdk LiveObjSubscription.swift
[15/27] Compiling ArtAdk LongPollClient.swift
[16/27] Compiling ArtAdk SocketTypes.swift
[17/27] Compiling ArtAdk Adk.swift
[18/27] Compiling ArtAdk ChannelTypes.swift
[19/27] Compiling ArtAdk CryptoTypes.swift
[20/27] Compiling ArtAdk BaseSubscription.swift
[21/27] Compiling ArtAdk EventEmitter.swift
[22/29] Compiling ArtAdk CRDTUtils.swift
[23/29] Compiling ArtAdk Constant.swift
[24/29] Emitting module ArtAdk
[25/29] Compiling ArtAdk Auth.swift
[26/29] Compiling ArtAdk CRDT.swift
[27/29] Compiling ArtAdk CRDTTypes.swift
[28/29] Compiling ArtAdk Socket.swift
[29/29] Compiling ArtAdk Subscription.swift
Build complete! (11.07s)
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap
[1/421] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (1.20s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (4.24s)
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at 1.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "tweetnacl-swiftwrap",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bitmark-inc/tweetnacl-swiftwrap"
}
],
"manifest_display_name" : "ArtAdk",
"name" : "ArtAdk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ArtAdk",
"targets" : [
"ArtAdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArtAdk",
"module_type" : "SwiftTarget",
"name" : "ArtAdk",
"path" : "Sources/ArtAdk",
"product_dependencies" : [
"TweetNacl"
],
"product_memberships" : [
"ArtAdk"
],
"sources" : [
"Auth/Auth.swift",
"CRDT/CRDT.swift",
"CRDT/CRDTTypes.swift",
"CRDT/CRDTUtils.swift",
"Config/Constant.swift",
"Crypto/CryptoBox.swift",
"Helper/LogTracer.swift",
"Helper/Logs.swift",
"Types/AuthTypes.swift",
"Types/ChannelTypes.swift",
"Types/CryptoTypes.swift",
"Types/SocketTypes.swift",
"WebSocket/Adk.swift",
"WebSocket/BaseSubscription.swift",
"WebSocket/EventEmitter.swift",
"WebSocket/HelperFunctions.swift",
"WebSocket/Interception.swift",
"WebSocket/LiveObjSubscription.swift",
"WebSocket/LongPollClient.swift",
"WebSocket/Socket.swift",
"WebSocket/Subscription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.