The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Stilleben with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/aegzorz/stilleben.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/aegzorz/stilleben
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7ca2a44 ♻️ Updated to use main for workflow
Cloned https://github.com/aegzorz/stilleben.git
Revision (git rev-parse @):
7ca2a44c8988747c69f3b0ebbe88ddb8c2d36496
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/aegzorz/stilleben.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/aegzorz/stilleben.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.41s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/46] Emitting module Stilleben
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/51] Compiling Stilleben Snapshot+Render.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/51] Compiling Stilleben Snapshot+Sizing.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/51] Compiling Stilleben Snapshot+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/51] Compiling Stilleben Snapshot+UIImage.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/51] Compiling Stilleben Snapshot+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/51] Compiling Stilleben Snapshot+Assert.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/51] Compiling Stilleben Snapshot+Device.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/51] Compiling Stilleben Snapshot+Encodable.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/51] Compiling Stilleben Snapshot+Match.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/51] Compiling Stilleben Snapshot+Record.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/51] Compiling Stilleben Snapshot+Reflect.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/51] Compiling Stilleben DynamicHeightStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/51] Compiling Stilleben IntrinsicSizeStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/51] Compiling Stilleben ScreenSizeStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[20/51] Compiling Stilleben SizingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[21/51] Compiling Stilleben Callsite.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[22/51] Compiling Stilleben Snapshot.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[23/51] Compiling Stilleben UIMatcher+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[24/51] Compiling Stilleben UIMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[25/51] Compiling Stilleben LocalFileRecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[26/51] Compiling Stilleben RecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[27/51] Compiling Stilleben DefaultRenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[28/51] Compiling Stilleben RenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[29/51] Compiling Stilleben Snapshot+UIViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[30/51] Compiling Stilleben SnapshotContext.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[31/51] Compiling Stilleben SnapshotContext+Callsite.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[32/51] Compiling Stilleben SnapshotContext+Record.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[33/51] Compiling Stilleben SnapshotContext+Sizing.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[34/51] Compiling Stilleben TraitsViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[35/51] Compiling Stilleben UIView+AutoLayout.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[36/51] Compiling Stilleben WrapperViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[37/51] Compiling Stilleben EncodableMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[38/51] Compiling Stilleben ReflectionMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[39/51] Compiling Stilleben UIMatcher+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
Can't demangle: $s9Stilleben4DiffO9different33_C8E4A6D01614493E5CF1EE5D433C2402LLXeF11descriptionL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift -supplementary-output-file-map /tmp/TemporaryDirectory.hRkD8z/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Stilleben -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/DiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/ImageDiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/LabDelta.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/SameImage.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/TextDiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/Optional+Extensions.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'Diff' (at /host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:18:8)
4.	While evaluating request USRGenerationRequest(Stilleben.(file).Diff.different(description:attachments:).description@/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:24:20)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x56364afe1d73]
/usr/bin/swift-frontend(+0x7305abe)[0x56364afdfabe]
/usr/bin/swift-frontend(+0x73080ea)[0x56364afe20ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7fd62796f520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7fd6279c39fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7fd62796f476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7fd6279557f3]
/usr/bin/swift-frontend(+0x2af4275)[0x5636467ce275]
/usr/bin/swift-frontend(+0x2755c54)[0x56364642fc54]
/usr/bin/swift-frontend(+0x2ab869b)[0x56364679269b]
/usr/bin/swift-frontend(+0x2347a0c)[0x563646021a0c]
/usr/bin/swift-frontend(+0x106859c)[0x563644d4259c]
/usr/bin/swift-frontend(+0x1068102)[0x563644d42102]
/usr/bin/swift-frontend(+0x106716b)[0x563644d4116b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x5636467931aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x563644d10d5b]
/usr/bin/swift-frontend(+0x10362a7)[0x563644d102a7]
/usr/bin/swift-frontend(+0x1033c59)[0x563644d0dc59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x56364598ecd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x56364648705c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x563646488b3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x56364648b0e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x56364648707c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x56364648bc1f]
/usr/bin/swift-frontend(+0x27b086b)[0x56364648a86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x56364648707c]
/usr/bin/swift-frontend(+0x27acf73)[0x563646486f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x5636466651e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x56364598c6a6]
/usr/bin/swift-frontend(+0x1032c84)[0x563644d0cc84]
/usr/bin/swift-frontend(+0x1032b2a)[0x563644d0cb2a]
/usr/bin/swift-frontend(+0x1027f82)[0x563644d01f82]
/usr/bin/swift-frontend(+0x1027978)[0x563644d01978]
/usr/bin/swift-frontend(+0xe3f242)[0x563644b19242]
/usr/bin/swift-frontend(+0xe3d09c)[0x563644b1709c]
/usr/bin/swift-frontend(+0xe382cd)[0x563644b122cd]
/usr/bin/swift-frontend(+0xe369db)[0x563644b109db]
/usr/bin/swift-frontend(+0xcc3315)[0x56364499d315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7fd627956d90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7fd627956e40]
/usr/bin/swift-frontend(+0xcc2375)[0x56364499c375]
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/45] Compiling Stilleben Snapshot+Render.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[5/45] Compiling Stilleben Snapshot+Sizing.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[6/45] Compiling Stilleben Snapshot+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[7/45] Compiling Stilleben Snapshot+UIImage.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[8/45] Compiling Stilleben Snapshot+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[9/50] Compiling Stilleben TraitsViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[10/50] Compiling Stilleben UIView+AutoLayout.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[11/50] Compiling Stilleben WrapperViewController.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[12/50] Compiling Stilleben EncodableMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[13/50] Compiling Stilleben ReflectionMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[14/50] Compiling Stilleben UIMatcher+SwiftUI.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[15/50] Compiling Stilleben UIMatcher+UIKit.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[16/50] Compiling Stilleben UIMatcher.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[17/50] Compiling Stilleben LocalFileRecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[18/50] Compiling Stilleben RecordingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[19/50] Compiling Stilleben DefaultRenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[20/50] Compiling Stilleben RenderingStrategy.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[21/50] Compiling Stilleben Snapshot+Assert.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[22/50] Compiling Stilleben Snapshot+Device.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[23/50] Compiling Stilleben Snapshot+Encodable.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[24/50] Compiling Stilleben Snapshot+Match.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[25/50] Compiling Stilleben Snapshot+Record.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
[26/50] Compiling Stilleben Snapshot+Reflect.swift
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/50] Emitting module Stilleben
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
error: compile command failed due to signal 6 (use -v to see invocation)
/host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: no such module 'UIKit'
import UIKit
       ^
