Build Information
Failed to build h, reference master (d93289), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2026 05:56:47 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rarestype/h.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rarestype/h
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d932894 [autosync]
Cloned https://github.com/rarestype/h.git
Revision (git rev-parse @):
d9328949cdc7d51019ebd937fd6f4acb08842594
SUCCESS checkout https://github.com/rarestype/h.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/rarestype/h.git
https://github.com/rarestype/h.git
{
"dependencies" : [
{
"identity" : "dollup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/dollup"
}
],
"manifest_display_name" : "h",
"name" : "h",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Base16",
"targets" : [
"Base16"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Base64",
"targets" : [
"Base64"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CRC",
"targets" : [
"CRC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InlineBuffer",
"targets" : [
"InlineBuffer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MD5",
"targets" : [
"MD5"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MessageAuthentication",
"targets" : [
"MessageAuthentication"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SHA1",
"targets" : [
"SHA1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SHA2",
"targets" : [
"SHA2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UUID",
"targets" : [
"UUID"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UUID",
"module_type" : "SwiftTarget",
"name" : "UUID",
"path" : "Sources/UUID",
"product_memberships" : [
"UUID"
],
"sources" : [
"UUID.swift"
],
"target_dependencies" : [
"Base16"
],
"type" : "library"
},
{
"c99name" : "SHA2Tests",
"module_type" : "SwiftTarget",
"name" : "SHA2Tests",
"path" : "Sources/SHA2Tests",
"sources" : [
"HMAC256.TestCase.swift",
"HMAC256.swift",
"KeyDerivation.TestCase.swift",
"KeyDerivation.swift"
],
"target_dependencies" : [
"SHA2"
],
"type" : "test"
},
{
"c99name" : "SHA2",
"module_type" : "SwiftTarget",
"name" : "SHA2",
"path" : "Sources/SHA2",
"product_memberships" : [
"SHA2"
],
"sources" : [
"SHA256.swift"
],
"target_dependencies" : [
"Base16",
"MessageAuthentication"
],
"type" : "library"
},
{
"c99name" : "SHA1",
"module_type" : "SwiftTarget",
"name" : "SHA1",
"path" : "Sources/SHA1",
"product_memberships" : [
"SHA1"
],
"sources" : [
"SHA1.swift",
"exports.swift"
],
"target_dependencies" : [
"InlineBuffer"
],
"type" : "library"
},
{
"c99name" : "MessageAuthentication",
"module_type" : "SwiftTarget",
"name" : "MessageAuthentication",
"path" : "Sources/MessageAuthentication",
"product_memberships" : [
"MessageAuthentication",
"SHA2"
],
"sources" : [
"MessageAuthenticationHash.swift",
"MessageAuthenticationKey.swift"
],
"type" : "library"
},
{
"c99name" : "MD5Tests",
"module_type" : "SwiftTarget",
"name" : "MD5Tests",
"path" : "Sources/MD5Tests",
"sources" : [
"Hashing.swift",
"ParsingAndFormatting.swift"
],
"target_dependencies" : [
"MD5"
],
"type" : "test"
},
{
"c99name" : "MD5",
"module_type" : "SwiftTarget",
"name" : "MD5",
"path" : "Sources/MD5",
"product_memberships" : [
"MD5"
],
"sources" : [
"MD5.Block.swift",
"MD5.Words.swift",
"MD5.swift",
"exports.swift"
],
"target_dependencies" : [
"InlineBuffer"
],
"type" : "library"
},
{
"c99name" : "InlineBuffer",
"module_type" : "SwiftTarget",
"name" : "InlineBuffer",
"path" : "Sources/InlineBuffer",
"product_memberships" : [
"InlineBuffer",
"MD5",
"SHA1"
],
"sources" : [
"InlineBuffer.swift"
],
"type" : "library"
},
{
"c99name" : "CRCTests",
"module_type" : "SwiftTarget",
"name" : "CRCTests",
"path" : "Sources/CRCTests",
"sources" : [
"ChecksumComputation.TestCase.swift",
"ChecksumComputation.swift"
],
"target_dependencies" : [
"CRC"
],
"type" : "test"
},
{
"c99name" : "CRC",
"module_type" : "SwiftTarget",
"name" : "CRC",
"path" : "Sources/CRC",
"product_memberships" : [
"CRC"
],
"sources" : [
"CRC32.swift"
],
"target_dependencies" : [
"Base16"
],
"type" : "library"
},
{
"c99name" : "BaseDigits",
"module_type" : "SwiftTarget",
"name" : "BaseDigits",
"path" : "Sources/BaseDigits",
"product_memberships" : [
"Base16",
"Base64",
"CRC",
"SHA2",
"UUID"
],
"sources" : [
"BaseDigits.swift"
],
"type" : "library"
},
{
"c99name" : "Base64Tests",
"module_type" : "SwiftTarget",
"name" : "Base64Tests",
"path" : "Sources/Base64Tests",
"sources" : [
"Encoding.TestCase.swift",
"Encoding.swift"
],
"target_dependencies" : [
"Base64"
],
"type" : "test"
},
{
"c99name" : "Base64",
"module_type" : "SwiftTarget",
"name" : "Base64",
"path" : "Sources/Base64",
"product_memberships" : [
"Base64"
],
"sources" : [
"Base64.DefaultDigits.swift",
"Base64.SafeDigits.swift",
"Base64.Values.swift",
"Base64.swift"
],
"target_dependencies" : [
"BaseDigits"
],
"type" : "library"
},
{
"c99name" : "Base16",
"module_type" : "SwiftTarget",
"name" : "Base16",
"path" : "Sources/Base16",
"product_memberships" : [
"Base16",
"CRC",
"SHA2",
"UUID"
],
"sources" : [
"Base16.LowercaseDigits.swift",
"Base16.UppercaseDigits.swift",
"Base16.Values.swift",
"Base16.swift"
],
"target_dependencies" : [
"BaseDigits"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 https://github.com/ordo-one/dollup
Resolve Package Graph
Updating from https://github.com/ordo-one/dollup
Resolved source packages:
spi-builder-workspace: (null)
2026-04-29 22:56:46.438 xcodebuild[520:2950] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_22-56-0046.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
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
Updating from https://github.com/ordo-one/dollup
Resolved source packages:
spi-builder-workspace: (null)
2026-04-29 22:56:47.667 xcodebuild[713:3981] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-29-04_22-56-0047.xcresult
xcodebuild: error: Could not resolve package dependencies:
Failed to resolve dependencies Dependencies could not be resolved because 'dollup' contains incompatible tools version (6.2.0) and root depends on 'dollup' 1.0.1..<2.0.0.
BUILD FAILURE 6.1 iOS