Build Information
Successful build of scrypt, reference 0.1.1 (0a1ac9), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:46:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/v57/scrypt.c.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/v57/scrypt.c
* tag 0.1.1 -> FETCH_HEAD
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 0.1.1
========================================
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 insecure_memzero.c
[2/11] Compiling scrypt crypto_scrypt_smix.c
[3/11] Compiling scrypt sha256.c
[4/11] Compiling scrypt humansize.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 crypto_scrypt.c
[10/11] Compiling scrypt readpass.c
Build complete! (1.44s)
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.