The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ldk-node, reference main (b24a90), with Swift 6.0 for macOS (SPM) on 30 Apr 2026 17:38:23 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/lightningdevkit/ldk-node.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightningdevkit/ldk-node
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b24a905 Merge pull request #850 from carlaKC/macro-update
Cloned https://github.com/lightningdevkit/ldk-node.git
Revision (git rev-parse @):
b24a905d84143f46cb6a6cd67b8719edc47fae93
SUCCESS checkout https://github.com/lightningdevkit/ldk-node.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/lightningdevkit/ldk-node.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying LDKNodeFFI.framework
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module LDKNode
[5/5] Compiling LDKNode LDKNode.swift
Build complete! (15.71s)
[32750/219018990] Downloading https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip
Downloading binary artifact https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip
Downloaded https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip (9.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ldk-node",
  "name" : "ldk-node",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "LDKNode",
      "targets" : [
        "LDKNodeFFI",
        "LDKNode"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LDKNodeFFI",
      "module_type" : "BinaryTarget",
      "name" : "LDKNodeFFI",
      "path" : "remote/archive/LDKNodeFFI.xcframework.zip",
      "product_memberships" : [
        "LDKNode"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "LDKNode",
      "module_type" : "SwiftTarget",
      "name" : "LDKNode",
      "path" : "bindings/swift/Sources",
      "product_memberships" : [
        "LDKNode"
      ],
      "sources" : [
        "LDKNode/LDKNode.swift"
      ],
      "target_dependencies" : [
        "LDKNodeFFI"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.