The Swift Package Index logo.Swift Package Index

Build Information

Successful build of fp-swift, reference main (61314a), with Swift 6.2 for Linux on 22 Apr 2026 06:49:23 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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/velocityzen/fp-swift.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/velocityzen/fp-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
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-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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 Array+Async.swift
[5/21] Compiling FP Array+Result.swift
[6/21] Compiling FP AsyncSequence+Ordered.swift
[7/21] Compiling FP Result+Task.swift
[8/21] Compiling FP Result+Tuple.swift
[9/21] Compiling FP Result+map.swift
[10/21] Compiling FP Result+match.swift
[11/21] Compiling FP Result+tap.swift
[12/21] Compiling FP operators.swift
[13/21] Compiling FP Optional+match.swift
[14/21] Compiling FP Result+Bool.swift
[15/21] Compiling FP AsyncSequence+Result.swift
[16/21] Compiling FP AsyncStream+Result.swift
[17/21] Compiling FP Optional+Async.swift
[18/21] Compiling FP Result+Do.swift
[19/21] Compiling FP Result+DoAsync.swift
[20/21] Compiling FP Result+Failure.swift
[21/21] Compiling FP Result+Optional.swift
Build complete! (13.60s)
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"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.