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 AppUpdater, reference 1.1.1 (1b6016), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 00:11:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/AppUpdater.git
Reference: 1.1.1
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/mxcl/AppUpdater
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 1b60169 Merge pull request #12 from mxcl/deps/bump
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
1b60169700489f16cfbe2feb6b1e32ca5c9464b8
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at 1.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mxcl/AppUpdater.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/mxcl/Version
Fetching https://github.com/mxcl/Path.swift
Fetching https://github.com/PromiseKit/Foundation
[1/609] Fetching foundation
[598/1668] Fetching foundation, path.swift
[812/1961] Fetching foundation, path.swift, version
Fetched https://github.com/mxcl/Version from cache (0.78s)
Fetched https://github.com/PromiseKit/Foundation from cache (0.78s)
Fetched https://github.com/mxcl/Path.swift from cache (0.78s)
Computing version for https://github.com/PromiseKit/Foundation
Computed https://github.com/PromiseKit/Foundation at 3.4.0 (5.57s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.36s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 1.2.0 (1.80s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (0.45s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.47s)
Creating working copy for https://github.com/PromiseKit/Foundation
Working copy of https://github.com/PromiseKit/Foundation resolved at 3.4.0
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.4.1
Creating working copy for https://github.com/mxcl/Version
Working copy of https://github.com/mxcl/Version resolved at 1.2.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/38] Compiling PromiseKit Thenable.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[8/38] Compiling PromiseKit after.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/40] Emitting module PromiseKit
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[10/40] Compiling PromiseKit race.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[11/40] Compiling PromiseKit when.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[12/40] Compiling Version Version.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
[13/40] Compiling PromiseKit Promise.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[14/40] Compiling PromiseKit Resolver.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[15/40] Compiling Version Version+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
[16/40] Compiling PromiseKit firstly.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[17/40] Compiling PromiseKit hang.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[18/40] Compiling Path Path+StringConvertibles.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
[19/40] Compiling Path Path.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
[20/40] Compiling Path Path+ls.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
[21/40] Compiling Version Version+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/40] Emitting module Version
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
[23/40] Compiling Version Version+Comparable.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
[24/40] Compiling Path Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[25/40] Compiling PromiseKit Error.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[26/41] Compiling Version Version+Range.swift
/host/spi-builder-workspace/.build/checkouts/Version/Sources/Version+Foundation.swift:1:15: error: no such module 'Foundation'
 1 | import struct Foundation.OperatingSystemVersion
   |               `- error: no such module 'Foundation'
 2 | import class Foundation.ProcessInfo
 3 | import class Foundation.Bundle
[27/41] Compiling PromiseKit Guarantee.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[28/41] Compiling PromiseKit LogEvent.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[29/41] Compiling PromiseKit Combine.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[30/41] Compiling PromiseKit Configuration.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[31/41] Compiling PromiseKit Async.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[32/41] Compiling PromiseKit Box.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
[33/41] Compiling Path Extensions.swift
/host/spi-builder-workspace/.build/checkouts/PromiseKit/Sources/Box.swift:1:8: error: no such module 'Dispatch'
  1 | import Dispatch
    |        `- error: no such module 'Dispatch'
  2 |
  3 | enum Sealant<R> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/41] Emitting module Path
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
[39/41] Compiling Path PathToBool.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
[40/41] Compiling Path Path+FileManager.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Extensions.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// Extensions on Foundation’s `Bundle` so you get `Path` rather than `String` or `URL`.
BUILD FAILURE 6.2 wasm