Build Information
Failed to build OpenParking, reference master (4aef2c
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 11:23:58 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/OpenParkingApp/OpenParking.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/OpenParkingApp/OpenParking
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 4aef2cb silence warnings for now
Cloned https://github.com/OpenParkingApp/OpenParking.git
Revision (git rev-parse @):
4aef2cb70a4bc5746d1d2b8168d2c2f639c95598
SUCCESS checkout https://github.com/OpenParkingApp/OpenParking.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/OpenParkingApp/OpenParking.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/alexaubry/HTMLString
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/kiliankoe/GeoJSON
[1/1631] Fetching htmlstring
[1616/2885] Fetching htmlstring, regex
[1679/3325] Fetching htmlstring, regex, geojson
Fetched https://github.com/kiliankoe/GeoJSON from cache (0.44s)
[2443/2885] Fetching htmlstring, regex
Fetched https://github.com/alexaubry/HTMLString from cache (0.91s)
Fetched https://github.com/sharplet/Regex from cache (0.92s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 5.0.0 (4.46s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.96s)
Computing version for https://github.com/kiliankoe/GeoJSON
Computed https://github.com/kiliankoe/GeoJSON at 0.6.2 (0.41s)
Fetching https://github.com/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.27s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (0.69s)
Creating working copy for https://github.com/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 5.0.0
Creating working copy for https://github.com/kiliankoe/GeoJSON
Working copy of https://github.com/kiliankoe/GeoJSON resolved at 0.6.2
Creating working copy for https://github.com/sharplet/Regex
Working copy of https://github.com/sharplet/Regex resolved at 2.1.1
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.6.7
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/22] Compiling AnyCodable AnyEncodable.swift
/host/spi-builder-workspace/.build/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | /**
3 | A type-erased `Codable` value.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/22] Emitting module Regex
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[10/22] Compiling Regex MatchResult.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[11/22] Compiling Regex Foundation+Ranges.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[12/22] Compiling HTMLString NSString+HTMLString.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/HTMLString.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: Escaping
[13/22] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[14/22] Compiling Regex String+ReplaceMatching.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[15/22] Compiling Regex Regex.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/22] Emitting module AnyCodable
/host/spi-builder-workspace/.build/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | /**
3 | A type-erased `Codable` value.
[17/22] Compiling AnyCodable AnyDecodable.swift
/host/spi-builder-workspace/.build/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | /**
3 | A type-erased `Codable` value.
[18/22] Compiling AnyCodable AnyCodable.swift
/host/spi-builder-workspace/.build/checkouts/AnyCodable/Sources/AnyCodable/AnyCodable.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | /**
3 | A type-erased `Codable` value.
[19/22] Compiling HTMLString HTMLString.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/HTMLString.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: Escaping
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/22] Emitting module HTMLString
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/HTMLString.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: Escaping
[21/22] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/HTMLString.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: Escaping
[22/22] Compiling Regex Options.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
BUILD FAILURE 6.2 wasm