Build Information
Successful build of SwiftUtils, reference main (87ad56
), with Swift 6.1 for Linux on 11 Aug 2025 05:31:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Genaro-Chris/SwiftUtils.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/Genaro-Chris/SwiftUtils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 87ad560 some fixes and docs
Cloned https://github.com/Genaro-Chris/SwiftUtils.git
Revision (git rev-parse @):
87ad56079e41b81bf26c9f935f30e17cb8cf8331
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Genaro-Chris/SwiftUtils.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Genaro-Chris/SwiftUtils.git
https://github.com/Genaro-Chris/SwiftUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUtils",
"name" : "SwiftUtils",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Utilities",
"targets" : [
"Utilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Utilities",
"module_type" : "SwiftTarget",
"name" : "Utilities",
"path" : "Sources",
"product_memberships" : [
"Utilities"
],
"sources" : [
"SwiftUtils/AsyncFunction.swift",
"SwiftUtils/AsyncThrowingFunction.swift",
"SwiftUtils/Function.swift",
"SwiftUtils/MaybeUninit.swift",
"SwiftUtils/SwiftUtils.swift",
"SwiftUtils/ThrowingFunction.swift",
"SwiftUtils/Tuple.swift",
"SwiftUtils/Utils.swift",
"SwiftUtils/Variant+Error.swift",
"SwiftUtils/Variant.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftUtilsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUtilsTests",
"path" : "Tests/SwiftUtilsTests",
"sources" : [
"Declarations.swift",
"FunctionTests.swift",
"MaybeUninitTests.swift",
"SwiftUtilsTests.swift",
"TupleTests.swift",
"VariantTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling Utilities SwiftUtils.swift
[4/12] Compiling Utilities ThrowingFunction.swift
[5/13] Compiling Utilities Variant+Error.swift
[6/13] Compiling Utilities Function.swift
[7/13] Compiling Utilities MaybeUninit.swift
[8/13] Emitting module Utilities
[9/13] Compiling Utilities AsyncFunction.swift
[10/13] Compiling Utilities AsyncThrowingFunction.swift
[11/13] Compiling Utilities Utils.swift
[12/13] Compiling Utilities Tuple.swift
[13/13] Compiling Utilities Variant.swift
Build complete! (3.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUtils",
"name" : "SwiftUtils",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Utilities",
"targets" : [
"Utilities"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Utilities",
"module_type" : "SwiftTarget",
"name" : "Utilities",
"path" : "Sources",
"product_memberships" : [
"Utilities"
],
"sources" : [
"SwiftUtils/AsyncFunction.swift",
"SwiftUtils/AsyncThrowingFunction.swift",
"SwiftUtils/Function.swift",
"SwiftUtils/MaybeUninit.swift",
"SwiftUtils/SwiftUtils.swift",
"SwiftUtils/ThrowingFunction.swift",
"SwiftUtils/Tuple.swift",
"SwiftUtils/Utils.swift",
"SwiftUtils/Variant+Error.swift",
"SwiftUtils/Variant.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftUtilsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUtilsTests",
"path" : "Tests/SwiftUtilsTests",
"sources" : [
"Declarations.swift",
"FunctionTests.swift",
"MaybeUninitTests.swift",
"SwiftUtilsTests.swift",
"TupleTests.swift",
"VariantTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.