The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build WikiTranslate, reference 0.1.1 (6766c7), with Swift 6.1 for Wasm on 27 May 2025 07:05:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/wikitranslate.git
Reference: 0.1.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/kiliankoe/wikitranslate
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 6766c76 update dependencies
Cloned https://github.com/kiliankoe/wikitranslate.git
Revision (git rev-parse @):
6766c76a05b414076540da3831e269749156e22e
SUCCESS checkout https://github.com/kiliankoe/wikitranslate.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/wikitranslate.git
https://github.com/kiliankoe/wikitranslate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "clispinner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kiliankoe/CLISpinner"
    },
    {
      "identity" : "bluesignals",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueSignals"
    },
    {
      "identity" : "wikipediakit",
      "requirement" : {
        "revision" : [
          "v1.0.0-beta.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Raureif/WikipediaKit"
    }
  ],
  "manifest_display_name" : "WikiTranslate",
  "name" : "WikiTranslate",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WikiTranslate",
      "targets" : [
        "WikiTranslateCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "wt",
      "targets" : [
        "wt"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wt",
      "module_type" : "SwiftTarget",
      "name" : "wt",
      "path" : "Sources/wt",
      "product_dependencies" : [
        "CLISpinner",
        "Signals"
      ],
      "product_memberships" : [
        "wt"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WikiTranslateCore"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WikiTranslateCore",
      "module_type" : "SwiftTarget",
      "name" : "WikiTranslateCore",
      "path" : "Sources/WikiTranslateCore",
      "product_dependencies" : [
        "WikipediaKit"
      ],
      "product_memberships" : [
        "WikiTranslate",
        "wt"
      ],
      "sources" : [
        "WikiTranslate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Raureif/WikipediaKit
[1/459] Fetching wikipediakit
Fetched https://github.com/Raureif/WikipediaKit from cache (0.36s)
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version in https://github.com/Raureif/WikipediaKit
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/Raureif/WikipediaKit
Updated https://github.com/Raureif/WikipediaKit (0.15s)
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version in https://github.com/Raureif/WikipediaKit
BUILD FAILURE 6.1 wasm