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 master (ff6808), with Swift 6.1 for Wasm on 27 May 2025 06:36:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 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/dreymonde/sofarkit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-4606859-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/scottrhoyt/SwiftyTextTable
Fetching https://github.com/dreymonde/Light
Fetching https://github.com/scinfu/SwiftSoup
[1/929] Fetching swiftytexttable
[930/1004] Fetching swiftytexttable, light
[1005/4912] Fetching swiftytexttable, light, swiftsoup
Fetching https://github.com/onevcat/Rainbow
Fetched https://github.com/dreymonde/Light from cache (0.48s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.50s)
[1134/3908] Fetching swiftsoup
[3909/5104] Fetching swiftsoup, rainbow
Fetched https://github.com/scinfu/SwiftSoup from cache (0.94s)
[1029/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.57s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.12s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (1.03s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 1.7.5 (1.00s)
Computing version for https://github.com/dreymonde/Light
Computed https://github.com/dreymonde/Light at 0.3.0 (1.00s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.40s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (3.39s)
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/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/85] Emitting module SwiftSoup
[10/92] Compiling Rainbow Style.swift
[11/93] Compiling Rainbow String+Rainbow.swift
[12/93] Compiling Rainbow StringGenerator.swift
[13/93] Compiling Shallows Storage.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/93] Compiling Shallows SyncStorage.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/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 {
[16/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 {
[17/94] Compiling Rainbow XcodeColorsSupport.swift
[18/94] Compiling SwiftSoup TokeniserState.swift
[19/94] Compiling SwiftSoup TreeBuilder.swift
[20/94] Compiling SwiftSoup UnicodeScalar.swift
[21/94] Compiling SwiftSoup Validate.swift
[22/94] Compiling SwiftSoup Whitelist.swift
[23/94] Compiling SwiftSoup XmlDeclaration.swift
[24/94] Compiling SwiftSoup XmlTreeBuilder.swift
[25/94] Compiling Shallows Filename.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 {
[26/94] Compiling Shallows MemoryStorage.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 {
[27/94] Compiling SwiftSoup HtmlTreeBuilder.swift
[28/94] Compiling SwiftSoup HtmlTreeBuilderState.swift
[29/94] Compiling SwiftSoup HttpStatusException.swift
[30/94] Compiling SwiftSoup Node.swift
[31/94] Compiling SwiftSoup NodeTraversor.swift
[32/94] Compiling SwiftSoup NodeVisitor.swift
[33/94] Compiling SwiftSoup OrderedDictionary.swift
[34/94] Compiling Shallows NSCacheStorage.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 {
[35/94] Compiling Shallows ReadOnlyStorage.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 {
[36/94] Compiling Shallows Shallows.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 {
[37/94] Compiling Shallows ShallowsResult.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/94] Compiling Shallows Async.swift
[41/94] Compiling Shallows Composition.swift
[42/94] Compiling Shallows DiskExtensions.swift
[43/94] Compiling Shallows DiskStorage.swift
[44/94] Emitting module Rainbow
[45/94] Compiling Rainbow Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/94] 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 {
[47/95] Emitting module SwiftyTextTable
[48/95] Compiling SwiftyTextTable TextTable.swift
[49/96] Compiling SwiftSoup OrderedSet.swift
[50/96] Compiling SwiftSoup ParseError.swift
[51/96] Compiling SwiftSoup ParseErrorList.swift
[52/96] Compiling SwiftSoup ParseSettings.swift
[53/96] Compiling SwiftSoup Parser.swift
[54/96] Compiling SwiftSoup Pattern.swift
[55/96] 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 {
/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 {
[67/96] Compiling SwiftSoup Selector.swift
[68/96] Compiling SwiftSoup SerializationException.swift
[69/96] Compiling SwiftSoup SimpleDictionary.swift
[70/96] Compiling SwiftSoup StreamReader.swift
[71/96] Compiling SwiftSoup String.swift
[72/96] Compiling SwiftSoup StringBuilder.swift
[73/96] Compiling SwiftSoup StringUtil.swift
[74/96] Compiling SwiftSoup StructuralEvaluator.swift
[75/96] Compiling SwiftSoup SwiftSoup.swift
[76/96] Compiling SwiftSoup Tag.swift
[77/96] Compiling SwiftSoup TextNode.swift
[78/96] Compiling SwiftSoup Token.swift
[79/96] Compiling SwiftSoup TokenQueue.swift
[80/96] Compiling SwiftSoup Tokeniser.swift
[86/96] Compiling SwiftSoup DataUtil.swift
[87/96] Compiling SwiftSoup Document.swift
[88/96] Compiling SwiftSoup DocumentType.swift
[89/96] Compiling SwiftSoup Element.swift
[90/96] Compiling SwiftSoup Elements.swift
[91/96] Compiling SwiftSoup Entities.swift
[92/96] Compiling SwiftSoup Evaluator.swift
[93/96] Compiling SwiftSoup Exception.swift
[94/96] Compiling SwiftSoup FormElement.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/78] 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 {
[3/79] 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 {
[4/79] Compiling Rainbow Style.swift
[5/80] 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 {
[6/80] 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 {
[7/80] 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 {
[8/80] 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 {
[9/80] Compiling SwiftSoup DataUtil.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/80] 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 {
[11/80] 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 {
[12/80] 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 {
[13/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 {
[14/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 {
[15/80] 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 {
[16/80] 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 {
[17/80] 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 {
[18/80] Compiling Rainbow StringGenerator.swift
[19/80] Compiling Rainbow XcodeColorsSupport.swift
[20/80] Compiling Rainbow Rainbow.swift
[27/80] Emitting module Rainbow
[28/80] Compiling Rainbow String+Rainbow.swift
[29/81] Emitting module SwiftyTextTable
BUILD FAILURE 6.1 wasm