The Swift Package Index logo.Swift Package Index

Build Information

Successful build of scrypt, reference master (0a1ac9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:39:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/v57/scrypt.c.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/v57/scrypt.c
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0a1ac94 Added non-sse2 cpu support
Cloned https://github.com/v57/scrypt.c.git
Revision (git rev-parse @):
0a1ac944808cd667a0c2e2457a4729dcdd447085
SUCCESS checkout https://github.com/v57/scrypt.c.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/v57/scrypt.c.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Compiling scrypt crypto_scrypt_smix_sse2.c
[1/11] Compiling scrypt crypto_scrypt_smix.c
[2/11] Compiling scrypt humansize.c
[3/11] Compiling scrypt sha256.c
[4/11] Compiling scrypt insecure_memzero.c
[5/11] Compiling scrypt asprintf.c
[6/11] Compiling scrypt warnp.c
[7/11] Compiling scrypt getopt.c
[8/11] Compiling scrypt entropy.c
[9/11] Compiling scrypt readpass.c
[10/11] Compiling scrypt crypto_scrypt.c
Build complete! (1.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "scrypt",
  "name" : "scrypt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "scrypt",
      "targets" : [
        "scrypt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "scrypt",
      "module_type" : "ClangTarget",
      "name" : "scrypt",
      "path" : "scrypt",
      "product_memberships" : [
        "scrypt"
      ],
      "sources" : [
        "asprintf.c",
        "crypto_scrypt.c",
        "crypto_scrypt_smix.c",
        "crypto_scrypt_smix_sse2.c",
        "entropy.c",
        "getopt.c",
        "humansize.c",
        "insecure_memzero.c",
        "readpass.c",
        "sha256.c",
        "warnp.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.