Build Information
Successful build of bcrypt, reference main (9e7d68), with Swift 6.1 for macOS (SPM) on 11 Feb 2026 23:58:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ptoffy/bcrypt.git
https://github.com/ptoffy/bcrypt.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling Bcrypt Verifier.swift
[4/11] Compiling Bcrypt Base64.swift
[5/11] Compiling Bcrypt BcryptVersion.swift
[6/11] Emitting module Bcrypt
[7/11] Compiling Bcrypt EksBlowfish.swift
[8/11] Compiling Bcrypt Hasher.swift
[9/11] Compiling Bcrypt BcryptError.swift
[10/11] Compiling Bcrypt Bcrypt.swift
[11/11] Compiling Bcrypt Blowfish+InitialState.swift
Build complete! (0.87s)
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.