Build Information
Failed to build S3Kit, reference 1.0.21 (3cb731), with Swift 6.1 for Android on 27 May 2025 23:43:04 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/saltzmanjoelh/S3Kit.git
Reference: 1.0.21
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/saltzmanjoelh/S3Kit
* tag 1.0.21 -> FETCH_HEAD
HEAD is now at 3cb7315 Removed IBM-Swift/CommonCrypto
Cloned https://github.com/saltzmanjoelh/S3Kit.git
Revision (git rev-parse @):
3cb73159620ccc56f11542c4460cf24a9b2759e6
SUCCESS checkout https://github.com/saltzmanjoelh/S3Kit.git at 1.0.21
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/saltzmanjoelh/S3Kit.git
https://github.com/saltzmanjoelh/S3Kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "S3Kit",
"name" : "S3Kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "S3Kit",
"targets" : [
"S3Kit"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "S3KitTests",
"module_type" : "SwiftTarget",
"name" : "S3KitTests",
"path" : "Tests/S3KitTests",
"sources" : [
"S3KitTests.swift"
],
"target_dependencies" : [
"S3Kit"
],
"type" : "test"
},
{
"c99name" : "S3Kit",
"module_type" : "SwiftTarget",
"name" : "S3Kit",
"path" : "Sources/S3Kit",
"product_memberships" : [
"S3Kit"
],
"sources" : [
"Data+SHA256.swift",
"S3Kit.swift",
"S3V4Signer.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling S3Kit S3V4Signer.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/9] Emitting module S3Kit
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[5/9] Compiling S3Kit Data+SHA256.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[6/9] Compiling S3Kit S3Kit.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
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/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] Emitting module S3Kit
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[3/8] Compiling S3Kit S3V4Signer.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[4/8] Compiling S3Kit S3Kit.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[5/8] Compiling S3Kit Data+SHA256.swift
/host/spi-builder-workspace/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
BUILD FAILURE 6.1 android