The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArtAdk, reference 1.0.0 (70ee2d), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 08:49:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/aiotrixdev/art-swift-adk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling CTweetNacl ctweetnacl.c
[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 HelperFunctions.swift
[10/29] Compiling ArtAdk Interception.swift
[11/29] Compiling ArtAdk Logs.swift
[12/29] Compiling ArtAdk AuthTypes.swift
[13/29] Compiling ArtAdk ChannelTypes.swift
[14/29] Compiling ArtAdk CryptoTypes.swift
[15/29] Compiling ArtAdk CryptoBox.swift
[16/29] Compiling ArtAdk LogTracer.swift
[17/29] Compiling ArtAdk BaseSubscription.swift
[18/29] Compiling ArtAdk EventEmitter.swift
[19/29] Compiling ArtAdk SocketTypes.swift
[20/29] Compiling ArtAdk Adk.swift
[21/29] Compiling ArtAdk LiveObjSubscription.swift
[22/29] Compiling ArtAdk LongPollClient.swift
[23/29] Compiling ArtAdk CRDTUtils.swift
[24/29] Compiling ArtAdk Constant.swift
[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! (10.98s)
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap
[1/421] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap 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 (3.18s)
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.