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 master (9d8940), with Swift 6.2 (beta) for macOS (SPM) on 14 Aug 2025 01:01:06 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.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wisetail/BCryptSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wisetail/BCryptSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 BCryptSwiftRandom.swift
[4/8] Compiling BCryptSwift BCryptSwift.swift
[5/8] Compiling BCryptSwift BCryptConfiguration.swift
[6/8] Compiling BCryptSwift BCryptSwiftModern.swift
[7/8] Compiling BCryptSwift BCryptError.swift
[8/8] Emitting module BCryptSwift
Build complete! (3.86s)
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.