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 JLog, reference main (70d4dc), with Swift 6.2 for Android on 4 Oct 2025 13:37:07 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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jollyjinx/JLog.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/jollyjinx/JLog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 70d4dc4 added timezone  to logfilename , reverse modification date soriting for deletion of logfiles.
Cloned https://github.com/jollyjinx/JLog.git
Revision (git rev-parse @):
70d4dc4bf31af8224085e6f097f411ed4fef535d
SUCCESS checkout https://github.com/jollyjinx/JLog.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jollyjinx/JLog.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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser
[1/3910] Fetching swift-log
[275/20490] Fetching swift-log, swift-argument-parser
Fetching https://github.com/Adorkable/swift-log-format-and-pipe
Fetched https://github.com/apple/swift-log.git from cache (1.56s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
[1/190] Fetching swift-log-format-and-pipe
Fetched https://github.com/Adorkable/swift-log-format-and-pipe from cache (0.39s)
Computing version for https://github.com/Adorkable/swift-log-format-and-pipe
Computed https://github.com/Adorkable/swift-log-format-and-pipe at 0.1.1 (5.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.49s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/Adorkable/swift-log-format-and-pipe
Working copy of https://github.com/Adorkable/swift-log-format-and-pipe resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version--11D90AFD9DD3AB2.txt
[8/22] Compiling Logging LogHandler.swift
[9/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/22] Emitting module ArgumentParserToolInfo
[11/23] Wrapping AST for ArgumentParserToolInfo for debugging
[13/57] Compiling Logging MetadataProvider.swift
[14/57] Emitting module Logging
[15/57] Compiling Logging Locks.swift
[16/57] Compiling Logging Logging.swift
[17/58] Wrapping AST for Logging for debugging
[19/64] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[20/64] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[21/64] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[22/64] Compiling ArgumentParser ParsedValues.swift
[23/64] Compiling ArgumentParser ParserError.swift
[24/64] Compiling ArgumentParser SplitArguments.swift
[25/64] Compiling ArgumentParser DumpHelpGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/68] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[27/68] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
[28/68] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/.build/checkouts/swift-log-format-and-pipe/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
 9 | import Darwin
10 | #else
11 | import Glibc
   |        `- error: no such module 'Glibc'
12 | #endif
13 |
BUILD FAILURE 6.2 android