Build Information
Failed to build CSCodeSignature, reference 0.1.4 (e26e68), with Swift 6.3 for Android on 19 Apr 2026 04:22:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/CharlesJS/CSCodeSignature.git
Reference: 0.1.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/CharlesJS/CSCodeSignature
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at e26e68e Update Swift tools to version 6.1
Cloned https://github.com/CharlesJS/CSCodeSignature.git
Revision (git rev-parse @):
e26e68e31d2372f5c9e8e03d793d62da631bae06
SUCCESS checkout https://github.com/CharlesJS/CSCodeSignature.git at 0.1.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/CharlesJS/CSCodeSignature.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/CharlesJS/CSErrors
[1/398] Fetching cserrors
Fetched https://github.com/CharlesJS/CSErrors from cache (0.51s)
Computing version for https://github.com/CharlesJS/CSErrors
Computed https://github.com/CharlesJS/CSErrors at 2.1.0 (1.48s)
Fetching https://github.com/apple/swift-system
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.47s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.60s)
Creating working copy for https://github.com/CharlesJS/CSErrors
Working copy of https://github.com/CharlesJS/CSErrors resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/15] Compiling CSErrors Recoverability.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[5/16] Compiling CSErrors Stderr.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[6/16] Compiling CSErrors URLError+CSErrors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[7/16] Compiling CSErrors Error+CSErrors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[8/16] Compiling CSErrors ErrorMetadata.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[9/16] Compiling CSErrors HTTPError.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[10/16] Compiling CSErrors Internal.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/16] Emitting module CSErrors
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[12/16] Compiling CSErrors CSErrorProtocol.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[13/16] Compiling CSErrors CocoaError+CSErrors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[14/16] Compiling CSErrors POSIX Errors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[15/16] Compiling CSErrors NSError+CSErrors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
[16/16] Compiling CSErrors OSStatus Errors.swift
/host/spi-builder-workspace/.build/checkouts/CSErrors/Sources/CSErrors/CocoaError+CSErrors.swift:25:8: error: no such module 'System'
23 | import SystemPackage
24 | #else
25 | import System
| `- error: no such module 'System'
26 | #endif
27 |
BUILD FAILURE 6.3 android