Build Information
Failed to build FeatureFlags, reference 3.0.0 (1bd5a7
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 02:08:46 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/rwbutler/FeatureFlags.git
Reference: 3.0.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/rwbutler/FeatureFlags
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 1bd5a7b Add canImport check for UIKit
Cloned https://github.com/rwbutler/FeatureFlags.git
Revision (git rev-parse @):
1bd5a7bd3fad4815c9184c4774f352af0378c042
SUCCESS checkout https://github.com/rwbutler/FeatureFlags.git at 3.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rwbutler/FeatureFlags.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/34] Compiling FeatureFlags NavigationSettings.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[4/34] Compiling FeatureFlags FeatureFlagsViewModel.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[5/34] Compiling FeatureFlags FeatureFlagTableViewCell.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[6/34] Compiling FeatureFlags FeatureFlagsUI.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[7/34] Compiling FeatureFlags FeatureFlagsViewController+UIViewControllerPreviewingDelegate.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[8/34] Compiling FeatureFlags FeatureFlagsViewController.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[9/34] Compiling FeatureFlags FeatureFlagsViewControllerDelegate.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[10/34] Compiling FeatureFlags Filter.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[11/34] Compiling FeatureFlags ParsingService.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[12/34] Compiling FeatureFlags FeatureDetailsViewController.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[13/34] Compiling FeatureFlags UIControl.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[14/34] Compiling FeatureFlags CloseButtonAlignment.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[15/38] Compiling FeatureFlags TestVariation.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[16/38] Compiling FeatureFlags JSONParsingService.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[17/38] Compiling FeatureFlags PropertyListParsingService.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[18/38] Compiling FeatureFlags ParsingServiceResult.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[19/38] Compiling FeatureFlags FeatureTest.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[20/38] Compiling FeatureFlags FeatureType.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[21/38] Compiling FeatureFlags FeaturesModel.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[22/38] Compiling FeatureFlags Percentage.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[23/38] Compiling FeatureFlags Test.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[24/38] Compiling FeatureFlags FeatureFlagsUIObserver.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[25/38] Compiling FeatureFlags PickerViewController.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[26/38] Compiling FeatureFlags TestVariationPickerViewController.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[27/38] Compiling FeatureFlags PickerOptionsViewModel.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/38] Emitting module FeatureFlags
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[29/38] Compiling FeatureFlags ConfigurationType.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[30/38] Compiling FeatureFlags Feature+Codable.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[31/38] Compiling FeatureFlags Feature+Equatable.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[32/38] Compiling FeatureFlags Feature.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[33/38] Compiling FeatureFlags FeatureName.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[34/38] Compiling FeatureFlags FeatureFlags+Internal.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[35/38] Compiling FeatureFlags FeatureFlags.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[36/38] Compiling FeatureFlags FeatureFlagsAdapter.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[37/38] Compiling FeatureFlags CollectionAdditions.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
[38/38] Compiling FeatureFlags UIColorAdditions.swift
/host/spi-builder-workspace/FeatureFlags/Classes/Core/FeatureFlags+Internal.swift:8:8: error: no such module 'Foundation'
6 | //
7 |
8 | import Foundation
| `- error: no such module 'Foundation'
9 |
10 | extension FeatureFlags {
BUILD FAILURE 6.2 wasm