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 Guppy, reference main (8db2dd), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 08:22:03 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/johnsonandjohnson/Guppy-iOS.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/johnsonandjohnson/Guppy-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8db2dd3 Prepare for v0.10 release
Cloned https://github.com/johnsonandjohnson/Guppy-iOS.git
Revision (git rev-parse @):
8db2dd3c2a704156c2e384d2b0d12078bfbc0ac0
SUCCESS checkout https://github.com/johnsonandjohnson/Guppy-iOS.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnsonandjohnson/Guppy-iOS.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
Building for debugging...
[0/7] Copying SessionLogItemTableViewCell.xib
[0/7] Copying LogDetailTableViewCell.xib
[0/7] Copying CollapsibleHeaderView.xib
[0/7] Copying LogTableViewController.storyboard
[4/7] Write sources
[5/7] Copying Images.xcassets
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/34] Emitting module Guppy
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[9/37] Compiling Guppy NibLoadableView.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[10/37] Compiling Guppy ReuseableViews.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[11/37] Compiling Guppy resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[12/37] Compiling Guppy UITableViewExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[13/37] Compiling Guppy UIViewControllerExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[14/37] Compiling Guppy UIWindowExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[15/37] Compiling Guppy Guppy.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[16/37] Compiling Guppy Row.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[17/37] Compiling Guppy Session.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[18/37] Compiling Guppy DateFormat.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[19/37] Compiling Guppy Colors.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[20/37] Compiling Guppy LogItem.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[21/37] Compiling Guppy NetworkData.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[22/37] Compiling Guppy SessionLogItemTableViewCell.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[23/37] Compiling Guppy StatusCodes.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[24/37] Compiling Guppy AirDropTextDataSource.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[25/37] Compiling Guppy CollapsibleSection.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[26/37] Compiling Guppy BundleExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[27/37] Compiling Guppy FileManagerExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[28/37] Compiling Guppy StringExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[29/37] Compiling Guppy UIApplicationExtensions.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[30/37] Compiling Guppy GuppyURLProtocol.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[31/37] Compiling Guppy FullDetailViewController.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[32/37] Compiling Guppy LogDetailTableViewController.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[33/37] Compiling Guppy LogTableViewBuilder.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[34/37] Compiling Guppy LogTableViewController.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[35/37] Compiling Guppy NavigationController.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[36/37] Compiling Guppy CollapsibleHeaderView.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
[37/37] Compiling Guppy LogDetailTableViewCell.swift
/host/spi-builder-workspace/Sources/Extensions/BundleExtensions.swift:19:8: error: no such module 'Foundation'
17 | //
18 |
19 | import Foundation
   |        `- error: no such module 'Foundation'
20 |
21 | private class BundleFinder {}
BUILD FAILURE 6.2 wasm