The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ZxcvbnSwift, reference 1.2.0 (ae0c3d), with Swift 6.1 for macOS (SPM) on 21 Oct 2025 17:16:30 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/scr037/zxcvbn-swift.git
https://github.com/scr037/zxcvbn-swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZxcvbnSwift",
  "name" : "ZxcvbnSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ZxcvbnSwift",
      "targets" : [
        "ZxcvbnSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZxcvbnSwift",
      "module_type" : "ClangTarget",
      "name" : "ZxcvbnSwift",
      "path" : "Sources/ZxcvbnSwift",
      "product_memberships" : [
        "ZxcvbnSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZxcvbnSwift/Resources/adjacency_graphs.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZxcvbnSwift/Resources/frequency_lists.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DBMatcher.m",
        "DBPasswordStrengthMeterView.m",
        "DBScorer.m",
        "DBZxcvbn.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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 DBScorer.m
[3/7] Compiling ZxcvbnSwift DBMatcher.m
[3/7] Compiling ZxcvbnSwift DBZxcvbn.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
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.
[0/4] Compiling ZxcvbnSwift DBPasswordStrengthMeterView.m
[0/4] Compiling ZxcvbnSwift DBScorer.m
[0/4] Compiling ZxcvbnSwift DBMatcher.m
[0/4] Compiling ZxcvbnSwift DBZxcvbn.m
BUILD FAILURE 6.1 macosSpm