Build Information
Successful build of fp-swift, reference 2.0.1 (61314a), with Swift 6.2 for Wasm on 22 Apr 2026 06:48:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/velocityzen/fp-swift.git
Reference: 2.0.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/velocityzen/fp-swift
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at 61314a5 Add alt, orElse, and getOrElse for Result and Optional
Cloned https://github.com/velocityzen/fp-swift.git
Revision (git rev-parse @):
61314a58a2ed915db82148bb45bc36b69de2843c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/velocityzen/fp-swift.git at 2.0.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/velocityzen/fp-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/19] Emitting module FP
[4/21] Compiling FP Result+tap.swift
[5/21] Compiling FP operators.swift
[6/21] Compiling FP Result+Task.swift
[7/21] Compiling FP Result+Tuple.swift
[8/21] Compiling FP Result+map.swift
[9/21] Compiling FP Result+match.swift
[10/21] Compiling FP AsyncSequence+Result.swift
[11/21] Compiling FP AsyncStream+Result.swift
[12/21] Compiling FP Optional+Async.swift
[13/21] Compiling FP Result+Failure.swift
[14/21] Compiling FP Result+Optional.swift
[15/21] Compiling FP Array+Async.swift
[16/21] Compiling FP Array+Result.swift
[17/21] Compiling FP AsyncSequence+Ordered.swift
[18/21] Compiling FP Optional+match.swift
[19/21] Compiling FP Result+Bool.swift
[20/21] Compiling FP Result+Do.swift
[21/21] Compiling FP Result+DoAsync.swift
Build complete! (11.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "fp-swift",
"name" : "fp-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "FP",
"targets" : [
"FP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "fpTests",
"module_type" : "SwiftTarget",
"name" : "fpTests",
"path" : "Tests/fpTests",
"sources" : [
"ArrayAsyncTests.swift",
"ArrayResultTests.swift",
"AsyncSequenceOrderedTests.swift",
"AsyncSequenceResultTests.swift",
"AsyncStreamResultTests.swift",
"OperatorTests.swift",
"OptionalAsyncTests.swift",
"OptionalMatchTests.swift",
"ResultBoolTests.swift",
"ResultDoAsyncTests.swift",
"ResultDoTests.swift",
"ResultFailureTests.swift",
"ResultMapTests.swift",
"ResultMatchTests.swift",
"ResultOptionalTests.swift",
"ResultTapTests.swift",
"ResultTaskTests.swift",
"ResultTupleTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"FP"
],
"type" : "test"
},
{
"c99name" : "FP",
"module_type" : "SwiftTarget",
"name" : "FP",
"path" : "Sources/FP",
"product_memberships" : [
"FP"
],
"sources" : [
"Array+Async.swift",
"Array+Result.swift",
"AsyncSequence+Ordered.swift",
"AsyncSequence+Result.swift",
"AsyncStream+Result.swift",
"Optional+Async.swift",
"Optional+match.swift",
"Result+Bool.swift",
"Result+Do.swift",
"Result+DoAsync.swift",
"Result+Failure.swift",
"Result+Optional.swift",
"Result+Task.swift",
"Result+Tuple.swift",
"Result+map.swift",
"Result+match.swift",
"Result+tap.swift",
"operators.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Done.