Build Information
Failed to build PlaygroundTester, reference 0.3.1 (1444c7), with Swift 6.1 for Android on 28 May 2025 09:05:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Losiowaty/PlaygroundTester.git
Reference: 0.3.1
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
* tag 0.3.1 -> FETCH_HEAD
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 0.3.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Losiowaty/PlaygroundTester.git
https://github.com/Losiowaty/PlaygroundTester.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "difference",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzysztofzablocki/Difference"
}
],
"manifest_display_name" : "PlaygroundTester",
"name" : "PlaygroundTester",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "PlaygroundTester",
"targets" : [
"PlaygroundTester"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PlaygroundTesterTests",
"module_type" : "SwiftTarget",
"name" : "PlaygroundTesterTests",
"path" : "PlaygroundTester/Tests/PlaygroundTesterTests",
"sources" : [
"Mocks/MockAssertionStore.swift",
"TestMethodTests.swift",
"TestResultTests.swift",
"TestSuiteTests.swift"
],
"target_dependencies" : [
"PlaygroundTester"
],
"type" : "test"
},
{
"c99name" : "PlaygroundTester",
"module_type" : "SwiftTarget",
"name" : "PlaygroundTester",
"path" : "PlaygroundTester/Sources/PlaygroundTester",
"product_dependencies" : [
"Difference"
],
"product_memberships" : [
"PlaygroundTester"
],
"sources" : [
"Core/Assertions/Assertable.swift",
"Core/Assertions/Assertion.swift",
"Core/Assertions/AssertionStore.swift",
"Core/Assertions/Expectation.swift",
"Core/IdentityProvider.swift",
"Core/TestMethod.swift",
"Core/TestResult.swift",
"Core/TestRunner.swift",
"Core/TestSuite.swift",
"Interface/PlaygroundTesterView.swift",
"Interface/PlaygroundTesterWrapperView.swift",
"Interface/ResultsToggleButton.swift",
"Interface/TestCase.swift",
"Views/AssertionSectionView.swift",
"Views/AssertionView.swift",
"Views/AssertionsView.swift",
"Views/ResultViewModel.swift",
"Views/TestMethodView.swift",
"Views/TestMethodsView.swift",
"Views/TestSuiteView.swift",
"Views/TestSuitesView.swift",
"Views/TestViewViewModel.swift",
"Views/TestingView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/krzysztofzablocki/Difference
[1/486] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference from cache (0.62s)
Computing version for https://github.com/krzysztofzablocki/Difference
Computed https://github.com/krzysztofzablocki/Difference at 1.0.1 (1.62s)
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
[7/28] 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.")
[8/28] 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.")
[9/28] 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.")
[10/30] 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.")
[11/30] 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.")
[12/30] 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.")
[13/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.")
[14/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.")
[15/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.")
[16/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.")
[17/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.")
[18/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.")
[19/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.")
[20/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.")
[21/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.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/30] 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.")
[23/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.")
[24/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.")
[25/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.")
[26/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.")
[27/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.")
[28/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.")
[29/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.")
[30/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.")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Emitting module Difference
[3/3] Compiling Difference Difference.swift
[5/26] 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.")
[6/26] 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.")
[7/26] 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.")
[8/28] 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/28] 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/28] 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/28] 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.")
[12/28] 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.")
[13/28] 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.")
[14/28] 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.")
[15/28] 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.")
[16/28] 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.")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/28] 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.")
[18/28] 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.")
[19/28] 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.")
[20/28] 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.")
[21/28] 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.")
[22/28] 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.")
[23/28] 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.")
[24/28] 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.")
[25/28] 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.")
[26/28] 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.")
[27/28] 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.")
[28/28] 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.")
BUILD FAILURE 6.1 android