The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ldk-node, reference v0.7.0 (68ab7f), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 15:14:57 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/lightningdevkit/ldk-node.git
Reference: v0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightningdevkit/ldk-node
 * tag               v0.7.0     -> FETCH_HEAD
HEAD is now at 68ab7f4 Merge pull request #724 from tnull/2025-12-cut-v0.7.0
Cloned https://github.com/lightningdevkit/ldk-node.git
Revision (git rev-parse @):
68ab7f417e595f3997dd598ebe070dd5d1b5facf
SUCCESS checkout https://github.com/lightningdevkit/ldk-node.git at v0.7.0
Downloading binary artifact https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip
[16375/219018990] Downloading 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 (10.09s)
========================================
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": "ldk-node",
      "name": "ldk-node",
      "url": "https://github.com/lightningdevkit/ldk-node.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ldk-node",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lightningdevkit/ldk-node.git
[1/16523] Fetching ldk-node
Fetched https://github.com/lightningdevkit/ldk-node.git from cache (54.21s)
Creating working copy for https://github.com/lightningdevkit/ldk-node.git
Working copy of https://github.com/lightningdevkit/ldk-node.git resolved at v0.7.0 (68ab7f4)
Fetching binary artifact https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip from cache
Fetched https://github.com/lightningdevkit/ldk-node/releases/download/v0.7.0/LDKNodeFFI.xcframework.zip from cache (8.27s)
warning: '.resolve-product-dependencies': dependency 'ldk-node' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lightningdevkit/ldk-node.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying LDKNodeFFI.framework
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling LDKNode LDKNode.swift
[5/5] Emitting module LDKNode
Build complete! (6.49s)
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.