Build Information
Failed to build Judo, reference main (997516
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 04:54:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/judoapp/judo-swiftui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/weichsel/ZIPFoundation.git
[1/5576] Fetching zipfoundation
[838/22216] Fetching zipfoundation, swift-collections
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.63s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/100] 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)
[17/100] 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()
[18/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/102] Compiling JudoExpressions JudoInterpreter.swift
[20/102] Compiling JudoExpressions StandardLibrary.swift
[21/103] 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)
[22/103] 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)
[23/103] Compiling JudoExpressions Keywords.swift
[24/103] Compiling JudoExpressions Callable.swift
[25/103] 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)
[26/103] Compiling JudoExpressions ExpressionVisitor.swift
[27/103] Compiling JudoExpressions Binary.swift
[28/103] Compiling JudoExpressions Expression.swift
[29/103] Compiling JudoExpressions ExpressionStatement.swift
[30/103] Emitting module Judo
[31/103] Compiling Judo Judo.swift
[32/104] Compiling JudoExpressions JudoExpressionFunction.swift
[33/104] Compiling JudoExpressions JudoExpressionVariable.swift
[34/104] Emitting module InternalCollectionsUtilities
[35/104] Compiling JudoExpressions Scanner.swift
[36/104] Compiling JudoExpressions Token.swift
[37/104] Compiling JudoExpressions Statement.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()
[38/104] Compiling JudoExpressions StatementVisitor.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()
/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()
/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()
/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()
[43/104] 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()
[44/104] 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()
[45/104] Compiling JudoExpressions Call.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()
[46/104] Compiling JudoExpressions CallMethod.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()
[47/104] Compiling JudoExpressions Grouping.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()
BUILD FAILURE 6.2 linux