The Swift Package Index logo.Swift Package Index

Build Information

Successful build of zxcvbn, reference main (2d0c11), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:17:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "zxcvbn-swift",
      "name": "zxcvbn",
      "url": "https://github.com/DeVitoC/zxcvbn-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/zxcvbn-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DeVitoC/zxcvbn-swift.git
[1/229] Fetching zxcvbn-swift
Fetched https://github.com/DeVitoC/zxcvbn-swift.git from cache (1.54s)
Creating working copy for https://github.com/DeVitoC/zxcvbn-swift.git
Working copy of https://github.com/DeVitoC/zxcvbn-swift.git resolved at main (2d0c113)
warning: '.resolve-product-dependencies': dependency 'zxcvbn-swift' 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/DeVitoC/zxcvbn-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying frequency-lists.json
[2/4] Copying adjacency-graphs.json
[3/4] Write swift-version--6988338F2F200930.txt
[5/15] Compiling zxcvbn helpers.swift
[6/15] Compiling zxcvbn TimeEstimates.swift
[7/15] Compiling zxcvbn zxcvbn.swift
[8/16] Compiling zxcvbn Optimal.swift
[9/16] Compiling zxcvbn MostGuessableMatchSequenceResult.swift
[10/16] Compiling zxcvbn Scoring.swift
[11/16] Compiling zxcvbn MatchingHelpers.swift
[12/16] Emitting module zxcvbn
[13/16] Compiling zxcvbn Matching.swift
[14/16] Compiling zxcvbn Feedback.swift
[15/16] Compiling zxcvbn Match.swift
[16/16] Compiling zxcvbn resource_bundle_accessor.swift
Build complete! (5.68s)
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.