The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziViews with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: 1.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/StanfordSpezi/SpeziViews
 * tag               1.3.1      -> FETCH_HEAD
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 1.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/StanfordSpezi/SpeziViews.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/apple/swift-collections.git
[1/10932] Fetching swift-snapshot-testing
[111/24677] Fetching swift-snapshot-testing, swift-collections
Fetched https://github.com/apple/swift-collections.git (1.40s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (1.89s)
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.64s)
Fetching https://github.com/apple/swift-syntax.git
[1/57653] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git (4.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.58s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (0.57s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
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
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.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
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-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...
[1/42] Emitting module _CollectionsUtilities
[2/44] Compiling SpeziViews ViewStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/44] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/44] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/47] Compiling SpeziViews DefaultErrorDescription.swift
[8/47] Compiling SpeziViews ProcessingDebounceDuration.swift
[9/47] Compiling SpeziViews OperationState.swift
[10/47] Compiling SpeziViews FocusOnTapModifier.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/47] Compiling SpeziViews ProcessingOverlay.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/47] Compiling SpeziViews OperationStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/47] Compiling SpeziViews AnyLocalizedError.swift
[16/47] Compiling SpeziViews Binding+Negate.swift
[19/47] Compiling SpeziViews BundleDescription+Bundle.swift
[20/47] Compiling SpeziViews LocalizedStringResource+String.swift
[21/47] Compiling SpeziViews ViewState.swift
[22/47] Compiling SpeziViews StringProtocol+Localization.swift
[23/47] Compiling SpeziViews TextContentType.swift
[24/47] Compiling SpeziViews ConditionalModifier.swift
[25/47] Compiling SpeziViews DeviceOrientationModifier.swift
[28/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[29/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[30/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/104] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/104] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/111] Compiling OrderedCollections OrderedDictionary.swift
[36/111] Compiling OrderedCollections OrderedSet+Codable.swift
[37/111] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[38/111] Compiling OrderedCollections OrderedSet+Descriptions.swift
[39/111] Compiling OrderedCollections OrderedSet+Diffing.swift
[40/111] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/111] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/111] Compiling OrderedCollections OrderedSet+Hashable.swift
[43/111] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/111] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/111] Compiling OrderedCollections OrderedSet+Invariants.swift
[46/111] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[47/111] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[48/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[49/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[50/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[51/111] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[52/111] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[53/111] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[54/111] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[55/111] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[56/111] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[57/111] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[58/111] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[59/111] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[60/111] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[61/111] 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
       ^
[67/111] Compiling OrderedCollections OrderedDictionary+Codable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[68/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[69/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[70/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[71/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/111] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/111] Compiling OrderedCollections OrderedDictionary+Elements.swift
[81/111] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[82/111] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/111] Emitting module SpeziViews
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[84/111] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[85/111] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[86/111] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[87/111] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.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.iphone-regular.png
    /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
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.license
    /host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings
[0/1] Planning build
Building for debugging...
[1/26] Compiling SpeziViews StringProtocol+Localization.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[2/26] Compiling SpeziViews TextContentType.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[3/26] Compiling SpeziViews ConditionalModifier.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[4/26] Compiling SpeziViews DeviceOrientationModifier.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[5/29] Compiling SpeziViews HorizontalGeometryReader.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[6/29] Compiling SpeziViews ListRow.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[7/29] Compiling SpeziViews Label.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[8/29] Compiling SpeziViews FocusOnTapModifier.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[9/29] Compiling SpeziViews ProcessingOverlay.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[10/29] Compiling SpeziViews OperationStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[11/29] Compiling SpeziViews ViewStateAlert.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[12/29] Compiling SpeziViews ViewStateMapper.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[13/29] Compiling SpeziViews AsyncButton.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[14/29] Compiling SpeziViews AnyLocalizedError.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[15/29] Compiling SpeziViews Binding+Negate.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[16/29] Compiling SpeziViews BundleDescription+Bundle.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[17/29] Compiling SpeziViews LocalizedStringResource+String.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[18/29] Compiling SpeziViews DefaultErrorDescription.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[19/29] Compiling SpeziViews ProcessingDebounceDuration.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[20/29] Compiling SpeziViews OperationState.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[21/29] Compiling SpeziViews ViewState.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[22/29] Compiling SpeziViews CanvasView.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[23/29] Compiling SpeziViews DescriptionGridRow.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[24/29] Compiling SpeziViews DynamicHStack.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)
[25/29] Emitting module SpeziViews
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[26/29] Compiling SpeziViews LazyText.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[27/29] Compiling SpeziViews MarkdownView.swift
/host/spi-builder-workspace/Sources/SpeziViews/Environment/DefaultErrorDescription.swift:9:8: error: no such module 'SwiftUI'
import SwiftUI
       ^
[28/29] 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.9 linux

Build Machine: Linux 2