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 Fakery, reference master (f68f2c), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 21:42:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/vadymmarkov/Fakery.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/vadymmarkov/Fakery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f68f2ce Merge pull request #154 from dimonker/master
Cloned https://github.com/vadymmarkov/Fakery.git
Revision (git rev-parse @):
f68f2ceaaf6782db234e4cbcd5f06dbeeb91af7e
SUCCESS checkout https://github.com/vadymmarkov/Fakery.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vadymmarkov/Fakery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14759] Fetching quick
[10776/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.02s)
Fetched https://github.com/Quick/Nimble.git from cache (2.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (2.54s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.50s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.82s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.80s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/29] Copying de-CH.json
[0/29] Copying de-AT.json
[0/29] Write sources
[0/29] Copying de.json
[0/29] Copying en-CA.json
[0/29] Copying en-AU.json
[0/29] Copying en-US.json
[0/29] Copying en-TEST.json
[0/29] Copying en.json
[0/29] Copying en-GB.json
[0/29] Copying en-IND.json
[0/29] Copying es.json
[2/29] Copying ru.json
[2/29] Copying zh-TW.json
[2/29] Copying zh-CN.json
[2/29] Copying uk.json
[2/29] Copying tr-TR.json
[2/29] Copying sv.json
[2/29] Copying sk.json
[2/29] Copying pt-BR.json
[9/29] Copying nl.json
[21/29] Copying pl.json
[21/29] Copying nb-NO.json
[23/29] Copying ko.json
[24/29] Copying ja.json
[25/29] Copying it.json
[26/29] Copying fr.json
[27/29] Copying fa.json
[28/29] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/57] Emitting module Fakery
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[31/60] Compiling Fakery Vehicle.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[32/60] Compiling Fakery Zelda.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[33/60] Compiling Fakery resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[34/60] Compiling Fakery Internet.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[35/60] Compiling Fakery Lorem.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[36/60] Compiling Fakery Name.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[37/60] Compiling Fakery Number.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[38/60] Compiling Fakery PhoneNumber.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[39/60] Compiling Fakery ProgrammingLanguage.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[40/60] Compiling Fakery Team.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[41/60] Compiling Fakery StringExtensions.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[42/60] Compiling Fakery Faker.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[43/60] Compiling Fakery Address.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[44/60] Compiling Fakery App.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[45/60] Compiling Fakery Generator.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[46/60] Compiling Fakery Ham.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[47/60] Compiling Fakery Hobbit.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[48/60] Compiling Fakery House.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[49/60] Compiling Fakery Bank.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[50/60] Compiling Fakery Business.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[51/60] Compiling Fakery Car.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[52/60] Compiling Fakery Cat.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[53/60] Compiling Fakery Config.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[54/60] Compiling Fakery Parser.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[55/60] Compiling Fakery Provider.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[56/60] Compiling Fakery ArrayExtension.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[57/60] Compiling Fakery Commerce.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[58/60] Compiling Fakery Company.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[59/60] Compiling Fakery Date.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
[60/60] Compiling Fakery Gender.swift
/host/spi-builder-workspace/Sources/Fakery/Data/Parser.swift:1:8: error: no such module 'Foundation'
  1 | import Foundation
    |        `- error: no such module 'Foundation'
  2 |
  3 | public final class Parser {
BUILD FAILURE 6.2 wasm