Build Information
Failed to build Stilleben, reference main (7ca2a4), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 13 Apr 2026 10:40:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination platform=macOS,arch=arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aegzorz/stilleben.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: $PWD/.spi.yml
SUCCESS checkout https://github.com/aegzorz/stilleben.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.3
Building package at path: $PWD
https://github.com/aegzorz/stilleben.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Stilleben: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
resolved source packages: SymbolKit, Stilleben, SwiftDocCPlugin
2026-04-13 06:39:35.376 xcodebuild[529:3092] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Stilleben",
"name" : "Stilleben",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Stilleben",
"targets" : [
"Stilleben"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StillebenTests",
"module_type" : "SwiftTarget",
"name" : "StillebenTests",
"path" : "Tests/StillebenTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/sv.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sv"
}
}
}
],
"sources" : [
"AssertTests.swift",
"EncodableTests.swift",
"Helpers/Locale+Extension.swift",
"ReflectionTests.swift",
"SwiftUITests.swift",
"TestViews/ItemList.swift",
"TestViews/ItemListViewController.swift",
"TestViews/TestLabel.swift",
"UIKitTests.swift"
],
"target_dependencies" : [
"Stilleben"
],
"type" : "test"
},
{
"c99name" : "Stilleben",
"module_type" : "SwiftTarget",
"name" : "Stilleben",
"path" : "Sources/Stilleben",
"product_memberships" : [
"Stilleben"
],
"sources" : [
"Diffing/DiffingStrategy.swift",
"Diffing/Image/ImageDiffingStrategy.swift",
"Diffing/Image/LabDelta.swift",
"Diffing/Image/SameImage.swift",
"Diffing/Text/TextDiffingStrategy.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/UIView+Extensions.swift",
"Extensions/XCTAttachment+Extensions.swift",
"Internal/Bundle+Swizzling.swift",
"Internal/EnvironmentModifier.swift",
"Internal/Modifier.swift",
"Internal/TraitsViewController.swift",
"Internal/UIView+AutoLayout.swift",
"Internal/WrapperViewController.swift",
"Matchers/EncodableMatcher/EncodableMatcher.swift",
"Matchers/ReflectionMatcher/ReflectionMatcher.swift",
"Matchers/UIMatcher/UIMatcher+SwiftUI.swift",
"Matchers/UIMatcher/UIMatcher+UIKit.swift",
"Matchers/UIMatcher/UIMatcher.swift",
"Recording/LocalFileRecordingStrategy.swift",
"Recording/RecordingStrategy.swift",
"Rendering/DefaultRenderingStrategy.swift",
"Rendering/RenderingStrategy.swift",
"Sizing/DynamicHeightStrategy.swift",
"Sizing/IntrinsicSizeStrategy.swift",
"Sizing/ScreenSizeStrategy.swift",
"Sizing/SizingStrategy.swift",
"Snapshot/Callsite.swift",
"Snapshot/Snapshot.swift",
"Snapshot/Snapshot/Snapshot+Assert.swift",
"Snapshot/Snapshot/Snapshot+Device.swift",
"Snapshot/Snapshot/Snapshot+Encodable.swift",
"Snapshot/Snapshot/Snapshot+Match.swift",
"Snapshot/Snapshot/Snapshot+Record.swift",
"Snapshot/Snapshot/Snapshot+Reflect.swift",
"Snapshot/Snapshot/Snapshot+Render.swift",
"Snapshot/Snapshot/Snapshot+Sizing.swift",
"Snapshot/Snapshot/Snapshot+SwiftUI.swift",
"Snapshot/Snapshot/Snapshot+UIImage.swift",
"Snapshot/Snapshot/Snapshot+UIKit.swift",
"Snapshot/Snapshot/Snapshot+UIViewController.swift",
"Snapshot/SnapshotContext.swift",
"Snapshot/SnapshotContext/SnapshotContext+Callsite.swift",
"Snapshot/SnapshotContext/SnapshotContext+Record.swift",
"Snapshot/SnapshotContext/SnapshotContext+Sizing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Stilleben"
]
}
}
2026-04-13 06:39:57.344 xcodebuild[851:5128] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Stilleben -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
Stilleben: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Stilleben' in project 'Stilleben'
➜ Explicit dependency on target 'Stilleben' in project 'Stilleben'
Target 'Stilleben' in project 'Stilleben' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 573a19f4003f06cbcf1ec258c65a5882
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/573a19f4003f06cbcf1ec258c65a5882.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.modulemap (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.DependencyMetadataFileList (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftConstValuesFileList (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.DependencyStaticMetadataFileList (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.LinkFileList (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.modulemap (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: note: A dependency of main module 'Stilleben'
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
2026-04-13 06:40:06.335 xcodebuild[958:5826] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: note: a dependency of main module 'Stilleben'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift:2:8: note: also imported here
import UIKit
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
Building workspace spi-builder-workspace with scheme Stilleben
(2 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
Stilleben: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
resolved source packages: SymbolKit, Stilleben, SwiftDocCPlugin
2026-04-13 06:40:24.967 xcodebuild[1091:6784] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Stilleben",
"name" : "Stilleben",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Stilleben",
"targets" : [
"Stilleben"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StillebenTests",
"module_type" : "SwiftTarget",
"name" : "StillebenTests",
"path" : "Tests/StillebenTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/sv.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sv"
}
}
}
],
"sources" : [
"AssertTests.swift",
"EncodableTests.swift",
"Helpers/Locale+Extension.swift",
"ReflectionTests.swift",
"SwiftUITests.swift",
"TestViews/ItemList.swift",
"TestViews/ItemListViewController.swift",
"TestViews/TestLabel.swift",
"UIKitTests.swift"
],
"target_dependencies" : [
"Stilleben"
],
"type" : "test"
},
{
"c99name" : "Stilleben",
"module_type" : "SwiftTarget",
"name" : "Stilleben",
"path" : "Sources/Stilleben",
"product_memberships" : [
"Stilleben"
],
"sources" : [
"Diffing/DiffingStrategy.swift",
"Diffing/Image/ImageDiffingStrategy.swift",
"Diffing/Image/LabDelta.swift",
"Diffing/Image/SameImage.swift",
"Diffing/Text/TextDiffingStrategy.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/UIView+Extensions.swift",
"Extensions/XCTAttachment+Extensions.swift",
"Internal/Bundle+Swizzling.swift",
"Internal/EnvironmentModifier.swift",
"Internal/Modifier.swift",
"Internal/TraitsViewController.swift",
"Internal/UIView+AutoLayout.swift",
"Internal/WrapperViewController.swift",
"Matchers/EncodableMatcher/EncodableMatcher.swift",
"Matchers/ReflectionMatcher/ReflectionMatcher.swift",
"Matchers/UIMatcher/UIMatcher+SwiftUI.swift",
"Matchers/UIMatcher/UIMatcher+UIKit.swift",
"Matchers/UIMatcher/UIMatcher.swift",
"Recording/LocalFileRecordingStrategy.swift",
"Recording/RecordingStrategy.swift",
"Rendering/DefaultRenderingStrategy.swift",
"Rendering/RenderingStrategy.swift",
"Sizing/DynamicHeightStrategy.swift",
"Sizing/IntrinsicSizeStrategy.swift",
"Sizing/ScreenSizeStrategy.swift",
"Sizing/SizingStrategy.swift",
"Snapshot/Callsite.swift",
"Snapshot/Snapshot.swift",
"Snapshot/Snapshot/Snapshot+Assert.swift",
"Snapshot/Snapshot/Snapshot+Device.swift",
"Snapshot/Snapshot/Snapshot+Encodable.swift",
"Snapshot/Snapshot/Snapshot+Match.swift",
"Snapshot/Snapshot/Snapshot+Record.swift",
"Snapshot/Snapshot/Snapshot+Reflect.swift",
"Snapshot/Snapshot/Snapshot+Render.swift",
"Snapshot/Snapshot/Snapshot+Sizing.swift",
"Snapshot/Snapshot/Snapshot+SwiftUI.swift",
"Snapshot/Snapshot/Snapshot+UIImage.swift",
"Snapshot/Snapshot/Snapshot+UIKit.swift",
"Snapshot/Snapshot/Snapshot+UIViewController.swift",
"Snapshot/SnapshotContext.swift",
"Snapshot/SnapshotContext/SnapshotContext+Callsite.swift",
"Snapshot/SnapshotContext/SnapshotContext+Record.swift",
"Snapshot/SnapshotContext/SnapshotContext+Sizing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Stilleben"
]
}
}
2026-04-13 06:40:31.793 xcodebuild[1151:7190] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination platform=macOS,arch=arm64
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Stilleben -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
Stilleben: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Stilleben' in project 'Stilleben'
➜ Explicit dependency on target 'Stilleben' in project 'Stilleben'
Target 'Stilleben' in project 'Stilleben' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: Unable to resolve module dependency: 'UIKit'
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: note: A dependency of main module 'Stilleben'
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift:1:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift:2:8: note: Also imported here
import UIKit
^ (in target 'Stilleben' from project 'Stilleben')
2026-04-13 06:40:38.514 xcodebuild[1204:7561] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:6ed03459f87ecee5104a9d440561c167e96ba026, name:My Mac }
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: error: unable to resolve module dependency: 'UIKit'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift:1:8: note: a dependency of main module 'Stilleben'
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift:2:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift:1:8: note: also imported here
import UIKit
^
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift:2:8: note: also imported here
import UIKit
^
** BUILD FAILED **
The following build commands failed:
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
Building workspace spi-builder-workspace with scheme Stilleben
(2 failures)
BUILD FAILURE 6.3 macosXcodebuild