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 BMHCrypto, reference master (3659ad), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:53:24 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/muhasturk/BMHCrypto.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/muhasturk/BMHCrypto
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3659ad5 Update README.md
Cloned https://github.com/muhasturk/BMHCrypto.git
Revision (git rev-parse @):
3659ad565c3f74609fec4c3526587616563c4abe
SUCCESS checkout https://github.com/muhasturk/BMHCrypto.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/muhasturk/BMHCrypto.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 BMHCrypto String+Hash.swift
[4/8] Emitting module BMHCrypto
[5/8] Compiling BMHCrypto DataProtocol+Ciphers.swift
[6/8] Compiling BMHCrypto ContiguousBytes+.swift
[7/8] Compiling BMHCrypto DataProtocol+Hash.swift
[8/8] Compiling BMHCrypto Digest+.swift
Build complete! (3.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BMHCrypto",
  "name" : "BMHCrypto",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "BMHCrypto",
      "targets" : [
        "BMHCrypto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BMHCryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "BMHCryptoTests",
      "path" : "Tests/BMHCryptoTests",
      "sources" : [
        "CiphersTests.swift",
        "HashTests.swift",
        "SymmetricKeyTests.swift"
      ],
      "target_dependencies" : [
        "BMHCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BMHCrypto",
      "module_type" : "SwiftTarget",
      "name" : "BMHCrypto",
      "path" : "Sources/BMHCrypto",
      "product_memberships" : [
        "BMHCrypto"
      ],
      "sources" : [
        "ContiguousBytes+.swift",
        "DataProtocol+Ciphers.swift",
        "DataProtocol+Hash.swift",
        "Digest+.swift",
        "String+Hash.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.