The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziViews with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/StanfordSpezi/SpeziViews.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/StanfordSpezi/SpeziViews
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4d2a724 Add conditional view modifier transformation (#33)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
4d2a724d97c8f19ac7de7aa2c046b1cb3ef7b279
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziViews.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/StanfordSpezi/SpeziViews.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/10932] Fetching swift-snapshot-testing
[220/24677] Fetching swift-snapshot-testing, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.75s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.15.3 (1.27s)
Fetching https://github.com/apple/swift-syntax.git
[1/57653] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.74s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.71s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.15.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-XA3.png
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/48] Emitting module SpeziViews
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/51] Emitting module _CollectionsUtilities
[9/53] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/53] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/53] Compiling SpeziViews ViewStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/53] Compiling SpeziViews ConditionalModifier.swift
[15/53] Compiling SpeziViews DeviceOrientationModifier.swift
[16/53] Compiling SpeziViews OperationStateAlert.swift
[18/53] Compiling SpeziViews FocusOnTapModifier.swift
[19/53] Compiling SpeziViews ProcessingOverlay.swift
[20/53] Compiling SpeziViews Binding+Negate.swift
[21/53] Compiling SpeziViews BundleDescription+Bundle.swift
[22/53] Compiling SpeziViews LocalizedStringResource+String.swift
[23/53] Compiling SpeziViews StringProtocol+Localization.swift
[24/53] Compiling SpeziViews TextContentType.swift
[25/53] Compiling SpeziViews ViewState.swift
[26/53] Compiling SpeziViews AnyLocalizedError.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[30/53] Compiling SpeziViews DefaultErrorDescription.swift
[31/53] Compiling SpeziViews ProcessingDebounceDuration.swift
[32/53] Compiling SpeziViews OperationState.swift
[34/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[35/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[36/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[37/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[38/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/109] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[40/109] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[41/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/109] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/116] Compiling OrderedCollections OrderedDictionary.swift
[49/116] Compiling OrderedCollections OrderedSet+Codable.swift
[50/116] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[51/116] Compiling OrderedCollections OrderedSet+Descriptions.swift
[52/116] Compiling OrderedCollections OrderedSet+Diffing.swift
[53/116] Compiling OrderedCollections OrderedSet+Equatable.swift
[54/116] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[55/116] Compiling OrderedCollections OrderedSet+Hashable.swift
[56/116] Compiling OrderedCollections OrderedSet+Initializers.swift
[57/116] Compiling OrderedCollections OrderedSet+Insertions.swift
[58/116] Compiling OrderedCollections OrderedSet+Invariants.swift
[59/116] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[60/116] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[61/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[62/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[63/116] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[64/116] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/116] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[66/116] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/116] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/116] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/116] Compiling OrderedCollections OrderedDictionary+Elements.swift
[70/116] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[71/116] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[72/116] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[73/116] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[74/116] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[75/116] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[76/116] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[77/116] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[78/116] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[79/116] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[93/116] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[94/116] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[95/116] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[96/116] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[97/116] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[98/116] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[99/116] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[100/116] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-regular.png
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license
    /host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/41] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/41] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/41] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/41] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/44] Compiling SpeziViews AnyLocalizedError.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/44] Compiling SpeziViews Binding+Negate.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/44] Compiling SpeziViews BundleDescription+Bundle.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/44] Compiling SpeziViews LocalizedStringResource+String.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/44] Compiling SpeziViews HorizontalGeometryReader.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/44] Compiling SpeziViews ListRow.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/44] Compiling SpeziViews Label.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/44] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/44] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/44] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/44] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/44] Emitting module SpeziViews
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/44] Compiling SpeziViews ViewStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[19/44] Compiling SpeziViews ViewStateMapper.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/44] Compiling SpeziViews AsyncButton.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/44] Compiling OrderedCollections OrderedSet+SubSequence.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/44] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/44] Compiling OrderedCollections OrderedSet.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/44] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[25/44] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[26/44] Compiling OrderedCollections OrderedSet+Sendable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[27/44] Compiling SpeziViews LazyText.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[28/44] Compiling SpeziViews MarkdownView.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[29/44] Compiling SpeziViews TextContent.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2