The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-docc-static, reference main (cf48b9), with Swift 6.1 for Wasm on 7 Mar 2026 08:38:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/mipalgu/swift-docc-static.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/mipalgu/swift-docc-static
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf48b91 Add Windows CI status
Cloned https://github.com/mipalgu/swift-docc-static.git
Revision (git rev-parse @):
cf48b9125a0bb1aea14f30391b855d0b15e96253
SUCCESS checkout https://github.com/mipalgu/swift-docc-static.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mipalgu/swift-docc-static.git
https://github.com/mipalgu/swift-docc-static.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.79.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "swift-docc-static",
  "name" : "swift-docc-static",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "docc-static",
      "targets" : [
        "docc-static"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Static Documentation Plugin",
      "targets" : [
        "GenerateStaticDocumentation"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "DocCStatic",
      "targets" : [
        "DocCStatic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocCStaticServer",
      "targets" : [
        "DocCStaticServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "docc_static",
      "module_type" : "SwiftTarget",
      "name" : "docc-static",
      "path" : "Sources/docc-static",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "docc-static",
        "Static Documentation Plugin"
      ],
      "sources" : [
        "docc_static.swift"
      ],
      "target_dependencies" : [
        "DocCStatic",
        "DocCStaticServer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GenerateStaticDocumentation",
      "module_type" : "PluginTarget",
      "name" : "GenerateStaticDocumentation",
      "path" : "Plugins/GenerateStaticDocumentation",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate static HTML documentation for the package",
          "type" : "custom",
          "verb" : "generate-static-documentation"
        },
        "permissions" : [
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "Static Documentation Plugin"
      ],
      "sources" : [
        "GenerateStaticDocumentation.swift"
      ],
      "target_dependencies" : [
        "docc-static"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "DocCStaticTests",
      "module_type" : "SwiftTarget",
      "name" : "DocCStaticTests",
      "path" : "Tests/DocCStaticTests",
      "sources" : [
        "ConfigurationTests.swift",
        "GenerationResultTests.swift",
        "HTMLRenderingTests.swift",
        "SearchIndexBuilderTests.swift",
        "StaticHTMLConsumerTests.swift",
        "StylesheetTests.swift",
        "TutorialRenderingTests.swift"
      ],
      "target_dependencies" : [
        "DocCStatic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocCStaticServerTests",
      "module_type" : "SwiftTarget",
      "name" : "DocCStaticServerTests",
      "path" : "Tests/DocCStaticServerTests",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "sources" : [
        "MIMETypeTests.swift",
        "PreviewServerIntegrationTests.swift",
        "StaticFileHandlerTests.swift"
      ],
      "target_dependencies" : [
        "DocCStaticServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocCStaticServer",
      "module_type" : "SwiftTarget",
      "name" : "DocCStaticServer",
      "path" : "Sources/DocCStaticServer",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "docc-static",
        "Static Documentation Plugin",
        "DocCStaticServer"
      ],
      "sources" : [
        "HTTPResponse.swift",
        "MIMEType.swift",
        "PreviewServer.swift",
        "StaticFileHandler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocCStatic",
      "module_type" : "SwiftTarget",
      "name" : "DocCStatic",
      "path" : "Sources/DocCStatic",
      "product_dependencies" : [
        "SwiftDocC",
        "Subprocess",
        "SystemPackage"
      ],
      "product_memberships" : [
        "docc-static",
        "Static Documentation Plugin",
        "DocCStatic"
      ],
      "sources" : [
        "Core/GenerationResult.swift",
        "Core/NavigationIndex.swift",
        "Core/StaticDocumentationGenerator.swift",
        "Core/SymbolKind.swift",
        "DocCStatic.swift",
        "Rendering/DocLinkPostProcessor.swift",
        "Rendering/HTMLPageBuilder.swift",
        "Rendering/IndexPageBuilder.swift",
        "Rendering/NavigationSidebarBuilder.swift",
        "Rendering/RenderContentHTMLRenderer.swift",
        "Rendering/StaticHTMLConsumer.swift",
        "Rendering/SwiftSyntaxHighlighter.swift",
        "Search/SearchIndexBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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-4606859-2":/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