Build Information
Successful build of Fetcher, reference main (2549e3), with Swift 6.3 for tvOS using Xcode 26.4 on 18 Apr 2026 04:40:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Fetcher -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/Fetcher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/Fetcher
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2549e33 Add documentation section to README
Cloned https://github.com/Snapp-Mobile/Fetcher.git
Revision (git rev-parse @):
2549e33fb318d5172703d46832269270ff183cc2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/Fetcher.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/Snapp-Mobile/Fetcher.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/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-04-18 00:39:40.791 xcodebuild[529:3077] [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-04-18 00:39:48.979 xcodebuild[668:4020] [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 Fetcher -destination generic/platform=tvOS
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 Fetcher -destination generic/platform=tvOS
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.4.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: b21d6d5bae7b697f130900c0382a21887f2f194a757e0d37496fe59ef34930c2
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/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/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/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /Applications/Xcode-26.4.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:0xbfde49e00 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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a2112e64335f0eb5466ca232bb7629e5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a2112e64335f0eb5466ca232bb7629e5.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
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
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
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/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/EagerLinkingTBDs/Debug-appletvos
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-appletvos
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/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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.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/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/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Fetcher.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Fetcher.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher_Fetcher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher_Fetcher.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher_Fetcher.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos13.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-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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/_Builtin_stdarg-6IR74AZANZ723GQ22P5KSUCNO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-96MY5YMIZE1U4MOE11R9ULKIT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AQ1HY8MQB40OBEMHIY1GTTYAP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-A40102RLLHJJJ9IDUDEST5BCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CTW4BL8O8PXECFGEXKIKZLVOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1IU6E9SKRA3YNK7CWSCP8LFFS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-9H0QRNNC5ZMLD86R6TPVNQQLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9YF1YACEBW6IEGLI4RGNNNLKV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-C6Z7GBHIDKCEKLMFM2YYI3A7W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-C8K25E426DLKPVCAJ8SHHXWCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-83M597VMZ10XO5UMBNT95WK00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AJ9HGUY5IRAH91VM50P1L9B11.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2JW6725WSOM329AHHOI2IXHEL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4OHVUM6HD4FHWY3AVYX8MYOG5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1SOAUJM7AT9AN0FC9HBJ5QEHB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2FMS4S00LDVTM3A5F3HG2NCPF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EK28CMNHQB1F0TL1JOVI3MZKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-5GDWD1R0ICI11NFRTJALQMUXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4QNQ63T8WBQT7Y6WL2QAAYPBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-7FAWIVLGRGMRWFXMAHBA5QK8P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-26N59NSK2V9GM0RAGWJKYQ34I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-9LU39TAQEKUMHYW4P4QHHRUB5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3L2DRS4XWXWJFWZ35FJ52YWX5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-D0YBWMNC4I2CMNNCJIKGGV2JT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-C379776BHPBCF6T0UJQ2T5KDU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-BA2N33055QWW6CH8MYXK7FR98.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-407VQ2T1SPKBHZUHTGS89B2G3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-AUUBCXQJ3JUND273V2HIDNB00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DBRMRWHF30W1EVX28MPWOGTP4.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\ 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\ 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\ 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\ 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\ 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\ 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\ 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
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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\ 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
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos13.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-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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 FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Fetcher-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Fetcher-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Fetcher' from project 'Fetcher')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling APIURLMock.swift, URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling APIURL.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling ServerErrorResponse.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')
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.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -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/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos13.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-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/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-appletvos/Fetcher.o normal (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/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-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.o
ExtractAppIntentsMetadata (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.rK8lDd/Metal.xctoolchain --module-name Fetcher --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Fetcher --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Fetcher.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Fetcher.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Fetcher.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-appletvos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-18 00:40:01.226 appintentsmetadataprocessor[756:4509] Starting appintentsmetadataprocessor export
2026-04-18 00:40:01.279 appintentsmetadataprocessor[756:4509] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Fetcher.o
** BUILD SUCCEEDED **
2026-04-18 00:39:51.236 xcodebuild[674:4082] [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.