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 Lynx, reference master (ebe76d), with Swift 6.1 for Wasm on 27 May 2025 09:35:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/openkitten/lynx.git
Reference: master
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/openkitten/lynx
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ebe76d0 Fixed specific cookie parsing
Cloned https://github.com/openkitten/lynx.git
Revision (git rev-parse @):
ebe76d0747763ff0ae49d546a0e507d70e3623cf
SUCCESS checkout https://github.com/openkitten/lynx.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/openkitten/lynx.git
https://github.com/openkitten/lynx.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cryptokitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenKitten/CryptoKitten.git"
    },
    {
      "identity" : "kittenctls",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OpenKitten/KittenCTLS.git"
    }
  ],
  "manifest_display_name" : "Lynx",
  "name" : "Lynx",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Lynx",
      "targets" : [
        "Lynx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LynxTests",
      "module_type" : "SwiftTarget",
      "name" : "LynxTests",
      "path" : "Tests/LynxTests",
      "sources" : [
        "PathTests.swift"
      ],
      "target_dependencies" : [
        "Lynx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lynx",
      "module_type" : "SwiftTarget",
      "name" : "Lynx",
      "path" : "Sources/Lynx",
      "product_dependencies" : [
        "CryptoKitten"
      ],
      "product_memberships" : [
        "Lynx"
      ],
      "sources" : [
        "HTTP/HTTPParser.swift",
        "HTTP/HTTPServer.swift",
        "Helpers/Base64.swift",
        "Helpers/Error.swift",
        "Helpers/UTF8String.swift",
        "Message/Cookie.swift",
        "Message/Headers.swift",
        "Request/Multipart.swift",
        "Request/Path.swift",
        "Request/Query.swift",
        "Request/Request.swift",
        "Response/Body.swift",
        "Response/NotFound.swift",
        "Response/Response.swift",
        "Response/ResponseRepresentable.swift",
        "Routing/Routing.swift",
        "Sockets/TCPClient.swift",
        "Sockets/TCPSSLClient.swift",
        "Sockets/TCPServer.swift",
        "Sockets/TCPServerClient.swift",
        "Sockets/TCPSocket.swift",
        "WebSocket/Frame.swift",
        "WebSocket/WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/OpenKitten/CryptoKitten.git
Fetching https://github.com/OpenKitten/KittenCTLS.git
[1/627] Fetching cryptokitten
[628/664] Fetching cryptokitten, kittenctls
Fetched https://github.com/OpenKitten/KittenCTLS.git from cache (0.25s)
Fetched https://github.com/OpenKitten/CryptoKitten.git from cache (0.26s)
Computing version for https://github.com/OpenKitten/KittenCTLS.git
error: Dependencies could not be resolved because 'kittenctls' contains incompatible tools version (3.1.0) and root depends on 'kittenctls' 1.0.0..<2.0.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/OpenKitten/KittenCTLS.git
Updating https://github.com/OpenKitten/CryptoKitten.git
Updated https://github.com/OpenKitten/KittenCTLS.git (0.13s)
Updated https://github.com/OpenKitten/CryptoKitten.git (0.18s)
Computing version for https://github.com/OpenKitten/KittenCTLS.git
error: Dependencies could not be resolved because 'kittenctls' contains incompatible tools version (3.1.0) and root depends on 'kittenctls' 1.0.0..<2.0.0.
BUILD FAILURE 6.1 wasm