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 SwiftOutdated, reference main (6dbb22), with Swift 6.1 for Wasm on 29 May 2025 00:05:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/kiliankoe/swift-outdated.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/kiliankoe/swift-outdated
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6dbb22f bump version to 0.9.0
Cloned https://github.com/kiliankoe/swift-outdated.git
Revision (git rev-parse @):
6dbb22f79874b75b5c95daa0a21d66082f6aeefc
SUCCESS checkout https://github.com/kiliankoe/swift-outdated.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/swift-outdated.git
https://github.com/kiliankoe/swift-outdated.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/ShellOut.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/Files.git"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    }
  ],
  "manifest_display_name" : "SwiftOutdated",
  "name" : "SwiftOutdated",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "swift-outdated",
      "targets" : [
        "SwiftOutdated"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Outdated",
      "targets" : [
        "Outdated"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOutdated",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOutdated",
      "path" : "Sources/SwiftOutdated",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "swift-outdated"
      ],
      "sources" : [
        "SwiftOutdated.swift"
      ],
      "target_dependencies" : [
        "Outdated"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Outdated",
      "module_type" : "SwiftTarget",
      "name" : "Outdated",
      "path" : "Sources/Outdated",
      "product_dependencies" : [
        "Logging",
        "Files",
        "Rainbow",
        "ShellOut",
        "SwiftyTextTable",
        "Version"
      ],
      "product_memberships" : [
        "swift-outdated",
        "Outdated"
      ],
      "sources" : [
        "ConcurrentDictionary.swift",
        "OutdatedPackage.swift",
        "PackageCollection.swift",
        "Pin.swift",
        "Resolved.swift",
        "SwiftPackage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/johnsundell/Files.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/onevcat/Rainbow.git
[1/288] Fetching version
[289/1484] Fetching version, rainbow
[828/2444] Fetching version, rainbow, shellout
[2445/3680] Fetching version, rainbow, shellout, files
[2792/7516] Fetching version, rainbow, shellout, files, swift-log
[3340/7228] Fetching rainbow, shellout, files, swift-log
Fetched https://github.com/mxcl/Version.git from cache (0.31s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetched https://github.com/johnsundell/ShellOut.git from cache (0.37s)
[4849/6268] Fetching rainbow, files, swift-log
Fetched https://github.com/johnsundell/Files.git from cache (0.38s)
[4841/5032] Fetching rainbow, swift-log
[3683/3836] Fetching swift-log
Fetched https://github.com/onevcat/Rainbow.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
[1/929] Fetching swiftytexttable
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.27s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (3.81s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (2.24s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (0.64s)
Computing version for https://github.com/johnsundell/Files.git
Computed https://github.com/johnsundell/Files.git at 4.2.0 (0.72s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.72s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.2.0 (0.72s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.70s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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/johnsundell/ShellOut.git
Working copy of https://github.com/johnsundell/ShellOut.git resolved at 2.3.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/54] Compiling Rainbow Style.swift
[14/54] Emitting module ArgumentParserToolInfo
[15/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/54] Compiling Rainbow String+Rainbow.swift
[17/54] Compiling Rainbow StringGenerator.swift
[18/56] Compiling Version Version+Range.swift
[19/56] Compiling Version Version.swift
[21/56] Compiling Rainbow XcodeColorsSupport.swift
[21/56] Wrapping AST for ArgumentParserToolInfo for debugging
[23/94] Compiling Logging MetadataProvider.swift
[24/94] Compiling Logging LogHandler.swift
[25/94] Compiling Logging Logging.swift
[26/94] Compiling Logging Locks.swift
[27/94] Emitting module Logging
[28/95] Emitting module SwiftyTextTable
[29/95] Compiling SwiftyTextTable TextTable.swift
[30/96] Compiling Version Version+Comparable.swift
[31/96] Compiling Version Version+Codable.swift
[32/96] Compiling Version Version+Foundation.swift
[33/96] Emitting module Version
[34/97] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/97] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/97] Compiling ArgumentParser Argument.swift
[37/97] Compiling ArgumentParser ArgumentHelp.swift
[38/97] Emitting module Rainbow
[39/97] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/97] Compiling ArgumentParser CompletionsGenerator.swift
[41/97] Compiling Rainbow Rainbow.swift
[45/98] Compiling ArgumentParser OptionGroup.swift
[46/98] Compiling ArgumentParser AsyncParsableCommand.swift
[47/98] Compiling ArgumentParser CommandConfiguration.swift
[48/98] Compiling ArgumentParser CommandGroup.swift
[49/98] Compiling ArgumentParser EnumerableFlag.swift
[50/103] Wrapping AST for SwiftyTextTable for debugging
[51/103] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[53/103] 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
[54/103] 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
[55/103] Emitting module Files
[56/103] Compiling Files Files.swift
[56/104] Wrapping AST for Rainbow for debugging
[56/104] Wrapping AST for Version for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/14] Write swift-version-24593BA9C3E375BF.txt
[3/44] Compiling Rainbow Rainbow.swift
[4/45] Compiling Logging Locks.swift
[5/45] Compiling Rainbow Style.swift
[6/45] Compiling Logging MetadataProvider.swift
[7/45] Compiling Rainbow String+Rainbow.swift
[8/45] Compiling Rainbow StringGenerator.swift
[9/45] Compiling Version Version+Range.swift
[10/45] Compiling Version Version+Foundation.swift
[11/45] Compiling Version Version.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/45] 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
[13/45] 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
[14/45] Compiling Version Version+Codable.swift
[15/45] Emitting module Version
[16/45] Compiling Version Version+Comparable.swift
[17/46] Compiling Rainbow Color.swift
[18/46] Compiling Rainbow ControlCode.swift
[19/46] Compiling Logging LogHandler.swift
[20/46] Emitting module Logging
[21/46] Emitting module ArgumentParserToolInfo
[22/46] Emitting module Files
[23/46] Emitting module SwiftyTextTable
BUILD FAILURE 6.1 wasm