The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BMHCrypto, reference master (3659ad), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:03:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
  "dependencies": [
    {
      "identity": "bmhcrypto",
      "name": "BMHCrypto",
      "url": "https://github.com/muhasturk/BMHCrypto.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BMHCrypto",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/muhasturk/BMHCrypto.git
[1/47] Fetching bmhcrypto
Fetched https://github.com/muhasturk/BMHCrypto.git from cache (0.66s)
Creating working copy for https://github.com/muhasturk/BMHCrypto.git
Working copy of https://github.com/muhasturk/BMHCrypto.git resolved at master (3659ad5)
warning: '.resolve-product-dependencies': dependency 'bmhcrypto' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/muhasturk/BMHCrypto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/8] Compiling BMHCrypto ContiguousBytes+.swift
[4/8] Compiling BMHCrypto DataProtocol+Hash.swift
[5/8] Compiling BMHCrypto String+Hash.swift
[6/8] Emitting module BMHCrypto
[7/8] Compiling BMHCrypto Digest+.swift
[8/8] Compiling BMHCrypto DataProtocol+Ciphers.swift
Build complete! (8.27s)
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.