Build Information
Successful build of AsyncOperations, reference main (176a80
), with Swift 5.10 for Linux on 5 Jan 2025 09:43:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/AsyncOperations.git
Reference: main
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/Frizlab/AsyncOperations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 176a804 Use Task.sleep to sleep in async context
Cloned https://github.com/Frizlab/AsyncOperations.git
Revision (git rev-parse @):
176a804c0825e2ce72adc779dd3cd605ffb80ed7
SUCCESS checkout https://github.com/Frizlab/AsyncOperations.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/Frizlab/AsyncOperations.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/happn-app/RetryingOperation.git
[1/395] Fetching retryingoperation
Fetched https://github.com/happn-app/RetryingOperation.git from cache (0.18s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (0.38s)
Fetching https://github.com/apple/swift-log.git
[1/3732] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.33s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling Logging MetadataProvider.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging Logging.swift
[9/9] Compiling Logging LogHandler.swift
[11/15] Compiling RetryingOperation RetryingOperationConfig.swift
[12/15] Compiling RetryingOperation WrappedRetryingOperation.swift
[13/15] Compiling RetryingOperation RetryingOperation.swift
[14/15] Emitting module RetryingOperation
[15/15] Compiling RetryingOperation RetryHelper.swift
[17/19] Compiling AsyncOperations AsyncOperation.swift
[18/19] Compiling AsyncOperations AsyncBlockOperation.swift
[19/19] Emitting module AsyncOperations
Build complete! (10.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "retryingoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/happn-app/RetryingOperation.git"
}
],
"manifest_display_name" : "AsyncOperations",
"name" : "AsyncOperations",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "AsyncOperations",
"targets" : [
"AsyncOperations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncOperationsTests",
"module_type" : "SwiftTarget",
"name" : "AsyncOperationsTests",
"path" : "Tests/AsyncOperationsTests",
"sources" : [
"AsyncOperationsTests.swift"
],
"target_dependencies" : [
"AsyncOperations"
],
"type" : "test"
},
{
"c99name" : "AsyncOperations",
"module_type" : "SwiftTarget",
"name" : "AsyncOperations",
"path" : "Sources/AsyncOperations",
"product_dependencies" : [
"RetryingOperation"
],
"product_memberships" : [
"AsyncOperations"
],
"sources" : [
"AsyncBlockOperation.swift",
"AsyncOperation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.