The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Hash, reference 1.4.0 (945a78), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 07:40:05 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/davidskrundz/hash.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davidskrundz/hash
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 945a78a Swift 4.2
Cloned https://github.com/davidskrundz/hash.git
Revision (git rev-parse @):
945a78a4c2eff97ec09c077f1586dfaef2eb9932
SUCCESS checkout https://github.com/davidskrundz/hash.git at 1.4.0
Fetching https://github.com/DavidSkrundz/Math.git
[1/281] Fetching math
Fetched https://github.com/DavidSkrundz/Math.git from cache (0.73s)
Computing version for https://github.com/DavidSkrundz/Math.git
Computed https://github.com/DavidSkrundz/Math.git at 1.3.0 (1.39s)
Creating working copy for https://github.com/DavidSkrundz/Math.git
Working copy of https://github.com/DavidSkrundz/Math.git resolved at 1.3.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": "hash",
      "name": "Hash",
      "url": "https://github.com/davidskrundz/hash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hash",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "math",
          "name": "Math",
          "url": "https://github.com/DavidSkrundz/Math.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Math",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/davidskrundz/hash.git
[1/296] Fetching hash
Fetched https://github.com/davidskrundz/hash.git from cache (1.10s)
Fetching https://github.com/DavidSkrundz/Math.git from cache
Fetched https://github.com/DavidSkrundz/Math.git from cache (0.40s)
Computing version for https://github.com/DavidSkrundz/Math.git
Computed https://github.com/DavidSkrundz/Math.git at 1.3.0 (0.45s)
Creating working copy for https://github.com/DavidSkrundz/Math.git
Working copy of https://github.com/DavidSkrundz/Math.git resolved at 1.3.0
Creating working copy for https://github.com/davidskrundz/hash.git
Working copy of https://github.com/davidskrundz/hash.git resolved at 1.4.0 (945a78a)
warning: '.resolve-product-dependencies': dependency 'hash' is not used by any target
Found 1 product dependencies
  - Math
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/davidskrundz/hash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/15] Compiling Math FixedWidthInteger+Bytes.swift
[5/15] Compiling Math BinaryInteger+Modulo.swift
[6/15] Compiling Math BinaryInteger+BitRotate.swift
[7/15] Compiling Math Array+ByteArray.swift
[8/15] Emitting module Math
[9/15] Compiling Math Array+BitPacking.swift
[10/15] Compiling Math BitRotate.swift
[11/15] Compiling Math FixedWidthInteger+ModularArithmetic.swift
[12/30] Compiling Hash sha256.swift
[13/30] Compiling Hash sha384.swift
[14/31] Compiling Hash sha224.swift
[15/31] Compiling Hash SHA3.swift
[16/31] Compiling Hash sha512.swift
[17/31] Compiling Hash MD5.swift
[18/31] Compiling Hash SHA0.swift
[19/31] Compiling Hash MD2.swift
[20/31] Compiling Hash MD4.swift
[21/31] Compiling Hash ByteBuffer.swift
[22/31] Compiling Hash Hash.swift
[23/31] Compiling Hash Hashing.swift
[24/31] Compiling Hash MD.swift
[25/31] Emitting module Hash
[26/31] Compiling Hash SHA1.swift
[27/31] Compiling Hash SHA2.swift
[27/31] Write Objects.LinkFileList
[29/31] Archiving libsHash.a
[30/31] Linking libdHash.dylib
Build complete! (2.59s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "math",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DavidSkrundz/Math.git"
    }
  ],
  "manifest_display_name" : "Hash",
  "name" : "Hash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Hash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sHash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "dHash",
      "targets" : [
        "Hash"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HashTests",
      "module_type" : "SwiftTarget",
      "name" : "HashTests",
      "path" : "Tests/HashTests",
      "sources" : [
        "MD2Tests.swift",
        "MD4Tests.swift",
        "MD5Tests.swift",
        "SHA0Tests.swift",
        "SHA1Tests.swift",
        "SHA2_224Tests.swift",
        "SHA2_256Tests.swift",
        "SHA2_384Tests.swift",
        "SHA2_512Tests.swift",
        "SHA3_224Tests.swift",
        "SHA3_256Tests.swift",
        "SHA3_384Tests.swift",
        "SHA3_512Tests.swift",
        "TestCount.swift"
      ],
      "target_dependencies" : [
        "Hash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hash",
      "module_type" : "SwiftTarget",
      "name" : "Hash",
      "path" : "Sources/Hash",
      "product_dependencies" : [
        "Math"
      ],
      "product_memberships" : [
        "Hash",
        "sHash",
        "dHash"
      ],
      "sources" : [
        "ByteBuffer.swift",
        "Hash.swift",
        "Hashing.swift",
        "MD/MD.swift",
        "MD/MD2.swift",
        "MD/MD4.swift",
        "MD/MD5.swift",
        "SHA/SHA0.swift",
        "SHA/SHA1.swift",
        "SHA/SHA2.swift",
        "SHA/SHA3.swift",
        "SHA/sha224.swift",
        "SHA/sha256.swift",
        "SHA/sha384.swift",
        "SHA/sha512.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.