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 HyphenationPublishPlugin, reference master (56a093), with Swift 6.1 for Wasm on 27 May 2025 08:17:27 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/john-mueller/HyphenationPublishPlugin.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/john-mueller/HyphenationPublishPlugin
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 56a0932 Initial commit
Cloned https://github.com/john-mueller/HyphenationPublishPlugin.git
Revision (git rev-parse @):
56a09329ed3cf748879d3ea4631b537dd7fb80ca
SUCCESS checkout https://github.com/john-mueller/HyphenationPublishPlugin.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/john-mueller/HyphenationPublishPlugin.git
https://github.com/john-mueller/HyphenationPublishPlugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Publish.git"
    },
    {
      "identity" : "hyphenation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/john-mueller/Hyphenation"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "HyphenationPublishPlugin",
  "name" : "HyphenationPublishPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HyphenationPublishPlugin",
      "targets" : [
        "HyphenationPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HyphenationPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "HyphenationPublishPluginTests",
      "path" : "Tests/HyphenationPublishPluginTests",
      "sources" : [
        "HyphenationPublishPluginTests.swift"
      ],
      "target_dependencies" : [
        "HyphenationPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HyphenationPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "HyphenationPublishPlugin",
      "path" : "Sources/HyphenationPublishPlugin",
      "product_dependencies" : [
        "Publish",
        "Hyphenation",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "HyphenationPublishPlugin"
      ],
      "sources" : [
        "HyphenationPublishPlugin.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/JohnSundell/Publish.git
Fetching https://github.com/john-mueller/Hyphenation
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3908] Fetching swiftsoup
[2/6798] Fetching swiftsoup, publish
[6799/6954] Fetching swiftsoup, publish, hyphenation
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.44s)
[3017/3046] Fetching publish, hyphenation
Fetched https://github.com/JohnSundell/Publish.git from cache (0.64s)
Fetched https://github.com/john-mueller/Hyphenation from cache (0.64s)
Computing version for https://github.com/john-mueller/Hyphenation
Computed https://github.com/john-mueller/Hyphenation at 0.2.0 (1.40s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (0.87s)
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/shellout.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/sweep.git
[1/181] Fetching codextended
[182/297] Fetching codextended, sweep
[298/381] Fetching codextended, sweep, collectionconcurrencykit
[360/1341] Fetching codextended, sweep, collectionconcurrencykit, shellout
[1320/2577] Fetching codextended, sweep, collectionconcurrencykit, shellout, files
[1469/4663] Fetching codextended, sweep, collectionconcurrencykit, shellout, files, plot
Fetched https://github.com/johnsundell/sweep.git from cache (0.56s)
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/files.git from cache (0.63s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.64s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.64s)
Fetched https://github.com/johnsundell/plot.git from cache (0.64s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.64s)
[1/1905] Fetching ink
Fetched https://github.com/johnsundell/ink.git from cache (0.29s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (2.82s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.23s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.52s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.48s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.56s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.54s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.52s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.52s)
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/john-mueller/Hyphenation
Working copy of https://github.com/john-mueller/Hyphenation resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/JohnSundell/Publish.git
Working copy of https://github.com/JohnSundell/Publish.git resolved at 0.9.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/177] Emitting module Plot
[14/185] Compiling Hyphenation Token.swift
[15/186] Compiling Hyphenation TokenSequence.swift
[16/186] Compiling Hyphenation hyph-en-us.hyp.swift
[17/186] Compiling SwiftSoup Comment.swift
[18/186] Compiling SwiftSoup Connection.swift
[19/186] Compiling SwiftSoup CssSelector.swift
[20/186] Compiling SwiftSoup DataNode.swift
[21/190] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[22/190] Emitting module CollectionConcurrencyKit
[23/190] Emitting module Ink
[24/191] Compiling SwiftSoup DataUtil.swift
[25/191] Compiling SwiftSoup Document.swift
[26/191] Compiling SwiftSoup HtmlTreeBuilderState.swift
[27/191] Compiling SwiftSoup HttpStatusException.swift
[28/191] Compiling SwiftSoup CharacterExt.swift
[29/191] Compiling SwiftSoup CharacterReader.swift
[30/191] Compiling SwiftSoup Cleaner.swift
[31/191] Compiling SwiftSoup Collector.swift
[32/191] Compiling SwiftSoup CombiningEvaluator.swift
[33/191] Compiling SwiftSoup ArrayExt.swift
[34/191] Compiling SwiftSoup Attribute.swift
[35/191] Compiling SwiftSoup Attributes.swift
[36/191] Compiling SwiftSoup BinarySearch.swift
[37/191] Compiling SwiftSoup BooleanAttribute.swift
[38/191] Compiling Hyphenation hyph-en-us.pat.swift
[40/193] Compiling Ink TextStyle.swift
[41/193] Compiling Ink TextStyleMarker.swift
[42/193] Compiling Ink URL.swift
[43/193] Compiling Ink URLDeclaration.swift
[44/193] Emitting module SwiftSoup
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/200] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[46/200] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[47/200] Compiling SwiftSoup OrderedSet.swift
[48/200] Compiling SwiftSoup ParseError.swift
[49/200] Compiling SwiftSoup DocumentType.swift
[50/200] Compiling SwiftSoup Element.swift
[51/200] Compiling SwiftSoup Mutex.swift
[52/200] Compiling SwiftSoup Node.swift
[53/200] Compiling SwiftSoup NodeTraversor.swift
[54/200] Compiling SwiftSoup NodeVisitor.swift
[55/200] Compiling SwiftSoup Elements.swift
[56/200] Compiling SwiftSoup Entities.swift
[57/200] Compiling SwiftSoup Evaluator.swift
[58/200] Compiling SwiftSoup Exception.swift
[59/201] Compiling SwiftSoup TokeniserState.swift
[60/201] Compiling SwiftSoup TreeBuilder.swift
[61/201] Compiling SwiftSoup UTF8Arrays.swift
[62/201] Compiling SwiftSoup UnfairLock.swift
[63/201] Compiling SwiftSoup UnicodeScalar.swift
[64/201] Compiling SwiftSoup Validate.swift
[65/201] Compiling SwiftSoup Whitelist.swift
[66/201] Compiling SwiftSoup XmlDeclaration.swift
[71/201] Emitting module Sweep
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/166] Compiling Hyphenation hyph-en-us.hyp.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/167] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[4/167] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/shellout/Sources/ShellOut.swift:8:8: error: no such module 'Dispatch'
  6 |
  7 | import Foundation
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 |
 10 | // MARK: - API
[5/167] Emitting module Sweep
[6/167] Compiling Plot HTMLAnchorRelationship.swift
[7/167] Compiling Plot HTMLAnchorTarget.swift
[8/167] Compiling Plot HTMLAttributes.swift
[9/167] Compiling Plot HTMLAudioFormat.swift
BUILD FAILURE 6.1 wasm