The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Digest, reference 1.13.1 (38ae0f), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 02:44:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/Digest.git
Reference: 1.13.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/Digest
 * tag               1.13.1     -> FETCH_HEAD
HEAD is now at 38ae0f4 sync with upstream commit https://github.com/leif-ibsen/Digest/commit/95ba89b494aaff5f3cd2933c03b9a890323dbf2c
Cloned https://github.com/mIwr/Digest.git
Revision (git rev-parse @):
38ae0f4c6cc6292188e919882156b3a247685602
SUCCESS checkout https://github.com/mIwr/Digest.git at 1.13.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mIwr/Digest.git
https://github.com/mIwr/Digest.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Digest",
  "name" : "Digest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Digest",
      "targets" : [
        "Digest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DigestTests",
      "module_type" : "SwiftTarget",
      "name" : "DigestTests",
      "path" : "Tests/DigestTests",
      "sources" : [
        "BLAKETest.swift",
        "Base64Test.swift",
        "HKDFTest.swift",
        "HMACTest.swift",
        "Hex2BytesTest.swift",
        "MGF1Test.swift",
        "SHA1Test.swift",
        "SHA2Test.swift",
        "SHA3Test.swift",
        "SHAKETest.swift",
        "Util.swift",
        "XOFTest.swift"
      ],
      "target_dependencies" : [
        "Digest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Digest",
      "module_type" : "SwiftTarget",
      "name" : "Digest",
      "path" : "Sources/Digest",
      "product_memberships" : [
        "Digest"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Digest/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BLAKE.swift",
        "Base64.swift",
        "HMAC.swift",
        "KDF.swift",
        "MD.swift",
        "SHA1.swift",
        "SHA2.swift",
        "SHA3.swift",
        "SHAKE.swift",
        "XOF.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/14] Compiling Digest SHA3.swift
[5/15] Compiling Digest SHAKE.swift
[6/15] Compiling Digest SHA2.swift
[7/15] Compiling Digest XOF.swift
[8/15] Compiling Digest SHA1.swift
[9/15] Compiling Digest KDF.swift
[10/15] Compiling Digest HMAC.swift
[11/15] Compiling Digest MD.swift
[12/15] Emitting module Digest
[13/15] Compiling Digest BLAKE.swift
[14/15] Compiling Digest Base64.swift
[15/15] Compiling Digest resource_bundle_accessor.swift
Build complete! (4.75s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Digest",
  "name" : "Digest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Digest",
      "targets" : [
        "Digest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DigestTests",
      "module_type" : "SwiftTarget",
      "name" : "DigestTests",
      "path" : "Tests/DigestTests",
      "sources" : [
        "BLAKETest.swift",
        "Base64Test.swift",
        "HKDFTest.swift",
        "HMACTest.swift",
        "Hex2BytesTest.swift",
        "MGF1Test.swift",
        "SHA1Test.swift",
        "SHA2Test.swift",
        "SHA3Test.swift",
        "SHAKETest.swift",
        "Util.swift",
        "XOFTest.swift"
      ],
      "target_dependencies" : [
        "Digest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Digest",
      "module_type" : "SwiftTarget",
      "name" : "Digest",
      "path" : "Sources/Digest",
      "product_memberships" : [
        "Digest"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Digest/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BLAKE.swift",
        "Base64.swift",
        "HMAC.swift",
        "KDF.swift",
        "MD.swift",
        "SHA1.swift",
        "SHA2.swift",
        "SHA3.swift",
        "SHAKE.swift",
        "XOF.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                    `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 7 |     name: "Digest",
 8 |     platforms: [
 9 |         .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
   |                                                                 `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |     ],
11 |     products: [
Done.