The Swift Package Index logo.Swift Package Index

Build Information

Failed to build arc, reference main (3b2fbd), with Swift 6.1 for Wasm on 10 Feb 2026 08:00:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mac9sb/swift-reverse-proxy.git
Reference: main
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/mac9sb/swift-reverse-proxy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3b2fbd3 Remove WebUIInteractivity references
Cloned https://github.com/mac9sb/swift-reverse-proxy.git
Revision (git rev-parse @):
3b2fbd3742b01e4088de5e85d2607ceb62081903
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mac9sb/swift-reverse-proxy.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mac9sb/swift-reverse-proxy.git
https://github.com/mac9sb/swift-reverse-proxy.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.87.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "arc",
  "name" : "arc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "arc",
      "targets" : [
        "Arc"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ArcDescription",
      "targets" : [
        "ArcDescription"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "ArcCore",
      "targets" : [
        "ArcCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ArcServer",
      "targets" : [
        "ArcServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArcServerTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcServerTests",
      "path" : "Tests/ArcServerTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "CloudflaredConfigSupportTests.swift",
        "HTTPParserTests.swift",
        "HTTPResponseTests.swift"
      ],
      "target_dependencies" : [
        "ArcServer",
        "ArcCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcServer",
      "module_type" : "SwiftTarget",
      "name" : "ArcServer",
      "path" : "Sources/ArcServer",
      "product_dependencies" : [
        "Noora",
        "NIO",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "arc",
        "ArcServer"
      ],
      "sources" : [
        "CloudflaredConfigSupport.swift",
        "HTTPParser.swift",
        "HTTPRequest.swift",
        "HTTPResponse.swift",
        "HTTPServer.swift",
        "ProxyHandler.swift",
        "RequestLogger.swift",
        "SharedState.swift",
        "StaticFileHandler.swift"
      ],
      "target_dependencies" : [
        "ArcCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcIntegrationTests",
      "path" : "Tests/ArcIntegrationTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ArcConfigIntegrationTests.swift",
        "HTTPIntegrationTests.swift",
        "StaticFileHandlerTests.swift"
      ],
      "target_dependencies" : [
        "ArcCore",
        "ArcServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcDescription",
      "module_type" : "SwiftTarget",
      "name" : "ArcDescription",
      "path" : "Sources/ArcDescription",
      "product_memberships" : [
        "arc",
        "ArcDescription",
        "ArcCore",
        "ArcServer"
      ],
      "sources" : [
        "ArcDescription.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcCoreTests",
      "path" : "Tests/ArcCoreTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ArcConfigTests.swift",
        "ArcManifestTests.swift",
        "FileWatcherTests.swift",
        "ProcessNameGeneratorTests.swift",
        "ServiceDetectorTests.swift"
      ],
      "target_dependencies" : [
        "ArcCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcCore",
      "module_type" : "SwiftTarget",
      "name" : "ArcCore",
      "path" : "Sources/ArcCore",
      "product_dependencies" : [
        "Logging",
        "Noora"
      ],
      "product_memberships" : [
        "arc",
        "ArcCore",
        "ArcServer"
      ],
      "sources" : [
        "ArcConfig+Loading.swift",
        "ArcConfig.swift",
        "ArcManifestLoader.swift",
        "FileWatcher.swift",
        "HealthMonitor.swift",
        "Logging.swift",
        "ProcessDescriptor.swift",
        "ProcessNameGenerator.swift",
        "ServerProcessManager.swift",
        "ServiceDetector.swift"
      ],
      "target_dependencies" : [
        "ArcDescription"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcCLITests",
      "module_type" : "SwiftTarget",
      "name" : "ArcCLITests",
      "path" : "Tests/ArcCLITests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "StartCommandTests.swift"
      ],
      "target_dependencies" : [
        "ArcCLI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcCLI",
      "module_type" : "SwiftTarget",
      "name" : "ArcCLI",
      "path" : "Sources/ArcCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "Noora"
      ],
      "product_memberships" : [
        "arc"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/Arc.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/README.md.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-APIController.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-Application.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-ExamplePage.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-HTMLResponse.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-Package.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-WebController.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-api-main.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-site-Application.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-site-Home.swift.template",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ArcCLI/Resources/example-site-Package.swift.template",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ArcRootCommand.swift",
        "Commands/DoctorCommand.swift",
        "Commands/InitializeCommand.swift",
        "Commands/LogsCommand.swift",
        "Commands/MetricsCommand.swift",
        "Commands/StartCommand.swift",
        "Commands/StatusCommand.swift",
        "Commands/StopCommand.swift",
        "KeepAwakeSession.swift"
      ],
      "target_dependencies" : [
        "ArcCore",
        "ArcServer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Arc",
      "module_type" : "SwiftTarget",
      "name" : "Arc",
      "path" : "Sources/Arc",
      "product_memberships" : [
        "arc"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ArcCLI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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-4609320-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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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