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 swift-blake2, reference v0.1.0 (b8074b), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 22:20:44 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/lovetodream/swift-blake2.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lovetodream/swift-blake2
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at b8074b8 refactor: rename outLength -> digestLength
Cloned https://github.com/lovetodream/swift-blake2.git
Revision (git rev-parse @):
b8074b87567037046445ce0859644c283dcce8cc
SUCCESS checkout https://github.com/lovetodream/swift-blake2.git at v0.1.0
========================================
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": "swift-blake2",
      "name": "swift-blake2",
      "url": "https://github.com/lovetodream/swift-blake2.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-blake2",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lovetodream/swift-blake2.git
[1/99] Fetching swift-blake2
Fetched https://github.com/lovetodream/swift-blake2.git from cache (0.90s)
Creating working copy for https://github.com/lovetodream/swift-blake2.git
Working copy of https://github.com/lovetodream/swift-blake2.git resolved at v0.1.0 (b8074b8)
warning: '.resolve-product-dependencies': dependency 'swift-blake2' 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/lovetodream/swift-blake2.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/4] Emitting module BLAKE2
[4/4] Compiling BLAKE2 BLAKE2b.swift
Build complete! (8.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-blake2",
  "name" : "swift-blake2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BLAKE2",
      "targets" : [
        "BLAKE2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BLAKE2Tests",
      "module_type" : "SwiftTarget",
      "name" : "BLAKE2Tests",
      "path" : "Tests/BLAKE2Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BLAKE2Tests/TestVectors",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BLAKE2bTests.swift",
        "Helper.swift"
      ],
      "target_dependencies" : [
        "BLAKE2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BLAKE2",
      "module_type" : "SwiftTarget",
      "name" : "BLAKE2",
      "path" : "Sources/BLAKE2",
      "product_memberships" : [
        "BLAKE2"
      ],
      "sources" : [
        "BLAKE2b.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.