Build Information
Failed to build HMKit, reference 3.2.5 (398257), with Swift 6.1 for visionOS using Xcode 16.3 on 8 Nov 2025 21:16:38 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/highmobility/hmkit-swift.git
Reference: 3.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/highmobility/hmkit-swift
* tag 3.2.5 -> FETCH_HEAD
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 3.2.5
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/highmobility/hmkit-swift.git
https://github.com/highmobility/hmkit-swift.git
{
"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" : "/Users/admin/builder/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"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from git@github.com:highmobility/hmutilities-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmutilities-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmutilities-swift-853f7a1a'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmcryptokit-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmcryptokit-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmcryptokit-swift-b446d993'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmutilities-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmutilities-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmutilities-swift-853f7a1a'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmcryptokit-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmcryptokit-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmcryptokit-swift-b446d993'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
2025-11-08 13:16:34.889 xcodebuild[547:3159] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-08-11_13-16-0034.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository git@github.com:highmobility/hmutilities-swift.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/hmutilities-swift-853f7a1a'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from git@github.com:highmobility/hmutilities-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmutilities-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmutilities-swift-853f7a1a'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmcryptokit-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmcryptokit-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmcryptokit-swift-b446d993'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmcryptokit-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmcryptokit-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmcryptokit-swift-b446d993'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Fetching from git@github.com:highmobility/hmutilities-swift.git
skipping cache due to an error: Failed to clone repository git@github.com:highmobility/hmutilities-swift.git:
Cloning into bare repository '/Users/admin/Library/Caches/org.swift.swiftpm/repositories/hmutilities-swift-853f7a1a'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
2025-11-08 13:16:38.227 xcodebuild[706:3997] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-08-11_13-16-0038.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to clone repository git@github.com:highmobility/hmcryptokit-swift.git:
Cloning into bare repository '/Users/admin/builder/spi-builder-workspace/.dependencies/repositories/hmcryptokit-swift-b446d993'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
BUILD FAILURE 6.1 visionOS