The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZxcvbnSwift, reference 1.2.0 (ae0c3d), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 07:53:41 UTC.

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/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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "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.92s)
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.3
Building package at path:  $PWD
https://github.com/scr037/zxcvbn-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Copying frequency_lists.json
[1/7] Copying adjacency_graphs.json
[2/7] Compiling ZxcvbnSwift resource_bundle_accessor.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.
[3/7] Compiling ZxcvbnSwift DBPasswordStrengthMeterView.m
[3/7] Compiling ZxcvbnSwift DBZxcvbn.m
[3/7] Compiling ZxcvbnSwift DBMatcher.m
[3/7] Compiling ZxcvbnSwift DBScorer.m
BUILD FAILURE 6.3 macosSpm