Build Information
Failed to build Scout, reference main (78da1b
), with Swift 6.2 (beta) for Wasm on 26 Jun 2025 20:44:39 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/kasianov-mikhail/scout.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/kasianov-mikhail/scout
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78da1b6 Specify list row separator edges in StatView
Cloned https://github.com/kasianov-mikhail/scout.git
Revision (git rev-parse @):
78da1b6a9690c839aa78c6f18397065bd9288d75
SUCCESS checkout https://github.com/kasianov-mikhail/scout.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kasianov-mikhail/scout.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
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.72s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Scout/Scout.xcdatamodeld
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[10/72] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[11/72] Compiling Scout SessionObject+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[12/72] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[13/72] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[14/72] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[15/72] Compiling Scout SyncError.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[16/72] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[17/72] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[18/72] Compiling Scout UserActivity+Monitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[19/80] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[20/80] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[21/80] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[22/80] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[23/80] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[24/80] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[25/80] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[26/80] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[27/80] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[28/80] Compiling Scout ActivityProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[29/80] Compiling Scout ActivityRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[30/80] Compiling Scout ActivityView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[31/80] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[32/80] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[33/80] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[34/80] Compiling Scout ChartCompatible.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[35/80] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[36/80] Compiling Scout ChartView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/80] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[38/80] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[39/80] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[40/80] Compiling Scout PickerCompatible.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[41/80] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[42/80] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[43/80] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[44/80] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[45/80] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[46/80] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[47/80] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[48/80] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[49/80] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[50/80] Compiling Scout Matrix+Record.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[51/80] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[52/80] Compiling Scout MatrixGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[53/80] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[54/80] Compiling Scout PeriodCell.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[55/80] Compiling Scout ActivityPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[56/80] Compiling Scout CKRepresentable.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[57/80] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[58/80] Compiling Scout Cell.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[59/80] Compiling Scout Combining.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[60/80] Compiling Scout Database+Runner.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[61/80] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[62/80] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[63/80] Compiling Scout DateModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[64/80] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[65/80] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[66/80] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[67/80] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[68/80] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[69/80] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[70/80] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[71/80] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[72/80] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[73/80] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[74/80] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[75/80] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[76/80] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[77/80] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[78/80] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[79/80] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
[80/80] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/ActivityPeriod.swift:8:8: error: no such module 'Foundation'
6 | // https://opensource.org/licenses/MIT.
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | /// Represents the period of time for which active users are tracked.
BUILD FAILURE 6.2 wasm