Build Information
Failed to build PlaygroundTester, reference main (1444c7), with Swift 6.3 for Wasm on 13 Apr 2026 08:21:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Losiowaty/PlaygroundTester.git
Reference: main
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/Losiowaty/PlaygroundTester
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1444c7e Fix error when deliver app store. (#28)
Cloned https://github.com/Losiowaty/PlaygroundTester.git
Revision (git rev-parse @):
1444c7e0d2f15be1e4c75bdaa6ecc3139d3c3a83
SUCCESS checkout https://github.com/Losiowaty/PlaygroundTester.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Losiowaty/PlaygroundTester.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/krzysztofzablocki/Difference
[1/486] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference from cache (0.44s)
Computing version for https://github.com/krzysztofzablocki/Difference
Computed https://github.com/krzysztofzablocki/Difference at 1.0.1 (0.86s)
Creating working copy for https://github.com/krzysztofzablocki/Difference
Working copy of https://github.com/krzysztofzablocki/Difference resolved at 1.0.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module Difference
[5/5] Compiling Difference Difference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module PlaygroundTester
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[8/19] Compiling PlaygroundTester Assertable.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[9/19] Compiling PlaygroundTester Assertion.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[10/19] Compiling PlaygroundTester AssertionStore.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[11/30] Compiling PlaygroundTester AssertionsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[12/30] Compiling PlaygroundTester ResultViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[13/30] Compiling PlaygroundTester TestMethodView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[14/30] Compiling PlaygroundTester Expectation.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[15/30] Compiling PlaygroundTester IdentityProvider.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[16/30] Compiling PlaygroundTester TestMethod.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[17/30] Compiling PlaygroundTester PlaygroundTesterView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[18/30] Compiling PlaygroundTester PlaygroundTesterWrapperView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[19/30] Compiling PlaygroundTester ResultsToggleButton.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[20/30] Compiling PlaygroundTester TestCase.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[21/30] Compiling PlaygroundTester AssertionSectionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[22/30] Compiling PlaygroundTester AssertionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[23/30] Compiling PlaygroundTester TestMethodsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[24/30] Compiling PlaygroundTester TestSuiteView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[25/30] Compiling PlaygroundTester TestSuitesView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[26/30] Compiling PlaygroundTester TestViewViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[27/30] Compiling PlaygroundTester TestingView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[28/30] Compiling PlaygroundTester TestResult.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[29/30] Compiling PlaygroundTester TestRunner.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
[30/30] Compiling PlaygroundTester TestSuite.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
1 | #if TESTING_ENABLED
2 |
3 | import SwiftUI
| `- error: no such module 'SwiftUI'
4 |
5 | @available(*, deprecated, message: "This view is being deprecated - please switch to `PlaygroundTesterWrapperView` and refer to Readme on new appraoach. This view may be removed in future versions.")
BUILD FAILURE 6.3 wasm