The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Judo, reference main (997516), with Swift 6.3 for Linux on 15 Apr 2026 02:24:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/judoapp/judo-swiftui.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/judoapp/judo-swiftui
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 997516d Releasing v7.0.5
Cloned https://github.com/judoapp/judo-swiftui.git
Revision (git rev-parse @):
997516d02f8955f53cbd38430abe1240ff07b206
SUCCESS checkout https://github.com/judoapp/judo-swiftui.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/judoapp/judo-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
[1414/29500] Fetching swift-collections, zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.69s)
[11298/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (1.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (5.70s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/JudoDocument/README.md
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/36] Write sources
[15/36] Write swift-version-24593BA9C3E375BF.txt
[17/106] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/108] Emitting module XCAssetsKit
/host/spi-builder-workspace/Sources/XCAssetsKit/XCAssetCatalog.swift:17:8: error: no such module 'CryptoKit'
 15 |
 16 | import Foundation
 17 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
 18 | import CoreImage
 19 | import UniformTypeIdentifiers
[19/108] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/108] Compiling JudoExpressions Identifier.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[22/108] Compiling JudoExpressions Literal.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[23/110] Compiling Judo Judo.swift
[24/110] Emitting module Judo
[27/111] Compiling InternalCollectionsUtilities Descriptions.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[28/111] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[29/111] Compiling InternalCollectionsUtilities String+Padding.swift
/host/spi-builder-workspace/Sources/JudoExpressions/Lexer/Scanner.swift:17:8: error: no such module 'OSLog'
 15 |
 16 | import Foundation
 17 | import OSLog
    |        `- error: no such module 'OSLog'
 18 |
 19 | private let logger = Logger()
[30/111] Compiling Backport Backport.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
[31/111] Compiling Backport BackportNamespace.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
[32/111] Compiling Backport AsyncImage.swift
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/111] Emitting module Backport
/host/spi-builder-workspace/Sources/Backport/AsyncImage.swift:16:8: error: no such module 'SwiftUI'
 14 | // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 15 |
 16 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 17 |
 18 | @available(iOS, deprecated: 15.0)
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.3 linux