Build Information
Failed to build SwiftTweaks, reference master (3dec92
), with Swift 6.2 (beta) for Wasm on 21 Jun 2025 12:09:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/bryanjclark/SwiftTweaks.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/bryanjclark/SwiftTweaks
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3dec92a Switch from titled "Dismiss" button do system done (#158)
Cloned https://github.com/bryanjclark/SwiftTweaks.git
Revision (git rev-parse @):
3dec92a1ddc50bcb3806b7874c4744524df8a47c
SUCCESS checkout https://github.com/bryanjclark/SwiftTweaks.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bryanjclark/SwiftTweaks.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/3] Copying Media.xcassets
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/45] Compiling SwiftTweaks TweakWindow.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[5/45] Compiling SwiftTweaks TweakableType.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[6/45] Compiling SwiftTweaks TweaksCollectionsListViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[7/45] Compiling SwiftTweaks TweaksViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[8/45] Compiling SwiftTweaks UIColor+Tweaks.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[9/45] Compiling SwiftTweaks TweakLibrary.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[10/45] Compiling SwiftTweaks TweakPersistency.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[11/45] Compiling SwiftTweaks TweakStore+Sharing.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[12/45] Compiling SwiftTweaks TweakStore.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[13/45] Compiling SwiftTweaks TweakTableCell.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[14/45] Compiling SwiftTweaks TweakViewData.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/50] Emitting module SwiftTweaks
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[16/50] Compiling SwiftTweaks ComparableTweakDefaultParameters.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[17/50] Compiling SwiftTweaks EdgeInsetsTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[18/50] Compiling SwiftTweaks FloatingTweakGroupViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[19/50] Compiling SwiftTweaks HapticsPlayer.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[20/50] Compiling SwiftTweaks HashingUtilities.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[21/50] Compiling SwiftTweaks HitTransparentWindow.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[22/50] Compiling SwiftTweaks AnyTweak.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[23/50] Compiling SwiftTweaks AppTheme.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[24/50] Compiling SwiftTweaks BasicAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[25/50] Compiling SwiftTweaks CALayer+ShadowTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[26/50] Compiling SwiftTweaks Clip.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[27/50] Compiling SwiftTweaks ColorRepresentation.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[28/50] Compiling SwiftTweaks UIEdgeInsets+EdgeInsetsTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[29/50] Compiling SwiftTweaks UIImage+SwiftTweaks.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[30/50] Compiling SwiftTweaks UIView+BasicAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[31/50] Compiling SwiftTweaks UIView+TweakGroupTemplateSpringAnimation.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[32/50] Compiling SwiftTweaks resource_bundle_accessor.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[33/50] Compiling SwiftTweaks Tweak.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[34/50] Compiling SwiftTweaks TweakAction.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[35/50] Compiling SwiftTweaks TweakBinding.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[36/50] Compiling SwiftTweaks TweakBindingIdentifier.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[37/50] Compiling SwiftTweaks TweakClusterType.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[38/50] Compiling SwiftTweaks TweakCollection.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[39/50] Compiling SwiftTweaks MultiTweakBinding.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[40/50] Compiling SwiftTweaks MultiTweakBindingIdentifier.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[41/50] Compiling SwiftTweaks Precision.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[42/50] Compiling SwiftTweaks ShadowTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[43/50] Compiling SwiftTweaks SpringAnimationTweakTemplate.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[44/50] Compiling SwiftTweaks StringOptionViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[45/50] Compiling SwiftTweaks TweakCollectionViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[46/50] Compiling SwiftTweaks TweakColorCell.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[47/50] Compiling SwiftTweaks TweakColorEditViewController.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[48/50] Compiling SwiftTweaks TweakDebug.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[49/50] Compiling SwiftTweaks TweakGroup.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
[50/50] Compiling SwiftTweaks TweakGroupTemplateType.swift
/host/spi-builder-workspace/SwiftTweaks/AnyTweak.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /// A type-erasure around Tweak<T>, so we can collect them together in TweakLibraryType.
BUILD FAILURE 6.2 wasm