Build Information
Successful build of ArtAdk, reference main (fa50d4), with Swift 6.2 for macOS (SPM) on 29 Apr 2026 15:16: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/aiotrixdev/art-swift-adk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aiotrixdev/art-swift-adk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa50d49 Merge pull request #4 from aiotrixdev/release/release-1
Cloned https://github.com/aiotrixdev/art-swift-adk.git
Revision (git rev-parse @):
fa50d49a12c6def2d81396e685a567126e2f2f82
SUCCESS checkout https://github.com/aiotrixdev/art-swift-adk.git at main
========================================
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 Constant.swift
[6/7] Compiling TweetNacl TweetNacl.swift
[7/7] Emitting module TweetNacl
[8/26] Compiling ArtAdk Interception.swift
[9/26] Compiling ArtAdk LiveObjSubscription.swift
[10/26] Compiling ArtAdk AuthTypes.swift
[11/26] Compiling ArtAdk ChannelTypes.swift
[12/26] Compiling ArtAdk CryptoTypes.swift
[13/26] Compiling ArtAdk SocketTypes.swift
[14/26] Compiling ArtAdk Constant.swift
[15/26] Compiling ArtAdk CryptoBox.swift
[16/26] Compiling ArtAdk Adk.swift
[17/26] Compiling ArtAdk BaseSubscription.swift
[18/26] Compiling ArtAdk CRDTTypes.swift
[19/26] Compiling ArtAdk CRDTUtils.swift
[20/26] Compiling ArtAdk Auth.swift
[21/26] Compiling ArtAdk CRDT.swift
[22/26] Emitting module ArtAdk
[23/26] Compiling ArtAdk LongPollClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArtAdk/WebSocket/Socket.swift:119:9: warning: will never be executed
117 |
118 | // 2. SSE
119 | do {
| `- warning: will never be executed
120 | try await connectSSE()
121 | pullSource = "sse"; pushSource = "http"
[24/26] Compiling ArtAdk Socket.swift
/Users/admin/builder/spi-builder-workspace/Sources/ArtAdk/WebSocket/Socket.swift:119:9: warning: will never be executed
117 |
118 | // 2. SSE
119 | do {
| `- warning: will never be executed
120 | try await connectSSE()
121 | pullSource = "sse"; pushSource = "http"
[25/26] Compiling ArtAdk EventEmitter.swift
[26/26] Compiling ArtAdk HelperFunctions.swift
[27/27] Compiling ArtAdk Subscription.swift
Build complete! (10.40s)
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 (3.97s)
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"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"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",
"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.