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 17.0.0 (517bc4), with Swift 6.1 for Wasm on 31 May 2025 02:34:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/rawdog.git
Reference: 17.0.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               17.0.0     -> FETCH_HEAD
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 17.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tannerdsilva/rawdog.git
https://github.com/tannerdsilva/rawdog.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "620.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "rawdog",
  "name" : "rawdog",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RAW",
      "targets" : [
        "RAW"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_hex",
      "targets" : [
        "RAW_hex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_base64",
      "targets" : [
        "RAW_base64"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_blake2",
      "targets" : [
        "RAW_blake2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_bcrypt_blowfish",
      "targets" : [
        "RAW_bcrypt_blowfish"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_dh25519",
      "targets" : [
        "RAW_dh25519"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_chachapoly",
      "targets" : [
        "RAW_chachapoly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_xchachapoly",
      "targets" : [
        "RAW_xchachapoly"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_argon2",
      "targets" : [
        "RAW_argon2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_hmac",
      "targets" : [
        "RAW_hmac"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_md5",
      "targets" : [
        "RAW_md5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_sha1",
      "targets" : [
        "RAW_sha1"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_sha256",
      "targets" : [
        "RAW_sha256"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_sha512",
      "targets" : [
        "RAW_sha512"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RAW_macros",
      "targets" : [
        "RAW_macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "syslibsodium",
      "module_type" : "SystemLibraryTarget",
      "name" : "syslibsodium",
      "path" : "Tests/syslibsodium",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "__crawdog_xchachapoly",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_xchachapoly",
      "path" : "Sources/__crawdog_xchachapoly",
      "product_memberships" : [
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_xchachapoly.c"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_chachapoly",
        "__crawdog_hchacha20"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_sha512",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_sha512",
      "path" : "Sources/__crawdog_sha512",
      "product_memberships" : [
        "RAW_dh25519",
        "RAW_sha512"
      ],
      "sources" : [
        "crawdog_sha512.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_sha256",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_sha256",
      "path" : "Sources/__crawdog_sha256",
      "product_memberships" : [
        "RAW_sha256"
      ],
      "sources" : [
        "crawdog_sha256.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_sha1",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_sha1",
      "path" : "Sources/__crawdog_sha1",
      "product_memberships" : [
        "RAW_sha1"
      ],
      "sources" : [
        "crawdog_sha1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_poly1305",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_poly1305",
      "path" : "Sources/__crawdog_poly1305",
      "product_memberships" : [
        "RAW_chachapoly",
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_poly1305.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_md5",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_md5",
      "path" : "Sources/__crawdog_md5",
      "product_memberships" : [
        "RAW_md5"
      ],
      "sources" : [
        "crawdog_md5.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_hmac_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_hmac-tests",
      "path" : "Tests/__crawdog_hmac-tests",
      "sources" : [
        "hmac.c",
        "sha1.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_hkdf_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_hkdf-tests",
      "path" : "Tests/__crawdog_hkdf-tests",
      "sources" : [
        "hkdf-libsodium.c"
      ],
      "target_dependencies" : [
        "syslibsodium"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_hchacha20_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_hchacha20-tests",
      "path" : "Tests/__crawdog_hchacha20-tests",
      "sources" : [
        "hchacha20tests.c"
      ],
      "target_dependencies" : [
        "__crawdog_hchacha20"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_hchacha20",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_hchacha20",
      "path" : "Sources/__crawdog_hchacha20",
      "product_memberships" : [
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_hchacha20.c"
      ],
      "target_dependencies" : [
        "__crawdog_endianness"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_hashing_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_hashing-tests",
      "path" : "Tests/__crawdog_hashing-tests",
      "sources" : [
        "__crawdog_hashtest.c"
      ],
      "target_dependencies" : [
        "__crawdog_sha512",
        "__crawdog_sha256",
        "__crawdog_sha1",
        "__crawdog_md5"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_endianness",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_endianness",
      "path" : "Sources/__crawdog_endianness",
      "product_memberships" : [
        "RAW_chachapoly",
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_endianness.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_curve25519_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_curve25519-tests",
      "path" : "Tests/__crawdog_curve25519-tests",
      "sources" : [
        "curve25519_donna.c",
        "curve25519_selftest.c",
        "curve25519_test.c"
      ],
      "target_dependencies" : [
        "__crawdog_curve25519"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_curve25519",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_curve25519",
      "path" : "Sources/__crawdog_curve25519",
      "product_memberships" : [
        "RAW_dh25519"
      ],
      "sources" : [
        "crawdog_curve25519_dh.c",
        "crawdog_curve25519_mehdi.c",
        "crawdog_curve25519_order.c",
        "crawdog_curve25519_utils.c",
        "crawdog_custom_blind.c",
        "crawdog_ed25519_sign.c",
        "crawdog_ed25519_verify.c"
      ],
      "target_dependencies" : [
        "__crawdog_sha512"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_crypt_blowfish_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_crypt_blowfish-tests",
      "path" : "Tests/__crawdog_crypt_blowfish-tests",
      "sources" : [
        "crawdog_crypt_blowfish.c",
        "crawdog_crypt_gensalt.c",
        "crawdog_wrapper.c",
        "x86.S"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_crypt_blowfish",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_crypt_blowfish",
      "path" : "Sources/__crawdog_crypt_blowfish",
      "product_memberships" : [
        "RAW_bcrypt_blowfish"
      ],
      "sources" : [
        "crawdog_crypt_blowfish.c",
        "crawdog_crypt_gensalt.c",
        "crawdog_wrapper.c",
        "x86.S"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_chachapoly_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_chachapoly-tests",
      "path" : "Tests/__crawdog_chachapoly-tests",
      "sources" : [
        "testf.c"
      ],
      "target_dependencies" : [
        "__crawdog_chachapoly"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_chachapoly",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_chachapoly",
      "path" : "Sources/__crawdog_chachapoly",
      "product_memberships" : [
        "RAW_chachapoly",
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_chachapoly.c"
      ],
      "target_dependencies" : [
        "__crawdog_endianness",
        "__crawdog_chacha",
        "__crawdog_poly1305"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_chacha",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_chacha",
      "path" : "Sources/__crawdog_chacha",
      "product_memberships" : [
        "RAW_chachapoly",
        "RAW_xchachapoly"
      ],
      "sources" : [
        "crawdog_chacha.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_blake2",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_blake2",
      "path" : "Sources/__crawdog_blake2",
      "product_memberships" : [
        "RAW_blake2",
        "RAW_argon2"
      ],
      "sources" : [
        "crawdog_blake2b-ref.c",
        "crawdog_blake2bp-ref.c",
        "crawdog_blake2s-ref.c",
        "crawdog_blake2sp-ref.c",
        "crawdog_blake2xb-ref.c",
        "crawdog_blake2xs-ref.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_argon2_tests",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_argon2-tests",
      "path" : "Tests/__crawdog_argon2-tests",
      "sources" : [
        "argontest.c"
      ],
      "target_dependencies" : [
        "__crawdog_argon2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "__crawdog_argon2",
      "module_type" : "ClangTarget",
      "name" : "__crawdog_argon2",
      "path" : "Sources/__crawdog_argon2",
      "product_memberships" : [
        "RAW_argon2"
      ],
      "sources" : [
        "crawdog_argon2.c",
        "crawdog_blake2addition.c",
        "crawdog_core.c",
        "crawdog_encoding.c",
        "crawdog_ref.c",
        "crawdog_thread.c"
      ],
      "target_dependencies" : [
        "__crawdog_blake2",
        "RAW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_xchachapoly",
      "module_type" : "SwiftTarget",
      "name" : "RAW_xchachapoly",
      "path" : "Sources/RAW_xchachapoly",
      "product_memberships" : [
        "RAW_xchachapoly"
      ],
      "sources" : [
        "XChaChaPoly.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_hchacha20",
        "__crawdog_chachapoly",
        "RAW_chachapoly",
        "__crawdog_xchachapoly"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_sha512",
      "module_type" : "SwiftTarget",
      "name" : "RAW_sha512",
      "path" : "Sources/RAW_sha512",
      "product_memberships" : [
        "RAW_sha512"
      ],
      "sources" : [
        "SHA512.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_sha512"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_sha256",
      "module_type" : "SwiftTarget",
      "name" : "RAW_sha256",
      "path" : "Sources/RAW_sha256",
      "product_memberships" : [
        "RAW_sha256"
      ],
      "sources" : [
        "SHA256.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_sha256"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_sha1",
      "module_type" : "SwiftTarget",
      "name" : "RAW_sha1",
      "path" : "Sources/RAW_sha1",
      "product_memberships" : [
        "RAW_sha1"
      ],
      "sources" : [
        "SHA1.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_sha1"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_md5",
      "module_type" : "SwiftTarget",
      "name" : "RAW_md5",
      "path" : "Sources/RAW_md5",
      "product_memberships" : [
        "RAW_md5"
      ],
      "sources" : [
        "MD5.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_md5"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_macros",
      "module_type" : "SwiftTarget",
      "name" : "RAW_macros",
      "path" : "Sources/RAW_macros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin",
        "Logging"
      ],
      "product_memberships" : [
        "RAW",
        "RAW_hex",
        "RAW_base64",
        "RAW_blake2",
        "RAW_bcrypt_blowfish",
        "RAW_dh25519",
        "RAW_chachapoly",
        "RAW_xchachapoly",
        "RAW_argon2",
        "RAW_hmac",
        "RAW_md5",
        "RAW_sha1",
        "RAW_sha256",
        "RAW_sha512",
        "RAW_macros"
      ],
      "sources" : [
        "Plugin.swift",
        "RAW_convertible_string_type/RAW_convertible_string_type_macro_depricated.swift",
        "RAW_convertible_string_type/RAW_convertible_string_type_macro_v2.swift",
        "RAW_staticbuff_binaryfloatingpoint_type_macro.swift",
        "RAW_staticbuff_bytes_macro.swift",
        "RAW_staticbuff_fixedwidthinteger_type_macro.swift",
        "RAW_staticbuff_macro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "RAW_kdf",
      "module_type" : "SwiftTarget",
      "name" : "RAW_kdf",
      "path" : "Sources/RAW_kdf",
      "sources" : [
        "KDF.swift"
      ],
      "target_dependencies" : [
        "RAW_hmac",
        "RAW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_hmac",
      "module_type" : "SwiftTarget",
      "name" : "RAW_hmac",
      "path" : "Sources/RAW_hmac",
      "product_memberships" : [
        "RAW_hmac"
      ],
      "sources" : [
        "HMAC.swift"
      ],
      "target_dependencies" : [
        "RAW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_hex",
      "module_type" : "SwiftTarget",
      "name" : "RAW_hex",
      "path" : "Sources/RAW_hex",
      "product_memberships" : [
        "RAW_hex"
      ],
      "sources" : [
        "HexValue.swift",
        "RAW_hex.swift",
        "RAW_hex_dec_impl.swift",
        "RAW_hex_enc_impl.swift",
        "RAW_hex_encoded.swift"
      ],
      "target_dependencies" : [
        "RAW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_dh25519",
      "module_type" : "SwiftTarget",
      "name" : "RAW_dh25519",
      "path" : "Sources/RAW_dh25519",
      "product_memberships" : [
        "RAW_dh25519"
      ],
      "sources" : [
        "Curve25519Keys.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_curve25519"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_chachapoly",
      "module_type" : "SwiftTarget",
      "name" : "RAW_chachapoly",
      "path" : "Sources/RAW_chachapoly",
      "product_memberships" : [
        "RAW_chachapoly",
        "RAW_xchachapoly"
      ],
      "sources" : [
        "ChaChaPoly.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_chachapoly"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_blake2",
      "module_type" : "SwiftTarget",
      "name" : "RAW_blake2",
      "path" : "Sources/RAW_blake2",
      "product_memberships" : [
        "RAW_blake2"
      ],
      "sources" : [
        "RAW_blake2.swift",
        "RAW_blake2b.swift",
        "RAW_blake2bp.swift",
        "RAW_blake2s.swift",
        "RAW_blake2sp.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_blake2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_bcrypt_blowfish",
      "module_type" : "SwiftTarget",
      "name" : "RAW_bcrypt_blowfish",
      "path" : "Sources/RAW_bcrypt_blowfish",
      "product_memberships" : [
        "RAW_bcrypt_blowfish"
      ],
      "sources" : [
        "SwiftBCrypt.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_crypt_blowfish"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_base64",
      "module_type" : "SwiftTarget",
      "name" : "RAW_base64",
      "path" : "Sources/RAW_base64",
      "product_memberships" : [
        "RAW_base64"
      ],
      "sources" : [
        "Baes64_dec_impl.swift",
        "Base64.swift",
        "Base64Value.swift",
        "Base64_enc_impl.swift",
        "RAW_base64_encoded.swift"
      ],
      "target_dependencies" : [
        "RAW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW_argon2",
      "module_type" : "SwiftTarget",
      "name" : "RAW_argon2",
      "path" : "Sources/RAW_argon2",
      "product_memberships" : [
        "RAW_argon2"
      ],
      "sources" : [
        "Argon2.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "__crawdog_argon2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RAW",
      "module_type" : "SwiftTarget",
      "name" : "RAW",
      "path" : "Sources/RAW",
      "product_memberships" : [
        "RAW",
        "RAW_hex",
        "RAW_base64",
        "RAW_blake2",
        "RAW_bcrypt_blowfish",
        "RAW_dh25519",
        "RAW_chachapoly",
        "RAW_xchachapoly",
        "RAW_argon2",
        "RAW_hmac",
        "RAW_md5",
        "RAW_sha1",
        "RAW_sha256",
        "RAW_sha512"
      ],
      "sources" : [
        "Extensions/Array.swift",
        "Extensions/UnsafeMutableBufferPointer<UInt8>.swift",
        "Macros.swift",
        "Protocols/RAW_accessible.swift",
        "Protocols/RAW_comparable.swift",
        "Protocols/RAW_convertible.swift",
        "Protocols/RAW_encoded_unicode.swift",
        "Protocols/RAW_fixed.swift",
        "Protocols/RAW_hasher.swift",
        "Protocols/RAW_native.swift",
        "Protocols/RAW_staticbuff.swift",
        "RAW.swift"
      ],
      "target_dependencies" : [
        "CRAW",
        "RAW_macros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FullTestHarness",
      "module_type" : "SwiftTarget",
      "name" : "FullTestHarness",
      "path" : "Tests/FullTestHarness",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FullTestHarness/blake2-kat.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ArgonTests.swift",
        "Base64Tests.swift",
        "BlowfishTests.swift",
        "DeveloperUsageTests.swift",
        "DoubleTests.swift",
        "Ed25519Tests.swift",
        "HChaCha20Tests.swift",
        "HMACTests.swift",
        "HexTests.swift",
        "IntTests.swift",
        "KDFTests.swift",
        "MnemonicsTests.swift",
        "RawDataAccessTests.swift",
        "StringTests.swift",
        "TestCHashers.swift",
        "UIntTests.swift",
        "chachapolyTests.swift",
        "xchachapolyTests.swift"
      ],
      "target_dependencies" : [
        "RAW_kdf",
        "__crawdog_hkdf-tests",
        "__crawdog_xchachapoly",
        "RAW_xchachapoly",
        "__crawdog_hchacha20-tests",
        "__crawdog_argon2-tests",
        "__crawdog_argon2",
        "RAW",
        "RAW_base64",
        "RAW_macros",
        "RAW_blake2",
        "RAW_hex",
        "CRAW_base64",
        "RAW_chachapoly",
        "__crawdog_crypt_blowfish-tests",
        "__crawdog_chachapoly-tests",
        "__crawdog_hashing-tests",
        "__crawdog_curve25519-tests",
        "__crawdog_hmac-tests",
        "RAW_hmac",
        "RAW_sha1",
        "RAW_sha256",
        "RAW_sha512"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CRAW_base64",
      "module_type" : "ClangTarget",
      "name" : "CRAW_base64",
      "path" : "Tests/CRAW_base64",
      "sources" : [
        "craw_base64.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CRAW",
      "module_type" : "ClangTarget",
      "name" : "CRAW",
      "path" : "Sources/CRAW",
      "product_memberships" : [
        "RAW",
        "RAW_hex",
        "RAW_base64",
        "RAW_blake2",
        "RAW_bcrypt_blowfish",
        "RAW_dh25519",
        "RAW_chachapoly",
        "RAW_xchachapoly",
        "RAW_argon2",
        "RAW_hmac",
        "RAW_md5",
        "RAW_sha1",
        "RAW_sha256",
        "RAW_sha512"
      ],
      "sources" : [
        "__craw.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70541] Fetching swift-syntax
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-syntax.git from cache (9.53s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (14.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.17s)
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
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
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/158] Compiling __crawdog_poly1305 crawdog_poly1305.c
[1/158] Compiling CRAW_base64 craw_base64.c
/host/spi-builder-workspace/Sources/CRAW/__craw.c:74:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
   74 | }
      | ^
1 warning generated.
[1/158] Compiling CRAW __craw.c
[1/158] Compiling __crawdog_sha256 crawdog_sha256.c
[5/158] Compiling __crawdog_sha512 crawdog_sha512.c
[6/158] Compiling __crawdog_sha1 crawdog_sha1.c
[7/158] Compiling __crawdog_md5 crawdog_md5.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.
[8/158] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[8/158] Compiling __crawdog_hmac-tests sha1.c
[8/158] Compiling __crawdog_hmac-tests hmac.c
[8/158] Compiling __crawdog_hchacha20-tests hchacha20tests.c
[8/158] Compiling __crawdog_curve25519-tests curve25519_test.c
[8/158] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[8/158] Compiling __crawdog_endianness crawdog_endianness.c
[8/158] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
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
[0/1] Planning build
Building for debugging...
[0/150] Write sources
[37/150] Compiling _SwiftSyntaxCShims dummy.c
[38/150] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[39/150] Compiling __crawdog_hmac-tests hmac.c
[39/150] Compiling __crawdog_hmac-tests sha1.c
[41/150] Compiling __crawdog_hchacha20-tests hchacha20tests.c
[42/150] Compiling __crawdog_curve25519-tests curve25519_selftest.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.
[43/150] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[43/150] Compiling __crawdog_endianness crawdog_endianness.c
[43/150] Compiling __crawdog_curve25519-tests curve25519_test.c
[43/150] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
[43/150] Compiling __crawdog_curve25519 crawdog_ed25519_verify.c
[43/150] Compiling __crawdog_curve25519 crawdog_custom_blind.c
[43/150] Compiling __crawdog_curve25519-tests curve25519_donna.c
[43/150] Compiling __crawdog_curve25519 crawdog_ed25519_sign.c
BUILD FAILURE 6.1 wasm