Build Information
Successful build of Hydra, reference 2.0.6 (1d508b
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 23:04:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/malcommac/Hydra.git
Reference: 2.0.6
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/malcommac/Hydra
* tag 2.0.6 -> FETCH_HEAD
HEAD is now at 1d508bc Merge branch 'release/2.0.6'
Cloned https://github.com/malcommac/Hydra.git
Revision (git rev-parse @):
1d508bc909b1e7c334c1720a4b7d93a5b2d3012a
SUCCESS checkout https://github.com/malcommac/Hydra.git at 2.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/malcommac/Hydra.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Compiling Hydra Commons.swift
[4/24] Compiling Hydra Context.swift
[5/24] Compiling Hydra DispatchTimerWrapper.swift
[6/24] Emitting module Hydra
[7/27] Compiling Hydra Promise+All.swift
[8/27] Compiling Hydra Promise+Always.swift
[9/27] Compiling Hydra Promise+Any.swift
[10/27] Compiling Hydra Promise+Reduce.swift
[11/27] Compiling Hydra Promise+Retry.swift
[12/27] Compiling Hydra Promise+RetryWhen.swift
[13/27] Compiling Hydra Promise+Observer.swift
[14/27] Compiling Hydra Promise+Pass.swift
[15/27] Compiling Hydra Promise+Recover.swift
[16/27] Compiling Hydra Promise+State.swift
[17/27] Compiling Hydra Promise+Then.swift
[18/27] Compiling Hydra Promise+Timeout.swift
[19/27] Compiling Hydra Promise+Catch.swift
[20/27] Compiling Hydra Promise+Defer.swift
[21/27] Compiling Hydra Promise+Map.swift
[22/27] Compiling Hydra Promise+Async.swift
[23/27] Compiling Hydra Promise+Await.swift
[24/27] Compiling Hydra Promise+Cancel.swift
[25/27] Compiling Hydra Promise+Validate.swift
[26/27] Compiling Hydra Promise+Zip.swift
[27/27] Compiling Hydra Promise.swift
Build complete! (12.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Hydra",
"name" : "Hydra",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Hydra",
"targets" : [
"Hydra"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HydraTests",
"module_type" : "SwiftTarget",
"name" : "HydraTests",
"path" : "Tests/HydraTests",
"sources" : [
"HydraTests.swift"
],
"target_dependencies" : [
"Hydra"
],
"type" : "test"
},
{
"c99name" : "Hydra",
"module_type" : "SwiftTarget",
"name" : "Hydra",
"path" : "Sources/Hydra",
"product_memberships" : [
"Hydra"
],
"sources" : [
"Commons.swift",
"Context.swift",
"DispatchTimerWrapper.swift",
"Promise+All.swift",
"Promise+Always.swift",
"Promise+Any.swift",
"Promise+Async.swift",
"Promise+Await.swift",
"Promise+Cancel.swift",
"Promise+Catch.swift",
"Promise+Defer.swift",
"Promise+Map.swift",
"Promise+Observer.swift",
"Promise+Pass.swift",
"Promise+Recover.swift",
"Promise+Reduce.swift",
"Promise+Retry.swift",
"Promise+RetryWhen.swift",
"Promise+State.swift",
"Promise+Then.swift",
"Promise+Timeout.swift",
"Promise+Validate.swift",
"Promise+Zip.swift",
"Promise.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.