Build Information
Failed to build swift-format, reference master (e0d014), with Swift 6.3 for Android on 14 Apr 2026 03:40:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/SDGGiesbrecht/swift-format.git
Reference: master
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/SDGGiesbrecht/swift-format
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e0d014c Merge pull request #506 from allevato/prep-5.8-release
Cloned https://github.com/SDGGiesbrecht/swift-format.git
Revision (git rev-parse @):
e0d014cf729a43d4023304204f7c478a75bd4e8e
SUCCESS checkout https://github.com/SDGGiesbrecht/swift-format.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/SDGGiesbrecht/swift-format.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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-syntax.git
[1/74972] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.08s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/7187] Fetching swift-tools-support-core
[1367/24710] Fetching swift-tools-support-core, swift-argument-parser
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.28s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.30s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.4.0 (2.06s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (1.16s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (0.56s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at main (aacb56b)
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/121] Write sources
[17/121] Compiling TSCclibc libc.c
[18/121] Write sources
[23/121] Compiling TSCclibc process.c
[23/121] Compiling _SwiftSyntaxCShims PlatformMutex.c
[29/121] Write sources
[40/121] Write swift-version--4F562202D5529B1.txt
[41/121] Compiling TSCclibc libc.c
[42/121] Compiling CSystem shims.c
[43/121] Write sources
[46/121] Compiling TSCclibc process.c
[47/121] Write sources
[48/121] Compiling _SwiftSyntaxCShims PlatformMutex.c
[50/156] Emitting module SystemPackage
[51/158] Emitting module SwiftSyntax603
[52/158] Compiling SwiftSyntax603 Empty.swift
[53/159] Compiling SystemPackage Util.swift
[54/159] Compiling SystemPackage UtilConsumers.swift
[55/159] Compiling SwiftSyntax604 Empty.swift
[56/159] Emitting module SwiftSyntax604
[57/159] Compiling SwiftSyntax602 Empty.swift
[58/159] Emitting module SwiftSyntax602
[59/161] Compiling SystemPackage PlatformString.swift
[60/161] Compiling SystemPackage SystemString.swift
[64/161] Compiling SwiftSyntax604 Empty.swift
[65/161] Emitting module SwiftSyntax604
error: emit-module command failed with exit code 1 (use -v to see invocation)
[67/162] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
[68/162] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
15 | @_exported import WinSDK
16 | #else
17 | @_exported import Darwin.C
| `- error: no such module 'Darwin.C'
18 | #endif
19 |
error: cancelled
error: cancelled
[69/164] Emitting module SwiftSyntax603
[70/164] Compiling SwiftSyntax603 Empty.swift
error: cancelled
error: cancelled
[71/164] Emitting module TSCLibc
error: cancelled
BUILD FAILURE 6.3 android