The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HMCryptoKit, reference 1.2.17 (34e374), with Swift 6.1 for macOS (SPM) on 8 Nov 2025 21:27:07 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/highmobility/hmcryptokit-swift.git
Reference: 1.2.17
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/highmobility/hmcryptokit-swift
 * tag               1.2.17     -> FETCH_HEAD
HEAD is now at 34e3748 add macOS targeting
Cloned https://github.com/highmobility/hmcryptokit-swift.git
Revision (git rev-parse @):
34e3748d6ef368f740c205b937e7443de3ba76e3
SUCCESS checkout https://github.com/highmobility/hmcryptokit-swift.git at 1.2.17
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/highmobility/hmcryptokit-swift.git
https://github.com/highmobility/hmcryptokit-swift.git
{
  "dependencies" : [
    {
      "identity" : "hmutilities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/highmobility/hmutilities-swift"
    }
  ],
  "manifest_display_name" : "HMCryptoKit",
  "name" : "HMCryptoKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "HMCryptoKit",
      "targets" : [
        "HMCryptoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HMCryptoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HMCryptoKitTests",
      "path" : "Tests/HMCryptoKitTests",
      "sources" : [
        "AESTests.swift",
        "HMACTests.swift",
        "KeysTests.swift",
        "RandomTests.swift",
        "SignatureTests.swift"
      ],
      "target_dependencies" : [
        "HMCryptoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HMCryptoKit",
      "module_type" : "SwiftTarget",
      "name" : "HMCryptoKit",
      "path" : "Sources/HMCryptoKit",
      "product_dependencies" : [
        "HMUtilities"
      ],
      "product_memberships" : [
        "HMCryptoKit"
      ],
      "sources" : [
        "Extensions/SecKey+Extensions.swift",
        "Extensions/UInt8Collection+Extensions.swift",
        "Functions/AES.swift",
        "Functions/HMAC.swift",
        "Functions/Keys.swift",
        "Functions/Random.swift",
        "Functions/SHA.swift",
        "Functions/Signature.swift",
        "HMCryptoKit.swift",
        "Other/HMCryptoKitError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/14] Compiling HMUtilities NSLock+Extensions.swift
[5/14] Compiling HMUtilities URL+Extensions.swift
[6/14] Compiling HMUtilities String+Extensions.swift
[7/14] Compiling HMUtilities Double+Extensions.swift
[8/14] Compiling HMUtilities Float+Extensions.swift
[9/14] Compiling HMUtilities SignedInteger+Extensions.swift
[10/14] Emitting module HMUtilities
[11/14] Compiling HMUtilities Date+Extensions.swift
[12/14] Compiling HMUtilities Bool+Extensions.swift
[13/14] Compiling HMUtilities Collection+Extensions.swift
[14/14] Compiling HMUtilities HMBytesConvertable.swift
[15/15] Compiling HMUtilities HMDebugTree.swift
[16/25] Compiling HMCryptoKit HMCryptoKit.swift
[17/26] Compiling HMCryptoKit Keys.swift
[18/26] Compiling HMCryptoKit HMAC.swift
[19/26] Emitting module HMCryptoKit
[20/26] Compiling HMCryptoKit HMCryptoKitError.swift
[21/26] Compiling HMCryptoKit Random.swift
[22/26] Compiling HMCryptoKit SecKey+Extensions.swift
[23/26] Compiling HMCryptoKit UInt8Collection+Extensions.swift
[24/26] Compiling HMCryptoKit AES.swift
[25/26] Compiling HMCryptoKit SHA.swift
[26/26] Compiling HMCryptoKit Signature.swift
Build complete! (8.41s)
Fetching https://github.com/highmobility/hmutilities-swift
[1/428] Fetching hmutilities-swift
Fetched https://github.com/highmobility/hmutilities-swift from cache (0.69s)
Computing version for https://github.com/highmobility/hmutilities-swift
Computed https://github.com/highmobility/hmutilities-swift at 1.4.7 (1.30s)
Creating working copy for https://github.com/highmobility/hmutilities-swift
Working copy of https://github.com/highmobility/hmutilities-swift resolved at 1.4.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "hmutilities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "1.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/highmobility/hmutilities-swift"
    }
  ],
  "manifest_display_name" : "HMCryptoKit",
  "name" : "HMCryptoKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "HMCryptoKit",
      "targets" : [
        "HMCryptoKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HMCryptoKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HMCryptoKitTests",
      "path" : "Tests/HMCryptoKitTests",
      "sources" : [
        "AESTests.swift",
        "HMACTests.swift",
        "KeysTests.swift",
        "RandomTests.swift",
        "SignatureTests.swift"
      ],
      "target_dependencies" : [
        "HMCryptoKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HMCryptoKit",
      "module_type" : "SwiftTarget",
      "name" : "HMCryptoKit",
      "path" : "Sources/HMCryptoKit",
      "product_dependencies" : [
        "HMUtilities"
      ],
      "product_memberships" : [
        "HMCryptoKit"
      ],
      "sources" : [
        "Extensions/SecKey+Extensions.swift",
        "Extensions/UInt8Collection+Extensions.swift",
        "Functions/AES.swift",
        "Functions/HMAC.swift",
        "Functions/Keys.swift",
        "Functions/Random.swift",
        "Functions/SHA.swift",
        "Functions/Signature.swift",
        "HMCryptoKit.swift",
        "Other/HMCryptoKitError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.