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 DVB, reference master (3d3999), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 20:02:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/kiliankoe/DVB.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/kiliankoe/DVB
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3d3999b Remove TripsResponse expirationTime
Cloned https://github.com/kiliankoe/DVB.git
Revision (git rev-parse @):
3d3999bca5e3847f0b73668b8fe496b73c69712c
SUCCESS checkout https://github.com/kiliankoe/DVB.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kiliankoe/DVB.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/35] Compiling DVB Route+ModeElement.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[4/35] Compiling DVB Route+RoutePartial.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[5/35] Compiling DVB Route+RouteStop.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[6/35] Compiling DVB Route.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[7/35] Compiling DVB Line.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[8/35] Compiling DVB LinesResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[9/35] Compiling DVB Mode.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[10/35] Compiling DVB POI+Kind.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[11/35] Compiling DVB POI.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[12/35] Compiling DVB RoutesResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[13/35] Compiling DVB RouteChange+Kind.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[14/35] Compiling DVB RouteChange+Line.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[15/35] Compiling DVB RouteChange+ValidityPeriod.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[16/39] Compiling DVB POIResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[17/39] Compiling DVB Platform.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[18/39] Compiling DVB MobilitySettings.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[19/39] Compiling DVB StandardSettings.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[20/39] Compiling DVB Route+MapData.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[21/39] Compiling DVB RouteChange.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[22/39] Compiling DVB RouteChangeResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[23/39] Compiling DVB FindResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[24/39] Compiling DVB Stop.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[25/39] Compiling DVB Departure.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[26/39] Compiling DVB MonitorResponse.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[27/39] Compiling DVB Diva.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[28/39] Compiling DVB Line+Direction.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[29/39] Compiling DVB Line+TimeTable.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[30/39] Compiling DVB Trip.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[31/39] Compiling DVB Network.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[32/39] Compiling DVB Result.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[33/39] Compiling DVB SAPDateDecoder.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/39] Emitting module DVB
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[35/39] Compiling DVB DVBError.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[36/39] Compiling DVB Date+SAP.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[37/39] Compiling DVB Endpoint.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[38/39] Compiling DVB GaussKrueger.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
[39/39] Compiling DVB Departure+State.swift
/host/spi-builder-workspace/Sources/DVB/DVBError.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// Error type used by DVB
BUILD FAILURE 6.2 wasm