The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BCryptSwift, reference v2.0.1 (9d8940), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 17:53:54 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/wisetail/BCryptSwift.git
Reference: v2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wisetail/BCryptSwift
 * tag               v2.0.1     -> FETCH_HEAD
HEAD is now at 9d89409 Made tests determine if Pods or SPM
Cloned https://github.com/wisetail/BCryptSwift.git
Revision (git rev-parse @):
9d89409837466ed5e51eb0c1e57cbd88e5d7d89d
SUCCESS checkout https://github.com/wisetail/BCryptSwift.git at v2.0.1
========================================
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": "bcryptswift",
      "name": "BCryptSwift",
      "url": "https://github.com/wisetail/BCryptSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BCryptSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/wisetail/BCryptSwift.git
[1/316] Fetching bcryptswift
Fetched https://github.com/wisetail/BCryptSwift.git from cache (0.83s)
Creating working copy for https://github.com/wisetail/BCryptSwift.git
Working copy of https://github.com/wisetail/BCryptSwift.git resolved at v2.0.1 (9d89409)
warning: '.resolve-product-dependencies': dependency 'bcryptswift' 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/wisetail/BCryptSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling BCryptSwift BCryptConfiguration.swift
[4/8] Compiling BCryptSwift BCryptSwiftModern.swift
[5/8] Emitting module BCryptSwift
[6/8] Compiling BCryptSwift BCryptSwift.swift
[7/8] Compiling BCryptSwift BCryptError.swift
[8/8] Compiling BCryptSwift BCryptSwiftRandom.swift
Build complete! (4.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BCryptSwift",
  "name" : "BCryptSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "BCryptSwift",
      "targets" : [
        "BCryptSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BCryptSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "BCryptSwiftTests",
      "path" : "Example/Tests",
      "sources" : [
        "BCryptSecurityTests.swift",
        "BCryptSwiftTests.swift"
      ],
      "target_dependencies" : [
        "BCryptSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BCryptSwift",
      "module_type" : "SwiftTarget",
      "name" : "BCryptSwift",
      "path" : "BCryptSwift/Classes",
      "product_memberships" : [
        "BCryptSwift"
      ],
      "sources" : [
        "BCryptConfiguration.swift",
        "BCryptError.swift",
        "BCryptSwift.swift",
        "BCryptSwiftModern.swift",
        "BCryptSwiftRandom.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.