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 master (517bc4), with Swift 6.0 for macOS (SPM) on 13 May 2025 05:46:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/rawdog.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/rawdog
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 517bc47 revised random byte generator variant
Cloned https://github.com/tannerdsilva/rawdog.git
Revision (git rev-parse @):
517bc47f4ca8630a945cce9820a452d03ffe5fb8
SUCCESS checkout https://github.com/tannerdsilva/rawdog.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tannerdsilva/rawdog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/85] Compiling __crawdog_sha256 crawdog_sha256.c
[1/85] Compiling __crawdog_blake2 crawdog_blake2xs-ref.c
[2/85] Compiling __crawdog_blake2 crawdog_blake2xb-ref.c
[3/85] Compiling __crawdog_sha1 crawdog_sha1.c
[4/85] Compiling __crawdog_blake2 crawdog_blake2b-ref.c
[5/85] Compiling __crawdog_blake2 crawdog_blake2sp-ref.c
[6/85] Compiling __crawdog_chacha crawdog_chacha.c
[7/85] Compiling __crawdog_blake2 crawdog_blake2s-ref.c
[8/85] Compiling __crawdog_blake2 crawdog_blake2bp-ref.c
[9/85] Compiling __crawdog_sha512 crawdog_sha512.c
[10/85] Compiling __crawdog_poly1305 crawdog_poly1305.c
[11/85] Compiling __crawdog_argon2-tests argontest.c
[12/85] Compiling __crawdog_md5 crawdog_md5.c
[13/85] Write swift-version-5BDAB9E9C0126B9D.txt
[14/85] Compiling __crawdog_hmac-tests hmac.c
[15/85] Compiling __crawdog_hmac-tests sha1.c
In file included from /Users/admin/builder/spi-builder-workspace/Tests/__crawdog_hkdf-tests/hkdf-libsodium.c:4:
/Users/admin/builder/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.
[16/85] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[16/85] Compiling __crawdog_curve25519-tests curve25519_test.c
[16/85] Compiling __crawdog_curve25519 crawdog_ed25519_verify.c
[16/85] Compiling __crawdog_curve25519 crawdog_ed25519_sign.c
[16/85] Compiling __crawdog_curve25519-tests curve25519_donna.c
[16/85] Compiling __crawdog_curve25519-tests curve25519_selftest.c
[16/85] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[16/85] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
[16/85] Compiling __crawdog_endianness crawdog_endianness.c
[16/85] Compiling __crawdog_hchacha20-tests hchacha20tests.c
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/74156] Fetching swift-log, swift-syntax
Fetched https://github.com/apple/swift-log.git from cache (3.20s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.20s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (3.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install libsodium using your system-packager:
    brew install libsodium
BUILD FAILURE 6.0 macosSpm