Build Information
Failed to build ldk-node, reference main (c08c3d
), with Swift 5.9 for Linux on 12 Nov 2024 15:41:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lightningdevkit/ldk-node.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/lightningdevkit/ldk-node
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c08c3d5 Merge pull request #345 from tnull/2024-08-regard-reserve-spending-all
Cloned https://github.com/lightningdevkit/ldk-node.git
Revision (git rev-parse @):
c08c3d5d76a1e6623f7211c282cada0828936643
SUCCESS checkout https://github.com/lightningdevkit/ldk-node.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/lightningdevkit/ldk-node.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Downloading binary artifact https://github.com/lightningdevkit/ldk-node/releases/download/v0.4.2/LDKNodeFFI.xcframework.zip
[1369/236294051] Downloading https://github.com/lightningdevkit/ldk-node/releases/download/v0.4.2/LDKNodeFFI.xcframework.zip
Downloaded https://github.com/lightningdevkit/ldk-node/releases/download/v0.4.2/LDKNodeFFI.xcframework.zip (16.93s)
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/2] Emitting module LDKNode
/host/spi-builder-workspace/bindings/swift/Sources/LDKNode/LDKNode.swift:4:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
^
[2/2] Compiling LDKNode LDKNode.swift
/host/spi-builder-workspace/bindings/swift/Sources/LDKNode/LDKNode.swift:4:8: error: no such module 'SystemConfiguration'
import SystemConfiguration
^
error: fatalError
BUILD FAILURE 5.9 linux