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

Failed to build LNBitsKit with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlorianHubl/LNBitsKit.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/FlorianHubl/LNBitsKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at df8c3f9 Merge remote-tracking branch 'refs/remotes/origin/main'
Cloned https://github.com/FlorianHubl/LNBitsKit.git
Revision (git rev-parse @):
df8c3f973861466a611b3f62c9a281966061a970
SUCCESS checkout https://github.com/FlorianHubl/LNBitsKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/FlorianHubl/LNBitsKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(
         ^
/host/spi-builder-workspace/Package.swift:19:14: warning: 'branch' is deprecated
            .branch("main")
             ^
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(
         ^
/host/spi-builder-workspace/Package.swift:19:14: warning: 'branch' is deprecated
            .branch("main")
             ^
Fetching https://github.com/FlorianHubl/SwiftTor
[1/146] Fetching swifttor
Fetched https://github.com/FlorianHubl/SwiftTor (1.35s)
Creating working copy for https://github.com/FlorianHubl/SwiftTor
Working copy of https://github.com/FlorianHubl/SwiftTor resolved at main
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/3] Emitting module SwiftTor
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
[2/3] Compiling SwiftTor SwiftTor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
[3/3] Compiling SwiftTor TorHelper.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
error: fatalError
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(
         ^
/host/spi-builder-workspace/Package.swift:19:14: warning: 'branch' is deprecated
            .branch("main")
             ^
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/3] Emitting module SwiftTor
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
[2/3] Compiling SwiftTor TorHelper.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
[3/3] Compiling SwiftTor SwiftTor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTor/Sources/SwiftTor/SwiftTor.swift:1:8: error: no such module 'Tor'
import Tor
       ^
error: fatalError
BUILD FAILURE 5.9 linux