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 SwiftBoost, reference v4 (890ed0), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 04:20:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/sparrowcode/SwiftBoost.git
Reference: v4
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/sparrowcode/SwiftBoost
 * branch            v4         -> FETCH_HEAD
 * [new branch]      v4         -> origin/v4
HEAD is now at 890ed07 Updated network worker.
Cloned https://github.com/sparrowcode/SwiftBoost.git
Revision (git rev-parse @):
890ed0782b18baf1e2bafdfbbb8369faa105e5d2
SUCCESS checkout https://github.com/sparrowcode/SwiftBoost.git at v4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sparrowcode/SwiftBoost.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/52] Compiling SwiftBoost UIScreenExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[4/52] Compiling SwiftBoost UIScrollViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[5/52] Compiling SwiftBoost UISegmentedControlExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[6/52] Compiling SwiftBoost UISliderExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[7/52] Compiling SwiftBoost UITabBarControllerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[8/52] Compiling SwiftBoost UITabBarExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[9/52] Compiling SwiftBoost UITableViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[10/58] Compiling SwiftBoost UITextFieldExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[11/58] Compiling SwiftBoost UITextViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[12/58] Compiling SwiftBoost UIToolbarExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[13/58] Compiling SwiftBoost UIViewControllerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[14/58] Compiling SwiftBoost UIViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[15/58] Compiling SwiftBoost UIVisualEffectViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[16/58] Compiling SwiftBoost UIFontExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[17/58] Compiling SwiftBoost UIGestureRecognizerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[18/58] Compiling SwiftBoost UIImageExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[19/58] Compiling SwiftBoost UIImageViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[20/58] Compiling SwiftBoost UILabelExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[21/58] Compiling SwiftBoost UINavigationBarExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[22/58] Compiling SwiftBoost UINavigationControllerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[23/58] Compiling SwiftBoost URLSessionExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[24/58] Compiling SwiftBoost UserDefaultsExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[25/58] Compiling SwiftBoost Logger.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[26/58] Compiling SwiftBoost ClosuresExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[27/58] Compiling SwiftBoost NSDirectionalEdgeInsetsExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[28/58] Compiling SwiftBoost UIAlertControllerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[29/58] Compiling SwiftBoost UIApplicationExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[30/58] Compiling SwiftBoost UIBezierPathExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[31/58] Compiling SwiftBoost UIButtonExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[32/58] Compiling SwiftBoost UICollectionViewExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[33/58] Compiling SwiftBoost UIColorExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[34/58] Compiling SwiftBoost UIDeviceExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[35/58] Compiling SwiftBoost UIEdgeInsetsExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[36/58] Compiling SwiftBoost UIFeedbackGeneratorExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[37/58] Compiling SwiftBoost LocaleExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[38/58] Compiling SwiftBoost MirrorExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[39/58] Compiling SwiftBoost MutableCollectionExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[40/58] Compiling SwiftBoost NSObjectExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[41/58] Compiling SwiftBoost NotificationCenterExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[42/58] Compiling SwiftBoost StringExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[43/58] Compiling SwiftBoost URLExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[44/58] Compiling SwiftBoost ArrayExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[45/58] Compiling SwiftBoost BoolExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[46/58] Compiling SwiftBoost CalendarExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[47/58] Compiling SwiftBoost CollectionExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[48/58] Compiling SwiftBoost DateExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[49/58] Compiling SwiftBoost FileManagerDestination.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[50/58] Compiling SwiftBoost FileManagerExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/58] Emitting module SwiftBoost
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[52/58] Compiling SwiftBoost CGAffineTransformExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[53/58] Compiling SwiftBoost CGFloatExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[54/58] Compiling SwiftBoost CGPointExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[55/58] Compiling SwiftBoost CGRectExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[56/58] Compiling SwiftBoost CGSizeExtension.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[57/58] Compiling SwiftBoost Delay.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
[58/58] Compiling SwiftBoost Do.swift
/host/spi-builder-workspace/Sources/SwiftBoost/Foundation/Delay.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
  |        `- error: no such module 'Foundation'
2 |
3 | public func delay(_ delay: TimeInterval, closure: @escaping ClosureVoid) {
BUILD FAILURE 6.2 wasm