Build Information
Successful build of HMCryptoKit, reference 1.2.17 (34e374), with Swift 6.0 for macOS (SPM) on 8 Nov 2025 21:20:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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.0
Building package at path: $PWD
https://github.com/highmobility/hmcryptokit-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/14] Compiling HMUtilities String+Extensions.swift
[5/14] Compiling HMUtilities Double+Extensions.swift
[6/14] Compiling HMUtilities URL+Extensions.swift
[7/14] Compiling HMUtilities NSLock+Extensions.swift
[8/14] Compiling HMUtilities Float+Extensions.swift
[9/14] Compiling HMUtilities SignedInteger+Extensions.swift
[10/15] Compiling HMUtilities Bool+Extensions.swift
[11/15] Compiling HMUtilities Collection+Extensions.swift
[12/15] Emitting module HMUtilities
[13/15] Compiling HMUtilities Date+Extensions.swift
[14/15] Compiling HMUtilities HMBytesConvertable.swift
[15/15] Compiling HMUtilities HMDebugTree.swift
[16/25] Compiling HMCryptoKit HMCryptoKit.swift
[17/26] Compiling HMCryptoKit Random.swift
[18/26] Compiling HMCryptoKit Keys.swift
[19/26] Compiling HMCryptoKit SHA.swift
[20/26] Compiling HMCryptoKit HMAC.swift
[21/26] Compiling HMCryptoKit AES.swift
[22/26] Compiling HMCryptoKit UInt8Collection+Extensions.swift
[23/26] Compiling HMCryptoKit SecKey+Extensions.swift
[24/26] Emitting module HMCryptoKit
[25/26] Compiling HMCryptoKit Signature.swift
[26/26] Compiling HMCryptoKit HMCryptoKitError.swift
Build complete! (8.16s)
Fetching https://github.com/highmobility/hmutilities-swift
[5/428] Fetching hmutilities-swift
Fetched https://github.com/highmobility/hmutilities-swift from cache (0.72s)
Computing version for https://github.com/highmobility/hmutilities-swift
Computed https://github.com/highmobility/hmutilities-swift at 1.4.7 (0.52s)
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.