Build Information
Successful build of CollectionTools, reference 3.2.1 (84330a), with Swift 6.0 for Linux on 29 Apr 2026 07:58:13 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.0-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/RougeWare/Swift-Collection-Tools.git
Reference: 3.2.1
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/RougeWare/Swift-Collection-Tools
* tag 3.2.1 -> FETCH_HEAD
HEAD is now at 84330a0 Merge pull request #17 from RougeWare/feature/Update/2026-04-29-Function-tools
Cloned https://github.com/RougeWare/Swift-Collection-Tools.git
Revision (git rev-parse @):
84330a040a57296eb6a4d0c801294689dab80166
SUCCESS checkout https://github.com/RougeWare/Swift-Collection-Tools.git at 3.2.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/RougeWare/Swift-Collection-Tools.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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/RougeWare/Swift-Function-Tools.git
[1/179] Fetching swift-function-tools
Fetched https://github.com/RougeWare/Swift-Function-Tools.git from cache (0.32s)
Computing version for https://github.com/RougeWare/Swift-Function-Tools.git
Computed https://github.com/RougeWare/Swift-Function-Tools.git at 2.0.0 (0.82s)
Creating working copy for https://github.com/RougeWare/Swift-Function-Tools.git
Working copy of https://github.com/RougeWare/Swift-Function-Tools.git resolved at 2.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling FunctionTools Constant.swift
[5/12] Compiling FunctionTools Blackholes.swift
[6/12] Compiling FunctionTools Call.swift
[7/12] Compiling FunctionTools Curry.swift
[8/12] Compiling FunctionTools Echo.swift
[9/12] Compiling FunctionTools Function types.swift
[10/12] Emitting module FunctionTools
[11/12] Compiling FunctionTools !.swift
[12/12] Compiling FunctionTools Null functions.swift
[14/23] Compiling CollectionTools CollectionWhichCanBeEmpty.swift
[15/24] Compiling CollectionTools Sequence + sequentialPairs.swift
[16/24] Compiling CollectionTools RangeReplaceableCollection + elemental operators.swift
[17/24] Compiling CollectionTools Collection + withoutDuplicates.swift
[18/24] Compiling CollectionTools Collection + onlyFirst & onlyLast.swift
[19/24] Compiling CollectionTools Collection + nonEmptyOrNil.swift
[20/24] Compiling CollectionTools Collection + isNotEmpty.swift
[21/24] Compiling CollectionTools Collection + map with transformer.swift
[22/24] Emitting module CollectionTools
[23/24] Compiling CollectionTools ArrayBuilder.swift
[24/24] Compiling CollectionTools Collection + everyPair.swift
Build complete! (36.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "CollectionTools",
"name" : "CollectionTools",
"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" : "CollectionTools",
"targets" : [
"CollectionTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CollectionToolsTests",
"module_type" : "SwiftTarget",
"name" : "CollectionToolsTests",
"path" : "Tests/CollectionToolsTests",
"sources" : [
"ArrayBuilderTests.swift",
"Collection + everyPair Tests.swift",
"Collection + isNotEmpty Tests.swift",
"Collection + map with transformer Tests.swift",
"Collection + nonEmptyOrNil Tests.swift",
"Collection + onlyFirst & onlyLast Tests.swift",
"Collection + withoutDuplicates Tests.swift",
"CollectionWhichCanBeEmpty Tests.swift",
"RangeReplaceableCollection + elemental operator Tests.swift",
"Sequence + sequentialPairs Tests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CollectionTools"
],
"type" : "test"
},
{
"c99name" : "CollectionTools",
"module_type" : "SwiftTarget",
"name" : "CollectionTools",
"path" : "Sources/CollectionTools",
"product_dependencies" : [
"FunctionTools"
],
"product_memberships" : [
"CollectionTools"
],
"sources" : [
"ArrayBuilder.swift",
"Collection + everyPair.swift",
"Collection + isNotEmpty.swift",
"Collection + map with transformer.swift",
"Collection + nonEmptyOrNil.swift",
"Collection + onlyFirst & onlyLast.swift",
"Collection + withoutDuplicates.swift",
"CollectionWhichCanBeEmpty.swift",
"RangeReplaceableCollection + elemental operators.swift",
"Sequence + sequentialPairs.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.