Can't demangle: $s9Stilleben4DiffO9different33_C8E4A6D01614493E5CF1EE5D433C2402LLXeF11descriptionL_SSvp
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift -primary-file /host/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /host/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /host/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift /host/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /host/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift -supplementary-output-file-map /tmp/TemporaryDirectory.BGNxGh/supplementaryOutputs-1 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug -enable-testing -g -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -new-driver-path /usr/bin/swift-driver -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name Stilleben -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/DiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/ImageDiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/LabDelta.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/SameImage.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/TextDiffingStrategy.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Stilleben.build/Optional+Extensions.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 5.10-dev (LLVM dbfaba0078e9380, Swift 63c8b551eb2f613)
2.	Compiling with the current language version
3.	While walking into 'Diff' (at /host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:18:8)
4.	While evaluating request USRGenerationRequest(Stilleben.(file).Diff.different(description:attachments:).description@/host/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:24:20)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
/usr/bin/swift-frontend(+0x7307d73)[0x55ec92ea2d73]
/usr/bin/swift-frontend(+0x7305abe)[0x55ec92ea0abe]
/usr/bin/swift-frontend(+0x73080ea)[0x55ec92ea30ea]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x7f2c87ba7520]
/lib/x86_64-linux-gnu/libc.so.6(pthread_kill+0x12c)[0x7f2c87bfb9fc]
/lib/x86_64-linux-gnu/libc.so.6(raise+0x16)[0x7f2c87ba7476]
/lib/x86_64-linux-gnu/libc.so.6(abort+0xd3)[0x7f2c87b8d7f3]
/usr/bin/swift-frontend(+0x2af4275)[0x55ec8e68f275]
/usr/bin/swift-frontend(+0x2755c54)[0x55ec8e2f0c54]
/usr/bin/swift-frontend(+0x2ab869b)[0x55ec8e65369b]
/usr/bin/swift-frontend(+0x2347a0c)[0x55ec8dee2a0c]
/usr/bin/swift-frontend(+0x106859c)[0x55ec8cc0359c]
/usr/bin/swift-frontend(+0x1068102)[0x55ec8cc03102]
/usr/bin/swift-frontend(+0x106716b)[0x55ec8cc0216b]
/usr/bin/swift-frontend(+0x2ab91aa)[0x55ec8e6541aa]
/usr/bin/swift-frontend(+0x1036d5b)[0x55ec8cbd1d5b]
/usr/bin/swift-frontend(+0x10362a7)[0x55ec8cbd12a7]
/usr/bin/swift-frontend(+0x1033c59)[0x55ec8cbcec59]
/usr/bin/swift-frontend(+0x1cb4cd1)[0x55ec8d84fcd1]
/usr/bin/swift-frontend(+0x27ad05c)[0x55ec8e34805c]
/usr/bin/swift-frontend(+0x27aeb3c)[0x55ec8e349b3c]
/usr/bin/swift-frontend(+0x27b10e7)[0x55ec8e34c0e7]
/usr/bin/swift-frontend(+0x27ad07c)[0x55ec8e34807c]
/usr/bin/swift-frontend(+0x27b1c1f)[0x55ec8e34cc1f]
/usr/bin/swift-frontend(+0x27b086b)[0x55ec8e34b86b]
/usr/bin/swift-frontend(+0x27ad07c)[0x55ec8e34807c]
/usr/bin/swift-frontend(+0x27acf73)[0x55ec8e347f73]
/usr/bin/swift-frontend(+0x298b1e2)[0x55ec8e5261e2]
/usr/bin/swift-frontend(+0x1cb26a6)[0x55ec8d84d6a6]
/usr/bin/swift-frontend(+0x1032c84)[0x55ec8cbcdc84]
/usr/bin/swift-frontend(+0x1032b2a)[0x55ec8cbcdb2a]
/usr/bin/swift-frontend(+0x1027f82)[0x55ec8cbc2f82]
/usr/bin/swift-frontend(+0x1027978)[0x55ec8cbc2978]
/usr/bin/swift-frontend(+0xe3f242)[0x55ec8c9da242]
/usr/bin/swift-frontend(+0xe3d09c)[0x55ec8c9d809c]
/usr/bin/swift-frontend(+0xe382cd)[0x55ec8c9d32cd]
/usr/bin/swift-frontend(+0xe369db)[0x55ec8c9d19db]
/usr/bin/swift-frontend(+0xcc3315)[0x55ec8c85e315]
/lib/x86_64-linux-gnu/libc.so.6(+0x29d90)[0x7f2c87b8ed90]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80)[0x7f2c87b8ee40]
/usr/bin/swift-frontend(+0xcc2375)[0x55ec8c85d375]
BUILD FAILURE 5.10 linux