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 Pods, reference main (969e5c), with Swift 6.1 for Wasm on 28 May 2025 10:11:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/swiftyfinch/Pods.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/swiftyfinch/Pods
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 969e5c6 Update README.md
Cloned https://github.com/swiftyfinch/Pods.git
Revision (git rev-parse @):
969e5c6ac899e9668604344c5ddcc2d1a44eeef3
SUCCESS checkout https://github.com/swiftyfinch/Pods.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftyfinch/Pods.git
https://github.com/swiftyfinch/Pods.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    }
  ],
  "manifest_display_name" : "Pods",
  "name" : "Pods",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "pods",
      "targets" : [
        "Pods"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Pods",
      "module_type" : "SwiftTarget",
      "name" : "Pods",
      "path" : "Sources/Pods",
      "product_dependencies" : [
        "ArgumentParser",
        "Rainbow",
        "SwiftShell"
      ],
      "product_memberships" : [
        "pods"
      ],
      "sources" : [
        "Extensions/Double+FormatTime.swift",
        "Output/LogPrinter/Extensions/Printer+Spinner.swift",
        "Output/LogPrinter/Formatter/Formatter.swift",
        "Output/LogPrinter/Formatter/PodsFormatter.swift",
        "Output/LogPrinter/Printers/DefaultPrinter.swift",
        "Output/LogPrinter/Printers/OneLinePrinter.swift",
        "Output/LogPrinter/Printers/PodsPrinter.swift",
        "Output/LogPrinter/Printers/Printer.swift",
        "Output/Progress/Progress.swift",
        "Utils/FileManager+Contains.swift",
        "Utils/ParsableCommand.swift",
        "Utils/ProcessMonitor.swift",
        "Utils/ShellRunner.swift",
        "Utils/Sounds.swift",
        "Utils/WrapError.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[925/6059] Fetching swiftshell, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.33s)
Fetched https://github.com/kareman/SwiftShell from cache (0.39s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.00s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.91s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.86s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/36] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/36] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[10/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/38] Wrapping AST for ArgumentParserToolInfo for debugging
[13/65] Compiling Rainbow String+Rainbow.swift
[14/65] Compiling Rainbow StringGenerator.swift
[15/77] Compiling ArgumentParser NameSpecification.swift
[16/77] Compiling ArgumentParser Option.swift
[17/77] Compiling Rainbow Style.swift
[18/77] Compiling ArgumentParser Errors.swift
[19/77] Compiling ArgumentParser Flag.swift
[20/77] Compiling ArgumentParser ArgumentVisibility.swift
[21/77] Compiling ArgumentParser CompletionKind.swift
[22/77] Emitting module Rainbow
[23/77] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[24/77] Compiling Rainbow OutputTarget.swift
[25/77] Compiling Rainbow Rainbow.swift
[26/78] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[27/78] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[28/78] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[29/78] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[32/78] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[33/78] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[4/32] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[5/32] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[6/32] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[7/32] Compiling Rainbow StringGenerator.swift
[8/32] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[9/32] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[10/33] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[11/33] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[12/33] Compiling Rainbow OutputTarget.swift
[13/33] Compiling Rainbow Style.swift
[14/33] Compiling Rainbow Rainbow.swift
[15/33] Compiling Rainbow String+Rainbow.swift
[16/33] Compiling SwiftShell Bash.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[17/33] Compiling SwiftShell Command.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
  6 |  */
  7 |
  8 | import Dispatch
    |        `- error: no such module 'Dispatch'
  9 | import Foundation
 10 |
[18/33] Compiling Rainbow ControlCode.swift
[19/33] Compiling Rainbow ModesExtractor.swift
[22/33] Emitting module Rainbow
[23/33] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm