Build Information
Successful build of bcrypt, reference main (9e7d68), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 14:36:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptoffy/bcrypt.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptoffy/bcrypt
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9e7d683 Fix a couple of issues
Cloned https://github.com/ptoffy/bcrypt.git
Revision (git rev-parse @):
9e7d683c2cdd21e0068315c3db2adc80921236dd
SUCCESS checkout https://github.com/ptoffy/bcrypt.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bcrypt",
"name": "bcrypt",
"url": "https://github.com/ptoffy/bcrypt.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/bcrypt",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ptoffy/bcrypt.git
[1/385] Fetching bcrypt
Fetched https://github.com/ptoffy/bcrypt.git from cache (0.74s)
Creating working copy for https://github.com/ptoffy/bcrypt.git
Working copy of https://github.com/ptoffy/bcrypt.git resolved at main (9e7d683)
warning: '.resolve-product-dependencies': dependency 'bcrypt' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ptoffy/bcrypt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling Bcrypt Verifier.swift
[4/11] Compiling Bcrypt EksBlowfish.swift
[5/11] Compiling Bcrypt Blowfish+InitialState.swift
[6/11] Compiling Bcrypt BcryptVersion.swift
[7/11] Compiling Bcrypt BcryptError.swift
[8/11] Compiling Bcrypt Base64.swift
[9/11] Emitting module Bcrypt
[10/11] Compiling Bcrypt Bcrypt.swift
[11/11] Compiling Bcrypt Hasher.swift
Build complete! (1.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "bcrypt",
"name" : "bcrypt",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Bcrypt",
"targets" : [
"Bcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BcryptTests",
"module_type" : "SwiftTarget",
"name" : "BcryptTests",
"path" : "Tests/BcryptTests",
"sources" : [
"BcryptTests.swift",
"TestVector.swift"
],
"target_dependencies" : [
"Bcrypt"
],
"type" : "test"
},
{
"c99name" : "Bcrypt",
"module_type" : "SwiftTarget",
"name" : "Bcrypt",
"path" : "Sources/Bcrypt",
"product_memberships" : [
"Bcrypt"
],
"sources" : [
"Base64.swift",
"Bcrypt.swift",
"BcryptError.swift",
"BcryptVersion.swift",
"Blowfish+InitialState.swift",
"EksBlowfish.swift",
"Hasher.swift",
"Verifier.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.