Build Information
Successful build of zxcvbn, reference main (2d0c11), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 07:31:24 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/DeVitoC/zxcvbn-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DeVitoC/zxcvbn-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2d0c113 Create LICENSE
Cloned https://github.com/DeVitoC/zxcvbn-swift.git
Revision (git rev-parse @):
2d0c1137bab12e2c1dc13f167c650256bf60d0b8
SUCCESS checkout https://github.com/DeVitoC/zxcvbn-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/DeVitoC/zxcvbn-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying frequency-lists.json
[1/4] Copying adjacency-graphs.json
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling zxcvbn TimeEstimates.swift
[6/15] Compiling zxcvbn zxcvbn.swift
[7/15] Compiling zxcvbn helpers.swift
[8/16] Compiling zxcvbn Optimal.swift
[9/16] Compiling zxcvbn Scoring.swift
[10/16] Compiling zxcvbn MostGuessableMatchSequenceResult.swift
[11/16] Compiling zxcvbn Matching.swift
[12/16] Compiling zxcvbn Feedback.swift
[13/16] Compiling zxcvbn Match.swift
[14/16] Emitting module zxcvbn
[15/16] Compiling zxcvbn MatchingHelpers.swift
[16/16] Compiling zxcvbn resource_bundle_accessor.swift
Build complete! (5.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "zxcvbn",
"name" : "zxcvbn",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "zxcvbn",
"targets" : [
"zxcvbn"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "zxcvbnTests",
"module_type" : "SwiftTarget",
"name" : "zxcvbnTests",
"path" : "Tests/zxcvbn-Tests",
"sources" : [
"TestCompatibility.swift",
"TestHelpers.swift",
"TestMatching.swift",
"TestMatchingHelpers.swift",
"TestScoring.swift",
"TestTimeEstimates.swift",
"TestValues1.swift"
],
"target_dependencies" : [
"zxcvbn"
],
"type" : "test"
},
{
"c99name" : "zxcvbn",
"module_type" : "SwiftTarget",
"name" : "zxcvbn",
"path" : "Sources/zxcvbn",
"product_memberships" : [
"zxcvbn"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/zxcvbn/Resources/adjacency-graphs.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/zxcvbn/Resources/frequency-lists.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Feedback.swift",
"Match.swift",
"Matching.swift",
"MatchingHelpers.swift",
"MostGuessableMatchSequenceResult.swift",
"Optimal.swift",
"Scoring.swift",
"TimeEstimates.swift",
"helpers.swift",
"zxcvbn.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.