Build Information
Successful build of Rapid, reference main (e1296f), with Swift 6.2 for Linux on 2 Nov 2025 22:24:22 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaascevich/Rapid.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/kaascevich/Rapid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e1296f3 remove dependency on swift-docc-plugin
Cloned https://github.com/kaascevich/Rapid.git
Revision (git rev-parse @):
e1296f38e6a71e8e6787b464cc2ae452bba5562a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kaascevich/Rapid.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/kaascevich/Rapid.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/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:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/42] Compiling Rapid Validated.swift
[5/42] Compiling Rapid ExpressibleByEmptyLiteral.swift
[6/42] Compiling Rapid ResultBuilder.swift
[7/42] Compiling Rapid Filtering.swift
[8/42] Compiling Rapid IsNotEmpty.swift
[9/47] Compiling Rapid NilCoalescing.swift
[10/47] Compiling Rapid UnwrapOrThrow.swift
[11/47] Compiling Rapid PatternMatching.swift
[12/47] Compiling Rapid Clamped.swift
[13/47] Compiling Rapid Transformed.swift
[14/47] Emitting module Rapid
[15/47] Compiling TestHelpers Helpers.swift
[16/47] Emitting module TestHelpers
[17/47] Compiling TestHelpers Tags.swift
[18/47] Compiling Rapid Repetition.swift
[19/47] Compiling Rapid Stringify.swift
[20/47] Compiling Rapid Duration.swift
[21/47] Compiling Rapid AnyEquatable.swift
[22/47] Compiling Rapid Typealiases.swift
[24/48] Compiling Rapid Booleans.swift
[25/48] Compiling Rapid Constants.swift
[26/48] Compiling Rapid EvenOdd.swift
[27/48] Compiling Rapid Factorials.swift
[28/48] Compiling Rapid Powers.swift
[29/48] Compiling Rapid Closures.swift
[30/48] Compiling Rapid ForEach.swift
[31/48] Compiling Rapid Between.swift
[32/48] Compiling Rapid Clamp.swift
[33/48] Compiling Rapid CollectionOfOneConformances.swift
[34/48] Compiling Rapid Signs.swift
[35/48] Compiling Rapid Zero.swift
[36/48] Compiling Rapid Aliases.swift
[37/48] Compiling Rapid Swap.swift
[38/48] Compiling Rapid IsNil.swift
[39/48] Compiling Rapid EmptyCollectionConformances.swift
[40/48] Compiling Rapid PartialRangeFromConformances.swift
[41/48] Compiling Rapid PartialRangeThroughConformances.swift
[42/48] Compiling Rapid PartialRangeUpToConformances.swift
[43/48] Compiling Rapid Piping.swift
[44/48] Compiling Rapid SafeAccess.swift
[45/48] Compiling Rapid Sets.swift
[46/48] Compiling Rapid Sorting.swift
[47/48] Compiling Rapid Sum.swift
[48/48] Compiling Rapid Interpolation.swift
Build complete! (9.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rapid",
"name" : "Rapid",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rapid",
"targets" : [
"Rapid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypeErasureTests",
"module_type" : "SwiftTarget",
"name" : "TypeErasureTests",
"path" : "Tests/TypeErasureTests",
"sources" : [
"AnyEquatableTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "TimeTests",
"module_type" : "SwiftTarget",
"name" : "TimeTests",
"path" : "Tests/TimeTests",
"sources" : [
"DurationTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "TestHelpers",
"module_type" : "SwiftTarget",
"name" : "TestHelpers",
"path" : "Sources/TestHelpers",
"sources" : [
"Helpers.swift",
"Tags.swift"
],
"type" : "library"
},
{
"c99name" : "StringsTests",
"module_type" : "SwiftTarget",
"name" : "StringsTests",
"path" : "Tests/StringsTests",
"sources" : [
"InterpolationTests.swift",
"RepetitionTests.swift",
"StringifyTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "SequencesTests",
"module_type" : "SwiftTarget",
"name" : "SequencesTests",
"path" : "Tests/SequencesTests",
"sources" : [
"FilteringTests.swift",
"IsNotEmptyTests.swift",
"SafeAccessTests.swift",
"SetsTests.swift",
"SortingTests.swift",
"SumTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ResultBuildersTests",
"module_type" : "SwiftTarget",
"name" : "ResultBuildersTests",
"path" : "Tests/ResultBuildersTests",
"sources" : [
"ResultBuilderTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "Rapid",
"module_type" : "SwiftTarget",
"name" : "Rapid",
"path" : "Sources/Rapid",
"product_memberships" : [
"Rapid"
],
"sources" : [
"Closures/Closures.swift",
"Closures/ForEach.swift",
"Comparable/Between.swift",
"Comparable/Clamp.swift",
"Conformances/CollectionOfOneConformances.swift",
"Conformances/EmptyCollectionConformances.swift",
"Conformances/PartialRangeFromConformances.swift",
"Conformances/PartialRangeThroughConformances.swift",
"Conformances/PartialRangeUpToConformances.swift",
"Functional/Piping.swift",
"Numbers/Booleans.swift",
"Numbers/Constants.swift",
"Numbers/EvenOdd.swift",
"Numbers/Factorials.swift",
"Numbers/Powers.swift",
"Numbers/Signs.swift",
"Numbers/Zero.swift",
"Operators/Aliases.swift",
"Operators/Swap.swift",
"Optionals/IsNil.swift",
"Optionals/NilCoalescing.swift",
"Optionals/UnwrapOrThrow.swift",
"PatternMatching/PatternMatching.swift",
"PropertyWrappers/Clamped.swift",
"PropertyWrappers/Transformed.swift",
"PropertyWrappers/Validated.swift",
"Protocols/ExpressibleByEmptyLiteral.swift",
"ResultBuilders/ResultBuilder.swift",
"Sequences/Filtering.swift",
"Sequences/IsNotEmpty.swift",
"Sequences/SafeAccess.swift",
"Sequences/Sets.swift",
"Sequences/Sorting.swift",
"Sequences/Sum.swift",
"Strings/Interpolation.swift",
"Strings/Repetition.swift",
"Strings/Stringify.swift",
"Time/Duration.swift",
"TypeErasure/AnyEquatable.swift",
"Typealiases.swift"
],
"type" : "library"
},
{
"c99name" : "ProtocolsTests",
"module_type" : "SwiftTarget",
"name" : "ProtocolsTests",
"path" : "Tests/ProtocolsTests",
"sources" : [
"ExpressibleByEmptyLiteralTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "PropertyWrappersTests",
"module_type" : "SwiftTarget",
"name" : "PropertyWrappersTests",
"path" : "Tests/PropertyWrappersTests",
"sources" : [
"ClampedTests.swift",
"TransformedTests.swift",
"ValidatedTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "PatternMatchingTests",
"module_type" : "SwiftTarget",
"name" : "PatternMatchingTests",
"path" : "Tests/PatternMatchingTests",
"sources" : [
"PatternMatchingTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "OptionalsTests",
"module_type" : "SwiftTarget",
"name" : "OptionalsTests",
"path" : "Tests/OptionalsTests",
"sources" : [
"NilCoalescingTests.swift",
"NilTests.swift",
"UnwrapOrThrowTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "OperatorsTests",
"module_type" : "SwiftTarget",
"name" : "OperatorsTests",
"path" : "Tests/OperatorsTests",
"sources" : [
"AliasesTests.swift",
"SwapTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "NumbersTests",
"module_type" : "SwiftTarget",
"name" : "NumbersTests",
"path" : "Tests/NumbersTests",
"sources" : [
"BooleansTests.swift",
"ConstantsTests.swift",
"EvenOddTests.swift",
"FactorialsTests.swift",
"PowersTests.swift",
"SignsTests.swift",
"ZeroTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "FunctionalTests",
"module_type" : "SwiftTarget",
"name" : "FunctionalTests",
"path" : "Tests/FunctionalTests",
"sources" : [
"PipingTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ConformancesTests",
"module_type" : "SwiftTarget",
"name" : "ConformancesTests",
"path" : "Tests/ConformancesTests",
"sources" : [
"CollectionOfOneConformancesTests.swift",
"EmptyCollectionConformancesTests.swift",
"PartialRangeFromConformancesTests.swift",
"PartialRangeThroughConformancesTests.swift",
"PartialRangeUpToConformancesTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ComparableTests",
"module_type" : "SwiftTarget",
"name" : "ComparableTests",
"path" : "Tests/ComparableTests",
"sources" : [
"BetweenTests.swift",
"ClampTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
},
{
"c99name" : "ClosuresTests",
"module_type" : "SwiftTarget",
"name" : "ClosuresTests",
"path" : "Tests/ClosuresTests",
"sources" : [
"ClosuresTests.swift",
"ForEachTests.swift"
],
"target_dependencies" : [
"Rapid",
"TestHelpers"
],
"type" : "test"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.