Build Information
Successful build of Stilleben, reference main (7ca2a4), with Swift 6.3 for iOS using Xcode 26.4 on 13 Apr 2026 10:39:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aegzorz/stilleben.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aegzorz/stilleben
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7ca2a44 ♻️ Updated to use main for workflow
Cloned https://github.com/aegzorz/stilleben.git
Revision (git rev-parse @):
7ca2a44c8988747c69f3b0ebbe88ddb8c2d36496
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aegzorz/stilleben.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/aegzorz/stilleben.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 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:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
Stilleben: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: SwiftDocCPlugin, Stilleben, SymbolKit
2026-04-13 06:38:34.210 xcodebuild[529:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Stilleben",
"name" : "Stilleben",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Stilleben",
"targets" : [
"Stilleben"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StillebenTests",
"module_type" : "SwiftTarget",
"name" : "StillebenTests",
"path" : "Tests/StillebenTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/StillebenTests/Resources/sv.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sv"
}
}
}
],
"sources" : [
"AssertTests.swift",
"EncodableTests.swift",
"Helpers/Locale+Extension.swift",
"ReflectionTests.swift",
"SwiftUITests.swift",
"TestViews/ItemList.swift",
"TestViews/ItemListViewController.swift",
"TestViews/TestLabel.swift",
"UIKitTests.swift"
],
"target_dependencies" : [
"Stilleben"
],
"type" : "test"
},
{
"c99name" : "Stilleben",
"module_type" : "SwiftTarget",
"name" : "Stilleben",
"path" : "Sources/Stilleben",
"product_memberships" : [
"Stilleben"
],
"sources" : [
"Diffing/DiffingStrategy.swift",
"Diffing/Image/ImageDiffingStrategy.swift",
"Diffing/Image/LabDelta.swift",
"Diffing/Image/SameImage.swift",
"Diffing/Text/TextDiffingStrategy.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/UIView+Extensions.swift",
"Extensions/XCTAttachment+Extensions.swift",
"Internal/Bundle+Swizzling.swift",
"Internal/EnvironmentModifier.swift",
"Internal/Modifier.swift",
"Internal/TraitsViewController.swift",
"Internal/UIView+AutoLayout.swift",
"Internal/WrapperViewController.swift",
"Matchers/EncodableMatcher/EncodableMatcher.swift",
"Matchers/ReflectionMatcher/ReflectionMatcher.swift",
"Matchers/UIMatcher/UIMatcher+SwiftUI.swift",
"Matchers/UIMatcher/UIMatcher+UIKit.swift",
"Matchers/UIMatcher/UIMatcher.swift",
"Recording/LocalFileRecordingStrategy.swift",
"Recording/RecordingStrategy.swift",
"Rendering/DefaultRenderingStrategy.swift",
"Rendering/RenderingStrategy.swift",
"Sizing/DynamicHeightStrategy.swift",
"Sizing/IntrinsicSizeStrategy.swift",
"Sizing/ScreenSizeStrategy.swift",
"Sizing/SizingStrategy.swift",
"Snapshot/Callsite.swift",
"Snapshot/Snapshot.swift",
"Snapshot/Snapshot/Snapshot+Assert.swift",
"Snapshot/Snapshot/Snapshot+Device.swift",
"Snapshot/Snapshot/Snapshot+Encodable.swift",
"Snapshot/Snapshot/Snapshot+Match.swift",
"Snapshot/Snapshot/Snapshot+Record.swift",
"Snapshot/Snapshot/Snapshot+Reflect.swift",
"Snapshot/Snapshot/Snapshot+Render.swift",
"Snapshot/Snapshot/Snapshot+Sizing.swift",
"Snapshot/Snapshot/Snapshot+SwiftUI.swift",
"Snapshot/Snapshot/Snapshot+UIImage.swift",
"Snapshot/Snapshot/Snapshot+UIKit.swift",
"Snapshot/Snapshot/Snapshot+UIViewController.swift",
"Snapshot/SnapshotContext.swift",
"Snapshot/SnapshotContext/SnapshotContext+Callsite.swift",
"Snapshot/SnapshotContext/SnapshotContext+Record.swift",
"Snapshot/SnapshotContext/SnapshotContext+Sizing.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Stilleben"
]
}
}
2026-04-13 06:38:56.251 xcodebuild[885:5283] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Stilleben -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Stilleben -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
Stilleben: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Stilleben' in project 'Stilleben'
➜ Explicit dependency on target 'Stilleben' in project 'Stilleben'
Target 'Stilleben' in project 'Stilleben' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cac7afdc72a9600cf3b601834dfc49d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cac7afdc72a9600cf3b601834dfc49d7.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Stilleben.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Stilleben.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Stilleben.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Stilleben.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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_stdarg-CZOEYK3ZE2H1GST2SXCKMSTI4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-2F1TLFMIYG87O875XOW4JCA6I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-565O5PP7IF1NUBR8VGC9KQ0XG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-87Z1ZXO1ICF314KKACY4HUBK8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-1UZ3PIGWNYDWKO4RKG8JKGDXH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-C0JBBBFU09IEE46E6SRV4Q1QE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6TPSIDWYXNBLA4R5K8WO4R1U6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-ABCXUGMOJ2Y64UUV2Y7D2BD52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-AZAOCK6F554MUZT32IVY0H9WU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-DS24CBWPGCFOVVACIMJMR6WFK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-E112WBJLCCO8YEVKIIBLN111E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-B5BWU00VOG61G9AOF4IRYMH7A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-55R05UJ9OP6J0GUVQKCQ2JUC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-7B0982Q6MLVXSQ78X3N07E0DK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-LW1ODH1EVGGYB87QNC42IG3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CYVQLRLX0Z4HW57ZNJUKP0MPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-EQZFBWWVW9KW6E3F3SNFCNB8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-5SJHMOKLYARC4395W6K72I0KP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6MYNCC2PN7EO7CJDQYQ323O67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BDFY0PWTCHRDMSGRRHNEC420M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6EJIDGUP97A8AUBH8E5VMWPHN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-AZZ9ECOQGW9T7SORXXCLAG8SJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EW2K9W0YQWC2T3Z1GGPY7GKXI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-E9HS3HMP78PJ6KGCPCKFUCUBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-CFY74N2OU9RJXSMJ80ALF0EW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-C3D2CJ2NKDTWICORJSTRT3B20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-3D4DDE6DOD13ZZWZS3X2KJ9GO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CTU02QJ91OX1WXBASR1DGMARP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BV2K5A80R7QF72PPJ2AL4LEFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-85I3RD01DX6QDC0BOAFJC79GO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-58E2KM3LSTQKD06R8G4WBFIFB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-2P43PJ5IH1F1FN66X6INYLBXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-55WQ5LB8ULK9Q3XB2SZOSNU4U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-CVRWF2G44AHHP0GD8MIQFK79J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3HBCW452KADHV2JHDSQSLVUIK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-9H3VMH21VO8IC6KMX771C76HI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-MOMMY9RG6CXGEEDQ5S1SHP7L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-75XGIDIZX2YINO3FAWB1CAWNZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-57I866GLZC8MH3Q5X8D6GR5JM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-90DK842Y3EG42WOBO0TGPL81T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-75VH460NV1QUY0VQU4UOSW2NQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B5AYCFP2SDP17JIMPAQ27JZ71.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-3MWML9BHMUP77EG09RM7WXG5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-7XBWGXMD6XE972SNJU4J6IC3Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-C65Z4AWN875Y8VT8I6TBJNO60.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-D8Z5TIX292UEVDVLFYLBFQHUX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-ECM3Y8QRH4Y5FMBKRS6YOJ85V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-C2TXQQRTHPR4P0JLTT4RJULD6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8K831DTOCJP10GM4X7WGEWY0X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-779OHCQHYTK25WW3AXPUP5AKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-20T4Q3416VKY8TYMM1ACF26SQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-3TBDK2TU082Z8QQ932S15QU7J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-KMEF5CO892X5JD6NRL8AVBIJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-2Z3AWTCOYDOGH6K7J8MQR3ENJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-14ICUI3JR710PYOI3IV5YEWP8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-461KS07J9584KB37GH68FXQC5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-1BB5ECVJASAASOE5W0NDDGXTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-A6S6O81UFV6DP6QZZN5ZJBDME.pcm
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCUIAutomation-2TBGEIX8ZSUC7.swiftmodule
SwiftExplicitDependencyCompileModuleFromInterface arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/XCTest-SN8V6VPMRH4B.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\ 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')
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
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\ 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\ 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\ 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\ 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\ 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\ 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\ 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
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+Assert.swift, Snapshot+Device.swift, Snapshot+Encodable.swift, Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Stilleben-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Stilleben-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftdoc (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.abi.json (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftsourceinfo (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Optional+Extensions.swift, String+Extensions.swift, UIView+Extensions.swift, XCTAttachment+Extensions.swift, Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotContext.swift, SnapshotContext+Callsite.swift, SnapshotContext+Record.swift, SnapshotContext+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling LocalFileRecordingStrategy.swift, RecordingStrategy.swift, DefaultRenderingStrategy.swift, RenderingStrategy.swift, DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling IntrinsicSizeStrategy.swift, ScreenSizeStrategy.swift, SizingStrategy.swift, Callsite.swift, Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling DiffingStrategy.swift, ImageDiffingStrategy.swift, LabDelta.swift, SameImage.swift, TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+SwiftUI.swift, Snapshot+UIImage.swift, Snapshot+UIKit.swift, Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling EncodableMatcher.swift, ReflectionMatcher.swift, UIMatcher+SwiftUI.swift, UIMatcher+UIKit.swift, UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling EnvironmentModifier.swift, Modifier.swift, TraitsViewController.swift, UIView+AutoLayout.swift, WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+Record.swift, Snapshot+Reflect.swift, Snapshot+Render.swift, Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriver\ Compilation 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 -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.o normal (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.o
ExtractAppIntentsMetadata (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.mlAOvm/Metal.xctoolchain --module-name Stilleben --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.Stilleben --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Stilleben.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Stilleben.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-13 06:39:21.269 appintentsmetadataprocessor[1161:6906] Starting appintentsmetadataprocessor export
2026-04-13 06:39:21.290 appintentsmetadataprocessor[1161:6906] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.o (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.o
** BUILD SUCCEEDED **
2026-04-13 06:39:04.923 xcodebuild[955:5777] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/aegzorz/stilleben/main
Repository: aegzorz/stilleben
Swift version used: 6.3
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: Stilleben
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/aegzorz/stilleben/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme Stilleben -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/aegzorz/stilleben/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.6
Stilleben: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Stilleben' in project 'Stilleben'
➜ Explicit dependency on target 'Stilleben' in project 'Stilleben'
Target 'Stilleben' in project 'Stilleben' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4a9fdbb117d5c51bb474fb2d6f4d2422
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4a9fdbb117d5c51bb474fb2d6f4d2422.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph/swift/arm64-apple-ios (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph/swift/arm64-apple-ios
SwiftDriver Stilleben normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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\ 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
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+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\ 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')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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+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\ 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\ 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\ 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\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+Assert.swift, Snapshot+Device.swift, Snapshot+Encodable.swift, Snapshot+Match.swift (in target 'Stilleben' from project 'Stilleben')
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Optional+Extensions.swift, String+Extensions.swift, UIView+Extensions.swift, XCTAttachment+Extensions.swift, Bundle+Swizzling.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+SwiftUI.swift, Snapshot+UIImage.swift, Snapshot+UIKit.swift, Snapshot+UIViewController.swift (in target 'Stilleben' from project 'Stilleben')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.abi.json (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.swiftmodule/arm64-apple-ios.abi.json
CompileDocumentation (in target 'Stilleben' from project 'Stilleben')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name Stilleben --fallback-bundle-identifier spi-builder-workspace.Stilleben --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Stilleben-diagnostics.json --emit-digest --source-service github --source-service-base-url https://github.com/aegzorz/stilleben/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'function' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'function' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:7:21: warning: External name 'using' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:6:21: warning: External name 'using' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:41:21: warning: External name 'add' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'add' with 'component'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:29:21: warning: External name 'using' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'function' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'function' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:21: warning: External name 'modelIdentifier' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'modelIdentifier' with 'expected'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'function' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'function' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:67: warning: Parameter 'line' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'line' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:67: warning: Parameter 'file' is missing documentation (in target 'Stilleben' from project 'Stilleben')
note: Document 'file' parameter
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:12:21: warning: External name 'using' used to document parameter (in target 'Stilleben' from project 'Stilleben')
note: Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'function' is missing documentation. Document 'function' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:9-5:9: fixit: - Parameter function: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:7:21: warning: External name 'using' used to document parameter. Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Sizing.swift:7:21-7:26: fixit: strategy
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:6:21: warning: External name 'using' used to document parameter. Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+UIImage.swift:6:21-6:26: fixit: strategy
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:41:21: warning: External name 'add' used to document parameter. Replace 'add' with 'component'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:41:21-41:24: fixit: component
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:29:21: warning: External name 'using' used to document parameter. Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Diffing/DiffingStrategy.swift:29:21-29:26: fixit: strategy
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:9-5:9: fixit: - Parameter line: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:74: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:5:9-5:9: fixit: - Parameter file: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'function' is missing documentation. Document 'function' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:9-50:9: fixit: - Parameter function: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87-16:87: fixit:
///- Parameter file: <#parameter description#>
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:9-50:9: fixit: - Parameter line: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:16:87-16:87: fixit:
///- Parameter line: <#parameter description#>
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:64: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+UIKit.swift:50:9-50:9: fixit: - Parameter file: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:21: warning: External name 'modelIdentifier' used to document parameter. Replace 'modelIdentifier' with 'expected'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:21-6:36: fixit: expected
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111-6:111: fixit:
///- Parameter line: <#parameter description#>
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Assert.swift:6:111-6:111: fixit:
///- Parameter file: <#parameter description#>
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'function' is missing documentation. Document 'function' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:9-5:9: fixit: - Parameter function: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:9-5:9: fixit: - Parameter line: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:68: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Matchers/UIMatcher/UIMatcher+SwiftUI.swift:5:9-5:9: fixit: - Parameter file: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:67: warning: Parameter 'line' is missing documentation. Document 'line' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:9-31:9: fixit: - Parameter line: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:67: warning: Parameter 'file' is missing documentation. Document 'file' parameter.
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:31:9-31:9: fixit: - Parameter file: <#parameter description#>
///
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:12:21: warning: External name 'using' used to document parameter. Replace 'using' with 'strategy'
/Users/admin/builder/spi-builder-workspace/Sources/Stilleben/Snapshot/Snapshot/Snapshot+Record.swift:12:21-12:26: fixit: strategy
SwiftDriverJobDiscovery normal arm64 Compiling Snapshot+Record.swift, Snapshot+Reflect.swift, Snapshot+Render.swift, Snapshot+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling IntrinsicSizeStrategy.swift, ScreenSizeStrategy.swift, SizingStrategy.swift, Callsite.swift, Snapshot.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling LocalFileRecordingStrategy.swift, RecordingStrategy.swift, DefaultRenderingStrategy.swift, RenderingStrategy.swift, DynamicHeightStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling DiffingStrategy.swift, ImageDiffingStrategy.swift, LabDelta.swift, SameImage.swift, TextDiffingStrategy.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling EnvironmentModifier.swift, Modifier.swift, TraitsViewController.swift, UIView+AutoLayout.swift, WrapperViewController.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling EncodableMatcher.swift, ReflectionMatcher.swift, UIMatcher+SwiftUI.swift, UIMatcher+UIKit.swift, UIMatcher.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriverJobDiscovery normal arm64 Compiling SnapshotContext.swift, SnapshotContext+Callsite.swift, SnapshotContext+Record.swift, SnapshotContext+Sizing.swift (in target 'Stilleben' from project 'Stilleben')
SwiftDriver\ Compilation 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 -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Stilleben -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios15.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -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-iphoneos/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-iphoneos/Stilleben.build/Objects-normal/arm64/Stilleben_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/Stilleben.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Stilleben.build/Debug-iphoneos/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-iphoneos/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 DOCUMENTATION SUCCEEDED **
2026-04-13 06:39:31.415 xcodebuild[1191:7072] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Stilleben.doccarchive
423
4 /Users/admin/builder/spi-builder-workspace/.docs/aegzorz/stilleben/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/aegzorz/stilleben/main
File count: 423
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-aegzorz-stilleben-main-a37e376d.zip to s3://spi-docs-inbox/prod-aegzorz-stilleben-main-a37e376d.zip
Copying... [16%]
Copying... [24%]
Copying... [32%]
Copying... [40%]
Copying... [57%]
Copying... [65%]
Copying... [73%]
Copying... [81%]
Copying... [97%]
Copying... [100%]
Done.