Build Information
Successful build of h, reference master (d93289), with Swift 6.2 for Linux on 30 Apr 2026 06:12:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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 /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/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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/rarestype/h.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/ordo-one/dollup
[1/35] Fetching dollup
Fetched https://github.com/ordo-one/dollup from cache (0.22s)
Computing version for https://github.com/ordo-one/dollup
Computed https://github.com/ordo-one/dollup at 1.0.6 (0.57s)
Creating working copy for https://github.com/ordo-one/dollup
Working copy of https://github.com/ordo-one/dollup resolved at 1.0.6
Downloading binary artifact https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
[1360/13038536] Downloading https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip
Downloaded https://get.rarestype.com/dollup/1.0.6/Linux-x86_64/dollup.artifactbundle.zip (1.85s)
[1/1] Compiling plugin DollupPlugin
Building for debugging...
[1/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/19] Emitting module InlineBuffer
[14/19] Emitting module BaseDigits
[15/19] Compiling BaseDigits BaseDigits.swift
[17/20] Compiling MessageAuthentication MessageAuthenticationKey.swift
[18/20] Emitting module MessageAuthentication
[19/20] Compiling MessageAuthentication MessageAuthenticationHash.swift
[21/31] Compiling InlineBuffer InlineBuffer.swift
[22/32] Compiling Base16 Base16.LowercaseDigits.swift
[24/32] Compiling Base16 Base16.Values.swift
[25/32] Emitting module Base16
[26/32] Compiling Base16 Base16.UppercaseDigits.swift
[27/32] Compiling Base64 Base64.DefaultDigits.swift
[28/32] Compiling Base64 Base64.Values.swift
[29/32] Compiling Base64 Base64.swift
[30/32] Compiling Base64 Base64.SafeDigits.swift
[31/32] Compiling Base16 Base16.swift
[33/33] Emitting module Base64
[35/42] Compiling MD5 exports.swift
[36/44] Compiling SHA1 exports.swift
[37/48] Compiling MD5 MD5.Words.swift
[38/48] Compiling MD5 MD5.Block.swift
[39/48] Compiling MD5 MD5.swift
[40/48] Emitting module SHA1
[41/48] Compiling SHA1 SHA1.swift
[42/49] Emitting module CRC
[44/49] Compiling CRC CRC32.swift
[45/49] Emitting module UUID
[46/49] Compiling UUID UUID.swift
[48/51] Emitting module MD5
[51/52] Emitting module SHA2
[52/52] Compiling SHA2 SHA256.swift
Build complete! (15.53s)
Build complete.
{
"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" : "/host/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"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.