The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Judo, reference v7.0.5 (997516), with Swift 6.0 for Linux on 1 Dec 2024 22:51:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/judoapp/judo-swiftui.git
Reference: v7.0.5
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
 * tag               v7.0.5     -> FETCH_HEAD
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 v7.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/judoapp/judo-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5466] Fetching zipfoundation
[5467/21069] Fetching zipfoundation, swift-collections
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.66s)
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (3.34s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
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/34] Write sources
[14/34] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/103] Emitting module JudoExpressions
/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()
[17/105] Emitting module ZIPFoundation
[18/107] Compiling ZIPFoundation FileManager+ZIPDeprecated.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()
[19/107] Compiling ZIPFoundation URL+ZIP.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()
[20/107] Compiling ZIPFoundation Archive+Writing.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()
[21/107] Compiling ZIPFoundation Archive+WritingDeprecated.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/107] Compiling ZIPFoundation Archive+MemoryFile.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/107] Compiling ZIPFoundation Archive+Progress.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()
[24/107] Compiling ZIPFoundation Archive+Reading.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()
[25/107] Compiling ZIPFoundation Archive+ZIP64.swift
[26/107] Compiling ZIPFoundation Archive.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/107] Compiling ZIPFoundation Data+Compression.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/107] Compiling ZIPFoundation Data+CompressionDeprecated.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/107] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/109] 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)
[32/109] 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)
[33/109] 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)
[34/109] Compiling ZIPFoundation Data+Serialization.swift
[35/109] Compiling ZIPFoundation Date+ZIP.swift
[36/109] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
[38/109] Emitting module Judo
[39/109] Compiling Judo Judo.swift
[43/110] Emitting module InternalCollectionsUtilities
[44/110] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[45/110] Compiling ZIPFoundation Archive+Deprecated.swift
[46/110] Compiling ZIPFoundation Archive+Helpers.swift
BUILD FAILURE 6.0 linux