The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BSWFoundation, reference develop (708971), with Swift 6.1 for Wasm on 25 Mar 2026 14:21:46 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theleftbit/BSWFoundation.git
Reference: develop
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/theleftbit/BSWFoundation
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7089710 Upgrade to Swift 6.3
Cloned https://github.com/theleftbit/BSWFoundation.git
Revision (git rev-parse @):
7089710a9d6f0f413049dde74a3a6233b3b7e2eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/theleftbit/BSWFoundation.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/theleftbit/BSWFoundation.git
https://github.com/theleftbit/BSWFoundation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.12.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "BSWFoundation",
  "name" : "BSWFoundation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "BSWFoundation",
      "targets" : [
        "BSWFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BSWFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "BSWFoundationTests",
      "path" : "Tests/BSWFoundationTests",
      "sources" : [
        "APIClient/APIClientErrorTests.swift",
        "APIClient/APIClientTests.swift",
        "APIClient/EnvironmentTests.swift",
        "APIClient/RouterTests.swift",
        "APIClient/Stubs.swift",
        "AsyncStream/AsyncStreamDispatcherTests.swift",
        "Extensions/Android.swift",
        "Extensions/BundleTests.swift",
        "Extensions/CollectionsTests.swift",
        "Extensions/ObservationTests.swift",
        "Extensions/ProgressObserverTests.swift",
        "Extensions/StringTests.swift",
        "Extensions/TaskTests.swift",
        "Extensions/ThrottlerTests.swift",
        "Extensions/UIApplicationTests.swift",
        "Extensions/UserDefaultsBackedTests.swift",
        "Parsing/JSONParserTests.swift"
      ],
      "target_dependencies" : [
        "BSWFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BSWFoundation",
      "module_type" : "SwiftTarget",
      "name" : "BSWFoundation",
      "path" : "Sources/BSWFoundation",
      "product_dependencies" : [
        "Crypto",
        "KeychainAccess"
      ],
      "product_memberships" : [
        "BSWFoundation"
      ],
      "sources" : [
        "APIClient/APIClient+Error.swift",
        "APIClient/APIClient+Logging.swift",
        "APIClient/APIClient+URLSession.swift",
        "APIClient/APIClient.swift",
        "APIClient/Endpoint.swift",
        "APIClient/Environment.swift",
        "APIClient/Mocks/MockAPIClient.swift",
        "APIClient/Router.swift",
        "AsyncStream/AsyncStreamDispatcher.swift",
        "AuthStorage/AuthStorage.swift",
        "Extensions/Bundle+Extensions.swift",
        "Extensions/Collections.swift",
        "Extensions/Date+Extensions.swift",
        "Extensions/Error+Extensions.swift",
        "Extensions/Observation+Ext.swift",
        "Extensions/ProcessInfo.swift",
        "Extensions/ProgressObserver.swift",
        "Extensions/Random.swift",
        "Extensions/String+Crypto.swift",
        "Extensions/String+Utils.swift",
        "Extensions/Task.swift",
        "Extensions/Throttler.swift",
        "Extensions/UIApplication+Tests.swift",
        "Extensions/With.swift",
        "Location/LocationFetcher.swift",
        "ModuleConstants.swift",
        "Parse/FailableCodableArray.swift",
        "Parse/JSONParser.swift",
        "PropertyWrappers/KeychainBacked.swift",
        "PropertyWrappers/UserDefaultsBacked.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/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 wasm