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 TibberSwift, reference main (eef53a), with Swift 6.2 (beta) for Wasm on 31 Aug 2025 23:00:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ppeelen/TibberSwift.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/ppeelen/TibberSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eef53a3 add price info today (#8)
Cloned https://github.com/ppeelen/TibberSwift.git
Revision (git rev-parse @):
eef53a3fd81cfdc66daddf5ff1e8256dfad6e2d2
SUCCESS checkout https://github.com/ppeelen/TibberSwift.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ppeelen/TibberSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
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/3897] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.50s)
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.4
Building for debugging...
[0/7] Write sources
[2/7] Copying PriceInfoToday.graphql
[2/7] Copying LoggedInUser.graphql
[2/7] Copying Homes.graphql
[2/7] Copying Consumption.graphql
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/12] Emitting module Logging
[9/12] Compiling Logging Locks.swift
[10/12] Compiling Logging MetadataProvider.swift
[11/12] Compiling Logging LogHandler.swift
[12/12] Compiling Logging Logging.swift
[14/29] Compiling TibberSwift EmptyInput.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[15/29] Compiling TibberSwift LoggedInUserOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[16/31] Compiling TibberSwift PriceInfoTodayOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[17/31] Compiling TibberSwift PushNotificationOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[18/31] Compiling TibberSwift GraphQLResult.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[19/31] Compiling TibberSwift ConsumptionOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[20/31] Compiling TibberSwift HomesOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[21/31] Compiling TibberSwift ConsumptionInput.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[22/31] Compiling TibberSwift PriceInfoToday.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[23/31] Compiling TibberSwift PushNotificationResult.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[24/31] Compiling TibberSwift Consumption.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[25/31] Compiling TibberSwift Home.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[26/31] Compiling TibberSwift LoggedInUser.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[27/31] Compiling TibberSwift JSONDecoder+Date.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[28/31] Compiling TibberSwift GraphQLOperation.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/31] Emitting module TibberSwift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[30/31] Compiling TibberSwift TibberSwift.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
[31/31] Compiling TibberSwift resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/TibberSwift/Entities/Consumption.swift:1:8: error: no such module 'Foundation'
 1 | import Foundation
   |        `- error: no such module 'Foundation'
 2 |
 3 | /// The Consumption structure
BUILD FAILURE 6.2 wasm