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 SofarKit, reference 0.1.0 (ff6808), with Swift 6.1 for Wasm on 27 May 2025 06:37:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/dreymonde/sofarkit.git
Reference: 0.1.0
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/dreymonde/sofarkit
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ff68082 Drop 'Sofar' from type names
Cloned https://github.com/dreymonde/sofarkit.git
Revision (git rev-parse @):
ff6808234f96e4c29a1f586db16b759aff849180
SUCCESS checkout https://github.com/dreymonde/sofarkit.git at 0.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dreymonde/sofarkit.git
https://github.com/dreymonde/sofarkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    },
    {
      "identity" : "light",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/Light"
    }
  ],
  "manifest_display_name" : "SofarKit",
  "name" : "SofarKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SofarKit",
      "targets" : [
        "SofarKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SofarManager",
      "targets" : [
        "SofarManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SofarManager",
      "module_type" : "SwiftTarget",
      "name" : "SofarManager",
      "path" : "Sources/SofarManager",
      "product_dependencies" : [
        "Light"
      ],
      "product_memberships" : [
        "SofarManager"
      ],
      "sources" : [
        "SofarManager.swift"
      ],
      "target_dependencies" : [
        "SofarKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SofarKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SofarKitTests",
      "path" : "Tests/SofarKitTests",
      "product_dependencies" : [
        "Light"
      ],
      "sources" : [
        "SofarKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SofarKit",
        "SofarManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SofarKit",
      "module_type" : "SwiftTarget",
      "name" : "SofarKit",
      "path" : "Sources/SofarKit",
      "product_dependencies" : [
        "SwiftSoup",
        "Rainbow",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "SofarKit",
        "SofarManager"
      ],
      "sources" : [
        "Event.swift",
        "EventParser.swift",
        "Highlight.swift",
        "HighlightParser.swift",
        "SofarKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/scinfu/SwiftSoup
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/dreymonde/Light
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[229/1271] Fetching rainbow, light
[1272/2200] Fetching rainbow, light, swiftytexttable
[2201/6108] Fetching rainbow, light, swiftytexttable, swiftsoup
Fetched https://github.com/onevcat/Rainbow from cache (0.43s)
Fetched https://github.com/dreymonde/Light from cache (0.43s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.43s)
Fetched https://github.com/scinfu/SwiftSoup from cache (0.43s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.91s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (0.58s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 1.7.5 (0.57s)
Computing version for https://github.com/dreymonde/Light
Computed https://github.com/dreymonde/Light at 0.3.0 (0.53s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.22s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (2.38s)
Creating working copy for https://github.com/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
Creating working copy for https://github.com/dreymonde/Light
Working copy of https://github.com/dreymonde/Light resolved at 0.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 1.7.5
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/85] Emitting module Rainbow
[10/86] Emitting module SwiftSoup
[11/93] Compiling Shallows WriteOnlyStorage.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[12/93] Compiling SwiftSoup TextNode.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[13/93] Compiling SwiftSoup Token.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[14/94] Compiling Shallows Zip.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[15/94] Compiling Rainbow Style.swift
[16/94] Compiling Rainbow StringGenerator.swift
[17/94] Compiling Rainbow String+Rainbow.swift
[18/94] Compiling SwiftSoup Collector.swift
[19/94] Compiling SwiftSoup CombiningEvaluator.swift
[20/94] Compiling Rainbow XcodeColorsSupport.swift
[21/94] Compiling SwiftSoup Comment.swift
[22/94] Compiling SwiftSoup Connection.swift
[23/94] Compiling SwiftSoup SwiftSoup.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[24/94] Compiling SwiftSoup Tag.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[25/94] Compiling SwiftSoup OrderedSet.swift
[26/94] Compiling SwiftSoup ParseError.swift
[27/94] Compiling SwiftSoup ParseErrorList.swift
[28/94] Compiling SwiftSoup ParseSettings.swift
[29/94] Compiling SwiftSoup Parser.swift
[30/94] Compiling SwiftSoup Pattern.swift
[31/94] Compiling SwiftSoup QueryParser.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[34/94] Compiling SwiftSoup DataNode.swift
[35/94] Compiling SwiftSoup DataUtil.swift
[36/94] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[39/95] Compiling SwiftSoup Document.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[40/95] Compiling SwiftSoup StructuralEvaluator.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[41/95] Compiling SwiftSoup Selector.swift
[42/95] Compiling SwiftSoup SerializationException.swift
[43/95] Compiling SwiftSoup SimpleDictionary.swift
[44/95] Compiling SwiftSoup StreamReader.swift
[45/95] Compiling SwiftSoup String.swift
[46/95] Compiling SwiftSoup StringBuilder.swift
[47/95] Compiling SwiftSoup StringUtil.swift
[53/95] Compiling SwiftSoup TokenQueue.swift
[54/95] Compiling SwiftSoup Tokeniser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/95] Emitting module Shallows
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[58/95] Emitting module SwiftyTextTable
[59/95] Compiling SwiftyTextTable TextTable.swift
[60/96] Compiling SwiftSoup TokeniserState.swift
[61/96] Compiling SwiftSoup TreeBuilder.swift
[62/96] Compiling SwiftSoup UnicodeScalar.swift
[63/96] Compiling SwiftSoup Validate.swift
[64/96] Compiling SwiftSoup Whitelist.swift
[65/96] Compiling SwiftSoup XmlDeclaration.swift
[66/96] Compiling SwiftSoup XmlTreeBuilder.swift
[68/96] Compiling SwiftSoup DocumentType.swift
[69/96] Compiling SwiftSoup Element.swift
[70/96] Compiling SwiftSoup Elements.swift
[71/96] Compiling SwiftSoup Entities.swift
[72/96] Compiling SwiftSoup Evaluator.swift
[73/96] Compiling SwiftSoup Exception.swift
[74/96] Compiling SwiftSoup FormElement.swift
[75/96] Compiling SwiftSoup ArrayExt.swift
[76/96] Compiling SwiftSoup Attribute.swift
[77/96] Compiling SwiftSoup Attributes.swift
[78/96] Compiling SwiftSoup BooleanAttribute.swift
[79/96] Compiling SwiftSoup CharacterExt.swift
[80/96] Compiling SwiftSoup CharacterReader.swift
[81/96] Compiling SwiftSoup Cleaner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/78] Emitting module SwiftyTextTable
[3/78] Compiling Shallows WriteOnlyStorage.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[4/79] Compiling SwiftSoup Attributes.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[5/79] Compiling SwiftSoup BooleanAttribute.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[6/79] Compiling SwiftSoup CharacterExt.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[7/79] Compiling SwiftSoup CharacterReader.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[8/79] Compiling SwiftSoup CombiningEvaluator.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[9/79] Compiling SwiftSoup Comment.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[10/79] Compiling SwiftSoup Cleaner.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[11/79] Compiling SwiftSoup Collector.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[12/79] Compiling SwiftSoup Connection.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[13/79] Compiling SwiftSoup DataNode.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[14/79] Compiling Rainbow Style.swift
[15/80] Compiling Rainbow StringGenerator.swift
[16/80] Compiling Rainbow Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/80] Emitting module Shallows
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[18/80] Compiling SwiftSoup ArrayExt.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[19/80] Compiling SwiftSoup Attribute.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[20/80] Compiling Shallows Zip.swift
/host/spi-builder-workspace/.build/checkouts/Shallows/Sources/Shallows/MemoryStorage.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 |
 3 | public final class MemoryStorage<Key : Hashable, Value> : StorageProtocol {
[21/80] Compiling Rainbow String+Rainbow.swift
BUILD FAILURE 6.1 wasm