Build Information
Successful build of Digest, reference main (38ae0f), with Swift 6.2 for Android on 23 Apr 2026 02:25:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-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/mIwr/Digest.git
Reference: main
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/mIwr/Digest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38ae0f4 sync with upstream commit https://github.com/leif-ibsen/Digest/commit/95ba89b494aaff5f3cd2933c03b9a890323dbf2c
Cloned https://github.com/mIwr/Digest.git
Revision (git rev-parse @):
38ae0f4c6cc6292188e919882156b3a247685602
SUCCESS checkout https://github.com/mIwr/Digest.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/mIwr/Digest.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/host/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--11D90AFD9DD3AB2.txt
[4/14] Compiling Digest HMAC.swift
[5/14] Compiling Digest KDF.swift
[6/15] Compiling Digest XOF.swift
[7/15] Compiling Digest SHA2.swift
[8/15] Compiling Digest MD.swift
[9/15] Compiling Digest SHA1.swift
[10/15] Compiling Digest SHAKE.swift
[11/15] Compiling Digest SHA3.swift
[12/15] Emitting module Digest
[13/15] Compiling Digest BLAKE.swift
[14/15] Compiling Digest Base64.swift
[15/15] Compiling Digest resource_bundle_accessor.swift
Build complete! (13.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Digest",
"name" : "Digest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Digest",
"targets" : [
"Digest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DigestTests",
"module_type" : "SwiftTarget",
"name" : "DigestTests",
"path" : "Tests/DigestTests",
"sources" : [
"BLAKETest.swift",
"Base64Test.swift",
"HKDFTest.swift",
"HMACTest.swift",
"Hex2BytesTest.swift",
"MGF1Test.swift",
"SHA1Test.swift",
"SHA2Test.swift",
"SHA3Test.swift",
"SHAKETest.swift",
"Util.swift",
"XOFTest.swift"
],
"target_dependencies" : [
"Digest"
],
"type" : "test"
},
{
"c99name" : "Digest",
"module_type" : "SwiftTarget",
"name" : "Digest",
"path" : "Sources/Digest",
"product_memberships" : [
"Digest"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Digest/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BLAKE.swift",
"Base64.swift",
"HMAC.swift",
"KDF.swift",
"MD.swift",
"SHA1.swift",
"SHA2.swift",
"SHA3.swift",
"SHAKE.swift",
"XOF.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
/host/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
7 | name: "Digest",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 | ],
11 | products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.