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 Glider, reference 2.0.6 (c93275), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 02:35:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/immobiliare/Glider.git
Reference: 2.0.6
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/immobiliare/Glider
 * tag               2.0.6      -> FETCH_HEAD
HEAD is now at c932753 Updated podspec to 2.0.5
Cloned https://github.com/immobiliare/Glider.git
Revision (git rev-parse @):
c93275370925fbdb30cbe5507c6cdd2d0afe426f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/Glider.git at 2.0.6
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/immobiliare/Glider.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/86] Emitting module Glider
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[4/97] Compiling Glider RemoteTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[5/97] Compiling Glider Network+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[6/97] Compiling Glider RemoteTransportConnection.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[7/97] Compiling Glider RemoteTransportPackets.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[8/97] Compiling Glider SQLiteTransport+Delegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[9/97] Compiling Glider SQLiteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[10/97] Compiling Glider SQLite+Statement.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[11/97] Compiling Glider SQLiteDb+Additions.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[12/97] Compiling Glider SQLiteDb+Support.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[13/97] Compiling Glider SQLiteDb.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[14/97] Compiling Glider BonjourPublisher+Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[15/97] Compiling Glider BonjourPublisher.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[16/97] Compiling Glider NetService+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[17/97] Compiling Glider WebSocketClient.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[18/97] Compiling Glider WebSocketClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[19/97] Compiling Glider WebSocketPeer.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[20/97] Compiling Glider WebSocketServer.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[21/97] Compiling Glider WebSocketServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[22/97] Compiling Glider WebSocketTransportClient.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[23/97] Compiling Glider WebSocketTransportClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[24/97] Compiling Glider WebSocketTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[25/97] Compiling Glider WebSocketTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[26/97] Compiling Glider SizeRotationFileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[27/97] Compiling Glider HTTPTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[28/97] Compiling Glider HTTPTransportRequest.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[29/97] Compiling Glider AsyncOperation.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[30/97] Compiling Glider AsyncURLRequestsOperation.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[31/97] Compiling Glider URLSession+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[32/97] Compiling Glider LogstashTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[33/97] Compiling Glider RemoteTransport+Config.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[34/97] Compiling Glider RemoteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[35/97] Compiling Glider RemoteTransportDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[36/97] Compiling Glider RemoteTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[37/97] Compiling Glider RemoteTransportServerClient.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[38/97] Compiling Glider Writer.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[39/97] Compiling Glider OSLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[40/97] Compiling Glider SysLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[41/97] Compiling Glider SysLogPayload.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[42/97] Compiling Glider ASCIITable+Borders.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[43/97] Compiling Glider ASCIITable+Rendering.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[44/97] Compiling Glider ASCIITable.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[45/97] Compiling Glider TableFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[46/97] Compiling Glider TerminalFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[47/97] Compiling Glider TerminalFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[48/97] Compiling Glider XCodeFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[49/97] Compiling Glider XCodeFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[50/97] Compiling Glider Log.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[51/97] Compiling Glider Transport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[52/97] Compiling Glider TransportFilter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[53/97] Compiling Glider TransportManager.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[54/97] Compiling Glider AsyncTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[55/97] Compiling Glider BufferedTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[56/97] Compiling Glider ThrottledTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[57/97] Compiling Glider ConsoleTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[58/97] Compiling Glider OSLogTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[59/97] Compiling Glider FileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[60/97] Compiling Glider POSIXStreamTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[61/97] Compiling Glider StdStreamsTransport.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[62/97] Compiling Glider LogInterpolation.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[63/97] Compiling Glider Message.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[64/97] Compiling Glider Metadata.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[65/97] Compiling Glider ProcessIdentification.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[66/97] Compiling Glider Scope.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[67/97] Compiling Glider UIImage+Serialization.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[68/97] Compiling Glider SerializableObject.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[69/97] Compiling Glider SerializationStrategies.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[70/97] Compiling Glider StatusMonitor.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[71/97] Compiling Glider User.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[72/97] Compiling Glider Channel.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[73/97] Compiling Glider Context.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[74/97] Compiling Glider GliderSDK.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[75/97] Compiling Glider Event.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[76/97] Compiling Glider Bundle+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[77/97] Compiling Glider Data+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[78/97] Compiling Glider Date+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[79/97] Compiling Glider Dictionary+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[80/97] Compiling Glider Optional+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[81/97] Compiling Glider String+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[82/97] Compiling Glider UIDevice+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[83/97] Compiling Glider Level.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[84/97] Compiling Glider LogInterpolation+Formatters.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[85/97] Compiling Glider LogInterpolation+Styles.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[86/97] Compiling Glider Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[87/97] Compiling Glider EventMessageFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[88/97] Compiling Glider FieldsFormatter+Field.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[89/97] Compiling Glider FieldsFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[90/97] Compiling Glider JSONFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[91/97] Compiling Glider MsgPackFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[92/97] Compiling Glider DataStream.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[93/97] Compiling Glider FlatValue.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[94/97] Compiling Glider Reader+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[95/97] Compiling Glider Reader.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[96/97] Compiling Glider Types.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
[97/97] Compiling Glider Writer+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Configuration.swift:16:8: error: no such module 'Foundation'
 14 | //
 15 |
 16 | import Foundation
    |        `- error: no such module 'Foundation'
 17 |
 18 | extension Log {
BUILD FAILURE 6.2 wasm