The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of smoldot-swift, reference main (9d4a9b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:54:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finsig/smoldot-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finsig/smoldot-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d4a9b1 Update README.md
Cloned https://github.com/finsig/smoldot-swift.git
Revision (git rev-parse @):
9d4a9b15fe449f44b792091247c56947163732b6
SUCCESS checkout https://github.com/finsig/smoldot-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/finsig/smoldot-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying libsmoldot_c_ffi.a
[1/6] Write sources
[4/6] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Compiling CSmoldot bridge.c
[7/10] Compiling JSON Primitive.swift
[8/10] Compiling JSON Object.swift
[9/10] Emitting module JSON
[10/10] Compiling JSON JSON.swift
[11/20] Compiling JSONRPC2 JSONRPC2ErrorCode.swift
[12/21] Compiling JSONRPC2 Identifier.swift
[13/21] Compiling JSONRPC2 Request.swift
[14/21] Compiling JSONRPC2 RequestParameters.swift
[15/21] Compiling JSONRPC2 Notification.swift
[16/21] Compiling JSONRPC2 JSONRPC2Error.swift
[17/21] Compiling JSONRPC2 JSONRPC2.swift
[18/21] Emitting module JSONRPC2
[19/21] Compiling JSONRPC2 Batch.swift
[20/21] Compiling JSONRPC2 JSONRPCVersion.swift
[21/21] Compiling JSONRPC2 Response.swift
[22/29] Compiling SmoldotSwift SmoldotSwift.swift
[23/29] Compiling SmoldotSwift JSONObject.swift
[24/29] Compiling SmoldotSwift ClientError.swift
[25/29] Compiling SmoldotSwift Chain.swift
[26/29] Emitting module SmoldotSwift
[27/29] Compiling SmoldotSwift JSONRPC2Request.swift
[28/29] Compiling SmoldotSwift Chain+Specification.swift
[29/29] Compiling SmoldotSwift Client.swift
Build complete! (21.33s)
Fetching https://github.com/finsig/json-rpc2
[3/42] Fetching json-rpc2
Fetched https://github.com/finsig/json-rpc2 from cache (0.63s)
Computing version for https://github.com/finsig/json-rpc2
Computed https://github.com/finsig/json-rpc2 at 0.1.1 (3.20s)
Fetching https://github.com/finsig/json
[1/26] Fetching json
Fetched https://github.com/finsig/json from cache (0.64s)
Computing version for https://github.com/finsig/json
Computed https://github.com/finsig/json at 0.1.0 (1.16s)
Creating working copy for https://github.com/finsig/json-rpc2
Working copy of https://github.com/finsig/json-rpc2 resolved at 0.1.1
Creating working copy for https://github.com/finsig/json
Working copy of https://github.com/finsig/json resolved at 0.1.0
Downloading binary artifact https://github.com/finsig/smoldot-swift/releases/download/v0.1.0/smoldot.xcframework.zip
[16375/65790399] Downloading https://github.com/finsig/smoldot-swift/releases/download/v0.1.0/smoldot.xcframework.zip
Downloaded https://github.com/finsig/smoldot-swift/releases/download/v0.1.0/smoldot.xcframework.zip (3.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "json-rpc2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finsig/json-rpc2"
    }
  ],
  "manifest_display_name" : "smoldot-swift",
  "name" : "smoldot-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SmoldotSwift",
      "targets" : [
        "SmoldotSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "smoldot",
      "module_type" : "BinaryTarget",
      "name" : "smoldot",
      "path" : "remote/archive/smoldot.xcframework.zip",
      "product_memberships" : [
        "SmoldotSwift"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "SmoldotSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SmoldotSwiftTests",
      "path" : "Tests/SmoldotSwiftTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SmoldotSwiftTests/Resources/kusama.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SmoldotSwiftTests/Resources/polkadot.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SmoldotSwiftTests/Resources/rococo.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SmoldotSwiftTests/Resources/westend.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "SmoldotSwiftTests.swift"
      ],
      "target_dependencies" : [
        "SmoldotSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmoldotSwift",
      "module_type" : "SwiftTarget",
      "name" : "SmoldotSwift",
      "path" : "Sources/SmoldotSwift",
      "product_dependencies" : [
        "JSONRPC2"
      ],
      "product_memberships" : [
        "SmoldotSwift"
      ],
      "sources" : [
        "Chain+Specification.swift",
        "Chain.swift",
        "Client.swift",
        "ClientError.swift",
        "JSONObject.swift",
        "JSONRPC2Request.swift",
        "SmoldotSwift.swift"
      ],
      "target_dependencies" : [
        "CSmoldot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSmoldot",
      "module_type" : "ClangTarget",
      "name" : "CSmoldot",
      "path" : "Sources/CSmoldot",
      "product_memberships" : [
        "SmoldotSwift"
      ],
      "sources" : [
        "bridge.c"
      ],
      "target_dependencies" : [
        "smoldot"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.