Build Information
Failed to build Config, reference master (b25309), with Swift 6.1 for Android on 28 May 2025 19:23:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dhardiman/config.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/dhardiman/config
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b25309c Remove unused result enum
Cloned https://github.com/dhardiman/config.git
Revision (git rev-parse @):
b25309ce59a475f8dae021f9972732e9f27de475
SUCCESS checkout https://github.com/dhardiman/config.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/dhardiman/config.git
https://github.com/dhardiman/config.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.1",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Config",
"name" : "Config",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "Config",
"targets" : [
"Config"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "generateconfig",
"targets" : [
"generateconfig"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "generateconfig",
"module_type" : "SwiftTarget",
"name" : "generateconfig",
"path" : "Sources/generateconfig",
"product_memberships" : [
"generateconfig"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Config"
],
"type" : "executable"
},
{
"c99name" : "ConfigTests",
"module_type" : "SwiftTarget",
"name" : "ConfigTests",
"path" : "Tests/ConfigTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"ArgumentsTests.swift",
"ConfigGeneratorTests.swift",
"ConfigurationFileReferenceSourceTests.swift",
"ConfigurationFileTests.swift",
"ConfigurationPropertyTests.swift",
"CustomPropertyTests.swift",
"CustomTypeTests.swift",
"DictionaryFromFileTests.swift",
"EncryptionTests.swift",
"EnumConfigurationTests.swift",
"IVTests.swift",
"ReferencePropertyTests.swift",
"TemplateTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Config"
],
"type" : "test"
},
{
"c99name" : "Config",
"module_type" : "SwiftTarget",
"name" : "Config",
"path" : "Sources/Config",
"product_memberships" : [
"Config",
"generateconfig"
],
"sources" : [
"AESCrypt.swift",
"Arguments.swift",
"ConfigError.swift",
"ConfigGenerator.swift",
"ConfigurationFile.swift",
"ConfigurationProperty.swift",
"CustomType.swift",
"Dictionary+FromJSON.swift",
"Dictionary+MD5.swift",
"EnumConfiguration.swift",
"GenerationBehaviour.swift",
"IV.swift",
"OverridePattern.swift",
"Property.swift",
"ReferenceProperty.swift",
"Template.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Nimble.git
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.96s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.72s)
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-24593BA9C3E375BF.txt
[4/22] 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 {
[5/22] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/24] 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 {
[7/24] 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 {
[8/24] 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 {
[9/24] 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 {
[10/24] 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 {
[11/24] Compiling Config GenerationBehaviour.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/24] 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 {
[13/24] 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 {
[14/24] 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 {
[15/24] 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 {
[16/24] 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 {
[17/24] 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 {
[18/24] 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 {
[19/24] 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 {
[20/24] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/20] 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 {
[3/20] 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 {
[4/22] 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 {
[5/22] 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 {
[6/22] 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 {
[7/22] 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 {
[8/22] Compiling Config GenerationBehaviour.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/22] 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 {
[10/22] 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 {
[11/22] 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 {
[12/22] 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 {
[13/22] 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 {
[14/22] 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 {
[15/22] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/22] 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 {
[17/22] 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 {
[18/22] 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 {
BUILD FAILURE 6.1 android