Build Information
Successful build of JSONDrivenUI, reference main (074e0d), with Swift 6.1 for iOS using Xcode 16.3 on 16 Apr 2026 05:18:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONDrivenUI -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EnesKaraosman/JSONDrivenUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EnesKaraosman/JSONDrivenUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 074e0d2 Major overhaul: builder DSL, expanded views, and comprehensive tests (#3)
Cloned https://github.com/EnesKaraosman/JSONDrivenUI.git
Revision (git rev-parse @):
074e0d2b4cf76766b7caebd08073fe261f8395d1
SUCCESS checkout https://github.com/EnesKaraosman/JSONDrivenUI.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/EnesKaraosman/JSONDrivenUI.git
https://github.com/EnesKaraosman/JSONDrivenUI.git
{
"dependencies" : [
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher.git"
}
],
"manifest_display_name" : "JSONDrivenUI",
"name" : "JSONDrivenUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "JSONDrivenUI",
"targets" : [
"JSONDrivenUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONDrivenUITests",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUITests",
"path" : "Tests/JSONDrivenUITests",
"sources" : [
"BuilderTests.swift",
"ColorExtensionTests.swift",
"DepthLimitTests.swift",
"ErrorHandlingTests.swift",
"JSONDrivenUITests.swift",
"JSONExportTests.swift",
"NodeModifierTests.swift",
"NodeTypeTests.swift",
"ViewFactoryTests.swift",
"ViewMaterialDecodingTests.swift",
"ViewPropertiesDecodingTests.swift"
],
"target_dependencies" : [
"JSONDrivenUI"
],
"type" : "test"
},
{
"c99name" : "JSONDrivenUI",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUI",
"path" : "Sources/JSONDrivenUI",
"product_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"JSONDrivenUI"
],
"sources" : [
"ActionHandler.swift",
"AxisBasedStack.swift",
"Builder/JSONExport.swift",
"Builder/JSONNode.swift",
"Builder/NodeBuilder.swift",
"Builder/NodeModifiers.swift",
"Builder/NodeTypes.swift",
"Extensions/Color+Extensions.swift",
"Factories/ModifierFactory.swift",
"Factories/ViewFactory.swift",
"JSONDataView.swift",
"JSONDrivenUIError.swift",
"Protocols/JSONDataViewProtocol.swift",
"Protocols/PresentableProtocol.swift",
"Values.swift",
"ViewMaterial.swift",
"ViewProperties.swift",
"ViewType.swift",
"Views/StatefulViews.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/onevcat/Kingfisher.git
Creating working copy of package ‘Kingfisher’
Checking out 8.8.1 of package ‘Kingfisher’
Resolve Package Graph
Resolved source packages:
Kingfisher: https://github.com/onevcat/Kingfisher.git @ 8.8.1
JSONDrivenUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Kingfisher, JSONDrivenUI
{
"dependencies" : [
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher.git"
}
],
"manifest_display_name" : "JSONDrivenUI",
"name" : "JSONDrivenUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "JSONDrivenUI",
"targets" : [
"JSONDrivenUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONDrivenUITests",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUITests",
"path" : "Tests/JSONDrivenUITests",
"sources" : [
"BuilderTests.swift",
"ColorExtensionTests.swift",
"DepthLimitTests.swift",
"ErrorHandlingTests.swift",
"JSONDrivenUITests.swift",
"JSONExportTests.swift",
"NodeModifierTests.swift",
"NodeTypeTests.swift",
"ViewFactoryTests.swift",
"ViewMaterialDecodingTests.swift",
"ViewPropertiesDecodingTests.swift"
],
"target_dependencies" : [
"JSONDrivenUI"
],
"type" : "test"
},
{
"c99name" : "JSONDrivenUI",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUI",
"path" : "Sources/JSONDrivenUI",
"product_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"JSONDrivenUI"
],
"sources" : [
"ActionHandler.swift",
"AxisBasedStack.swift",
"Builder/JSONExport.swift",
"Builder/JSONNode.swift",
"Builder/NodeBuilder.swift",
"Builder/NodeModifiers.swift",
"Builder/NodeTypes.swift",
"Extensions/Color+Extensions.swift",
"Factories/ModifierFactory.swift",
"Factories/ViewFactory.swift",
"JSONDataView.swift",
"JSONDrivenUIError.swift",
"Protocols/JSONDataViewProtocol.swift",
"Protocols/PresentableProtocol.swift",
"Values.swift",
"ViewMaterial.swift",
"ViewProperties.swift",
"ViewType.swift",
"Views/StatefulViews.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"JSONDrivenUI"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JSONDrivenUI -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 JSONDrivenUI -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Kingfisher: https://github.com/onevcat/Kingfisher.git @ 8.8.1
JSONDrivenUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'JSONDrivenUI' in project 'JSONDrivenUI'
➜ Explicit dependency on target 'JSONDrivenUI' in project 'JSONDrivenUI'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
Target 'JSONDrivenUI' in project 'JSONDrivenUI'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher_Kingfisher' in project 'Kingfisher' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: ea2f45af9fd40950f592984a372c1f17
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ea2f45af9fd40950f592984a372c1f17.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/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/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/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
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.modulemap (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/Kingfisher_Kingfisher.DependencyMetadataFileList (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/Kingfisher_Kingfisher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/Kingfisher_Kingfisher.DependencyStaticMetadataFileList (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/Kingfisher_Kingfisher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-OutputFileMap.json (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.LinkFileList (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_const_extract_protocols.json (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftConstValuesFileList (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyStaticMetadataFileList (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyMetadataFileList (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kingfisher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.modulemap (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-OutputFileMap.json (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.LinkFileList (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.modulemap (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_const_extract_protocols.json (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftConstValuesFileList (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyStaticMetadataFileList (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyMetadataFileList (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONDrivenUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.modulemap (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/PrivacyInfo.xcprivacy (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher_Kingfisher.bundle
SwiftDriver Kingfisher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kingfisher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name kingfisher -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ CacheSerializer.swift,\ DiskStorage.swift,\ FormatIndicatedCacheSerializer.swift,\ ImageCache.swift,\ MemoryStorage.swift,\ Storage.swift,\ CPListItem+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/DiskStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/FormatIndicatedCacheSerializer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/ImageCache.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/MemoryStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/Storage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/CPListItem+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/CacheSerializer.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/DiskStorage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/FormatIndicatedCacheSerializer.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/ImageCache.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/MemoryStorage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Cache/Storage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/CPListItem+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GIFAnimatedImage.swift,\ GraphicsContext.swift,\ Image.swift,\ ImageDrawing.swift,\ ImageFormat.swift,\ ImageProcessor.swift,\ ImageProgressive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/GIFAnimatedImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/GraphicsContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Image.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageDrawing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageProcessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageProgressive.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/GIFAnimatedImage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/GraphicsContext.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Image.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageDrawing.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageFormat.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageProcessor.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageProgressive.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ImageModifier.swift,\ ImagePrefetcher.swift,\ NetworkMetrics.swift,\ NetworkMonitor.swift,\ RedirectHandler.swift,\ RequestModifier.swift,\ RetryStrategy.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageModifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImagePrefetcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/NetworkMetrics.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/NetworkMonitor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RedirectHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RequestModifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RetryStrategy.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageModifier.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImagePrefetcher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/NetworkMetrics.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/NetworkMonitor.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RedirectHandler.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RequestModifier.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/RetryStrategy.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SessionDataTask.swift,\ SessionDelegate.swift,\ ImageBinder.swift,\ ImageContext.swift,\ KFAnimatedImage.swift,\ KFImage.swift,\ KFImageOptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/SessionDataTask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/ImageBinder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/ImageContext.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFAnimatedImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageOptions.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/SessionDataTask.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/SessionDelegate.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/ImageBinder.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/ImageContext.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFAnimatedImage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImage.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageOptions.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ImageDataProvider.swift,\ LivePhotoSource.swift,\ PHPickerResultImageDataProvider.swift,\ PhotosPickerItemImageDataProvider.swift,\ Resource.swift,\ Source.swift,\ KF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/ImageDataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/LivePhotoSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/PHPickerResultImageDataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/PhotosPickerItemImageDataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/Resource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/Source.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KF.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/ImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/LivePhotoSource.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/PHPickerResultImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/PhotosPickerItemImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/Resource.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/Source.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KF.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HasImageComponent+Kingfisher.swift,\ ImageView+Kingfisher.swift,\ NSButton+Kingfisher.swift,\ NSTextAttachment+Kingfisher.swift,\ PHLivePhotoView+Kingfisher.swift,\ UIButton+Kingfisher.swift,\ AVAssetImageDataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/HasImageComponent+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/ImageView+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/NSButton+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/NSTextAttachment+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/PHLivePhotoView+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/UIButton+Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/AVAssetImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/HasImageComponent+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/ImageView+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/NSButton+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/NSTextAttachment+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/PHLivePhotoView+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Extensions/UIButton+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/ImageSource/AVAssetImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KFImageProtocol.swift,\ KFImageRenderer.swift,\ Box.swift,\ CallbackQueue.swift,\ CancellationToken.swift,\ Delegate.swift,\ DisplayLink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageRenderer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Box.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/CallbackQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/CancellationToken.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Delegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/DisplayLink.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageProtocol.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/SwiftUI/KFImageRenderer.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Box.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/CallbackQueue.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/CancellationToken.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Delegate.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/DisplayLink.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Kingfisher (in target 'Kingfisher' from project 'Kingfisher')
EmitSwiftModule normal arm64 (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KFOptionsSetter.swift,\ Kingfisher.swift,\ KingfisherError.swift,\ KingfisherManager+LivePhoto.swift,\ KingfisherManager.swift,\ KingfisherOptionsInfo.swift,\ Filter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KFOptionsSetter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/Kingfisher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherManager+LivePhoto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherOptionsInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Filter.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KFOptionsSetter.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherError.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherManager+LivePhoto.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherManager.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/General/KingfisherOptionsInfo.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Filter.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ImageTransition.swift,\ Placeholder.swift,\ AuthenticationChallengeResponsable.swift,\ ImageDataProcessor.swift,\ ImageDownloader+LivePhoto.swift,\ ImageDownloader.swift,\ ImageDownloaderDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageTransition.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Placeholder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/AuthenticationChallengeResponsable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDataProcessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloader+LivePhoto.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloaderDelegate.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/ImageTransition.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Image/Placeholder.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/AuthenticationChallengeResponsable.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDataProcessor.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloader+LivePhoto.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloader.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Networking/ImageDownloaderDelegate.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExtensionHelpers.swift,\ Result.swift,\ Runtime.swift,\ SizeExtensions.swift,\ String+SHA256.swift,\ AnimatedImageView.swift,\ Indicator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/ExtensionHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Result.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Runtime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/SizeExtensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/String+SHA256.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Views/AnimatedImageView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Views/Indicator.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/ExtensionHelpers.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Result.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/Runtime.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/SizeExtensions.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Utility/String+SHA256.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Views/AnimatedImageView.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher/Sources/Views/Indicator.swift (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Kingfisher (in target 'Kingfisher' from project 'Kingfisher')
SwiftDriver\ Compilation\ Requirements Kingfisher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kingfisher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name kingfisher -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ImageTransition.swift, Placeholder.swift, AuthenticationChallengeResponsable.swift, ImageDataProcessor.swift, ImageDownloader+LivePhoto.swift, ImageDownloader.swift, ImageDownloaderDelegate.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kingfisher-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-Swift.h (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Kingfisher-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftdoc (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.abi.json (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftsourceinfo (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver JSONDrivenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONDrivenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ JSONDrivenUI (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
EmitSwiftModule normal arm64 (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StatefulViews.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Views/StatefulViews.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Views/StatefulViews.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ImageModifier.swift, ImagePrefetcher.swift, NetworkMetrics.swift, NetworkMonitor.swift, RedirectHandler.swift, RequestModifier.swift, RetryStrategy.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ NodeBuilder.swift,\ NodeModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeModifiers.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeBuilder.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeModifiers.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ExtensionHelpers.swift, Result.swift, Runtime.swift, SizeExtensions.swift, String+SHA256.swift, AnimatedImageView.swift, Indicator.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ NodeTypes.swift,\ Color+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Extensions/Color+Extensions.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/NodeTypes.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Extensions/Color+Extensions.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, CacheSerializer.swift, DiskStorage.swift, FormatIndicatedCacheSerializer.swift, ImageCache.swift, MemoryStorage.swift, Storage.swift, CPListItem+Kingfisher.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ ViewProperties.swift,\ ViewType.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewType.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewProperties.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewType.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling KFOptionsSetter.swift, Kingfisher.swift, KingfisherError.swift, KingfisherManager+LivePhoto.swift, KingfisherManager.swift, KingfisherOptionsInfo.swift, Filter.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ Values.swift,\ ViewMaterial.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Values.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewMaterial.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Values.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ViewMaterial.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling KFImageProtocol.swift, KFImageRenderer.swift, Box.swift, CallbackQueue.swift, CancellationToken.swift, Delegate.swift, DisplayLink.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ ActionHandler.swift,\ AxisBasedStack.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ActionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/AxisBasedStack.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/ActionHandler.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/AxisBasedStack.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SessionDataTask.swift, SessionDelegate.swift, ImageBinder.swift, ImageContext.swift, KFAnimatedImage.swift, KFImage.swift, KFImageOptions.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ JSONDataView.swift,\ JSONDrivenUIError.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/JSONDataView.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/JSONDrivenUIError.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/JSONDataView.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/JSONDrivenUIError.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GIFAnimatedImage.swift, GraphicsContext.swift, Image.swift, ImageDrawing.swift, ImageFormat.swift, ImageProcessor.swift, ImageProgressive.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ ModifierFactory.swift,\ ViewFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Factories/ModifierFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Factories/ViewFactory.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Factories/ModifierFactory.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Factories/ViewFactory.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ImageDataProvider.swift, LivePhotoSource.swift, PHPickerResultImageDataProvider.swift, PhotosPickerItemImageDataProvider.swift, Resource.swift, Source.swift, KF.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftCompile normal arm64 Compiling\ JSONExport.swift,\ JSONNode.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/JSONExport.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/JSONNode.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/JSONExport.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Builder/JSONNode.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HasImageComponent+Kingfisher.swift, ImageView+Kingfisher.swift, NSButton+Kingfisher.swift, NSTextAttachment+Kingfisher.swift, PHLivePhotoView+Kingfisher.swift, UIButton+Kingfisher.swift, AVAssetImageDataProvider.swift (in target 'Kingfisher' from project 'Kingfisher')
SwiftDriver\ Compilation Kingfisher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Kingfisher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name kingfisher -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for JSONDrivenUI (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 Compiling\ JSONDataViewProtocol.swift,\ PresentableProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Protocols/JSONDataViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Protocols/PresentableProtocol.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Protocols/JSONDataViewProtocol.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JSONDrivenUI/Protocols/PresentableProtocol.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o normal (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o
SwiftDriverJobDiscovery normal arm64 Compiling NodeBuilder.swift, NodeModifiers.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriver\ Compilation\ Requirements JSONDrivenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONDrivenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StatefulViews.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONDrivenUI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-Swift.h (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/JSONDrivenUI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftdoc (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.abi.json (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftsourceinfo (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ActionHandler.swift, AxisBasedStack.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriverJobDiscovery normal arm64 Compiling ViewProperties.swift, ViewType.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriverJobDiscovery normal arm64 Compiling JSONExport.swift, JSONNode.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriverJobDiscovery normal arm64 Compiling Values.swift, ViewMaterial.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
ExtractAppIntentsMetadata (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Kingfisher --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier kingfisher.Kingfisher --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Kingfisher.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-iphoneos/Kingfisher.build/Objects-normal/arm64/Kingfisher.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-15 22:18:40.754 appintentsmetadataprocessor[770:4609] Starting appintentsmetadataprocessor export
2026-04-15 22:18:40.795 appintentsmetadataprocessor[770:4609] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling JSONDataView.swift, JSONDrivenUIError.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriverJobDiscovery normal arm64 Compiling NodeTypes.swift, Color+Extensions.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriverJobDiscovery normal arm64 Compiling JSONDataViewProtocol.swift, PresentableProtocol.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o (in target 'Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Kingfisher.o
SwiftDriverJobDiscovery normal arm64 Compiling ModifierFactory.swift, ViewFactory.swift (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
SwiftDriver\ Compilation JSONDrivenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JSONDrivenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI-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/JSONDrivenUI.o normal (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios17.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.o
ExtractAppIntentsMetadata (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name JSONDrivenUI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.JSONDrivenUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.appintents --target-triple arm64-apple-ios17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/JSONDrivenUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JSONDrivenUI.build/Debug-iphoneos/JSONDrivenUI.build/Objects-normal/arm64/JSONDrivenUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-15 22:18:41.169 appintentsmetadataprocessor[773:4632] Starting appintentsmetadataprocessor export
2026-04-15 22:18:41.202 appintentsmetadataprocessor[773:4632] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.o (in target 'JSONDrivenUI' from project 'JSONDrivenUI')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/JSONDrivenUI.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher.git"
}
],
"manifest_display_name" : "JSONDrivenUI",
"name" : "JSONDrivenUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "JSONDrivenUI",
"targets" : [
"JSONDrivenUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONDrivenUITests",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUITests",
"path" : "Tests/JSONDrivenUITests",
"sources" : [
"BuilderTests.swift",
"ColorExtensionTests.swift",
"DepthLimitTests.swift",
"ErrorHandlingTests.swift",
"JSONDrivenUITests.swift",
"JSONExportTests.swift",
"NodeModifierTests.swift",
"NodeTypeTests.swift",
"ViewFactoryTests.swift",
"ViewMaterialDecodingTests.swift",
"ViewPropertiesDecodingTests.swift"
],
"target_dependencies" : [
"JSONDrivenUI"
],
"type" : "test"
},
{
"c99name" : "JSONDrivenUI",
"module_type" : "SwiftTarget",
"name" : "JSONDrivenUI",
"path" : "Sources/JSONDrivenUI",
"product_dependencies" : [
"Kingfisher"
],
"product_memberships" : [
"JSONDrivenUI"
],
"sources" : [
"ActionHandler.swift",
"AxisBasedStack.swift",
"Builder/JSONExport.swift",
"Builder/JSONNode.swift",
"Builder/NodeBuilder.swift",
"Builder/NodeModifiers.swift",
"Builder/NodeTypes.swift",
"Extensions/Color+Extensions.swift",
"Factories/ModifierFactory.swift",
"Factories/ViewFactory.swift",
"JSONDataView.swift",
"JSONDrivenUIError.swift",
"Protocols/JSONDataViewProtocol.swift",
"Protocols/PresentableProtocol.swift",
"Values.swift",
"ViewMaterial.swift",
"ViewProperties.swift",
"ViewType.swift",
"Views/StatefulViews.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.