The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Blake2, reference master (202175), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:21:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Blake2.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Blake2
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 202175a Create LICENSE
Cloned https://github.com/OperatorFoundation/Blake2.git
Revision (git rev-parse @):
202175a3dce7517a52828970d07a813a85d1d65a
SUCCESS checkout https://github.com/OperatorFoundation/Blake2.git at master
Fetching https://github.com/OperatorFoundation/Datable.git
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.67s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 1.0.0 (2.99s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 1.0.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "blake2",
      "name": "Blake2",
      "url": "https://github.com/OperatorFoundation/Blake2.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Blake2",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "datable",
          "name": "Datable",
          "url": "https://github.com/OperatorFoundation/Datable.git",
          "version": "1.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/OperatorFoundation/Blake2.git
[1/52] Fetching blake2
Fetched https://github.com/OperatorFoundation/Blake2.git from cache (0.62s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.43s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 1.1.1 (0.50s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 1.1.1
Creating working copy for https://github.com/OperatorFoundation/Blake2.git
Working copy of https://github.com/OperatorFoundation/Blake2.git resolved at master (202175a)
warning: '.resolve-product-dependencies': dependency 'blake2' is not used by any target
Found 1 product dependencies
  - Datable
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/Blake2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling CBlake2 cblake2s.c
[3/4] Compiling Blake2-ObjC Blake2s.m
[5/6] Emitting module Blake2
[6/6] Compiling Blake2 Blake2.swift
Build complete! (4.94s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "datable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OperatorFoundation/Datable.git"
    }
  ],
  "manifest_display_name" : "Blake2",
  "name" : "Blake2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Blake2",
      "targets" : [
        "Blake2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBlake2",
      "module_type" : "ClangTarget",
      "name" : "CBlake2",
      "path" : "Sources/CBlake2",
      "product_memberships" : [
        "Blake2"
      ],
      "sources" : [
        "cblake2s.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Blake2Tests",
      "module_type" : "SwiftTarget",
      "name" : "Blake2Tests",
      "path" : "Tests/Blake2Tests",
      "product_dependencies" : [
        "Datable"
      ],
      "sources" : [
        "Blake2Tests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Blake2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blake2_ObjC",
      "module_type" : "ClangTarget",
      "name" : "Blake2-ObjC",
      "path" : "Sources/Blake2-ObjC",
      "product_memberships" : [
        "Blake2"
      ],
      "sources" : [
        "Blake2s.m"
      ],
      "target_dependencies" : [
        "CBlake2"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Blake2",
      "module_type" : "SwiftTarget",
      "name" : "Blake2",
      "path" : "Sources/Blake2",
      "product_memberships" : [
        "Blake2"
      ],
      "sources" : [
        "Blake2.swift"
      ],
      "target_dependencies" : [
        "Blake2-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.