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 master (078432), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 00:10:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 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/mxcl/AppUpdater
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 078432c participate in tea protocol
Cloned https://github.com/mxcl/AppUpdater.git
Revision (git rev-parse @):
078432c8e9e53edff6097ae8e916eee30769c941
SUCCESS checkout https://github.com/mxcl/AppUpdater.git at master
========================================
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-3":/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/Path.swift
Fetching https://github.com/mxcl/Version
Fetching https://github.com/PromiseKit/Foundation
[1/293] Fetching version
[157/1352] Fetching version, path.swift
[1216/1961] Fetching version, path.swift, foundation
Fetched https://github.com/mxcl/Version from cache (0.46s)
Fetched https://github.com/PromiseKit/Foundation from cache (0.49s)
Fetched https://github.com/mxcl/Path.swift from cache (0.49s)
Computing version for https://github.com/PromiseKit/Foundation
Computed https://github.com/PromiseKit/Foundation at 3.4.0 (4.64s)
Fetching https://github.com/mxcl/PromiseKit.git
[1/17186] Fetching promisekit
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.89s)
Computing version for https://github.com/mxcl/Version
Computed https://github.com/mxcl/Version at 1.2.0 (2.74s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (0.71s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.70s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/38] 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> {
[8/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
[9/40] 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`.
[10/41] 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> {
[11/41] 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> {
[12/41] Compiling Path Pathish.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`.
[13/41] Compiling PromiseKit Async.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`.
[14/41] Compiling PromiseKit Box.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`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/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`.
[16/41] 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/41] 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/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
[19/41] 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> {
[20/41] 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> {
[21/41] 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> {
[22/41] 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> {
[23/41] 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/41] 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
[25/41] 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`.
[26/41] 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`.
[27/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`.
[28/41] Compiling Path Extensions.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`.
/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`.
[30/41] 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`.
/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> {
/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> {
/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> {
[34/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> {
[35/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> {
[36/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> {
[37/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> {
[38/41] 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> {
[39/41] 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> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/41] 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
[41/41] 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
BUILD FAILURE 6.2 wasm