Build Information
Successful build of Fetcher, reference 0.1.0 (e40121), with Swift 6.2 for visionOS using Xcode 26.3 on 13 Jan 2026 17:50:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Fetcher -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/Fetcher.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/Fetcher
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at e40121c Initial public release - 0.1.0 (#1)
Cloned https://github.com/Snapp-Mobile/Fetcher.git
Revision (git rev-parse @):
e40121ce118ddc6eb1762a0410eec1b824818d8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/Fetcher.git at 0.1.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/Snapp-Mobile/Fetcher.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Creating working copy of package ‘SwiftFormatLintPlugin’
Checking out 1.0.4 of package ‘SwiftFormatLintPlugin’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
Fetcher: /Users/admin/builder/spi-builder-workspace
SwiftFormatLintPlugin: https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git @ 1.0.4
resolved source packages: Fetcher, SwiftFormatLintPlugin
2026-01-13 12:50:13.988 xcodebuild[521:3048] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swiftformatlintplugin",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
}
],
"manifest_display_name" : "Fetcher",
"name" : "Fetcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Fetcher",
"targets" : [
"Fetcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FetcherTests",
"module_type" : "SwiftTarget",
"name" : "FetcherTests",
"path" : "Tests/FetcherTests",
"sources" : [
"ErrorHandlingTests.swift",
"FetcherFailingTests.swift",
"FetcherNoNetworkTests.swift",
"FetcherTests.swift",
"Shared/FailingAPIURL.swift",
"Shared/FailingAPIURLMock.swift",
"Shared/FetcherAPIURL.swift",
"Shared/FetcherAPIURLMock.swift",
"Shared/FetcherEnvironmentMock.swift",
"Shared/FetcherMocks.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"Fetcher"
],
"type" : "test"
},
{
"c99name" : "Fetcher",
"module_type" : "SwiftTarget",
"name" : "Fetcher",
"path" : "Sources/Fetcher",
"product_dependencies" : [
"Lint"
],
"product_memberships" : [
"Fetcher"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/OSLog+Categories.swift",
"Extensions/URLSession+Backports.swift",
"Fetcher+Concurrency.swift",
"Fetcher.swift",
"Models/APIError.swift",
"Models/Mock/APIURLMock.swift",
"Models/Mock/URLProtocolMock.swift",
"Models/ServerErrorResponse.swift",
"Models/Token.swift",
"Models/TokenErrorResponse.swift",
"Protocols/APIURL.swift",
"Protocols/FetcherEnvironment.swift",
"Protocols/FetcherLogger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Fetcher"
]
}
}
2026-01-13 12:50:19.444 xcodebuild[646:3903] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Fetcher -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.0.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 Fetcher -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftFormatLintPlugin: https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git @ 1.0.4
Fetcher: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “LintPlugin” in package “swiftformatlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/LintPlugin
[debug]: Using compiler /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: f85f15e8d32ab6d298c92b0ba9c2c0e6620196395e03028371d6969635a6b88e
Apply build tool plug-in “LintPlugin” to target “Fetcher” in package “spi-builder-workspace”
Linting 13 Swift file(s)...Using swift-format configuration at /Users/admin/builder/spi-builder-workspace/.swiftformat
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/tmp\")
(subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T\")
(subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/C\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/Fetcher/LintPlugin\")
(subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T/TemporaryItems\")
)
" /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-format lint --parallel --configuration /Users/admin/builder/spi-builder-workspace/.swiftformat /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/URLSession+Backports.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/APIError.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/APIURLMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/URLProtocolMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/ServerErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/TokenErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/APIURL.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherLogger.swift
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x84b8ab900 path:'/Users/admin/builder/spi-builder-workspace'>
target: Fetcher
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'Fetcher_Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'Lint' in project 'SwiftFormatLintPlugin'
Target 'Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'Fetcher_Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'Lint' in project 'SwiftFormatLintPlugin'
Target 'Lint' in project 'SwiftFormatLintPlugin'
➜ Explicit dependency on target 'LintPlugin' in project 'SwiftFormatLintPlugin'
Target 'Fetcher_Fetcher' in project 'Fetcher'
➜ Explicit dependency on target 'LintPlugin' in project 'SwiftFormatLintPlugin'
Target 'LintPlugin' in project 'SwiftFormatLintPlugin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a93b949df6e8fc0129cd8dc0283e4434
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a93b949df6e8fc0129cd8dc0283e4434.xcbuilddata
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
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyMetadataFileList (in target 'LintPlugin' from project 'SwiftFormatLintPlugin')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormatLintPlugin
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyStaticMetadataFileList (in target 'LintPlugin' from project 'SwiftFormatLintPlugin')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormatLintPlugin
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap (in target 'Fetcher' from project 'Fetcher')
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/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/refreshToken.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
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/Sources/Fetcher/Mocks/refreshToken.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/tokenError.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
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/Sources/Fetcher/Mocks/tokenError.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/getData.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
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/Sources/Fetcher/Mocks/getData.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/empty.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
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/Sources/Fetcher/Mocks/empty.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/error.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
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/Sources/Fetcher/Mocks/error.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
SwiftDriver Fetcher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_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/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-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-9MFXI7L2QK17CX3U6B91YVWBN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-7PYYG1ABSQU1AY0JPKK75UHMI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-EDMUOCQIT1K27LNV41TKKJVGU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-PBXEMFJD5FL0G3U993X3FZ0U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5A06JPS0WS8V5EO3SGT504BJC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-P7KNBXKHHA1ATDOOVPBV0O1G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-8BDJCUJ0XG0TCQFFJZTN125XN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-6GQZABRWPS9NLXCMNXUFDDD2Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-E637FMXWGL13KWOROTBWDJ8TT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-D16RF0ZCLOY0LSM8OWM7B2NV4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-DSILBFC3336O6917I9STROHW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-3WAU7OULDZHWBU392VC83NEUF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-3P6J71AZPFY9YVFHED296QTLG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-9I7S72ZJ5IMU237I1CRJ1LY5K.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1GF29KUT5MKFAE8RJ12HAID8U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-7S4338DMCXVBUUV9J494V7J78.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-16UA23W6GLMWAY9GCCA0RDCVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ET467X5W9PHVJX1EN6ZJPZX1A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UK10IC2NMO73H3RYXIV7PBOV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6W5BODV6RIITGV63BGIKUYOQR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BL9IJDG48HPHY6MH7H2489CY8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-IJO6PYO68M31NSMTHWGT0RBC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8QQITMVRRG05X3MFMJH5F6EA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-3TAARIC11HTJXK6VKAJMDGUT9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-64R4ZZ9UTDOBNUH0YAHT2Z260.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-56FX7UF8UKMJTCZ7UBW5HYDEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-17ZKTPOYXOICU8AXL0MH57TOK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-B5NRR0JFAXNYKOO1DQ2XDAY7P.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Fetcher (in target 'Fetcher' from project 'Fetcher')
EmitSwiftModule normal arm64 (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FetcherLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIURLMock.swift,\ URLProtocolMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/APIURLMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/APIURLMock.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Mock/URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ServerErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/ServerErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/ServerErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TokenErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/TokenErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/TokenErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Fetcher.swift,\ APIError.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/APIError.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/APIError.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIURL.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/APIURL.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/APIURL.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FetcherEnvironment.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Token.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Token.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ URLSession+Backports.swift,\ Fetcher+Concurrency.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/URLSession+Backports.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/URLSession+Backports.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift:28:69: warning: 'data(for:)' was deprecated in iOS 1.0: Use the built-in API instead
let (data, response) = try await environment.urlSession.data(for: request)
^
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift:158:66: warning: 'data(for:)' was deprecated in iOS 1.0: Use the built-in API instead
let (_, response) = try await environment.urlSession.data(for: request)
^
SwiftDriverJobDiscovery normal arm64 Emitting module for Fetcher (in target 'Fetcher' from project 'Fetcher')
SwiftDriver\ Compilation\ Requirements Fetcher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_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/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling APIURL.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling ServerErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling APIURLMock.swift, URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Backports.swift, Fetcher+Concurrency.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling TokenErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling Fetcher.swift, APIError.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriver\ Compilation Fetcher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -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.0.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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_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/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-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/Fetcher.o normal (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.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/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o
ExtractAppIntentsMetadata (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Fetcher --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A324 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Fetcher --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-13 12:50:28.928 appintentsmetadataprocessor[739:4359] Starting appintentsmetadataprocessor export
2026-01-13 12:50:29.074 appintentsmetadataprocessor[739:4359] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o
** BUILD SUCCEEDED **
2026-01-13 12:50:21.459 xcodebuild[650:3949] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformatlintplugin",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
}
],
"manifest_display_name" : "Fetcher",
"name" : "Fetcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Fetcher",
"targets" : [
"Fetcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FetcherTests",
"module_type" : "SwiftTarget",
"name" : "FetcherTests",
"path" : "Tests/FetcherTests",
"sources" : [
"ErrorHandlingTests.swift",
"FetcherFailingTests.swift",
"FetcherNoNetworkTests.swift",
"FetcherTests.swift",
"Shared/FailingAPIURL.swift",
"Shared/FailingAPIURLMock.swift",
"Shared/FetcherAPIURL.swift",
"Shared/FetcherAPIURLMock.swift",
"Shared/FetcherEnvironmentMock.swift",
"Shared/FetcherMocks.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"Fetcher"
],
"type" : "test"
},
{
"c99name" : "Fetcher",
"module_type" : "SwiftTarget",
"name" : "Fetcher",
"path" : "Sources/Fetcher",
"product_dependencies" : [
"Lint"
],
"product_memberships" : [
"Fetcher"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/OSLog+Categories.swift",
"Extensions/URLSession+Backports.swift",
"Fetcher+Concurrency.swift",
"Fetcher.swift",
"Models/APIError.swift",
"Models/Mock/APIURLMock.swift",
"Models/Mock/URLProtocolMock.swift",
"Models/ServerErrorResponse.swift",
"Models/Token.swift",
"Models/TokenErrorResponse.swift",
"Protocols/APIURL.swift",
"Protocols/FetcherEnvironment.swift",
"Protocols/FetcherLogger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.