The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArtAdk, reference 1.0.0 (70ee2d), with Swift 6.3 for macOS (SPM) on 28 Apr 2026 08:58:37 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: 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
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.11s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (4.60s)
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/161] Fetching art-swift-adk
Fetched https://github.com/aiotrixdev/art-swift-adk.git from cache (0.81s)
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (0.47s)
Computing version for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Computed https://github.com/bitmark-inc/tweetnacl-swiftwrap at 1.1.0 (1.13s)
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
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 1.0.0 (70ee2df)
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 TweetNacl.swift
[6/7] Compiling TweetNacl Constant.swift
[7/7] Emitting module TweetNacl
[8/27] Emitting module ArtAdk
[9/29] Compiling ArtAdk Logs.swift
[10/29] Compiling ArtAdk AuthTypes.swift
[11/29] Compiling ArtAdk BaseSubscription.swift
[12/29] Compiling ArtAdk EventEmitter.swift
[13/29] Compiling ArtAdk LiveObjSubscription.swift
[14/29] Compiling ArtAdk LongPollClient.swift
[15/29] Compiling ArtAdk Socket.swift
[16/29] Compiling ArtAdk Subscription.swift
[17/29] Compiling ArtAdk HelperFunctions.swift
[18/29] Compiling ArtAdk Interception.swift
[19/29] Compiling ArtAdk CRDTUtils.swift
[20/29] Compiling ArtAdk Constant.swift
[21/29] Compiling ArtAdk CryptoBox.swift
[22/29] Compiling ArtAdk LogTracer.swift
[23/29] Compiling ArtAdk ChannelTypes.swift
[24/29] Compiling ArtAdk CryptoTypes.swift
[25/29] Compiling ArtAdk SocketTypes.swift
[26/29] Compiling ArtAdk Adk.swift
[27/29] Compiling ArtAdk Auth.swift
[28/29] Compiling ArtAdk CRDT.swift
[29/29] Compiling ArtAdk CRDTTypes.swift
Build complete! (7.15s)
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.