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 TMDB, reference main (cad88f), with Swift 6.2 (beta) for Wasm on 11 Aug 2025 20:20:05 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/igorcamilo/tmdb-swift.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/igorcamilo/tmdb-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cad88f3 Add Sonar and more data (#20)
Cloned https://github.com/igorcamilo/tmdb-swift.git
Revision (git rev-parse @):
cad88f358b0b81fd0b5417f004b2a8057c6000e6
SUCCESS checkout https://github.com/igorcamilo/tmdb-swift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/igorcamilo/tmdb-swift.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/30] Compiling TMDB TMDBClient+Movies.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[4/30] Compiling TMDB Page.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[5/30] Compiling TMDB PosterPath.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[6/30] Compiling TMDB ProductionCompany.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[7/33] Compiling TMDB MovieCollection.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[8/33] Compiling TMDB MovieDetails.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[9/33] Compiling TMDB MovieDetailsAppendingOptions.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[10/33] Compiling TMDB MovieList.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/33] Emitting module TMDB
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[12/33] Compiling TMDB PosterSize.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[13/33] Compiling TMDB TMDBClient+Configuration.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[14/33] Compiling TMDB Country.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[15/33] Compiling TMDB Genre.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[16/33] Compiling TMDB BackdropPath.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[17/33] Compiling TMDB BackdropSize.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[18/33] Compiling TMDB Configuration.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[19/33] Compiling TMDB Images.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[20/33] Compiling TMDB Response.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[21/33] Compiling TMDB TMDBClient.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[22/33] Compiling TMDB TMDBClientError.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[23/33] Compiling TMDB TMDBError.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[24/33] Compiling TMDB TVShowDetailsAppendingOptions.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[25/33] Compiling TMDB TVShowList.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[26/33] Compiling TMDB TrendingTimeWindow.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[27/33] Compiling TMDB ImagePath.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[28/33] Compiling TMDB Keyword.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[29/33] Compiling TMDB Language.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[30/33] Compiling TMDB Movie.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[31/33] Compiling TMDB TMDBClient+TVShows.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[32/33] Compiling TMDB TVShow.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
[33/33] Compiling TMDB TVShowDetails.swift
/host/spi-builder-workspace/Sources/TMDB/Configuration/Images.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | public struct Images: Codable, Hashable, Sendable {
BUILD FAILURE 6.2 wasm