The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Flow, reference 1.3.1 (a8b000), with Swift 6.1 for Wasm on 31 Oct 2025 21:46:51 UTC.

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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ViewFeature/Flow.git
Reference: 1.3.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/ViewFeature/Flow
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at a8b000b Merge pull request #21 from ViewFeature/docs/align-readme-with-5-core-principles
Cloned https://github.com/ViewFeature/Flow.git
Revision (git rev-parse @):
a8b000bf155b7d3695b9acab431cd2c8489120aa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ViewFeature/Flow.git at 1.3.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ViewFeature/Flow.git
https://github.com/ViewFeature/Flow.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "swift-6.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "Flow",
  "name" : "Flow",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Flow",
      "targets" : [
        "Flow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "IntegrationTests/ComponentIntegration/StoreActionHandlerIntegrationTests.swift",
        "IntegrationTests/ComponentIntegration/TaskManagerIntegrationTests.swift",
        "IntegrationTests/EndToEndScenarios/CancellableIntegrationTests.swift",
        "IntegrationTests/EndToEndScenarios/MiddlewareIntegrationTests.swift",
        "IntegrationTests/EndToEndScenarios/StoreFullWorkflowTests.swift",
        "IntegrationTests/ErrorRecoveryTests/ErrorHandlingIntegrationTests.swift",
        "IntegrationTests/PerformanceTests/StorePerformanceTests.swift",
        "TestFixtures.swift",
        "UnitTests/ActionHandler/ActionHandlerTests.swift",
        "UnitTests/ActionHandler/ActionProcessorTests.swift",
        "UnitTests/MemoryLeakTests.swift",
        "UnitTests/Middleware/LoggingMiddlewareTests.swift",
        "UnitTests/Middleware/MiddlewareManagerTests.swift",
        "UnitTests/PrivateFuncCallTest.swift",
        "UnitTests/Store/ActionResultTests.swift",
        "UnitTests/Store/ActionTaskCancellableTests.swift",
        "UnitTests/Store/ActionTaskPriorityTests.swift",
        "UnitTests/Store/ActionTaskTests.swift",
        "UnitTests/Store/DeepRecursionTests.swift",
        "UnitTests/Store/InoutAsyncProblemDemo.swift",
        "UnitTests/Store/StoreTests.swift",
        "UnitTests/Store/TaskManagerTests.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Sources/Flow",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "ActionHandler/ActionHandler.swift",
        "ActionHandler/ActionProcessor.swift",
        "Middleware/LoggingMiddleware.swift",
        "Middleware/Middleware.swift",
        "Middleware/MiddlewareManager.swift",
        "Store/ActionTask.swift",
        "Store/Feature.swift",
        "Store/Store.swift",
        "Store/StoreError.swift",
        "Store/TaskManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm