Build Information
Successful build of Argon2, reference master (e653b9), with Swift 6.2 for Android on 18 Jun 2025 00:37:26 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/calebkleveter/argon2.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/calebkleveter/argon2
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e653b9f Removed colliding files from argon 2 submodule
Submodule path 'Sources/phc-winner-argon2': checked out 'ca4194d5f886c27243d5a0b78d6386dad4472efc'
Submodule 'Sources/phc-winner-argon2' (https://github.com/calebkleveter/phc-winner-argon2.git) registered for path 'Sources/phc-winner-argon2'
Cloning into '/host/spi-builder-workspace/Sources/phc-winner-argon2'...
Cloned https://github.com/calebkleveter/argon2.git
Revision (git rev-parse @):
e653b9f5d6fb5225181f697b410d8c9e0fd35ad8
SUCCESS checkout https://github.com/calebkleveter/argon2.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/calebkleveter/argon2.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/9] Compiling encoding.c
[1/9] Write sources
[2/9] Compiling genkat.c
[3/9] Compiling thread.c
[4/9] Compiling blake2b.c
[5/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/9] Compiling core.c
[7/9] Compiling ref.c
[8/9] Compiling argon2.c
[10/14] Compiling Argon2 HashMode.swift
[11/14] Compiling Argon2 Error.swift
[12/14] Emitting module Argon2
[13/14] Compiling Argon2 Context.swift
[14/14] Compiling Argon2 Argon2.swift
Build complete! (14.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Argon2",
"name" : "Argon2",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Argon2",
"targets" : [
"Argon2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CArgon2",
"targets" : [
"CArgon2"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CArgon2",
"module_type" : "ClangTarget",
"name" : "CArgon2",
"path" : "Sources/phc-winner-argon2",
"product_memberships" : [
"Argon2",
"CArgon2"
],
"sources" : [
"src/argon2.c",
"src/blake2/blake2b.c",
"src/core.c",
"src/encoding.c",
"src/genkat.c",
"src/ref.c",
"src/thread.c"
],
"type" : "library"
},
{
"c99name" : "Argon2Tests",
"module_type" : "SwiftTarget",
"name" : "Argon2Tests",
"path" : "Tests/Argon2Tests",
"sources" : [
"Argon2Tests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Argon2"
],
"type" : "test"
},
{
"c99name" : "Argon2",
"module_type" : "SwiftTarget",
"name" : "Argon2",
"path" : "Sources/Argon2",
"product_memberships" : [
"Argon2"
],
"sources" : [
"Argon2.swift",
"Context.swift",
"Error.swift",
"HashMode.swift"
],
"target_dependencies" : [
"CArgon2"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.