Build Information
Failed to build Config, reference 1.18.2 (8bc1f0), with Swift 6.3 for Android on 21 Apr 2026 12:14:03 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/dhardiman/config.git
Reference: 1.18.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/dhardiman/config
* tag 1.18.2 -> FETCH_HEAD
HEAD is now at 8bc1f02 More logging
Cloned https://github.com/dhardiman/config.git
Revision (git rev-parse @):
8bc1f02828359665b0cebc02749f0a537ea2094c
SUCCESS checkout https://github.com/dhardiman/config.git at 1.18.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/dhardiman/config.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/Quick/Nimble.git
[1/19823] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.31s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (1.74s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/22] Compiling Config Dictionary+MD5.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[5/22] Compiling Config EnumConfiguration.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[6/23] Compiling Config ConfigError.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[7/23] Compiling Config ConfigGenerator.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/23] Compiling Config AESCrypt.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[9/23] Compiling Config Arguments.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[10/23] Emitting module Config
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[11/23] Compiling Config ConfigurationFile.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[12/23] Compiling Config ConfigurationProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[13/23] Compiling Config IV.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[14/23] Compiling Config OverridePattern.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[15/23] Compiling Config CustomType.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[16/23] Compiling Config Dictionary+FromJSON.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[17/23] Compiling Config Property.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[18/23] Compiling Config ReferenceProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[19/23] Compiling Config Template.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
8 |
9 | import Foundation
10 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
BUILD FAILURE 6.3 android