Build Information
Failed to build Judo, reference v7.0.5 (997516), with Swift 6.3 for Android on 15 Apr 2026 02:24:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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: android
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-0":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/apple/swift-collections.git
[1/23537] Fetching swift-collections
[708/29500] Fetching swift-collections, zipfoundation
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (0.77s)
[12475/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.20 (6.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.73s)
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.20
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
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--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/106] 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)
[18/106] Emitting module InternalCollectionsUtilities
[19/108] Compiling Judo Judo.swift
[20/108] Emitting module Judo
[21/109] Compiling JudoExpressions Callable.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/109] Compiling JudoExpressions JudoExpressionFunction.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/109] Compiling JudoExpressions JudoExpressionVariable.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()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/111] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/111] Emitting module ZIPFoundation
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Date+ZIP.swift:77:11: error: cannot find type 'stat' in scope
75 | }
76 |
77 | extension stat {
| `- error: cannot find type 'stat' in scope
78 |
79 | var lastAccessDate: Date {
[27/113] Compiling JudoExpressions ExpressionStatement.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/113] Compiling JudoExpressions ExpressionVisitor.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/113] Compiling JudoExpressions Binary.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/113] Wrapping AST for Judo for debugging
[30/113] Write Objects.LinkFileList
[31/113] Archiving libJudo.a
[33/113] 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()
[34/113] 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()
[35/113] Compiling JudoExpressions Parser.swift
[36/113] Compiling JudoExpressions Identifier.swift
[37/113] 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)
[38/113] 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)
[39/113] 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)
[43/113] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/113] Compiling JudoExpressions JudoInterpreter.swift
[46/113] Compiling JudoExpressions StandardLibrary.swift
[47/113] Compiling JudoExpressions Keywords.swift
[48/113] Compiling JudoExpressions Expression.swift
[49/113] Compiling JudoExpressions Unary.swift
[52/113] Compiling JudoExpressions Literal.swift
[53/113] Compiling JudoExpressions Call.swift
[55/113] Compiling JudoExpressions Scanner.swift
[56/113] Compiling JudoExpressions Token.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[58/114] 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()
BUILD FAILURE 6.3 android