The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EventTracker, reference master (7b9172), with Swift 6.2 for Wasm on 22 Jun 2025 02:36:01 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/hectr/swift-event-tracker.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/hectr/swift-event-tracker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7b9172e Deploy documentation to GitHub pages on master branch pushes
Cloned https://github.com/hectr/swift-event-tracker.git
Revision (git rev-parse @):
7b9172e01bc979c58261b21ebf62c03283cf0002
SUCCESS checkout https://github.com/hectr/swift-event-tracker.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hectr/swift-event-tracker.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/SwiftyLab/SwiftAnalyticsKit.git
Fetching https://github.com/swiftlang/swift-docc-plugin.git
[1/2918] Fetching swiftanalyticskit
[585/5000] Fetching swiftanalyticskit, swift-docc-plugin
Fetched https://github.com/SwiftyLab/SwiftAnalyticsKit.git from cache (0.77s)
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.87s)
Fetching https://github.com/dankinsoid/swift-analytics.git
[1/249] Fetching swift-analytics
Fetched https://github.com/dankinsoid/swift-analytics.git from cache (0.35s)
Computing version for https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Computed https://github.com/SwiftyLab/SwiftAnalyticsKit.git at 1.0.0 (5.09s)
Computing version for https://github.com/dankinsoid/swift-analytics.git
Computed https://github.com/dankinsoid/swift-analytics.git at 1.10.1 (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.4 (0.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.60s)
Creating working copy for https://github.com/dankinsoid/swift-analytics.git
Working copy of https://github.com/dankinsoid/swift-analytics.git resolved at 1.10.1
Creating working copy for https://github.com/SwiftyLab/SwiftAnalyticsKit.git
Working copy of https://github.com/SwiftyLab/SwiftAnalyticsKit.git resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/121] Compiling Tracker Tag+amplitude.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[11/121] Compiling Tracker Tag+appCenterAnalytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[12/121] Compiling Tracker Tag+appsFlyer.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[13/121] Compiling Tracker Tag+braze.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[14/121] Compiling Tracker Tag+bugsee.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[15/121] Compiling Tracker Tag+countly.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[16/121] Compiling Tracker Tag+crashlytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[17/121] Compiling Tracker Tag+facebook.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[18/121] Compiling Tracker Tag+firebaseAnalytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[19/121] Compiling Tracker Tag+heap.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[20/121] Compiling Tracker Tag+instabug.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[21/132] Compiling Tracker Tag+kochava.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[22/132] Compiling Tracker Tag+localytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[23/132] Compiling Tracker Tag+mixpanel.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[24/132] Compiling Tracker Tag+postHog.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[25/132] Compiling Tracker Tag+segment.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[26/132] Compiling Tracker Tag+swiftAnalytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[27/132] Compiling Tracker Tag+swiftAnalyticsKit.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[28/132] Compiling Tracker Tag+swiftLogger.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[29/132] Compiling Tracker Tag+swiftMetrics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[30/132] Compiling Tracker Tag+taplytics.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[31/132] Compiling Tracker Tag+uxCam.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[32/132] Compiling Tracker Event.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[33/132] Compiling Tracker Screen+operators.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/132] Emitting module Analytics
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[35/134] Compiling Tracker EventTracker.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[36/134] Compiling Tracker Event+operators.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[37/134] Compiling Tracker Service.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[38/134] Compiling Tracker PrintServiceProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[39/134] Compiling Tracker Array+removing.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[40/134] Compiling Tracker AbstractProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[41/134] Compiling Tracker Service+AbstractProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[42/134] Compiling Tracker PostHogScreen.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[43/134] Compiling Tracker SegmentScreen.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[44/134] Compiling Tracker Array+appending.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[45/134] Compiling Tracker Service+NamedEvent.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[46/134] Compiling Tracker Service+contains.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[47/134] Compiling SwiftAnalytics ParametersValueEncoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
[48/134] Compiling SwiftAnalytics ParametersValueDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
[51/134] Compiling Tracker MixpanelServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[52/134] Compiling Tracker PostHogServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[53/134] Compiling Tracker SegmentServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[54/134] Compiling Tracker SwiftAnalyticsKitServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[55/134] Compiling Tracker SwiftAnalyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[56/134] Compiling Tracker SwiftLoggerServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[57/134] Compiling Tracker SwiftMetricsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[58/134] Compiling Tracker TaplyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[59/134] Compiling Tracker UXCamServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[60/134] Compiling Tracker Tag.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[61/134] Compiling Tracker Tag+adjust.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/135] Emitting module SwiftAnalytics
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
[65/135] Compiling Tracker MixpanelServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[66/135] Compiling Tracker PostHogServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[67/135] Compiling Tracker SegmentServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[68/135] Compiling Tracker SwiftAnalyticsKitServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[69/135] Compiling Tracker SwiftAnalyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[70/135] Compiling Tracker SwiftLoggerServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[71/135] Compiling Tracker SwiftMetricsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[72/135] Compiling Tracker TaplyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[73/135] Compiling Tracker UXCamServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[74/135] Compiling Tracker AdjustServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[75/135] Compiling Tracker AmplitudeServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[76/135] Compiling Tracker AppCenterAnalyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[77/135] Compiling Tracker AppsFlyerServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[78/135] Compiling Tracker BrazeServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[79/135] Compiling Tracker BugseeServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[80/135] Compiling Tracker CountlyServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[81/135] Compiling Tracker CrashlyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[82/135] Compiling Tracker FacebookServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[83/135] Compiling Tracker FirebaseAnalyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[84/135] Compiling Tracker HeapServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[85/135] Compiling Tracker InstabugServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[86/135] Compiling Tracker KochavaServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[87/135] Compiling Tracker LocalyticsServiceAdapter.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/135] Emitting module Tracker
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
[91/135] Compiling Tracker AdjustServiceProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
[92/135] Compiling Tracker AmplitudeServiceProvider.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[97/135] Compiling Analytics MultiplexAnalyticsHandler.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[98/135] Compiling Analytics MultiplexAnyAnalyticsHandler.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[99/135] Compiling Tracker NamedEvent.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[100/135] Compiling Tracker NamedScreen.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[101/135] Compiling Tracker ParameterizedEvent.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[102/135] Compiling Tracker TaggedEvent.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[103/135] Compiling Tracker TaggedScreen.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[104/135] Compiling Tracker CountlyScreen.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[117/135] Compiling Tracker AppCenterAnalyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[118/135] Compiling Tracker AppsFlyerServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[119/135] Compiling Tracker BrazeServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[120/135] Compiling Tracker BugseeServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[121/135] Compiling Tracker CountlyServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[122/135] Compiling Tracker CrashlyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[123/135] Compiling Tracker FacebookServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[124/135] Compiling Tracker FirebaseAnalyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[125/135] Compiling Tracker HeapServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[126/135] Compiling Tracker InstabugServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[127/135] Compiling Tracker KochavaServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[128/135] Compiling Tracker LocalyticsServiceProvider.swift
/host/spi-builder-workspace/Sources/Tracker/EventTracker.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class EventTracker {
[129/135] Compiling SwiftAnalytics WithAnalyticsParameters.swift
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
/host/spi-builder-workspace/.build/checkouts/SwiftAnalyticsKit/Sources/Analytics/AnalyticsEvent/Properties/AnalyticsConfiguration.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The configuration of analytics event.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
/host/spi-builder-workspace/.build/checkouts/swift-analytics/Sources/SwiftAnalytics/Analytics.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | /// A structure for handling analytics events and sending them to an analytics provider.
BUILD FAILURE 6.2 wasm