The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ldk-node, reference v0.3.0 (bd9bd6), with Swift 6.0 for macOS (SPM) on 13 Sep 2024 10:10:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lightningdevkit/ldk-node.git
Reference: v0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightningdevkit/ldk-node
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at bd9bd68 Merge pull request #316 from tnull/2024-06-cut-v0.3-release
Cloned https://github.com/lightningdevkit/ldk-node.git
Revision (git rev-parse @):
bd9bd683201c1597d8930ac4118fa950cedfd56c
SUCCESS checkout https://github.com/lightningdevkit/ldk-node.git at v0.3.0
========================================
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.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying LDKNodeFFI.framework
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/5] Emitting module LDKNode
[5/5] Compiling LDKNode LDKNode.swift
Build complete! (21.09s)
[32750/215769368] Downloading https://github.com/lightningdevkit/ldk-node/releases/download/v0.3.0/LDKNodeFFI.xcframework.zip
Downloading binary artifact https://github.com/lightningdevkit/ldk-node/releases/download/v0.3.0/LDKNodeFFI.xcframework.zip
Downloaded https://github.com/lightningdevkit/ldk-node/releases/download/v0.3.0/LDKNodeFFI.xcframework.zip (12.58s)
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.