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 Scout, reference 1.1.0 (363f0a), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 22:32:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasianov-mikhail/scout.git
Reference: 1.1.0
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
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 363f0a1 Update README with corrected installation link
Cloned https://github.com/kasianov-mikhail/scout.git
Revision (git rev-parse @):
363f0a1360bb001e1d46e71554c215196aa30b09
SUCCESS checkout https://github.com/kasianov-mikhail/scout.git at 1.1.0
========================================
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.47s)
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] Emitting module Logging
[6/8] Compiling Logging LogHandler.swift
[7/8] Compiling Logging Locks.swift
[8/8] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/59] Emitting module Scout
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[11/59] Compiling Scout Calendar.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[12/59] Compiling Scout Database.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[13/59] Compiling Scout Date+Start.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[14/59] Compiling Scout Dispatcher.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[15/59] Compiling Scout IDs.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[16/59] Compiling Scout Log.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[17/59] Compiling Scout LogHandler.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[18/66] Compiling Scout SyncCoordinator.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[19/66] Compiling Scout SyncGroup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[20/66] Compiling Scout Syncable.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[21/66] Compiling Scout AnalyticsView.Suggestion.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[22/66] Compiling Scout AnalyticsView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[23/66] Compiling Scout Box.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[24/66] Compiling Scout ChartPoint.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[25/66] Compiling Scout Placeholder.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[26/66] Compiling Scout RangeControl.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[27/66] Compiling Scout RangeLabel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[28/66] Compiling Scout RawPointData.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[29/66] Compiling Scout Redacted.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[30/66] Compiling Scout RedactedText.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[31/66] Compiling Scout Row.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[32/66] Compiling Scout HomeView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[33/66] Compiling Scout Matrix.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[34/66] Compiling Scout Message.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[35/66] Compiling Scout ParamList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[36/66] Compiling Scout ParamProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[37/66] Compiling Scout Period.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[38/66] Compiling Scout PeriodPicker.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[39/66] Compiling Scout Criteria.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[40/66] Compiling Scout DatabaseController+Sample.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[41/66] Compiling Scout DatabaseController.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[42/66] Compiling Scout Date+Add.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[43/66] Compiling Scout Event.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[44/66] Compiling Scout EventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[45/66] Compiling Scout EventProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[46/66] Compiling Scout MatrixProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[47/66] Compiling Scout NotificationListener.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[48/66] Compiling Scout Persistence.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[49/66] Compiling Scout Record+HourField.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[50/66] Compiling Scout SessionMonitor.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[51/66] Compiling Scout Setup.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[52/66] Compiling Scout Sync.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[53/66] Compiling Scout EventView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[54/66] Compiling Scout EventView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[55/66] Compiling Scout FilterView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[56/66] Compiling Scout Header.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[57/66] Compiling Scout HistoryFilter.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[58/66] Compiling Scout HistoryView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[59/66] Compiling Scout HomeView.Sections.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[60/66] Compiling Scout StatEventList.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[61/66] Compiling Scout StatModel+Move.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[62/66] Compiling Scout StatModel.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[63/66] Compiling Scout StatProvider.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[64/66] Compiling Scout StatRow.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[65/66] Compiling Scout StatView.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
[66/66] Compiling Scout UserPeriod.swift
/host/spi-builder-workspace/Sources/Scout/Core/Calendar.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 | extension Calendar {
BUILD FAILURE 6.2 wasm