The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build rawdog, reference master (1df6b4), with Swift 6.0 for macOS (SPM) on 17 Apr 2025 23:32:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 1df6b43 release v16 with stricter syntax requirements
Cloned https://github.com/tannerdsilva/rawdog.git
Revision (git rev-parse @):
1df6b43a57979b3ad1b1bbbe73215ff232b2c5bb
SUCCESS checkout https://github.com/tannerdsilva/rawdog.git at master
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-syntax.git
[1/3832] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
[1/70155] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (3.22s)
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.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rawdog",
      "name": "rawdog",
      "url": "https://github.com/tannerdsilva/rawdog.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rawdog",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "601.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tannerdsilva/rawdog.git
[1/3275] Fetching rawdog
Fetched https://github.com/tannerdsilva/rawdog.git from cache (1.00s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.79s)
Fetched https://github.com/apple/swift-syntax.git from cache (0.79s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
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
Creating working copy for https://github.com/tannerdsilva/rawdog.git
Working copy of https://github.com/tannerdsilva/rawdog.git resolved at master (1df6b43)
warning: '.resolve-product-dependencies': dependency 'rawdog' is not used by any target
Found 2 product dependencies
  - swift-syntax
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tannerdsilva/rawdog.git
https://github.com/tannerdsilva/rawdog.git
{
  "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" : "/Users/admin/builder/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_mnemonic",
      "module_type" : "SwiftTarget",
      "name" : "RAW_mnemonic",
      "path" : "Sources/RAW_mnemonic",
      "sources" : [
        "Mnemonics.swift",
        "Word.swift"
      ],
      "target_dependencies" : [
        "RAW",
        "RAW_blake2"
      ],
      "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/85] Write swift-version-5BDAB9E9C0126B9D.txt
[1/85] Compiling __crawdog_blake2 crawdog_blake2xb-ref.c
[2/85] Compiling __crawdog_blake2 crawdog_blake2sp-ref.c
[3/85] Compiling __crawdog_blake2 crawdog_blake2s-ref.c
[4/85] Compiling __crawdog_blake2 crawdog_blake2b-ref.c
[5/85] Compiling __crawdog_blake2 crawdog_blake2xs-ref.c
[6/85] Compiling __crawdog_blake2 crawdog_blake2bp-ref.c
[7/85] Compiling __crawdog_chacha crawdog_chacha.c
[8/85] Compiling __crawdog_sha256 crawdog_sha256.c
[9/85] Compiling __crawdog_poly1305 crawdog_poly1305.c
[10/85] Compiling __crawdog_sha1 crawdog_sha1.c
[11/85] Compiling __crawdog_hmac-tests hmac.c
[12/85] Compiling __crawdog_hmac-tests sha1.c
[13/85] Compiling __crawdog_md5 crawdog_md5.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.
[14/85] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[14/85] Compiling __crawdog_curve25519-tests curve25519_selftest.c
[14/85] Compiling __crawdog_curve25519-tests curve25519_test.c
[14/85] Compiling __crawdog_endianness crawdog_endianness.c
[14/85] Compiling __crawdog_hchacha20-tests hchacha20tests.c
[14/85] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[14/85] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
[14/85] Compiling __crawdog_chachapoly crawdog_chachapoly.c
[14/85] Compiling __crawdog_sha512 crawdog_sha512.c
[14/85] Compiling __crawdog_argon2-tests argontest.c
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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/71] Write sources
[15/72] Compiling __crawdog_endianness crawdog_endianness.c
[16/72] Compiling __crawdog_curve25519-tests curve25519_selftest.c
[17/72] Compiling __crawdog_curve25519 crawdog_ed25519_verify.c
[18/72] Compiling __crawdog_sha512 crawdog_sha512.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.
[19/72] Compiling __crawdog_hkdf-tests hkdf-libsodium.c
[19/72] Compiling __crawdog_curve25519 crawdog_curve25519_utils.c
[19/72] Compiling __crawdog_curve25519 crawdog_ed25519_sign.c
[19/72] Compiling __crawdog_curve25519 crawdog_custom_blind.c
[19/72] Compiling __crawdog_curve25519-tests curve25519_donna.c
[19/72] Compiling __crawdog_hchacha20-tests hchacha20tests.c
[19/72] Compiling __crawdog_curve25519-tests curve25519_test.c
[19/72] Compiling __crawdog_hashing-tests __crawdog_hashtest.c
[19/72] Compiling __crawdog_hchacha20 crawdog_hchacha20.c
[19/72] Write swift-version-5BDAB9E9C0126B9D.txt
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