The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fetcher, reference 0.1.0 (e40121), with Swift 6.1 for visionOS using Xcode 16.3 on 13 Jan 2026 17:56:50 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Fetcher -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/Fetcher.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/Fetcher
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at e40121c Initial public release - 0.1.0 (#1)
Cloned https://github.com/Snapp-Mobile/Fetcher.git
Revision (git rev-parse @):
e40121ce118ddc6eb1762a0410eec1b824818d8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/Fetcher.git at 0.1.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Snapp-Mobile/Fetcher.git
https://github.com/Snapp-Mobile/Fetcher.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/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
{
  "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Fetcher -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Fetcher -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Fetcher: /Users/admin/builder/spi-builder-workspace
  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-16.3.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: 50263e1a05df4a69eb945dc02969abaf96b6e2eb834fd9ba81155e07b1b95bb5
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 file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(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/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Applications/Xcode-16.3.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
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:21:23: warning: [DontRepeatTypeInStaticProperties] remove the suffix 'Log' from the name of the variable 'fileLogger'
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x14bf09d40 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 9d97cce1a2cf43588e1a01f314ffb039
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9d97cce1a2cf43588e1a01f314ffb039.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    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/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyMetadataFileList (in target 'LintPlugin' from project 'SwiftFormatLintPlugin')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormatLintPlugin
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyStaticMetadataFileList (in target 'LintPlugin' from project 'SwiftFormatLintPlugin')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftFormatLintPlugin
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormatLintPlugin.build/Debug/LintPlugin.build/LintPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/Fetcher_Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher_Fetcher.build/empty-Fetcher_Fetcher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/tokenError.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/getData.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/refreshToken.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/error.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle/empty.json /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle (in target 'Fetcher_Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher_Fetcher.bundle
SwiftDriver Fetcher normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ OSLog+Categories.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/resource_bundle_accessor.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: warning: static property 'subsystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: convert 'subsystem' to a 'let' constant to make 'Sendable' shared state immutable
    private static var subsystem = Bundle.main.bundleIdentifier!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: add '@MainActor' to make static property 'subsystem' part of global actor 'MainActor'
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
    nonisolated(unsafe)
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\ 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\ 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\ URLSession+Backports.swift,\ Fetcher+Concurrency.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/URLSession+Backports.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/URLSession+Backports.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift:28:69: warning: 'data(for:)' was deprecated in visionOS 1.0: Use the built-in API instead
            let (data, response) = try await environment.urlSession.data(for: request)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Fetcher+Concurrency.swift:158:66: warning: 'data(for:)' was deprecated in visionOS 1.0: Use the built-in API instead
            let (_, response) = try await environment.urlSession.data(for: request)
                                                                 ^
SwiftCompile normal arm64 Compiling\ Token.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Token.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Models/Token.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ APIURL.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/APIURL.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/APIURL.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FetcherLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Protocols/FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ 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

/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: warning: static property 'subsystem' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: convert 'subsystem' to a 'let' constant to make 'Sendable' shared state immutable
    private static var subsystem = Bundle.main.bundleIdentifier!
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: add '@MainActor' to make static property 'subsystem' part of global actor 'MainActor'
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Extensions/OSLog+Categories.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var subsystem = Bundle.main.bundleIdentifier!
                       ^
    nonisolated(unsafe)
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

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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ServerErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Fetcher-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling FetcherEnvironment.swift (in target 'Fetcher' from project 'Fetcher')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Token.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling FetcherLogger.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling TokenErrorResponse.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling APIURLMock.swift, URLProtocolMock.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling APIURL.swift (in target 'Fetcher' from project 'Fetcher')
SwiftDriverJobDiscovery normal arm64 Compiling Fetcher.swift, APIError.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 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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Fetcher -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o normal (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o
ExtractAppIntentsMetadata (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Fetcher --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.Fetcher --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Fetcher.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Fetcher.build/Debug-xros/Fetcher.build/Objects-normal/arm64/Fetcher.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-01-13 09:56:49.649 appintentsmetadataprocessor[820:4813] Starting appintentsmetadataprocessor export
2026-01-13 09:56:49.686 appintentsmetadataprocessor[820:4813] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o (in target 'Fetcher' from project 'Fetcher')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Fetcher.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformatlintplugin",
      "requirement" : {
        "exact" : [
          "1.0.4"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
    }
  ],
  "manifest_display_name" : "Fetcher",
  "name" : "Fetcher",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Fetcher",
      "targets" : [
        "Fetcher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FetcherTests",
      "module_type" : "SwiftTarget",
      "name" : "FetcherTests",
      "path" : "Tests/FetcherTests",
      "sources" : [
        "ErrorHandlingTests.swift",
        "FetcherFailingTests.swift",
        "FetcherNoNetworkTests.swift",
        "FetcherTests.swift",
        "Shared/FailingAPIURL.swift",
        "Shared/FailingAPIURLMock.swift",
        "Shared/FetcherAPIURL.swift",
        "Shared/FetcherAPIURLMock.swift",
        "Shared/FetcherEnvironmentMock.swift",
        "Shared/FetcherMocks.swift",
        "TokenTests.swift"
      ],
      "target_dependencies" : [
        "Fetcher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fetcher",
      "module_type" : "SwiftTarget",
      "name" : "Fetcher",
      "path" : "Sources/Fetcher",
      "product_dependencies" : [
        "Lint"
      ],
      "product_memberships" : [
        "Fetcher"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/OSLog+Categories.swift",
        "Extensions/URLSession+Backports.swift",
        "Fetcher+Concurrency.swift",
        "Fetcher.swift",
        "Models/APIError.swift",
        "Models/Mock/APIURLMock.swift",
        "Models/Mock/URLProtocolMock.swift",
        "Models/ServerErrorResponse.swift",
        "Models/Token.swift",
        "Models/TokenErrorResponse.swift",
        "Protocols/APIURL.swift",
        "Protocols/FetcherEnvironment.swift",
        "Protocols/FetcherLogger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.