The Swift Package Index logo.Swift Package Index

Build Information

Failed to build rawdog, reference master (378e87), with Swift 6.3 for Android on 18 Apr 2026 10:42:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/rawdog.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/tannerdsilva/rawdog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 378e87e release v21.0.0
Cloned https://github.com/tannerdsilva/rawdog.git
Revision (git rev-parse @):
378e87e49d2cf95c92882b1bcbe21252c5c1d0a6
SUCCESS checkout https://github.com/tannerdsilva/rawdog.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tannerdsilva/rawdog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/apple/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
[1/6635] Fetching swift-log
[4115/81618] Fetching swift-log, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (0.52s)
[6749/74983] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.17s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (8.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.43s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.39s)
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: you may be able to install libsodium using your system-packager:
    apt-get install libsodium-dev
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/RAW_mnemonic/wordlist_EN.txt
Building for debugging...
[0/162] Compiling CRAW_base64 craw_base64.c
/host/spi-builder-workspace/Tests/CRAW_base64/craw_base64.c:33:10: warning: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Wtautological-constant-out-of-range-compare]
   33 |         if (ret == (char)0xff) {
      |             ~~~ ^  ~~~~~~~~~~
/host/spi-builder-workspace/Tests/CRAW_base64/craw_base64.c:43:57: warning: result of comparison of constant 255 with expression of type 'const signed char' is always true [-Wtautological-constant-out-of-range-compare]
   43 |         return (maps->decode_map[(const unsigned char)b64char] != (char)0xff);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~
2 warnings generated.
[2/162] Compiling CRAW __craw.c
[3/162] Compiling __crawdog_argon2-tests argontest.c
[5/162] Compiling __crawdog_sha512 crawdog_sha512.c
[6/162] Compiling CRAW __craw.c
[7/162] Compiling __crawdog_blake2 crawdog_blake2b-ref.c
[8/162] Compiling __crawdog_poly1305 crawdog_poly1305.c
[9/162] Compiling __crawdog_sha256 crawdog_sha256.c
In file included from /host/spi-builder-workspace/Tests/__crawdog_hkdf-tests/hkdf-libsodium.c:4:
/host/spi-builder-workspace/Tests/__crawdog_hkdf-tests/hkdf-libsodium.h:5:10: fatal error: 'sodium.h' file not found
    5 | #include <sodium.h>
      |          ^~~~~~~~~~
1 error generated.
[10/162] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[10/162] Compiling __crawdog_endianness crawdog_endianness.c
[10/162] Compiling __crawdog_curve25519-tests curve25519_test.c
[10/162] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
[10/162] Compiling __crawdog_md5 crawdog_md5.c
[10/162] Compiling __crawdog_sha1 crawdog_sha1.c
[10/162] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[10/162] Compiling __crawdog_hchacha20-tests hchacha20tests.c
BUILD FAILURE 6.3 android