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

Successful build of BCryptSwift, reference v2.0.1 (9d8940), with Swift 6.2 (beta) for macOS (SPM) on 13 Aug 2025 01:56:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wisetail/BCryptSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling BCryptSwift BCryptConfiguration.swift
[4/8] Emitting module BCryptSwift
[5/8] Compiling BCryptSwift BCryptSwiftRandom.swift
[6/8] Compiling BCryptSwift BCryptSwift.swift
[7/8] Compiling BCryptSwift BCryptError.swift
[8/8] Compiling BCryptSwift BCryptSwiftModern.swift
Build complete! (3.79s)
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.