Build Information
Successful build of SequentialExecutor, reference 1.0.0 (35d07e), with Swift 6.0 for Linux on 20 Mar 2026 17:21:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shensven/swift-sequential-executor.git
Reference: 1.0.0
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/shensven/swift-sequential-executor
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 35d07e7 chore: add MIT License to the project
Cloned https://github.com/shensven/swift-sequential-executor.git
Revision (git rev-parse @):
35d07e7b4ff5e5c3c14239693471d2fc477afde3
SUCCESS checkout https://github.com/shensven/swift-sequential-executor.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/shensven/swift-sequential-executor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ece747c77e94bae4930a5e18230daf779deb87c9e35c56d75daa73885bd2cdd2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module SequentialExecutor
[4/4] Compiling SequentialExecutor SequentialExecutor.swift
Build complete! (8.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SequentialExecutor",
"name" : "SequentialExecutor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SequentialExecutor",
"targets" : [
"SequentialExecutor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SequentialExecutorTests",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutorTests",
"path" : "Tests/SequentialExecutorTests",
"sources" : [
"SequentialExecutorTests.swift"
],
"target_dependencies" : [
"SequentialExecutor"
],
"type" : "test"
},
{
"c99name" : "SequentialExecutor",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutor",
"path" : "Sources/SequentialExecutor",
"product_memberships" : [
"SequentialExecutor"
],
"sources" : [
"SequentialExecutor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ece747c77e94bae4930a5e18230daf779deb87c9e35c56d75daa73885bd2cdd2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.