The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ZxcvbnSwift, reference 1.2.0 (ae0c3d), with Swift 6.2 for macOS (SPM) on 21 Oct 2025 17:23:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/scr037/zxcvbn-swift.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/scr037/zxcvbn-swift
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at ae0c3d5 Minimum target version: iOS 13
Cloned https://github.com/scr037/zxcvbn-swift.git
Revision (git rev-parse @):
ae0c3d5c01d8492119f15e54c44297f9822a9afb
SUCCESS checkout https://github.com/scr037/zxcvbn-swift.git at 1.2.0
========================================
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",
  "dependencies": [
    {
      "identity": "zxcvbn-swift",
      "name": "ZxcvbnSwift",
      "url": "https://github.com/scr037/zxcvbn-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/zxcvbn-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/scr037/zxcvbn-swift.git
[1/156] Fetching zxcvbn-swift
Fetched https://github.com/scr037/zxcvbn-swift.git from cache (0.89s)
Creating working copy for https://github.com/scr037/zxcvbn-swift.git
Working copy of https://github.com/scr037/zxcvbn-swift.git resolved at 1.2.0 (ae0c3d5)
warning: '.resolve-product-dependencies': dependency 'zxcvbn-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/scr037/zxcvbn-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying frequency_lists.json
[0/7] Copying adjacency_graphs.json
[2/7] Compiling ZxcvbnSwift resource_bundle_accessor.m
[3/7] Compiling ZxcvbnSwift DBMatcher.m
[4/7] Compiling ZxcvbnSwift DBScorer.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ZxcvbnSwift/DBPasswordStrengthMeterView.m:9:
/Users/admin/builder/spi-builder-workspace/Sources/ZxcvbnSwift/DBPasswordStrengthMeterView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[5/7] Compiling ZxcvbnSwift DBPasswordStrengthMeterView.m
[5/7] Compiling ZxcvbnSwift DBZxcvbn.m
BUILD FAILURE 6.2 macosSpm