The Swift Package Index logo.Swift Package Index

Build Information

Failed to build tuzuru, reference main (d96528), with Swift 6.1 for Wasm on 16 Jan 2026 18:22:11 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/ainame/tuzuru.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/ainame/tuzuru
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d965282 tuzuru 0.6.1 (#114)
Cloned https://github.com/ainame/tuzuru.git
Revision (git rev-parse @):
d965282a8c6448f7b7a8504c8f54a3f9703a75d9
SUCCESS checkout https://github.com/ainame/tuzuru.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ainame/tuzuru.git
https://github.com/ainame/tuzuru.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache.git"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "exact" : [
          "0.7.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-markdown.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "swift-subprocess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-subprocess.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "swift-displaywidth",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ainame/swift-displaywidth.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "tuzuru",
  "name" : "tuzuru",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "tuzuru",
      "targets" : [
        "Command"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TuzuruLibTests",
      "module_type" : "SwiftTarget",
      "name" : "TuzuruLibTests",
      "path" : "Tests/TuzuruLibTests",
      "product_dependencies" : [
        "Markdown"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/TuzuruLibTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BlogConfigurationLoaderTests.swift",
        "CategoryResolverTests.swift",
        "CustomHTMLFormatterTests.swift",
        "DateUtilsTests.swift",
        "FileAmenderTests.swift",
        "GenerateManifestTests.swift",
        "GitCommitterTests.swift",
        "GitLogReaderTests.swift",
        "IntegrityManagerTests.swift",
        "MarkdownDestructorTests.swift",
        "MarkdownExcerptWalkerTests.swift",
        "MarkdownProcessorTests.swift",
        "MarkdownTransformerTests.swift",
        "PathGeneratorTests.swift",
        "SitemapGeneratorTests.swift",
        "Traits/GitRepositoryFixture.swift",
        "Traits/GitRepositoryFixtureTrait.swift",
        "TuzuruIntegrationTests.swift",
        "URLLinkerTests.swift",
        "YAMLFrontMatterParserTests.swift"
      ],
      "target_dependencies" : [
        "TuzuruLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TuzuruLib",
      "module_type" : "SwiftTarget",
      "name" : "TuzuruLib",
      "path" : "Sources/TuzuruLib",
      "product_dependencies" : [
        "Logging",
        "Markdown",
        "Mustache",
        "Subprocess",
        "SystemPackage",
        "Yams"
      ],
      "product_memberships" : [
        "tuzuru"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/TuzuruLib/Resources/assets",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/TuzuruLib/Resources/templates",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Amender/FileAmender.swift",
        "Configuration/BlogConfiguration+DefaultValues.swift",
        "Configuration/BlogConfiguration.swift",
        "Configuration/BlogConfigurationLoader.swift",
        "Configuration/BlogMetadata.swift",
        "Configuration/BlogOutputOptions.swift",
        "Configuration/BlogSourceLayout.swift",
        "Configuration/BlogTemplates.swift",
        "Generator/BlogGenerator.swift",
        "Generator/GenerateManifest.swift",
        "Generator/IntegrityManager.swift",
        "Generator/PathGenerator.swift",
        "Generator/Renderer/LayoutData.swift",
        "Generator/Renderer/ListData.swift",
        "Generator/Renderer/LiteItemData.swift",
        "Generator/Renderer/PageRenderer.swift",
        "Generator/Renderer/PageRendererable.swift",
        "Generator/Renderer/PostData.swift",
        "Generator/SitemapGenerator.swift",
        "Generator/SourceDirectoryProvider.swift",
        "Importer/BlogImporter.swift",
        "Importer/GitCommitter.swift",
        "Importer/HugoShortcodeProcessor.swift",
        "Importer/MarkdownTransformer.swift",
        "Importer/YAMLFrontMatterParser.swift",
        "Initializer/BlogInitializer.swift",
        "Initializer/TuzuruResources.swift",
        "SourceLoader/CodeBlockHTMLEscaper.swift",
        "SourceLoader/CustomHTMLFormatter.swift",
        "SourceLoader/GitLog.swift",
        "SourceLoader/GitLogReader.swift",
        "SourceLoader/MarkdownDestructor.swift",
        "SourceLoader/MarkdownExcerptWalker.swift",
        "SourceLoader/MarkdownProcessor.swift",
        "SourceLoader/Post.swift",
        "SourceLoader/RawPost.swift",
        "SourceLoader/RawSource.swift",
        "SourceLoader/Source.swift",
        "SourceLoader/SourceLoader.swift",
        "SourceLoader/URLLinker.swift",
        "SourceLoader/XPostLinkConverter.swift",
        "SystemPackageCompat.swift",
        "Tuzuru.swift",
        "TuzuruError.swift",
        "Utils/CategoryResolver.swift",
        "Utils/ChangeDetector.swift",
        "Utils/DateUtils.swift",
        "Utils/FileManagerWrapper.swift",
        "Utils/GitWrapper.swift",
        "Utils/SharedIterator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ToyHttpServer",
      "module_type" : "SwiftTarget",
      "name" : "ToyHttpServer",
      "path" : "Sources/ToyHttpServer",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "tuzuru"
      ],
      "sources" : [
        "HttpModels.swift",
        "HttpParser.swift",
        "SocketAPI.swift",
        "ToyHttpServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Command",
      "module_type" : "SwiftTarget",
      "name" : "Command",
      "path" : "Sources/Command",
      "product_dependencies" : [
        "ArgumentParser",
        "Yams",
        "DisplayWidth"
      ],
      "product_memberships" : [
        "tuzuru"
      ],
      "sources" : [
        "AmendCommand.swift",
        "Command.swift",
        "GenerateCommand.swift",
        "ImportCommand.swift",
        "InitCommand.swift",
        "ListCommand.swift",
        "PreviewCommand.swift",
        "SimpleLogHandler.swift"
      ],
      "target_dependencies" : [
        "TuzuruLib",
        "ToyHttpServer"
      ],
      "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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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:bb5ef85e2f3936cf1d2ae6dee7e011cebd8377061043dcf9368e6726baaf85d8
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