The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-function-composition, reference main (a93ac2), with Swift 6.3 for Linux on 18 Apr 2026 01:28:16 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.3-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/capturecontext/swift-function-composition.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/capturecontext/swift-function-composition
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a93ac22 feat: Remove redundant export
Cloned https://github.com/capturecontext/swift-function-composition.git
Revision (git rev-parse @):
a93ac227e47764198dbdf085629c33188b0d80de
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/capturecontext/swift-function-composition.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/capturecontext/swift-function-composition.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras.git
[1/956] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras.git from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras.git
Computed https://github.com/pointfreeco/swift-concurrency-extras.git at 1.3.2 (0.69s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras.git
Working copy of https://github.com/pointfreeco/swift-concurrency-extras.git resolved at 1.3.2
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module FunctionCompositionOperators
[13/33] Compiling FunctionCompositionOperators PrecedenceGroups.swift
[14/33] Compiling FunctionCompositionOperators Operators.swift
[15/34] Compiling FunctionComposition Exports.swift
[16/34] Emitting module FunctionComposition
[17/34] Compiling Either Either.swift
[18/34] Emitting module Either
[19/34] Compiling _Currying Uncurry.swift
[21/36] Compiling _Currying Curry.swift
[22/36] Emitting module _Currying
[23/36] Compiling _Currying Flip.swift
[27/37] Compiling ConcurrencyExtras Result.swift
[28/37] Compiling ConcurrencyExtras Task.swift
[29/38] Compiling ConcurrencyExtras Locking.swift
[30/38] Compiling ConcurrencyExtras UncheckedBox.swift
[31/38] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/38] Compiling ConcurrencyExtras ActorIsolated.swift
[33/38] Compiling ConcurrencyExtras AnyHashableSendable.swift
[34/38] Emitting module ConcurrencyExtras
[35/38] Compiling ConcurrencyExtras AsyncStream.swift
[36/38] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[37/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[38/38] Compiling ConcurrencyExtras LockIsolated.swift
[40/54] Compiling NominalFunctionTypes Exports.swift
[41/54] Compiling NominalFunctionTypes MainActorSyncFunc.swift
[42/55] Compiling NominalFunctionTypes MainActorAsyncThrowingFunc.swift
[43/55] Compiling NominalFunctionTypes SendableAsyncThrowingFunc.swift
[44/55] Compiling NominalFunctionTypes SendableAsyncFunc.swift
[45/55] Compiling NominalFunctionTypes AsyncThrowingFunc.swift
[46/55] Compiling NominalFunctionTypes SendableSyncFunc.swift
[47/55] Compiling NominalFunctionTypes SyncFunc.swift
[48/55] Compiling NominalFunctionTypes SyncThrowingFunc.swift
[49/55] Compiling NominalFunctionTypes _AnyNominalFunctionType.swift
[50/55] Compiling NominalFunctionTypes MainActorSyncThrowingFunc.swift
[51/55] Compiling NominalFunctionTypes SendableSyncThrowingFunc.swift
[52/55] Emitting module NominalFunctionTypes
[53/55] Compiling NominalFunctionTypes AsyncFunc.swift
[54/55] Compiling NominalFunctionTypes MainActorAsyncFunc.swift
[55/55] Compiling NominalFunctionTypes _MainActorMarkers.swift
[57/80] Emitting module NominalFunctionTypesComposition
[58/80] Compiling NominalFunctionTypesComposition Exports.swift
[60/81] Compiling NominalFunctionTypesCompositionMethods Pipe.swift
[61/81] Compiling NominalFunctionTypesCompositionMethods Pipe+Sendable.swift
[62/81] Compiling NominalFunctionTypesCompositionOperators Apply.swift
[63/82] Emitting module NominalFunctionTypesCompositionOperators
[64/82] Compiling NominalFunctionTypesCompositionMethods Compose.swift
[65/82] Compiling NominalFunctionTypesCompositionOperators Pipe+Sendable.swift
[66/82] Compiling NominalFunctionTypesCompositionOperators Compose.swift
[67/82] Compiling NominalFunctionTypesCompositionOperators Compose+Sendable.swift
[68/82] Compiling NominalFunctionTypesCompositionMethods Compose+Sendable.swift
[69/82] Compiling NominalFunctionTypesCompositionOperators Compose+MainActor.swift
[70/82] Compiling NominalFunctionTypesCompositionOperators Exports.swift
[71/82] Compiling NominalFunctionTypesCompositionOperators Pipe+MainActor.swift
[72/82] Compiling NominalFunctionTypesCompositionOperators Pipe.swift
[73/83] Compiling NominalFunctionTypesCompositionMethods Compose+MainActor.swift
[74/83] Emitting module NominalFunctionTypesCompositionMethods
[76/83] Compiling NominalFunctionTypesCompositionFunctions Pipe+Sendable.swift
[77/83] Compiling NominalFunctionTypesCompositionFunctions Pipe.swift
[78/83] Compiling NominalFunctionTypesCompositionMethods Pipe+MainActor.swift
[80/84] Compiling NominalFunctionTypesCompositionFunctions Compose.swift
[81/84] Compiling NominalFunctionTypesCompositionFunctions Compose+Sendable.swift
[82/84] Compiling NominalFunctionTypesCompositionFunctions Pipe+MainActor.swift
[83/84] Compiling NominalFunctionTypesCompositionFunctions Compose+MainActor.swift
[84/84] Emitting module NominalFunctionTypesCompositionFunctions
Build complete! (31.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
    }
  ],
  "manifest_display_name" : "swift-function-composition",
  "name" : "swift-function-composition",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FunctionComposition",
      "targets" : [
        "FunctionComposition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Either",
      "targets" : [
        "Either"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_Currying",
      "targets" : [
        "_Currying"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NominalFunctionTypes",
      "targets" : [
        "NominalFunctionTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NominalFunctionTypesComposition",
      "targets" : [
        "NominalFunctionTypesComposition"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NominalFunctionTypesCompositionFunctions",
      "targets" : [
        "NominalFunctionTypesCompositionFunctions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NominalFunctionTypesCompositionMethods",
      "targets" : [
        "NominalFunctionTypesCompositionMethods"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NominalFunctionTypesCompositionOperators",
      "targets" : [
        "NominalFunctionTypesCompositionOperators"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "_Currying",
      "module_type" : "SwiftTarget",
      "name" : "_Currying",
      "path" : "Sources/FreeFunctions/Curry",
      "product_memberships" : [
        "_Currying"
      ],
      "sources" : [
        "Curry.swift",
        "Flip.swift",
        "Uncurry.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionOperatorsTests",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionOperatorsTests",
      "path" : "Tests/NominalFunctionTypesCompositionTests/Operators",
      "sources" : [
        "ComposeTests.swift",
        "Helpers.swift",
        "PipeTests.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypesCompositionOperators"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionOperators",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionOperators",
      "path" : "Sources/NominalFunctionTypesComposition/Operators",
      "product_memberships" : [
        "NominalFunctionTypesCompositionOperators"
      ],
      "sources" : [
        "Apply.swift",
        "Compose+MainActor.swift",
        "Compose+Sendable.swift",
        "Compose.swift",
        "Exports.swift",
        "Pipe+MainActor.swift",
        "Pipe+Sendable.swift",
        "Pipe.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypes",
        "FunctionCompositionOperators"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionMethodsTests",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionMethodsTests",
      "path" : "Tests/NominalFunctionTypesCompositionTests/Methods",
      "sources" : [
        "ComposeTests.swift",
        "Helpers.swift",
        "PipeTests.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypesCompositionMethods"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionMethods",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionMethods",
      "path" : "Sources/NominalFunctionTypesComposition/Methods",
      "product_memberships" : [
        "NominalFunctionTypesCompositionMethods"
      ],
      "sources" : [
        "Compose+MainActor.swift",
        "Compose+Sendable.swift",
        "Compose.swift",
        "Pipe+MainActor.swift",
        "Pipe+Sendable.swift",
        "Pipe.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionFunctionsTests",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionFunctionsTests",
      "path" : "Tests/NominalFunctionTypesCompositionTests/Functions",
      "sources" : [
        "ComposeTests.swift",
        "Helpers.swift",
        "PipeTests.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypesCompositionFunctions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NominalFunctionTypesCompositionFunctions",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesCompositionFunctions",
      "path" : "Sources/NominalFunctionTypesComposition/Functions",
      "product_memberships" : [
        "NominalFunctionTypesCompositionFunctions"
      ],
      "sources" : [
        "Compose+MainActor.swift",
        "Compose+Sendable.swift",
        "Compose.swift",
        "Pipe+MainActor.swift",
        "Pipe+Sendable.swift",
        "Pipe.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NominalFunctionTypesComposition",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypesComposition",
      "path" : "Sources/NominalFunctionTypesComposition/Sources",
      "product_memberships" : [
        "NominalFunctionTypesComposition"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "NominalFunctionTypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NominalFunctionTypes",
      "module_type" : "SwiftTarget",
      "name" : "NominalFunctionTypes",
      "path" : "Sources/NominalFunctionTypes",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NominalFunctionTypes",
        "NominalFunctionTypesComposition",
        "NominalFunctionTypesCompositionFunctions",
        "NominalFunctionTypesCompositionMethods",
        "NominalFunctionTypesCompositionOperators"
      ],
      "sources" : [
        "Async/AsyncFunc.swift",
        "Async/MainActorAsyncFunc.swift",
        "Async/SendableAsyncFunc.swift",
        "AsyncThrowing/AsyncThrowingFunc.swift",
        "AsyncThrowing/MainActorAsyncThrowingFunc.swift",
        "AsyncThrowing/SendableAsyncThrowingFunc.swift",
        "Exports.swift",
        "Sync/MainActorSyncFunc.swift",
        "Sync/SendableSyncFunc.swift",
        "Sync/SyncFunc.swift",
        "SyncThrowing/MainActorSyncThrowingFunc.swift",
        "SyncThrowing/SendableSyncThrowingFunc.swift",
        "SyncThrowing/SyncThrowingFunc.swift",
        "_AnyNominalFunctionType.swift",
        "_MainActorMarkers.swift"
      ],
      "target_dependencies" : [
        "Either"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FunctionCompositionOperators",
      "module_type" : "SwiftTarget",
      "name" : "FunctionCompositionOperators",
      "path" : "Sources/FunctionCompositionOperators",
      "product_memberships" : [
        "NominalFunctionTypesCompositionOperators"
      ],
      "sources" : [
        "Operators.swift",
        "PrecedenceGroups.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FunctionComposition",
      "module_type" : "SwiftTarget",
      "name" : "FunctionComposition",
      "path" : "Sources/FunctionComposition",
      "product_memberships" : [
        "FunctionComposition"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Either",
      "module_type" : "SwiftTarget",
      "name" : "Either",
      "path" : "Sources/Monads/Either",
      "product_memberships" : [
        "Either",
        "NominalFunctionTypes",
        "NominalFunctionTypesComposition",
        "NominalFunctionTypesCompositionFunctions",
        "NominalFunctionTypesCompositionMethods",
        "NominalFunctionTypesCompositionOperators"
      ],
      "sources" : [
        "Either.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.