The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArtAdk, reference main (fa50d4), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 15:16:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap.git
[1/421] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap.git from cache (1.05s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (4.04s)
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap.git
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap.git resolved at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "art-swift-adk",
      "name": "ArtAdk",
      "url": "https://github.com/aiotrixdev/art-swift-adk.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/art-swift-adk",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "tweetnacl-swiftwrap",
          "name": "TweetNacl",
          "url": "https://github.com/bitmark-inc/tweetnacl-swiftwrap",
          "version": "1.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tweetnacl-swiftwrap",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/aiotrixdev/art-swift-adk.git
[1/174] Fetching art-swift-adk
Fetched https://github.com/aiotrixdev/art-swift-adk.git from cache (0.69s)
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (0.50s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (1.03s)
Creating working copy for https://github.com/aiotrixdev/art-swift-adk.git
Working copy of https://github.com/aiotrixdev/art-swift-adk.git resolved at main (fa50d49)
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
warning: '.resolve-product-dependencies': dependency 'art-swift-adk' is not used by any target
Found 1 product dependencies
  - TweetNacl
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/aiotrixdev/art-swift-adk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/7] Compiling TweetNacl Constant.swift
[6/7] Emitting module TweetNacl
[7/7] Compiling TweetNacl TweetNacl.swift
[8/26] Compiling ArtAdk Constant.swift
[9/26] Compiling ArtAdk CryptoBox.swift
[10/26] Compiling ArtAdk Interception.swift
[11/26] Compiling ArtAdk LiveObjSubscription.swift
[12/26] Compiling ArtAdk AuthTypes.swift
[13/26] Compiling ArtAdk ChannelTypes.swift
[14/26] Compiling ArtAdk Adk.swift
[15/26] Compiling ArtAdk BaseSubscription.swift
[16/26] Compiling ArtAdk EventEmitter.swift
[17/26] Compiling ArtAdk HelperFunctions.swift
[18/27] Compiling ArtAdk CRDTTypes.swift
[19/27] Compiling ArtAdk CRDTUtils.swift
[20/27] Compiling ArtAdk Auth.swift
[21/27] Compiling ArtAdk CRDT.swift
[22/27] 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"
[23/27] 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"
[24/27] Emitting module ArtAdk
[25/27] Compiling ArtAdk CryptoTypes.swift
[26/27] Compiling ArtAdk SocketTypes.swift
[27/27] Compiling ArtAdk Subscription.swift
Build complete! (6.90s)
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.