The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build rawdog, reference 20.1.0 (35d969), with Swift 6.2 for Android on 14 Oct 2025 00:32:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/rawdog.git
Reference: 20.1.0
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
 * tag               20.1.0     -> FETCH_HEAD
HEAD is now at 35d9692 v20.1.0 added ability to invert bits on RAW_staticbuff types
Cloned https://github.com/tannerdsilva/rawdog.git
Revision (git rev-parse @):
35d9692c8954b96dea288ecd35aa5d0451e0bd5e
SUCCESS checkout https://github.com/tannerdsilva/rawdog.git at 20.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/rawdog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-syntax.git
[1/72476] Fetching swift-syntax
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-syntax.git from cache (7.19s)
[1/3933] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (10.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.38s)
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.6.4
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.55s)
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
Building for debugging...
[0/124] Compiling CRAW_base64 craw_base64.c
[1/124] Compiling __crawdog_argon2-tests argontest.c
[3/124] Compiling __crawdog_sha512 crawdog_sha512.c
[4/124] Compiling CRAW __craw.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.
[5/124] Compiling CRAW_base64 craw_base64.c
[6/124] Compiling __crawdog_sha256 crawdog_sha256.c
[7/124] Compiling __crawdog_poly1305 crawdog_poly1305.c
[8/124] Compiling __crawdog_blake2 crawdog_blake2b-ref.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.
[9/124] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[9/124] Compiling __crawdog_endianness crawdog_endianness.c
[9/124] Compiling __crawdog_hchacha20-tests hchacha20tests.c
[9/124] Compiling __crawdog_blake2 crawdog_blake2b-ref.c
[9/124] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[9/124] Compiling __crawdog_sha1 crawdog_sha1.c
[9/124] Compiling __crawdog_md5 crawdog_md5.c
[9/124] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
BUILD FAILURE 6.2 android