The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-renderable, reference 3.2.2 (1f2d35), with Swift 6.1 for Wasm on 23 Dec 2025 20:27:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/coenttb/swift-renderable.git
Reference: 3.2.2
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/coenttb/swift-renderable
 * tag               3.2.2      -> FETCH_HEAD
HEAD is now at 1f2d354 Switch from swift-async-algorithms to swift-async-algorithms-fork
Cloned https://github.com/coenttb/swift-renderable.git
Revision (git rev-parse @):
1f2d35465dcd50e827ea4b0560f2be4685b2a29d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-renderable.git at 3.2.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-renderable.git
https://github.com/coenttb/swift-renderable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms-fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-async-algorithms-fork.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    },
    {
      "identity" : "swift-testing-performance",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-testing-performance"
    }
  ],
  "manifest_display_name" : "swift-renderable",
  "name" : "swift-renderable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "Rendering",
      "targets" : [
        "Rendering"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RenderingAsync",
      "targets" : [
        "RenderingAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Rendering TestSupport",
      "targets" : [
        "Rendering TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RenderingAsync_Tests",
      "module_type" : "SwiftTarget",
      "name" : "RenderingAsync Tests",
      "path" : "Tests/RenderingAsync Tests",
      "sources" : [
        "Async.Protocol Tests.swift",
        "AsyncChannel+Rendering Tests.swift",
        "Group+Async Tests.swift",
        "Optional+Async Tests.swift",
        "RenderingAsync Tests.swift",
        "Sink.Buffered Tests.swift",
        "Sink.Chunked Tests.swift",
        "Sink.Protocol Tests.swift",
        "TestHelpers.swift",
        "_Array+Async Tests.swift",
        "_Conditional+Async Tests.swift"
      ],
      "target_dependencies" : [
        "Rendering",
        "RenderingAsync",
        "Rendering TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RenderingAsync",
      "module_type" : "SwiftTarget",
      "name" : "RenderingAsync",
      "path" : "Sources/RenderingAsync",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "RenderingAsync",
        "Rendering TestSupport"
      ],
      "sources" : [
        "AsyncChannel+Rendering.swift",
        "Optional+Async.swift",
        "Rendering.Async.Protocol.swift",
        "Rendering.Async.Sink.Buffered.swift",
        "Rendering.Async.Sink.Chunked.swift",
        "Rendering.Async.Sink.Protocol.swift",
        "Rendering.Async.Sink.swift",
        "Rendering.Async.swift",
        "Rendering.Group+Async.swift",
        "Rendering._Array+Async.swift",
        "Rendering._Conditional+Async.swift",
        "exports.swift"
      ],
      "target_dependencies" : [
        "Rendering"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rendering_Tests",
      "module_type" : "SwiftTarget",
      "name" : "Rendering Tests",
      "path" : "Tests/Rendering Tests",
      "sources" : [
        "AnyView Tests.swift",
        "Builder Tests.swift",
        "Element Tests.swift",
        "Empty Tests.swift",
        "ForEach Tests.swift",
        "Group Tests.swift",
        "Integration Tests.swift",
        "Optional+Rendering Tests.swift",
        "Protocol Tests.swift",
        "Raw Tests.swift",
        "TestHelpers.swift",
        "_Array Tests.swift",
        "_Conditional Tests.swift",
        "_Tuple Tests.swift"
      ],
      "target_dependencies" : [
        "Rendering",
        "Rendering TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Rendering_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "Rendering TestSupport",
      "path" : "Sources/Rendering TestSupport",
      "product_dependencies" : [
        "InlineSnapshotTesting",
        "TestingPerformance"
      ],
      "product_memberships" : [
        "Rendering TestSupport"
      ],
      "sources" : [
        "exports.swift"
      ],
      "target_dependencies" : [
        "Rendering",
        "RenderingAsync"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Rendering",
      "module_type" : "SwiftTarget",
      "name" : "Rendering",
      "path" : "Sources/Rendering",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Rendering",
        "RenderingAsync",
        "Rendering TestSupport"
      ],
      "sources" : [
        "Optional+Rendering.swift",
        "Rendering.AnyView.swift",
        "Rendering.Builder.swift",
        "Rendering.Element.swift",
        "Rendering.Empty.swift",
        "Rendering.ForEach.swift",
        "Rendering.Group.swift",
        "Rendering.Protocol.swift",
        "Rendering.Raw.swift",
        "Rendering._Array.swift",
        "Rendering._Conditional.swift",
        "Rendering._Tuple.swift",
        "Rendering.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
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-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
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