The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftAgent, reference 0.6.0 (9e9b05), with Swift 6.2 (beta) for tvOS using Xcode 26.0 on 25 Aug 2025 08:38:42 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftAgent -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftedMind/SwiftAgent.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftedMind/SwiftAgent
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 9e9b053 Merge pull request #1 from SwiftedMind/develop
Cloned https://github.com/SwiftedMind/SwiftAgent.git
Revision (git rev-parse @):
9e9b053e12f8430349b3b05f7748cc9753c156eb
SUCCESS checkout https://github.com/SwiftedMind/SwiftAgent.git at 0.6.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftedMind/SwiftAgent.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SwiftedMind/swift-openai-responses
Fetching from https://github.com/apple/swift-argument-parser.git
Fetching from https://github.com/SwiftyLab/MetaCodable.git
Fetching from https://github.com/swiftlang/swift-syntax.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘swift-argument-parser’
Checking out 1.6.1 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-collections’
Checking out 1.2.1 of package ‘swift-collections’
Creating working copy of package ‘swift-openai-responses’
Checking out main (e61ca50) of package ‘swift-openai-responses’
Creating working copy of package ‘MetaCodable’
Checking out 1.5.0 of package ‘MetaCodable’
Creating working copy of package ‘swift-syntax’
Checking out 601.0.1 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  SwiftAgent: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  OpenAI: https://github.com/SwiftedMind/swift-openai-responses @ main (e61ca50)
  MetaCodable: https://github.com/SwiftyLab/MetaCodable.git @ 1.5.0
