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 SwiftyUtils, reference 5.5.2 (2ea7ce), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 18:41:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/tbaranes/SwiftyUtils.git
Reference: 5.5.2
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/tbaranes/SwiftyUtils
 * tag               5.5.2      -> FETCH_HEAD
HEAD is now at 2ea7ce9 Releasing 5.5.2
Cloned https://github.com/tbaranes/SwiftyUtils.git
Revision (git rev-parse @):
2ea7ce9677df367cfc55968f9f13aa77a0c741ac
SUCCESS checkout https://github.com/tbaranes/SwiftyUtils.git at 5.5.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tbaranes/SwiftyUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/55] Compiling SwiftyUtils UIViewExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[4/55] Compiling SwiftyUtils UIViewControllerExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[5/55] Compiling SwiftyUtils UITesting.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[6/55] Compiling SwiftyUtils UnitTesting.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[7/55] Compiling SwiftyUtils SystemUtility.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[8/55] Compiling SwiftyUtils UserDefaultsBacked.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[9/55] Compiling SwiftyUtils AnyOptional.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/62] Emitting module SwiftyUtils
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[11/62] Compiling SwiftyUtils IntExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[12/62] Compiling SwiftyUtils MutableCollectionExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[13/62] Compiling SwiftyUtils SequenceExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[14/62] Compiling SwiftyUtils StringExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[15/62] Compiling SwiftyUtils BindingExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[16/62] Compiling SwiftyUtils UIAlertControllerExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[17/62] Compiling SwiftyUtils UIApplicationExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[18/62] Compiling SwiftyUtils ReusableFormatters.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[19/62] Compiling SwiftyUtils TimerExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[20/62] Compiling SwiftyUtils URLExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[21/62] Compiling SwiftyUtils UserDefaultsExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[22/62] Compiling SwiftyUtils ArrayExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[23/62] Compiling SwiftyUtils DataExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[24/62] Compiling SwiftyUtils DictionaryExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[25/62] Compiling SwiftyUtils DoubleExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[26/62] Compiling SwiftyUtils Injectable.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[27/62] Compiling SwiftyUtils Occupiable.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[28/62] Compiling SwiftyUtils Then.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[29/62] Compiling SwiftyUtils NibLoadable.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[30/62] Compiling SwiftyUtils NibOwnerLoadable.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[31/62] Compiling SwiftyUtils Reusable.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[32/62] Compiling SwiftyUtils UIElementPreview.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[33/62] Compiling SwiftyUtils UIButtonExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[34/62] Compiling SwiftyUtils UICollectionViewExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[35/62] Compiling SwiftyUtils UICollectionViewCellExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[36/62] Compiling SwiftyUtils UIDeviceExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[37/62] Compiling SwiftyUtils UIFontExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[38/62] Compiling SwiftyUtils UIImageExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[39/62] Compiling SwiftyUtils UILabelExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[40/62] Compiling SwiftyUtils UIScreenExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[41/62] Compiling SwiftyUtils UISliderExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[42/62] Compiling SwiftyUtils UIStoryboardExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[43/62] Compiling SwiftyUtils UISwitchExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[44/62] Compiling SwiftyUtils UITableViewExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[45/62] Compiling SwiftyUtils UITextFieldExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[46/62] Compiling SwiftyUtils UITextViewExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[47/62] Compiling SwiftyUtils Constants.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[48/62] Compiling SwiftyUtils NSViewExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[49/62] Compiling SwiftyUtils CGFloatLiteral.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[50/62] Compiling SwiftyUtils CGPointExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[51/62] Compiling SwiftyUtils CGRectExtensions.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[52/62] Compiling SwiftyUtils CGSizeExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[53/62] Compiling SwiftyUtils BundleExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[54/62] Compiling SwiftyUtils ColorExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[55/62] Compiling SwiftyUtils DateExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[56/62] Compiling SwiftyUtils FileManagerExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[57/62] Compiling SwiftyUtils NSAttributedStringExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[58/62] Compiling SwiftyUtils NSLayoutConstraintsExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[59/62] Compiling SwiftyUtils NSMutableAttributedStringExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[60/62] Compiling SwiftyUtils NSObjectExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[61/62] Compiling SwiftyUtils NSRangeExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
[62/62] Compiling SwiftyUtils NotificationCenterExtension.swift
/host/spi-builder-workspace/Sources/Constants.swift:6:8: error: no such module 'Foundation'
 4 | //
 5 |
 6 | import Foundation
   |        `- error: no such module 'Foundation'
 7 |
 8 | #if os(iOS) || os(tvOS) || os(watchOS)
BUILD FAILURE 6.2 wasm