Build Information
Failed to build Loggable, reference 1.2.2 (14aa9f), with Swift 6.2 for Android on 29 Apr 2026 15:30:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-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/00yhsp/Loggable.git
Reference: 1.2.2
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/00yhsp/Loggable
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 14aa9f5 fix: widen swift-syntax version range for Swift 6.3 compatibility
Cloned https://github.com/00yhsp/Loggable.git
Revision (git rev-parse @):
14aa9f5db3bc9b220049581768c0fb593e55b09f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/00yhsp/Loggable.git at 1.2.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/00yhsp/Loggable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[2288/77326] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (7.65s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.72s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (13.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.16s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.48s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/14] Write sources
[6/14] Write swift-version--11D90AFD9DD3AB2.txt
[8/16] Emitting module LoggableMacros
[9/16] Compiling LoggableMacros LoggableMacro.swift
[10/17] Wrapping AST for LoggableMacros for debugging
[11/17] Write Objects.LinkFileList
[12/17] Linking LoggableMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/21] Emitting module Loggable
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:2:19: error: no such module 'OSLog'
1 | import Foundation
2 | @_exported import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// A member macro that adds a `Logger` instance to a class, enum, struct, or actor.
[15/21] Compiling Loggable Loggable.swift
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:2:19: error: no such module 'OSLog'
1 | import Foundation
2 | @_exported import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// A member macro that adds a `Logger` instance to a class, enum, struct, or actor.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/21] Emitting module Loggable
/host/spi-builder-workspace/Sources/Loggable/Loggable.swift:2:19: error: no such module 'OSLog'
1 | import Foundation
2 | @_exported import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// A member macro that adds a `Logger` instance to a class, enum, struct, or actor.
BUILD FAILURE 6.2 android