Build Information
Successful build of Fetcher, reference main (2549e3), with Swift 6.3 for iOS using Xcode 26.4 on 18 Apr 2026 04:39:46 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=iOSBuild 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: iOS
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:
SwiftFormatLintPlugin: https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git @ 1.0.4
Fetcher: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftFormatLintPlugin, Fetcher
2026-04-18 00:39:23.086 xcodebuild[529:3075] [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:31.743 xcodebuild[668:4033] [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=iOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Fetcher -destination generic/platform=iOS
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:0x9d4673600 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2e561272ab870b5d55e00e5d3daa1c5e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2e561272ab870b5d55e00e5d3daa1c5e.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
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
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-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
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-iphoneos/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-iphoneos/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Fetcher.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher_Fetcher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher_Fetcher.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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_stdbool-2F1TLFMIYG87O875XOW4JCA6I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-1UZ3PIGWNYDWKO4RKG8JKGDXH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-565O5PP7IF1NUBR8VGC9KQ0XG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-87Z1ZXO1ICF314KKACY4HUBK8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-6TPSIDWYXNBLA4R5K8WO4R1U6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-ABCXUGMOJ2Y64UUV2Y7D2BD52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-CZOEYK3ZE2H1GST2SXCKMSTI4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-C0JBBBFU09IEE46E6SRV4Q1QE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-AZAOCK6F554MUZT32IVY0H9WU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-E112WBJLCCO8YEVKIIBLN111E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-B5BWU00VOG61G9AOF4IRYMH7A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-55R05UJ9OP6J0GUVQKCQ2JUC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-CYVQLRLX0Z4HW57ZNJUKP0MPX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-LW1ODH1EVGGYB87QNC42IG3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6MYNCC2PN7EO7CJDQYQ323O67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-EQZFBWWVW9KW6E3F3SNFCNB8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-BDFY0PWTCHRDMSGRRHNEC420M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-6EJIDGUP97A8AUBH8E5VMWPHN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-E9HS3HMP78PJ6KGCPCKFUCUBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EW2K9W0YQWC2T3Z1GGPY7GKXI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-CFY74N2OU9RJXSMJ80ALF0EW3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-C3D2CJ2NKDTWICORJSTRT3B20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CTU02QJ91OX1WXBASR1DGMARP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-85I3RD01DX6QDC0BOAFJC79GO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BV2K5A80R7QF72PPJ2AL4LEFT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-58E2KM3LSTQKD06R8G4WBFIFB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-55WQ5LB8ULK9Q3XB2SZOSNU4U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-2P43PJ5IH1F1FN66X6INYLBXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3HBCW452KADHV2JHDSQSLVUIK.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\ 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\ 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\ 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\ resource_bundle_accessor.swift,\ OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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\ 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\ 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\ 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\ 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\ 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\ 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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 FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling APIURLMock.swift, URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Fetcher-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Fetcher-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling APIURL.swift (in target 'Fetcher' from project 'Fetcher')
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 ServerErrorResponse.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.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios13.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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.oPsSFl/Metal.xctoolchain --module-name Fetcher --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.Fetcher --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Fetcher.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Fetcher.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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:39:45.637 appintentsmetadataprocessor[776:4705] Starting appintentsmetadataprocessor export
2026-04-18 00:39:45.662 appintentsmetadataprocessor[776:4705] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Fetcher.o
** BUILD SUCCEEDED **
2026-04-18 00:39:34.296 xcodebuild[674:4104] [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"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/snapp-mobile/fetcher/main
Repository: Snapp-Mobile/Fetcher
Swift version used: 6.3
Target: Fetcher
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData docbuild "OTHER_DOCC_FLAGS=--emit-digest --source-service github --source-service-base-url https://github.com/Snapp-Mobile/Fetcher/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace" -scheme Fetcher -destination generic/platform=iOS
Build settings from command line:
OTHER_DOCC_FLAGS = --emit-digest --source-service github --source-service-base-url https://github.com/Snapp-Mobile/Fetcher/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin
Updating from https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.6 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.6
Fetcher: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftFormatLintPlugin: https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git @ 1.0.4
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:0xc32689b00 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 554ede9c46123ae00c1b81caf59fb7b9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/554ede9c46123ae00c1b81caf59fb7b9.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph/swift/arm64-apple-ios (in target 'Fetcher' from project 'Fetcher')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph/swift/arm64-apple-ios
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher_Fetcher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher_Fetcher.bundle/Info.plist
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ 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
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\ resource_bundle_accessor.swift,\ OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/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\ 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\ 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\ 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\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling ServerErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling TokenErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling Token.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 APIURL.swift (in target 'Fetcher' from project 'Fetcher')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher.docc (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/docc convert --emit-lmdb-index --fallback-display-name Fetcher --fallback-bundle-identifier spi-builder-workspace.Fetcher --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/Fetcher-diagnostics.json --emit-digest --source-service github --source-service-base-url https://github.com/Snapp-Mobile/Fetcher/blob/main --checkout-path /Users/admin/builder/spi-builder-workspace /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher.docc --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling APIURLMock.swift, URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+Backports.swift, Fetcher+Concurrency.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-iphoneos/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-iphoneos/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD DOCUMENTATION SUCCEEDED **
2026-04-18 00:40:02.453 xcodebuild[827:4974] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Fetcher.doccarchive
198
3 /Users/admin/builder/spi-builder-workspace/.docs/snapp-mobile/fetcher/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/snapp-mobile/fetcher/main
File count: 198
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-snapp-mobile-fetcher-main-4a538ee2.zip to s3://spi-docs-inbox/prod-snapp-mobile-fetcher-main-4a538ee2.zip
Copying... [14%]
Copying... [21%]
Copying... [35%]
Copying... [42%]
Copying... [55%]
Copying... [62%]
Copying... [76%]
Copying... [83%]
Copying... [90%]
Copying... [100%]
Done.