Build Information
Failed to build LandTransportKit, reference 0.9.4 (bceb9d), with Swift 6.3 for Android on 18 Apr 2026 15:26:09 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.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/stuartbreckenridge/LandTransportKit.git
Reference: 0.9.4
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/stuartbreckenridge/LandTransportKit
* tag 0.9.4 -> FETCH_HEAD
HEAD is now at bceb9d1 📝 README Updates
Cloned https://github.com/stuartbreckenridge/LandTransportKit.git
Revision (git rev-parse @):
bceb9d12c53726be04675bbf1b9a17f862ea7507
SUCCESS checkout https://github.com/stuartbreckenridge/LandTransportKit.git at 0.9.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/stuartbreckenridge/LandTransportKit.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.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/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.96s)
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.4.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--4F562202D5529B1.txt
[5/44] Compiling LandTransportKit LandTransportAPI+EstimatedTravelTime.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[6/44] Compiling LandTransportKit LandTransportAPI+FacilitiesMaintenance.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[7/44] Compiling LandTransportKit LandTransportAPI+FaultyTrafficLights.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[8/44] Compiling LandTransportKit LandTransportAPI+PassengerVolumes.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[9/44] Compiling LandTransportKit LandTransportAPI+RoadEvents.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[10/44] Compiling LandTransportKit LandTransportAPI+StationCrowdDensity.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[11/44] Compiling LandTransportKit RoadEvents.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[12/44] Compiling LandTransportKit StationCrowdDensity.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[13/44] Compiling LandTransportKit TaxiAvailability.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[14/44] Compiling LandTransportKit TaxiStands.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[15/44] Compiling LandTransportKit TrafficFlow.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[16/44] Compiling LandTransportKit NextBus.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[17/44] Compiling LandTransportKit Services.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[18/44] Compiling LandTransportKit BusRoute.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[19/44] Compiling LandTransportKit BusService.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[20/44] Compiling LandTransportKit BusStops.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/44] Emitting module LandTransportKit
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[22/49] Compiling LandTransportKit LandTransportAPI+TaxiAvailability.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[23/49] Compiling LandTransportKit LandTransportAPI+TaxiStands.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[24/49] Compiling LandTransportKit LandTransportAPI+TrafficFlow.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[25/49] Compiling LandTransportKit LandTransportAPI+TrafficImages.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[26/49] Compiling LandTransportKit LandTransportAPI+TrafficIncidents.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[27/49] Compiling LandTransportKit LandTransportAPI+TrafficSpeedBands.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[28/49] Compiling LandTransportKit LandTransportAPI+TrainServiceAlerts.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[29/49] Compiling LandTransportKit LandTransportAPI+VMS.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[30/49] Compiling LandTransportKit LandTransportAPI.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[31/49] Compiling LandTransportKit LandTransportEndpoints.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[32/49] Compiling LandTransportKit BikeParking.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[33/49] Compiling LandTransportKit BusArrivals.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[34/49] Compiling LandTransportKit CarParkAvailability.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[35/49] Compiling LandTransportKit EstimatedTravelTime.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[36/49] Compiling LandTransportKit FacilitiesMaintenance.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[37/49] Compiling LandTransportKit FaultyTrafficLights.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[38/49] Compiling LandTransportKit PassengerVolume.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[39/49] Compiling LandTransportKit LandTransportAPI+BikeParking.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[40/49] Compiling LandTransportKit LandTransportAPI+BusArrivals.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[41/49] Compiling LandTransportKit LandTransportAPI+BusRoutes.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[42/49] Compiling LandTransportKit LandTransportAPI+BusServices.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[43/49] Compiling LandTransportKit LandTransportAPI+BusStops.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[44/49] Compiling LandTransportKit LandTransportAPI+CarParkAvailability.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[45/49] Compiling LandTransportKit TrafficImages.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[46/49] Compiling LandTransportKit TrafficIncidents.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[47/49] Compiling LandTransportKit TrafficSpeedBands.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[48/49] Compiling LandTransportKit TrainServiceAlert.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
[49/49] Compiling LandTransportKit VariableMessageServices.swift
/host/spi-builder-workspace/Sources/LandTransportKit/API/LandTransportAPI.swift:9:8: error: no such module 'os.log'
7 |
8 | import Foundation
9 | import os.log
| `- error: no such module 'os.log'
10 |
11 | // MARK: - Constants
BUILD FAILURE 6.3 android