Build Information
Failed to build Vexil, reference v2.2.3 (9e07b2
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 19:39:41 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/unsignedapps/Vexil.git
Reference: v2.2.3
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/unsignedapps/Vexil
* tag v2.2.3 -> FETCH_HEAD
HEAD is now at 9e07b28 Test support for Vision Pro
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
9e07b284465effe2ababb8b2c2c16831cdca493f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at v2.2.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/unsignedapps/Vexil.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/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (34.68s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (38.81s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/29] Emitting module Vexil
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[6/32] Compiling Vexil Snapshot+Extensions.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[7/32] Compiling Vexil Snapshot+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[8/32] Compiling Vexil Snapshot+Lookup.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[9/32] Compiling Vexil NSUbiquitousKeyValueStore+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[10/32] Compiling Vexil UserDefaults+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[11/32] Compiling Vexil BoxedFlagValue+Codable.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[12/32] Compiling Vexil FlagValueDictionary+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[13/32] Compiling Vexil FlagValueDictionary.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[14/32] Compiling Vexil FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[15/32] Compiling Vexil Snapshot.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[16/32] Compiling Vexil BoxedFlagValue+NSObject.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[17/32] Compiling Vexil FlagValueDictionary+Collection.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[18/32] Compiling Vexil Flag.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[19/32] Compiling Vexil FlagInfo.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[20/32] Compiling Vexil Group.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[21/32] Compiling Vexil Lookup.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[22/32] Compiling Vexil CollectionDifference.Change+Element.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[23/32] Compiling Vexil Locks.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[24/32] Compiling Vexil Value.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[25/32] Compiling Vexil Pole.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[26/32] Compiling Vexil AnyFlag.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[27/32] Compiling Vexil LocatedFlagValue.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[28/32] Compiling Vexil MutableFlagGroup.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[29/32] Compiling Vexil Configuration.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[30/32] Compiling Vexil Container.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[31/32] Compiling Vexil Decorator.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
[32/32] Compiling Vexil Diagnostics.swift
/host/spi-builder-workspace/Sources/Vexil/Configuration.swift:14:8: error: no such module 'Foundation'
12 | //===----------------------------------------------------------------------===//
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// A configuration struct passed into the `FlagPole` to configure it.
BUILD FAILURE 6.2 wasm