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 OpenParking, reference 0.11.0 (4aef2c), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 11:20:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/OpenParkingApp/OpenParking.git
Reference: 0.11.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/OpenParkingApp/OpenParking
 * tag               0.11.0     -> FETCH_HEAD
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 0.11.0
========================================
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-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
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kiliankoe/GeoJSON
[1/440] Fetching geojson
[441/2071] Fetching geojson, htmlstring
[637/3325] Fetching geojson, htmlstring, regex
Fetched https://github.com/kiliankoe/GeoJSON from cache (0.74s)
Fetched https://github.com/alexaubry/HTMLString from cache (0.74s)
Fetched https://github.com/sharplet/Regex from cache (0.75s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 5.0.0 (2.88s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.18s)
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.22s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (0.65s)
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
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/kiliankoe/GeoJSON
Working copy of https://github.com/kiliankoe/GeoJSON resolved at 0.6.2
Creating working copy for https://github.com/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 5.0.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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
[10/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 {
[11/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.
[12/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.
[13/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
[14/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
[15/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 {
[16/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 {
[17/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 {
[18/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 {
[19/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/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.
[21/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
[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