Build Information
Failed to build Stilleben, reference main (7ca2a4), with Swift 6.2 for visionOS using Xcode 26.3 on 19 Jun 2025 20:48:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.64.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: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/aegzorz/stilleben.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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-plugin’
Checking out 1.4.4 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
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.4
Stilleben: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftDocCPlugin, Stilleben
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 generic/platform=xrOS
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.4
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 87cd394d3c36d79ac2bfb10afc5fa06e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/87cd394d3c36d79ac2bfb10afc5fa06e.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Stilleben.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Stilleben.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Stilleben.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/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-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-9UM8PPP4KW6AAOV6K04EBIWZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9BULLDMRSZHQBYMP4IH0YK2L3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-BX15W2BTB0EEAVPI9EMQVH3YS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9HREH5KSK6VU09KADFNSJY6NJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-7G0IE62YOJJIL0UFBMG83QYWS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-4FZACTQ3PHS8EYD0XUI82XX51.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-55NXZTJ4UXC54BP47LQ9SDLOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EZYJY4GE5O4YL3IIFNWZ5WXKQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-6XFSO7LGDHZRGTOI8KC3NS4UD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-CX4F6O9IOJTKGFAUWG7OPSFG7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-664U28B8ZZ1FYPR4QQ2PMVODV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-F5GWI8CNUDODS5XLHJJQAGIDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DOR45314J02VMF665ZJ8GVQNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-A79KHWQGXZBTXX2JG6ES2CSM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-BEB3OI91CNOGILRG885ETAQG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-25MWIIWLPHGU521IXWMNRC6RM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-MFGEYQXMXIPKCDUQ74H213JS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2MZXAQCGX38YTN544CAJ12XZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-5MQYLT5HICL0212DJOYH7LQJH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-94428SLMT35ZZKH7JMAPKEBJ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-D5GBEK4U2SPDXYSJHWHPB1JM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-C3BW1APDDDHVHRS5N4ER2ZIR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-2FK3UCVR0S9HVPW575FXX7FUG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B9E6PGEX1PQEZ19C9N894X14T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-4MG3QZBPXS0SQBA6OZUJO93EH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-1D3E2WEQWSDA62QWLD80B23SG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-BC4FRL5JOMKQ9J4LP22O1461T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-72W6AXBWD9TBMYXOJPM81E67M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-87YE6846J6GNYQCCBQI2I5IQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-3BF8NGKNJ4CPD2SC5H5FTKM6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-ESU4XOHL2HW4P3X1DIZZLTHWA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-930YAH72RCHX3MDTXZW0MOJ85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-7AKXG66CP4009CPJUKM0DAZYP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-6V3GRNK502IPENABRVQBS2A1A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-9UTXZIZ5F0CCSD17RNS3YR4W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8KICPG34I4B1VWDUBHNLI7IEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-4UHGBBJABZQ5ION3UDKZBQ4VS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-CM70AENA4LA9FSH6VL28VFK2R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-940MTOHMN4TTQOR70KHW6SX8M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-9D33F0LEHNNENS8A8AB8QM5XT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-BFNNSJLC7ZOVG3YYG31Z28LJX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-B0ZYIN4G6W2OVIJNF9LQHK01H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-2058MP8OU7AVC8IL1X0FGBZM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-10WUOJM3HTW0K4ITP0OPAB7MO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-6TECWHITI2IFWJBQTCJDVPZM9.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-38GJCQ647UAEM.swiftmodule
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-SM4B3JBAR7YO.swiftmodule
SwiftEmitModule normal arm64 Emitting\ module\ for\ Stilleben (in target 'Stilleben' from project 'Stilleben')
EmitSwiftModule normal arm64 (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+SwiftUI.swift,\ Snapshot+UIImage.swift,\ Snapshot+UIKit.swift,\ Snapshot+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+Assert.swift,\ Snapshot+Device.swift,\ Snapshot+Encodable.swift,\ Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/supplementaryOutputs-7 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64 -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Stilleben -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Assert.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Device.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Encodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Match.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Assert.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Device.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Encodable.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Match.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:20:22: error: 'UIScreen' is unavailable in visionOS
let actual = UIScreen.main.scale
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Optional+Extensions.swift,\ String+Extensions.swift,\ UIView+Extensions.swift,\ XCTAttachment+Extensions.swift,\ Bundle+Swizzling.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntrinsicSizeStrategy.swift,\ ScreenSizeStrategy.swift,\ SizingStrategy.swift,\ Callsite.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DiffingStrategy.swift,\ ImageDiffingStrategy.swift,\ LabDelta.swift,\ SameImage.swift,\ TextDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+Record.swift,\ Snapshot+Reflect.swift,\ Snapshot+Render.swift,\ Snapshot+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EncodableMatcher.swift,\ ReflectionMatcher.swift,\ UIMatcher+SwiftUI.swift,\ UIMatcher+UIKit.swift,\ UIMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SnapshotContext.swift,\ SnapshotContext+Callsite.swift,\ SnapshotContext+Record.swift,\ SnapshotContext+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LocalFileRecordingStrategy.swift,\ RecordingStrategy.swift,\ DefaultRenderingStrategy.swift,\ RenderingStrategy.swift,\ DynamicHeightStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EnvironmentModifier.swift,\ Modifier.swift,\ TraitsViewController.swift,\ UIView+AutoLayout.swift,\ WrapperViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Stilleben (in target 'Stilleben' from project 'Stilleben')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/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-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Snapshot+Assert.swift,\ Snapshot+Device.swift,\ Snapshot+Encodable.swift,\ Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift (in target 'Stilleben' from project 'Stilleben')
Building workspace spi-builder-workspace with scheme Stilleben
(3 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Stilleben: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
resolved source packages: Stilleben, SymbolKit, SwiftDocCPlugin
{
"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"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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 generic/platform=xrOS
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.4
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
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/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-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/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-xros/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Optional+Extensions.swift,\ String+Extensions.swift,\ UIView+Extensions.swift,\ XCTAttachment+Extensions.swift,\ Bundle+Swizzling.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EncodableMatcher.swift,\ ReflectionMatcher.swift,\ UIMatcher+SwiftUI.swift,\ UIMatcher+UIKit.swift,\ UIMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntrinsicSizeStrategy.swift,\ ScreenSizeStrategy.swift,\ SizingStrategy.swift,\ Callsite.swift,\ Snapshot.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DiffingStrategy.swift,\ ImageDiffingStrategy.swift,\ LabDelta.swift,\ SameImage.swift,\ TextDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LocalFileRecordingStrategy.swift,\ RecordingStrategy.swift,\ DefaultRenderingStrategy.swift,\ RenderingStrategy.swift,\ DynamicHeightStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+Assert.swift,\ Snapshot+Device.swift,\ Snapshot+Encodable.swift,\ Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/ImageDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/LabDelta.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Image/SameImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/Text/TextDiffingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/Optional+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/String+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Extensions/XCTAttachment+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Bundle+Swizzling.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/EncodableMatcher/EncodableMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/ReflectionMatcher/ReflectionMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/LocalFileRecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Recording/RecordingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/DefaultRenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Rendering/RenderingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/DynamicHeightStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/IntrinsicSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/ScreenSizeStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Sizing/SizingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/supplementaryOutputs-7 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64 -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name Stilleben -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Assert.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Device.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Encodable.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Match.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Assert.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Device.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Encodable.o -index-unit-output-path /Stilleben.build/Debug-xros/Stilleben.build/Objects-normal/arm64/Snapshot+Match.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:20:22: error: 'UIScreen' is unavailable in visionOS
let actual = UIScreen.main.scale
^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+Record.swift,\ Snapshot+Reflect.swift,\ Snapshot+Render.swift,\ Snapshot+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Reflect.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Render.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EnvironmentModifier.swift,\ Modifier.swift,\ TraitsViewController.swift,\ UIView+AutoLayout.swift,\ WrapperViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/EnvironmentModifier.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/Modifier.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/TraitsViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/UIView+AutoLayout.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Internal/WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Snapshot+SwiftUI.swift,\ Snapshot+UIImage.swift,\ Snapshot+UIKit.swift,\ Snapshot+UIViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+SwiftUI.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIKit.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Stilleben (in target 'Stilleben' from project 'Stilleben')
EmitSwiftModule normal arm64 (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SnapshotContext.swift,\ SnapshotContext+Callsite.swift,\ SnapshotContext+Record.swift,\ SnapshotContext+Sizing.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Callsite.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Record.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/SnapshotContext/SnapshotContext+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Snapshot+Assert.swift,\ Snapshot+Device.swift,\ Snapshot+Encodable.swift,\ Snapshot+Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Device.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Encodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift (in target 'Stilleben' from project 'Stilleben')
Building workspace spi-builder-workspace with scheme Stilleben
(3 failures)
BUILD FAILURE 6.2 visionOS