Build Information
Failed to build HMKit, reference master (398257), with Swift 6.1 for Linux on 8 Nov 2025 21:19:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/highmobility/hmkit-swift.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/highmobility/hmkit-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3982578 update package to `swift-tools-version:5.5`
Cloned https://github.com/highmobility/hmkit-swift.git
Revision (git rev-parse @):
3982578ab57f38502d4b0f7a444c7c7f40df8713
SUCCESS checkout https://github.com/highmobility/hmkit-swift.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/highmobility/hmkit-swift.git
https://github.com/highmobility/hmkit-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hmcryptokit-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.17",
"upper_bound" : "1.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/highmobility/hmcryptokit-swift"
},
{
"identity" : "hmutilities-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.7",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/highmobility/hmutilities-swift"
}
],
"manifest_display_name" : "HMKit",
"name" : "HMKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "HMKit",
"targets" : [
"HMKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HMKitTests",
"module_type" : "SwiftTarget",
"name" : "HMKitTests",
"path" : "Tests/HMKitTests",
"sources" : [
"Certificates/AccessCertificateTests.swift",
"Certificates/DeviceCertificateTests.swift",
"Commands/AuthenticateCommandTests.swift",
"Commands/AuthenticateDoneCommandTests.swift",
"Commands/GetCertificateCommandTests.swift",
"Commands/GetDeviceCertificateCommandTests.swift",
"Commands/NonceCommandTests.swift",
"Commands/RegisterCertificateCommandTests.swift",
"Commands/RevokeCommandTests.swift",
"Commands/SecureContainerCommandTests.swift"
],
"target_dependencies" : [
"HMKit"
],
"type" : "test"
},
{
"c99name" : "HMKit",
"module_type" : "SwiftTarget",
"name" : "HMKit",
"path" : "Sources/HMKit",
"product_dependencies" : [
"HMCryptoKit",
"HMUtilities"
],
"product_memberships" : [
"HMKit"
],
"sources" : [
"Bluetooth/HMBluetooth.swift",
"Bluetooth/HMCharacteristic.swift",
"Bluetooth/HMPeripheralRetryValues.swift",
"Bluetooth/HMService.swift",
"Certificates/HMAccessCertificate.swift",
"Certificates/HMAccessCertificateVersion.swift",
"Certificates/HMDeviceCertificate.swift",
"Certificates/HMDeviceCertificateVersion.swift",
"Certificates/Protocols/HMBytesAndVersionCodable.swift",
"Certificates/Protocols/HMBytesGettable.swift",
"Certificates/Protocols/HMSigned.swift",
"Certificates/Protocols/HMSimilar.swift",
"Certificates/Protocols/HMValueGettable.swift",
"Certificates/Protocols/HMVersionVerifiable.swift",
"Commands/HMActiveSentCommand.swift",
"Commands/HMCommandError.swift",
"Commands/HMCommandRequestFactory.swift",
"Commands/HMCommandResponseFactory.swift",
"Commands/HMVerifiableCommand.swift",
"Commands/Requests/HMAuthenticateCommandRequest.swift",
"Commands/Requests/HMAuthenticateDoneCommandRequest.swift",
"Commands/Requests/HMCommandRequest.swift",
"Commands/Requests/HMErrorCommandRequest.swift",
"Commands/Requests/HMGetAccessCertificateCommandRequest.swift",
"Commands/Requests/HMGetDeviceCertificateCommandRequest.swift",
"Commands/Requests/HMGetNonceCommandRequest.swift",
"Commands/Requests/HMRegisterCertificateCommandRequest.swift",
"Commands/Requests/HMRevokeCommandRequest.swift",
"Commands/Requests/HMSecureContainerCommandRequest.swift",
"Commands/Responses/HMAuthenticateCommandResponse.swift",
"Commands/Responses/HMAuthenticateDoneCommandResponse.swift",
"Commands/Responses/HMCommandResponse.swift",
"Commands/Responses/HMErrorCommandResponse.swift",
"Commands/Responses/HMGetAccessCertificateCommandResponse.swift",
"Commands/Responses/HMGetDeviceCertificateCommandResponse.swift",
"Commands/Responses/HMGetNonceCommandResponse.swift",
"Commands/Responses/HMRegisterCertificateCommandResponse.swift",
"Commands/Responses/HMRevokeCommandResponse.swift",
"Commands/Responses/HMSecureContainerCommandResponse.swift",
"Enums/HMBluetoothError.swift",
"Enums/HMCommandResponseType.swift",
"Enums/HMContainerContentType.swift",
"Enums/HMLinkError.swift",
"Enums/HMLinkState.swift",
"Enums/HMLocalDeviceError.swift",
"Enums/HMLocalDeviceState.swift",
"Enums/HMProtocolBytes.swift",
"Enums/HMProtocolCommand.swift",
"Enums/HMProtocolError.swift",
"Enums/HMSecureContainerCommandVersion.swift",
"Enums/HMSerialType.swift",
"Enums/HMTimeouts.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Data+Extensions.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/UInt8+Extensions.swift",
"Extensions/URLRequest+Extensions.swift",
"HMLink.swift",
"HMLinkDelegate.swift",
"HMLocalDevice.swift",
"HMLocalDeviceConfiguration.swift",
"HMLocalDeviceDelegate.swift",
"HMParser.swift",
"HMParserDelegate.swift",
"OAuth/HMOAuth.swift",
"OAuth/HMOAuthFailure.swift",
"OAuth/HMOAuthGrantType.swift",
"OAuth/HMOAuthOptionalValues.swift",
"OAuth/HMOAuthRequiredValues.swift",
"OAuth/HMOAuthSuccess.swift",
"Others/HMKeychainLayer.swift",
"Others/HMLoggingOptions.swift",
"Others/HMPeriod.swift",
"Others/HMSessionKey.swift",
"Others/HMStorage.swift",
"Telematics/HMTelematics.swift",
"Telematics/HMTelematicsAPI.swift",
"Telematics/HMTelematicsCommandError.swift",
"Telematics/HMTelematicsCommandStatus.swift",
"Telematics/HMTelematicsContainer.swift",
"Telematics/HMTelematicsContainerVersion.swift",
"Telematics/HMTelematicsError.swift",
"Telematics/HMTelematicsRequestError.swift",
"Telematics/Requests-Responses/HMTelematicsAccessCertificateRequest.swift",
"Telematics/Requests-Responses/HMTelematicsAccessCertificateResponse.swift",
"Telematics/Requests-Responses/HMTelematicsCommandRequest.swift",
"Telematics/Requests-Responses/HMTelematicsCommandResponse.swift",
"Telematics/Requests-Responses/HMTelematicsNonceRequest.swift",
"Telematics/Requests-Responses/HMTelematicsNonceResponse.swift",
"Telematics/Requests-Responses/HMTelematicsRequest.swift",
"Telematics/Requests-Responses/HMTelematicsResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/highmobility/hmcryptokit-swift
Fetching https://github.com/highmobility/hmutilities-swift
[1/781] Fetching hmcryptokit-swift
[103/1209] Fetching hmcryptokit-swift, hmutilities-swift
Fetched https://github.com/highmobility/hmcryptokit-swift from cache (0.25s)
Fetched https://github.com/highmobility/hmutilities-swift from cache (0.25s)
Computing version for https://github.com/highmobility/hmutilities-swift
Computed https://github.com/highmobility/hmutilities-swift at 1.4.7 (1.35s)
Computing version for https://github.com/highmobility/hmcryptokit-swift
Computed https://github.com/highmobility/hmcryptokit-swift at 1.2.17 (0.85s)
Creating working copy for https://github.com/highmobility/hmcryptokit-swift
Working copy of https://github.com/highmobility/hmcryptokit-swift resolved at 1.2.17
Creating working copy for https://github.com/highmobility/hmutilities-swift
Working copy of https://github.com/highmobility/hmutilities-swift resolved at 1.4.7
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling HMUtilities Bool+Extensions.swift
[6/15] Compiling HMUtilities Collection+Extensions.swift
[7/16] Compiling HMUtilities HMBytesConvertable.swift
[8/16] Compiling HMUtilities String+Extensions.swift
[9/16] Compiling HMUtilities URL+Extensions.swift
[10/16] Compiling HMUtilities SignedInteger+Extensions.swift
[11/16] Emitting module HMUtilities
[12/16] Compiling HMUtilities Date+Extensions.swift
[13/16] Compiling HMUtilities Double+Extensions.swift
[14/16] Compiling HMUtilities Float+Extensions.swift
[15/16] Compiling HMUtilities NSLock+Extensions.swift
[16/16] Compiling HMUtilities HMDebugTree.swift
[18/27] Compiling HMCryptoKit SHA.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[19/27] Compiling HMCryptoKit Random.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[20/28] Compiling HMCryptoKit Keys.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/28] Emitting module HMCryptoKit
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[22/28] Compiling HMCryptoKit SecKey+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[23/28] Compiling HMCryptoKit UInt8Collection+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[24/28] Compiling HMCryptoKit AES.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[25/28] Compiling HMCryptoKit HMAC.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[26/28] Compiling HMCryptoKit HMCryptoKitError.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[27/28] Compiling HMCryptoKit Signature.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[28/28] Compiling HMCryptoKit HMCryptoKit.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling HMUtilities URL+Extensions.swift
[3/13] Compiling HMUtilities SignedInteger+Extensions.swift
[4/13] Compiling HMUtilities Bool+Extensions.swift
[5/13] Compiling HMUtilities Collection+Extensions.swift
[6/13] Emitting module HMUtilities
[7/13] Compiling HMUtilities Float+Extensions.swift
[8/13] Compiling HMUtilities NSLock+Extensions.swift
[9/13] Compiling HMUtilities String+Extensions.swift
[10/13] Compiling HMUtilities Date+Extensions.swift
[11/13] Compiling HMUtilities Double+Extensions.swift
[12/13] Compiling HMUtilities HMDebugTree.swift
[13/13] Compiling HMUtilities HMBytesConvertable.swift
[15/24] Compiling HMCryptoKit Random.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[16/25] Compiling HMCryptoKit Keys.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[17/25] Compiling HMCryptoKit HMCryptoKit.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/25] Emitting module HMCryptoKit
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[19/25] Compiling HMCryptoKit SecKey+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[20/25] Compiling HMCryptoKit UInt8Collection+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[21/25] Compiling HMCryptoKit AES.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[22/25] Compiling HMCryptoKit HMAC.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[23/25] Compiling HMCryptoKit HMCryptoKitError.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[24/25] Compiling HMCryptoKit SHA.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
[25/25] Compiling HMCryptoKit Signature.swift
/host/spi-builder-workspace/.build/checkouts/hmcryptokit-swift/Sources/HMCryptoKit/Extensions/SecKey+Extensions.swift:33:8: error: no such module 'Security'
31 | import Foundation
32 | import HMUtilities
33 | import Security
| `- error: no such module 'Security'
34 |
35 |
BUILD FAILURE 6.1 linux