resolved source packages: swift-collections, SwiftAgent, swift-syntax, swift-argument-parser, OpenAI, MetaCodable
{
  "dependencies" : [
    {
      "identity" : "swift-openai-responses",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftedMind/swift-openai-responses"
    }
  ],
  "manifest_display_name" : "SwiftAgent",
  "name" : "SwiftAgent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAISession",
      "targets" : [
        "OpenAISession",
        "SimulatedSession",
        "SwiftAgent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAgentTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAgentTests",
      "path" : "Tests/SwiftAgentTests",
      "sources" : [
        "PromptBuilderTests.swift",
        "SwiftAgentTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAgent",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAgent",
      "path" : "Sources/SwiftAgent",
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "Agent/AgentAdapter.swift",
        "Agent/AgentGenerationError.swift",
        "Agent/AgentTool.swift",
        "Agent/AgentToolCallError.swift",
        "Agent/AgentToolResolver.swift",
        "Agent/AgentTranscript.swift",
        "Agent/AgentUpdate.swift",
        "Agent/TokenUsage.swift",
        "ModelSession.swift",
        "Networking/HTTPClient.swift",
        "Networking/HTTPErrorMessageExtractor.swift",
        "Networking/NetworkLog.swift",
        "Prompt Builder/PromptBuilder.swift",
        "Prompt Builder/PromptBuiltins.swift",
        "Prompt Context/PromptContext.swift",
        "Prompt Context/PromptContextLinkPreview.swift",
        "SwiftAgentConfiguration.swift"
      ],
      "target_dependencies" : [
        "Internal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimulatedSession",
      "module_type" : "SwiftTarget",
      "name" : "SimulatedSession",
      "path" : "Sources/Simulation",
      "product_dependencies" : [
        "OpenAI"
      ],
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "MockableAgentTool.swift",
        "SimulatedGeneration.swift",
        "SimulatedSession.swift",
        "SimulationAdapter.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent",
        "Internal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAISession",
      "module_type" : "SwiftTarget",
      "name" : "OpenAISession",
      "path" : "Sources/OpenAI",
      "product_dependencies" : [
        "OpenAI"
      ],
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "OpenAIAdapter.swift",
        "OpenAIConfiguration.swift",
        "OpenAIGenerationOptions.swift",
        "OpenAIGenerationOptionsError.swift",
        "OpenAISession.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Internal",
      "module_type" : "SwiftTarget",
      "name" : "Internal",
      "path" : "Sources/Internal",
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "AgentLog.swift",
        "JSONUtilities.swift",
        "Logging.swift",
        "SnakeCaseName.swift",
        "URLMetadataProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "SwiftAgent",
    "schemes" : [
      "ExampleApp",
      "OpenAISession",
      "SwiftAgent",
      "SwiftAgentTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftAgent",
      "SwiftAgentTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftAgent -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 SwiftAgent -destination generic/platform=tvOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  MetaCodable: https://github.com/SwiftyLab/MetaCodable.git @ 1.5.0
  SwiftAgent: /Users/admin/builder/spi-builder-workspace
  OpenAI: https://github.com/SwiftedMind/swift-openai-responses @ main (e61ca50)
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftAgent' in project 'SwiftAgent'
        ➜ Explicit dependency on target 'Internal' in project 'SwiftAgent'
    Target 'Internal' in project 'SwiftAgent' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 33034c75421d5486e9a71e78557062d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/33034c75421d5486e9a71e78557062d4.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.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-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.DependencyMetadataFileList (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.modulemap (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.DependencyStaticMetadataFileList (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftFileList (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.LinkFileList (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent_const_extract_protocols.json (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-OutputFileMap.json (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftConstValuesFileList (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal_const_extract_protocols.json (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftFileList (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.LinkFileList (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftConstValuesFileList (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-OutputFileMap.json (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.modulemap (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.DependencyStaticMetadataFileList (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.DependencyMetadataFileList (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftAgent.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.modulemap (in target 'SwiftAgent' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/SwiftAgent.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Internal.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.modulemap (in target 'Internal' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/Internal.build/Internal.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver Internal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Internal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos26.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-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_float-RW661KOYNYU0S57DB4FQTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CCCMZ63D1S8FSOHOMBCCOE8T8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6KLDTGKLR9PLHTX0B2XAHGP8G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-69BDTHT0X11CZF8P5KE02XD7V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-4U2J64P1BDVXQPS3TVZ0TMU5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-AMAEFAVOFYDCOSH2DU5HRJZKS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-4CVO6LJOW329KCITV1CCQNWVY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-2W97BRSHCS0QKXLZRHWG8VTM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BE2G5IMOXYQW937YY35HLQHM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5QGLQCTPH0FBI3IE1CXTBF0P7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-87S1SA49RFNNH72S721R8QLII.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-A7ZB40IXT3OPG4WV85YRB2RSC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-6MQC9710V3QO2POFBME2J6DQQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-5IUW4RGVSI55FGDLH5V23BNWY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-5B6SL8W0O8ESSVEDH6NC8B0BY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-333MN8IDNFX0KUP4LVXCRT51.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-1BD0YZZ5KLUUIECSE1YBHD29Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-BH6JOBVMFSMBRUKNY0X56CB2U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-51MSPDT0CKRWB18L9OG2CN2GG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1X03W1UKM684S9V4RFL31LDOC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-6W8ILOIBGSSKVJSJPRTU3JXDK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-CZTHOC7G13LYM347NMOZC62ZD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-2BZQZADCA3YQ3D9WHEXZZCBW7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-4RLMQ40PRFEKMY5M6MKPMXMR7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-72UXYZ6R8AHJL4M33ENEQYXGD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-C0HFRONWPOXYR4IF61772RQQ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-6GMXWZ5OKGUXQNPNR8DL243JE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-7KCPZOJREONK6LDC4MG61DGIB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-9S0OAHT3W4ZRWCWWZET4SET5W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-2GFZZH75XVX88IYVPR6091HJV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6HJ1ONFJWQNFGK0I29BFUXU7S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-I52Q7D0O4AT2YTIXQ4AUYDSB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-22BHYM2DKIQYC3UG0VA5RDLL0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-4IFBF0G9O5QCEYBF00LDCVB0X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-2UP0B78B7D9FR70VQ19ICC0PO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-6H94W7OBEVDX7EK2M1H9IEO5O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-4IP3HF4VXRKHH23RWA1HXDQFX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-4XFIKHDZS6CQWQNS57WEYTGH4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-7YNH7F92XPL3AWERJD646LVCM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-CN2YQXB6S8MELU5OAC2II2X9X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-DJS438GX053AHDZ8XXYQD39M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-DT1ASVW4MGVMWNFPIWXVCS6ZK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-7JT3UIO6GWRXG1JT6038XIV45.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-4P6GSH9ZL2LNJBJARJM832I08.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-DT7TDA980W7651QAZO1Y5FSCD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-F2WOHF511TCCXQ293FPXN6BUZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DIVBZOB6OL2QB9ZF0DCSGQM3F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-B3FPTK02X3CRIJBEX2Z4CVRCJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-62NPOHUPAZAXTQFZ7WS3BPQR3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-5U5UN52J2M3TNM5CD05NYI9FW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-23CCKMPFQFCOV94UXLWJYT4QZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-39A0P1NVQW80WARFXFSWA64L0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accelerate-1SWZ2S7ULWVWCMG6XE30Z6B6V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreML-CTEAXAP5IHRYAXDJ0EALACAXP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-EGG1EFNSH7248SXS3JZ54XPTA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-69FH8Y5QFFQF3DSJRKMVR6QGN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-CZMC9QFKNY3WNESMDPC3R6HL3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-BI77WN7DD8BB4QBVVLIFCVTT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-5X0BQEXFVDW111CTFZCHVBR94.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Vision-8058ANACJWHI199A1NFXJ9U7D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-7WQOB97QN3GM7MHXEKW8NF5L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-BLE4WGP0JAFJ9MN5VYIYT9K03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LinkPresentation-4W5W3KAY0551I406076AFBIT.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Internal (in target 'Internal' from project 'SwiftAgent')
EmitSwiftModule normal arm64 (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Internal (in target 'Internal' from project 'SwiftAgent')
SwiftDriver\ Compilation\ Requirements Internal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Internal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos26.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Internal-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-Swift.h (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Internal-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.abi.json (in target 'Internal' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftdoc (in target 'Internal' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftmodule (in target 'Internal' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftsourceinfo (in target 'Internal' from project 'SwiftAgent')
    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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Internal.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriver SwiftAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftAgent -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos26.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-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/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.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/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: error: Unable to find module dependency: 'FoundationModels'
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: note: A dependency of main module 'SwiftAgent'
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTool.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolCallError.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolResolver.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTranscript.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/ModelSession.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
SwiftDriverJobDiscovery normal arm64 Compiling SnakeCaseName.swift (in target 'Internal' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: error: Unable to find module dependency: 'FoundationModels'
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: note: a dependency of main module 'SwiftAgent'
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTool.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolCallError.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolResolver.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTranscript.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/ModelSession.swift:4:8: note: also imported here
import FoundationModels
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgent' from project 'SwiftAgent')
	Building workspace spi-builder-workspace with scheme SwiftAgent
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  OpenAI: https://github.com/SwiftedMind/swift-openai-responses @ main (e61ca50)
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  SwiftAgent: /Users/admin/builder/spi-builder-workspace
  MetaCodable: https://github.com/SwiftyLab/MetaCodable.git @ 1.5.0
resolved source packages: swift-collections, swift-argument-parser, OpenAI, swift-syntax, SwiftAgent, MetaCodable
{
  "dependencies" : [
    {
      "identity" : "swift-openai-responses",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftedMind/swift-openai-responses"
    }
  ],
  "manifest_display_name" : "SwiftAgent",
  "name" : "SwiftAgent",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAISession",
      "targets" : [
        "OpenAISession",
        "SimulatedSession",
        "SwiftAgent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAgentTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAgentTests",
      "path" : "Tests/SwiftAgentTests",
      "sources" : [
        "PromptBuilderTests.swift",
        "SwiftAgentTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAgent",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAgent",
      "path" : "Sources/SwiftAgent",
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "Agent/AgentAdapter.swift",
        "Agent/AgentGenerationError.swift",
        "Agent/AgentTool.swift",
        "Agent/AgentToolCallError.swift",
        "Agent/AgentToolResolver.swift",
        "Agent/AgentTranscript.swift",
        "Agent/AgentUpdate.swift",
        "Agent/TokenUsage.swift",
        "ModelSession.swift",
        "Networking/HTTPClient.swift",
        "Networking/HTTPErrorMessageExtractor.swift",
        "Networking/NetworkLog.swift",
        "Prompt Builder/PromptBuilder.swift",
        "Prompt Builder/PromptBuiltins.swift",
        "Prompt Context/PromptContext.swift",
        "Prompt Context/PromptContextLinkPreview.swift",
        "SwiftAgentConfiguration.swift"
      ],
      "target_dependencies" : [
        "Internal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimulatedSession",
      "module_type" : "SwiftTarget",
      "name" : "SimulatedSession",
      "path" : "Sources/Simulation",
      "product_dependencies" : [
        "OpenAI"
      ],
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "MockableAgentTool.swift",
        "SimulatedGeneration.swift",
        "SimulatedSession.swift",
        "SimulationAdapter.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent",
        "Internal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAISession",
      "module_type" : "SwiftTarget",
      "name" : "OpenAISession",
      "path" : "Sources/OpenAI",
      "product_dependencies" : [
        "OpenAI"
      ],
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "OpenAIAdapter.swift",
        "OpenAIConfiguration.swift",
        "OpenAIGenerationOptions.swift",
        "OpenAIGenerationOptionsError.swift",
        "OpenAISession.swift"
      ],
      "target_dependencies" : [
        "SwiftAgent"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Internal",
      "module_type" : "SwiftTarget",
      "name" : "Internal",
      "path" : "Sources/Internal",
      "product_memberships" : [
        "OpenAISession"
      ],
      "sources" : [
        "AgentLog.swift",
        "JSONUtilities.swift",
        "Logging.swift",
        "SnakeCaseName.swift",
        "URLMetadataProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftAgent",
      "SwiftAgentTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftAgent",
      "SwiftAgentTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftAgent -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 SwiftAgent -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.6.1
  MetaCodable: https://github.com/SwiftyLab/MetaCodable.git @ 1.5.0
  OpenAI: https://github.com/SwiftedMind/swift-openai-responses @ main (e61ca50)
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 601.0.1
  SwiftAgent: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftAgent' in project 'SwiftAgent'
        ➜ Explicit dependency on target 'Internal' in project 'SwiftAgent'
    Target 'Internal' in project 'SwiftAgent' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache
SwiftDriver SwiftAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgent' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftAgent -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos26.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-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/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/SwiftAgent.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/SwiftAgent.build/Debug-appletvos/SwiftAgent.build/Objects-normal/arm64/SwiftAgent-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: error: Unable to find module dependency: 'FoundationModels'
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: note: A dependency of main module 'SwiftAgent'
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTool.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolCallError.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolResolver.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTranscript.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/ModelSession.swift:4:8: note: Also imported here
import FoundationModels
       ^ (in target 'SwiftAgent' from project 'SwiftAgent')
SwiftDriver Internal normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Internal' from project 'SwiftAgent')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Internal -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk -target arm64-apple-tvos26.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.0-23J5279j-93b6301b25fc0c7575c4d86c13c649ea.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftAgent.build/Debug-appletvos/Internal.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/SwiftAgent.build/Debug-appletvos/Internal.build/Objects-normal/arm64/Internal-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Internal (in target 'Internal' from project 'SwiftAgent')
SwiftCompile normal arm64 Compiling\ URLMetadataProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Internal/URLMetadataProvider.swift (in target 'Internal' from project 'SwiftAgent')
SwiftCompile normal arm64 Compiling\ JSONUtilities.swift /Users/admin/builder/spi-builder-workspace/Sources/Internal/JSONUtilities.swift (in target 'Internal' from project 'SwiftAgent')
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Internal/Logging.swift (in target 'Internal' from project 'SwiftAgent')
SwiftCompile normal arm64 Compiling\ AgentLog.swift /Users/admin/builder/spi-builder-workspace/Sources/Internal/AgentLog.swift (in target 'Internal' from project 'SwiftAgent')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: error: Unable to find module dependency: 'FoundationModels'
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentAdapter.swift:4:8: note: a dependency of main module 'SwiftAgent'
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTool.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolCallError.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentToolResolver.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/Agent/AgentTranscript.swift:4:8: note: also imported here
import FoundationModels
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAgent/ModelSession.swift:4:8: note: also imported here
import FoundationModels
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftAgent normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftAgent' from project 'SwiftAgent')
	Building workspace spi-builder-workspace with scheme SwiftAgent
(2 failures)
BUILD FAILURE 6.2 tvOS