The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PlaygroundTester with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Losiowaty/PlaygroundTester.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/krzysztofzablocki/Difference
[5/462] Fetching difference
Fetched https://github.com/krzysztofzablocki/Difference from cache (0.27s)
Computing version for https://github.com/krzysztofzablocki/Difference
Computed https://github.com/krzysztofzablocki/Difference at 1.0.1 (0.39s)
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] Compiling Difference Difference.swift
[5/5] Emitting module Difference
[7/28] Compiling PlaygroundTester PlaygroundTesterView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/28] Compiling PlaygroundTester PlaygroundTesterWrapperView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/28] Compiling PlaygroundTester ResultsToggleButton.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/30] Compiling PlaygroundTester TestCase.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/30] Compiling PlaygroundTester AssertionSectionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/30] Compiling PlaygroundTester AssertionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/30] Compiling PlaygroundTester AssertionsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/30] Compiling PlaygroundTester ResultViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/30] Compiling PlaygroundTester TestMethodView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/30] Compiling PlaygroundTester TestMethodsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/30] Compiling PlaygroundTester TestSuiteView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/30] Compiling PlaygroundTester TestSuitesView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/30] Emitting module PlaygroundTester
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/30] Compiling PlaygroundTester Expectation.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/30] Compiling PlaygroundTester IdentityProvider.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/30] Compiling PlaygroundTester TestMethod.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/30] Compiling PlaygroundTester Assertable.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/30] Compiling PlaygroundTester Assertion.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[25/30] Compiling PlaygroundTester AssertionStore.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[26/30] Compiling PlaygroundTester TestViewViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[27/30] Compiling PlaygroundTester TestingView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[28/30] Compiling PlaygroundTester TestResult.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[29/30] Compiling PlaygroundTester TestRunner.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[30/30] Compiling PlaygroundTester TestSuite.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling PlaygroundTester AssertionsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/23] Compiling PlaygroundTester ResultViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/23] Compiling PlaygroundTester TestMethodView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/25] Emitting module PlaygroundTester
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/25] Compiling PlaygroundTester TestMethodsView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/25] Compiling PlaygroundTester TestSuiteView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/25] Compiling PlaygroundTester TestSuitesView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/25] Compiling PlaygroundTester PlaygroundTesterView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/25] Compiling PlaygroundTester PlaygroundTesterWrapperView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/25] Compiling PlaygroundTester ResultsToggleButton.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/25] Compiling PlaygroundTester Expectation.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/25] Compiling PlaygroundTester IdentityProvider.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/25] Compiling PlaygroundTester TestMethod.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/25] Compiling PlaygroundTester TestCase.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/25] Compiling PlaygroundTester AssertionSectionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/25] Compiling PlaygroundTester AssertionView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/25] Compiling PlaygroundTester Assertable.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[19/25] Compiling PlaygroundTester Assertion.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/25] Compiling PlaygroundTester AssertionStore.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/25] Compiling PlaygroundTester TestViewViewModel.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/25] Compiling PlaygroundTester TestingView.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/25] Compiling PlaygroundTester TestResult.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/25] Compiling PlaygroundTester TestRunner.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[25/25] Compiling PlaygroundTester TestSuite.swift
/host/spi-builder-workspace/PlaygroundTester/Sources/PlaygroundTester/Interface/PlaygroundTesterView.swift:3:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1