Build Information
Failed to build DependencyInjectorObjectMapper, reference master (7a5335), with Swift 6.3 for visionOS using Xcode 26.4 on 10 Apr 2026 19:32:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DependencyInjectorObjectMapper -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Digipolitan/dependency-injector-object-mapper.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Digipolitan/dependency-injector-object-mapper
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7a5335d Merge branch 'release/1.0.6'
Cloned https://github.com/Digipolitan/dependency-injector-object-mapper.git
Revision (git rev-parse @):
7a5335dfcf6c94b0ae31b773d640331da28eee9c
SUCCESS checkout https://github.com/Digipolitan/dependency-injector-object-mapper.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/Digipolitan/dependency-injector-object-mapper.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "dependency-injector",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Digipolitan/dependency-injector.git"
},
{
"identity" : "objectmapper",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Hearst-DD/ObjectMapper.git"
}
],
"manifest_display_name" : "DependencyInjectorObjectMapper",
"name" : "DependencyInjectorObjectMapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DependencyInjectorObjectMapper",
"targets" : [
"DependencyInjectorObjectMapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DependencyInjectorObjectMapperTests",
"module_type" : "SwiftTarget",
"name" : "DependencyInjectorObjectMapperTests",
"path" : "Tests/DependencyInjectorObjectMapperTests",
"sources" : [
"Address.swift",
"AddressModel.swift",
"DefaultModule.swift",
"DependencyInjectorObjectMapperTests.swift",
"User.swift",
"UserModel.swift"
],
"target_dependencies" : [
"DependencyInjectorObjectMapper"
],
"type" : "test"
},
{
"c99name" : "DependencyInjectorObjectMapper",
"module_type" : "SwiftTarget",
"name" : "DependencyInjectorObjectMapper",
"path" : "Sources/DependencyInjectorObjectMapper",
"product_dependencies" : [
"DependencyInjector",
"ObjectMapper"
],
"product_memberships" : [
"DependencyInjectorObjectMapper"
],
"sources" : [
"Binder+ObjectMapper.swift",
"InjectorTransformer.swift",
"Map+DependencyInjector.swift",
"Provider+ObjectMapper.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "DependencyInjectorObjectMapper",
"schemes" : [
"DependencyInjectorObjectMapper-iOS",
"DependencyInjectorObjectMapper-OSX",
"DependencyInjectorObjectMapper-tvOS",
"DependencyInjectorObjectMapper-watchOS"
],
"targets" : [
"DependencyInjectorObjectMapper-iOS",
"DependencyInjectorObjectMapperTests-iOS",
"DependencyInjectorObjectMapper-watchOS",
"DependencyInjectorObjectMapper-tvOS",
"DependencyInjectorObjectMapperTests-tvOS",
"DependencyInjectorObjectMapper-OSX",
"DependencyInjectorObjectMapperTests-OSX"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DependencyInjectorObjectMapper"
]
}
}
2026-04-10 15:32:28.147 xcodebuild[656:3781] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DependencyInjectorObjectMapper -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DependencyInjectorObjectMapper -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
DependencyInjector: https://github.com/Digipolitan/dependency-injector.git @ 2.2.1
ObjectMapper: https://github.com/Hearst-DD/ObjectMapper.git @ 3.5.3
DependencyInjectorObjectMapper: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'ObjectMapper' in project 'ObjectMapper'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'ObjectMapper' in project 'ObjectMapper' (no dependencies)
Target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
Target 'DependencyInjector' in project 'DependencyInjector' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: fef7cc75e97de1781a3fd93759307c81
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/fef7cc75e97de1781a3fd93759307c81.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyMetadataFileList (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.modulemap (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyStaticMetadataFileList (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_const_extract_protocols.json (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftConstValuesFileList (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-OutputFileMap.json (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.LinkFileList (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftConstValuesFileList (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.LinkFileList (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftFileList (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-OutputFileMap.json (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.modulemap (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ObjectMapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.modulemap (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
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/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.DependencyStaticMetadataFileList (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.DependencyMetadataFileList (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.modulemap (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-OutputFileMap.json (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftConstValuesFileList (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_const_extract_protocols.json (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.LinkFileList (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DependencyInjectorObjectMapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.modulemap (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
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/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DependencyInjectorObjectMapper.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyStaticMetadataFileList (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyMetadataFileList (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DependencyInjector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.modulemap (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
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/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver DependencyInjector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DependencyInjector -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ObjectMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ObjectMapper -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ObjectMapper (in target 'ObjectMapper' from project 'ObjectMapper')
EmitSwiftModule normal arm64 (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DateFormatterTransform.swift,\ DateTransform.swift,\ DictionaryTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DateFormatterTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DateTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DictionaryTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DateFormatterTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DateTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DictionaryTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TransformType.swift,\ URLTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/URLTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformType.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/URLTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CodableTransform.swift,\ CustomDateFormatTransform.swift,\ DataTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/CodableTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/CustomDateFormatTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DataTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/CodableTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/CustomDateFormatTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/DataTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TransformOf.swift,\ TransformOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformOf.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformOperators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformOf.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/TransformOperators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Operators.swift,\ ToJSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Operators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ToJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Operators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ToJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EnumOperators.swift,\ EnumTransform.swift,\ FromJSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/EnumOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/EnumTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/FromJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/EnumOperators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/EnumTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/FromJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntegerOperators.swift,\ Map.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/IntegerOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Map.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/IntegerOperators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Map.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HexColorTransform.swift,\ ISO8601DateTransform.swift,\ ImmutableMappable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/HexColorTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ISO8601DateTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ImmutableMappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/HexColorTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ISO8601DateTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/ImmutableMappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Mapper.swift,\ NSDecimalNumberTransform.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Mapper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/NSDecimalNumberTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Mapper.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/NSDecimalNumberTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftDriverJobDiscovery normal arm64 Emitting module for ObjectMapper (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriver\ Compilation\ Requirements ObjectMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ObjectMapper -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ObjectMapper-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-Swift.h (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ObjectMapper-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftdoc (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.abi.json (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftsourceinfo (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DependencyInjector (in target 'DependencyInjector' from project 'DependencyInjector')
EmitSwiftModule normal arm64 (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for DependencyInjector (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 Compiling\ MapError.swift,\ Mappable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/MapError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Mappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/MapError.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper/Sources/Mappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements DependencyInjector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DependencyInjector -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TransformType.swift, URLTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 Compiling\ Binder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Binder.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Binder.swift (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Injectable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Injectable.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Injectable.swift (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Module.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Module.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Module.swift (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Injector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Injector.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Injector.swift (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TransformOf.swift, TransformOperators.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriverJobDiscovery normal arm64 Compiling MapError.swift, Mappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift, ToJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DependencyInjector-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-Swift.h (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DependencyInjector-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling DateFormatterTransform.swift, DateTransform.swift, DictionaryTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftdoc (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling EnumOperators.swift, EnumTransform.swift, FromJSON.swift (in target 'ObjectMapper' from project 'ObjectMapper')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.abi.json (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftsourceinfo (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IntegerOperators.swift, Map.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftCompile normal arm64 Compiling\ Provider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Provider.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector/Sources/DependencyInjector/Provider.swift (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HexColorTransform.swift, ISO8601DateTransform.swift, ImmutableMappable.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriverJobDiscovery normal arm64 Compiling Mapper.swift, NSDecimalNumberTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriverJobDiscovery normal arm64 Compiling CodableTransform.swift, CustomDateFormatTransform.swift, DataTransform.swift (in target 'ObjectMapper' from project 'ObjectMapper')
SwiftDriver\ Compilation ObjectMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ObjectMapper -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.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/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-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-xros/ObjectMapper.o normal (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.o
SwiftDriver DependencyInjectorObjectMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DependencyInjectorObjectMapper -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-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/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.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/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DependencyInjectorObjectMapper (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
EmitSwiftModule normal arm64 (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Map+DependencyInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Binder+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Provider+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DependencyInjectorObjectMapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.4 -target-sdk-name xros26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.o -index-unit-output-path /DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift:16:31: error: value of type 'any BaseMappable.Type' has no member 'init'
if let res = type.init(JSON: arguments ?? [:]) as? T {
~~~~ ^~~~
SwiftCompile normal arm64 Compiling\ InjectorTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Injectable.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftDriverJobDiscovery normal arm64 Compiling Module.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftDriverJobDiscovery normal arm64 Compiling Binder.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftDriverJobDiscovery normal arm64 Compiling Provider.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftDriverJobDiscovery normal arm64 Compiling Injector.swift (in target 'DependencyInjector' from project 'DependencyInjector')
SwiftDriver\ Compilation DependencyInjector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DependencyInjector -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.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/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-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-xros/DependencyInjector.o normal (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.o
ExtractAppIntentsMetadata (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.aNSsgZ/Metal.xctoolchain --module-name ObjectMapper --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier objectmapper.ObjectMapper --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/ObjectMapper.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ObjectMapper.build/Debug-xros/ObjectMapper.build/Objects-normal/arm64/ObjectMapper.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-10 15:32:39.556 appintentsmetadataprocessor[823:4717] Starting appintentsmetadataprocessor export
2026-04-10 15:32:39.578 appintentsmetadataprocessor[823:4717] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.aNSsgZ/Metal.xctoolchain --module-name DependencyInjector --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier dependency-injector.DependencyInjector --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/DependencyInjector.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjector.build/Debug-xros/DependencyInjector.build/Objects-normal/arm64/DependencyInjector.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-10 15:32:39.556 appintentsmetadataprocessor[824:4735] Starting appintentsmetadataprocessor export
2026-04-10 15:32:39.578 appintentsmetadataprocessor[824:4735] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.o (in target 'DependencyInjector' from project 'DependencyInjector')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/dependency-injector
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/DependencyInjector.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.o (in target 'ObjectMapper' from project 'ObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ObjectMapper
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ObjectMapper.o
2026-04-10 15:32:30.733 xcodebuild[738:4295] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Provider+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
Building workspace spi-builder-workspace with scheme DependencyInjectorObjectMapper
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
DependencyInjector: https://github.com/Digipolitan/dependency-injector.git @ 2.2.1
DependencyInjectorObjectMapper: /Users/admin/builder/spi-builder-workspace
ObjectMapper: https://github.com/Hearst-DD/ObjectMapper.git @ 3.5.3
resolved source packages: DependencyInjector, DependencyInjectorObjectMapper, ObjectMapper
2026-04-10 15:32:40.963 xcodebuild[825:4779] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "dependency-injector",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Digipolitan/dependency-injector.git"
},
{
"identity" : "objectmapper",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Hearst-DD/ObjectMapper.git"
}
],
"manifest_display_name" : "DependencyInjectorObjectMapper",
"name" : "DependencyInjectorObjectMapper",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DependencyInjectorObjectMapper",
"targets" : [
"DependencyInjectorObjectMapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DependencyInjectorObjectMapperTests",
"module_type" : "SwiftTarget",
"name" : "DependencyInjectorObjectMapperTests",
"path" : "Tests/DependencyInjectorObjectMapperTests",
"sources" : [
"Address.swift",
"AddressModel.swift",
"DefaultModule.swift",
"DependencyInjectorObjectMapperTests.swift",
"User.swift",
"UserModel.swift"
],
"target_dependencies" : [
"DependencyInjectorObjectMapper"
],
"type" : "test"
},
{
"c99name" : "DependencyInjectorObjectMapper",
"module_type" : "SwiftTarget",
"name" : "DependencyInjectorObjectMapper",
"path" : "Sources/DependencyInjectorObjectMapper",
"product_dependencies" : [
"DependencyInjector",
"ObjectMapper"
],
"product_memberships" : [
"DependencyInjectorObjectMapper"
],
"sources" : [
"Binder+ObjectMapper.swift",
"InjectorTransformer.swift",
"Map+DependencyInjector.swift",
"Provider+ObjectMapper.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DependencyInjectorObjectMapper"
]
}
}
2026-04-10 15:32:42.534 xcodebuild[836:4896] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DependencyInjectorObjectMapper -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DependencyInjectorObjectMapper -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
DependencyInjectorObjectMapper: /Users/admin/builder/spi-builder-workspace
DependencyInjector: https://github.com/Digipolitan/dependency-injector.git @ 2.2.1
ObjectMapper: https://github.com/Hearst-DD/ObjectMapper.git @ 3.5.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'DependencyInjectorObjectMapper' in project 'DependencyInjectorObjectMapper'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'ObjectMapper' in project 'ObjectMapper'
➜ Explicit dependency on target 'ObjectMapper' in project 'ObjectMapper'
Target 'ObjectMapper' in project 'ObjectMapper' (no dependencies)
Target 'DependencyInjector' in project 'DependencyInjector'
➜ Explicit dependency on target 'DependencyInjector' in project 'DependencyInjector'
Target 'DependencyInjector' in project 'DependencyInjector' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
SwiftDriver DependencyInjectorObjectMapper normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DependencyInjectorObjectMapper -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-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/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.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/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ InjectorTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ DependencyInjectorObjectMapper (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
EmitSwiftModule normal arm64 (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Binder+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Provider+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Binder+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/InjectorTransformer.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/DependencyInjectorObjectMapper_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name DependencyInjectorObjectMapper -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.4 -target-sdk-name xros26.4 -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.o -index-unit-output-path /DependencyInjectorObjectMapper.build/Debug-xros/DependencyInjectorObjectMapper.build/Objects-normal/arm64/Provider+ObjectMapper.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift:16:31: error: value of type 'any BaseMappable.Type' has no member 'init'
if let res = type.init(JSON: arguments ?? [:]) as? T {
~~~~ ^~~~
SwiftCompile normal arm64 Compiling\ Map+DependencyInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Map+DependencyInjector.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
2026-04-10 15:32:43.630 xcodebuild[872:5172] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Provider+ObjectMapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DependencyInjectorObjectMapper/Provider+ObjectMapper.swift (in target 'DependencyInjectorObjectMapper' from project 'DependencyInjectorObjectMapper')
Building workspace spi-builder-workspace with scheme DependencyInjectorObjectMapper
(3 failures)
BUILD FAILURE 6.3 visionOS