The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Swollama, reference master (1eada8), with Swift 6.3 for watchOS using Xcode 26.4 on 17 Apr 2026 03:29:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/Swollama.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guitaripod/Swollama
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1eada84 chore: remove automated release workflow
Cloned https://github.com/guitaripod/Swollama.git
Revision (git rev-parse @):
1eada844ce5e477fa5a2178483b3540e1c07c5e0
SUCCESS checkout https://github.com/guitaripod/Swollama.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/guitaripod/Swollama.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Swollama: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swollama
2026-04-16 23:29:34.560 xcodebuild[529:3064] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swollama",
  "name" : "Swollama",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Swollama",
      "targets" : [
        "Swollama"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwollamaCLI",
      "targets" : [
        "SwollamaCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwollamaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaTests",
      "path" : "Tests/SwollamaTests",
      "sources" : [
        "AgentTests.swift",
        "ConfigurationTests.swift",
        "DigestValidationTests.swift",
        "ErrorHandlingTests.swift",
        "ModelNameParsingTests.swift",
        "NewFeaturesTests.swift",
        "RetryLogicTests.swift",
        "StreamingBufferTests.swift",
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/AgentCommand.swift",
        "Commands/BlobCommand.swift",
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/CreateCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/EmbeddingsCommand.swift",
        "Commands/EnhancedChatCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/PushCommand.swift",
        "Commands/ShowModelCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/VersionCommand.swift",
        "EnhancedSwollamaCLI.swift",
        "ErrorRecovery.swift",
        "InputHandler.swift",
        "LinuxSupport.swift",
        "StreamDebugger.swift",
        "SwollamaCLI.swift",
        "Tools/CLIError.swift",
        "Tools/ModelFormatter.swift",
        "Tools/ProgressTracker.swift",
        "Tools/SpeedCalculator.swift",
        "Tools/TerminalHelper.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Swollama",
      "module_type" : "SwiftTarget",
      "name" : "Swollama",
      "path" : "Sources/Swollama",
      "product_memberships" : [
        "Swollama",
        "SwollamaCLI"
      ],
      "sources" : [
        "Agent/AgentConfiguration.swift",
        "Agent/AgentEvent.swift",
        "Agent/OllamaAgent.swift",
        "ChatOptions.swift",
        "EmbeddingOptions.swift",
        "GenerationOptions.swift",
        "Models/ChatRequest.swift",
        "Models/ChatResponse.swift",
        "Models/CreateModelRequest.swift",
        "Models/EmbeddingRequest.swift",
        "Models/EmbeddingResponse.swift",
        "Models/GenerateRequest.swift",
        "Models/GenerateResponse.swift",
        "Models/ModelFamily.swift",
        "Models/ModelFormat.swift",
        "Models/ModelInformation.swift",
        "Models/ModelsResponse.swift",
        "Models/OllamaModelName.swift",
        "Models/OperationProgress.swift",
        "Models/QuantizationLevel.swift",
        "Models/RunningModelsResponse.swift",
        "Models/ShowModelRequest.swift",
        "Models/ToolCall.swift",
        "Models/ToolDefinition.swift",
        "Models/VersionResponse.swift",
        "NetworkingSupport+Streaming.swift",
        "NetworkingSupport.swift",
        "OllamaClient+Generation.swift",
        "OllamaClient+ModelManagement.swift",
        "OllamaClient.swift",
        "OllamaConfiguration.swift",
        "OllamaError.swift",
        "OllamaProtocol.swift",
        "WebSearch/OllamaWebSearchClient.swift",
        "WebSearch/WebSearchModels.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swollama",
      "Swollama-Package",
      "SwollamaCLI"
    ]
  }
}
2026-04-16 23:29:42.508 xcodebuild[631:3823] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Swollama-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Swollama: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'SwollamaCLI' in project 'Swollama'
        ➜ Explicit dependency on target 'Swollama' in project 'Swollama'
    Target 'Swollama' in project 'Swollama'
        ➜ Explicit dependency on target 'Swollama' in project 'Swollama'
    Target 'Swollama' in project 'Swollama' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ff016a2945fcb287f75b93847716700e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ff016a2945fcb287f75b93847716700e.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.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/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/SwollamaCLI.DependencyStaticMetadataFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/SwollamaCLI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/SwollamaCLI.DependencyMetadataFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/SwollamaCLI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.LinkFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.SwiftFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-OutputFileMap.json (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.modulemap (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyStaticMetadataFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyMetadataFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_const_extract_protocols.json (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftConstValuesFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.LinkFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-OutputFileMap.json (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.modulemap (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Swollama.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Swollama normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-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/ptrcheck-CQT494I37559JYD3PA7WDDHWT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-9FKWK8IDCHHC3NXLJ2XQ5IQV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-AJX0T9B8L1Q3XNNOXOEZIT8RH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-6BGY691FJWHBF8WK1C0KR0NSP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-B69EYQWEVKSIGNJZKYHR2Q9QO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-50H2DFYYV5EW682NL84TR3FV1.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-C5SVPIYECR3VZY1UE4FL7OF4G.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-C4TC854O65J5497BBX600KKRB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CM4QDBLSHYZT29UKT3T72KQVR.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-9HLFLNTO8GHE1CGLX3O9VDPWZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-1SU5ITVAD0IOPFW9PGAM4K5UA.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-2DTNL8T5MKRQYAGUSOL6U8ZDV.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-8WB2TQ5ID0E4TLXDTEVJ2XNQ6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-64SVI3JFJ3UKP4C6X0OLYO830.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-DUCOK4TK92CTD42OXDA1ZNQE4.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CSYNJ36TKIRL7QNRKDKOGXJU2.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-8J360MDDQXUL93K2URBTQH9R7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-412RH2O2ONCZJ7OEVHFAOI0AK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-2Q28C3Q4TAV3NMR8JWE92WTRF.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-BS2JXGE4HZ5FY2BPGNP630G8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-EWJ448ABN70728AP6ZZ9WEOUL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-9RZQTF1GJ0416YQ0Z02NZZXQC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-3IQFCXNJ9EXDUEG18FF5AUJ7Y.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1RJ6JRGXZ8SPWZ1ITP42AK7ED.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-1QOGRV0BGHI0YS4FVC1LRKC3H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2UB4LFMFDMJ9BAWDPUJUGHDF4.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-A93LFYRPY6H19OYORB7OCRWS.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-EGGP79F0O4J8S59BX8NXLCSRA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-85XSHOS3CYWKRNKX2G54S4O40.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-64R5F69X303A73IHCYRY9YQZ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-5VSELNGR1UTMSG0B9R9OUAADQ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DFP9KL85KTQ4S03234NG2STCR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BBMJ4730QL10MWDNUFZJBYRN.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-7YSIOPFZ55PIKH4VLTSKSD1VC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-Y2H3FASB6S9J4MW2R2WQEJLM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-A454NAS899IHKN5FXNYEN6YN8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-C5Y3EORD6K8DOSP4T3Q3RFZ8L.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-IVSSSVSJYK45M023SEEMEEK7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-819V7E6IGB5TNT5WEQ245EX6R.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1OOJFHXIHOZPPYDUR9OHEF8Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-R1PG9Y2DP3EK3LRUA8PRPADC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3505J0L9W5O3CWY9CI0FWKIHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-9LXFH1YGCTEYI6FZTMA69KC0E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5K8M5ISJ7BMQVNR98DK2M4NVG.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-ARJYTIRRDW39S4NN6EM23QIBS.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-EBVVYR4TF0PQUZ4W3Y6BB8T4R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-BV24I6SQZR1TBPFSIT5KTQ5X9.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-18V7BBHOAWHI6N4MT8WMS1NTI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DGTSTG9ILAWV20UWIH3AFDWUP.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-6R9V5UMJYXKQLO5TWCMLTAXSH.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Swollama (in target 'Swollama' from project 'Swollama')
EmitSwiftModule normal arm64 (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModelsResponse.swift,\ OllamaModelName.swift,\ OperationProgress.swift,\ QuantizationLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OllamaProtocol.swift,\ OllamaWebSearchClient.swift,\ WebSearchModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/OllamaWebSearchClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/OllamaWebSearchClient.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NetworkingSupport.swift,\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ CreateModelRequest.swift,\ EmbeddingRequest.swift,\ EmbeddingResponse.swift,\ GenerateRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ToolDefinition.swift,\ VersionResponse.swift,\ NetworkingSupport+Streaming.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ AgentConfiguration.swift,\ AgentEvent.swift,\ OllamaAgent.swift,\ ChatOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/OllamaAgent.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentConfiguration.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentEvent.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/OllamaAgent.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ RunningModelsResponse.swift,\ ShowModelRequest.swift,\ ToolCall.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OllamaClient.swift,\ OllamaConfiguration.swift,\ OllamaError.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ GenerateResponse.swift,\ ModelFamily.swift,\ ModelFormat.swift,\ ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Swollama (in target 'Swollama' from project 'Swollama')
EmitSwiftModule normal arm64_32 (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Swollama (in target 'Swollama' from project 'Swollama')
SwiftDriver\ Compilation\ Requirements Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Swollama (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 Compiling\ NetworkingSupport.swift,\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation\ Requirements Swollama normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RunningModelsResponse.swift, ShowModelRequest.swift, ToolCall.swift (in target 'Swollama' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftdoc (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.abi.json (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftsourceinfo (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ EmbeddingOptions.swift,\ GenerationOptions.swift,\ ChatRequest.swift,\ ChatResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ OllamaProtocol.swift,\ OllamaWebSearchClient.swift,\ WebSearchModels.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/OllamaWebSearchClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/OllamaWebSearchClient.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/WebSearch/WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ToolDefinition.swift,\ VersionResponse.swift,\ NetworkingSupport+Streaming.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GenerateResponse.swift, ModelFamily.swift, ModelFormat.swift, ModelInformation.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 Compiling\ GenerateResponse.swift,\ ModelFamily.swift,\ ModelFormat.swift,\ ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFamily.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelFormat.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CreateModelRequest.swift,\ EmbeddingRequest.swift,\ EmbeddingResponse.swift,\ GenerateRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/EmbeddingResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ AgentConfiguration.swift,\ AgentEvent.swift,\ OllamaAgent.swift,\ ChatOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/OllamaAgent.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentConfiguration.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/AgentEvent.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Agent/OllamaAgent.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ModelsResponse.swift,\ OllamaModelName.swift,\ OperationProgress.swift,\ QuantizationLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AgentConfiguration.swift, AgentEvent.swift, OllamaAgent.swift, ChatOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ EmbeddingOptions.swift,\ GenerationOptions.swift,\ ChatRequest.swift,\ ChatResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OllamaProtocol.swift, OllamaWebSearchClient.swift, WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling OllamaClient.swift, OllamaConfiguration.swift, OllamaError.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ToolDefinition.swift, VersionResponse.swift, NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 Compiling\ OllamaClient.swift,\ OllamaConfiguration.swift,\ OllamaError.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling NetworkingSupport.swift, OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling CreateModelRequest.swift, EmbeddingRequest.swift, EmbeddingResponse.swift, GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelsResponse.swift, OllamaModelName.swift, OperationProgress.swift, QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Swollama-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-Swift.h (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Swollama-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling ToolDefinition.swift, VersionResponse.swift, NetworkingSupport+Streaming.swift (in target 'Swollama' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftmodule (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling NetworkingSupport.swift, OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift (in target 'Swollama' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftdoc (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.abi.json (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftsourceinfo (in target 'Swollama' from project 'Swollama')
    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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ RunningModelsResponse.swift,\ ShowModelRequest.swift,\ ToolCall.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling GenerateResponse.swift, ModelFamily.swift, ModelFormat.swift, ModelInformation.swift (in target 'Swollama' from project 'Swollama')
SwiftDriver SwollamaCLI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwollamaCLI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling OllamaProtocol.swift, OllamaWebSearchClient.swift, WebSearchModels.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling EmbeddingOptions.swift, GenerationOptions.swift, ChatRequest.swift, ChatResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftDriver\ Compilation Swollama normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-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/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Binary/Swollama.o normal arm64 (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Binary/Swollama.o
SwiftDriverJobDiscovery normal arm64_32 Compiling EmbeddingOptions.swift, GenerationOptions.swift, ChatRequest.swift, ChatResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling ModelsResponse.swift, OllamaModelName.swift, OperationProgress.swift, QuantizationLevel.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling OllamaClient.swift, OllamaConfiguration.swift, OllamaError.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling AgentConfiguration.swift, AgentEvent.swift, OllamaAgent.swift, ChatOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling RunningModelsResponse.swift, ShowModelRequest.swift, ToolCall.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling CreateModelRequest.swift, EmbeddingRequest.swift, EmbeddingResponse.swift, GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriver\ Compilation Swollama normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.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/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-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/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Binary/Swollama.o normal arm64_32 (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Binary/Swollama.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-3IH9WINUVVC5JAUKRT5YXVOJM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-312POASJMSUYA74JCD25CQ5QO.pcm
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.o normal arm64\ arm64_32 (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Binary/Swollama.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Binary/Swollama.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.o
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
EmitSwiftModule normal arm64_32 (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ SpeedCalculator.swift,\ TerminalHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ StreamDebugger.swift,\ SwollamaCLI.swift,\ CLIError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ErrorRecovery.swift,\ InputHandler.swift,\ LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/supplementaryOutputs-35 -target arm64_32-apple-watchos10.0 -module-can-import-version CryptoKit 324.100.35 0 -module-can-import-version Darwin 377.100.15 0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-dependencies-2.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftmodule -enable-objc-interop -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwollamaCLI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64_32-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/ErrorRecovery.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/InputHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/LinuxSupport.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/ErrorRecovery.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/InputHandler.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/LinuxSupport.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift:51:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:461:35: note: 'homeDirectoryForCurrentUser' has been explicitly marked unavailable here
@property (readonly, copy) NSURL *homeDirectoryForCurrentUser API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift:62:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:461:35: note: 'homeDirectoryForCurrentUser' has been explicitly marked unavailable here
@property (readonly, copy) NSURL *homeDirectoryForCurrentUser API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
                                  ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ PullModelCommand.swift,\ PushCommand.swift,\ ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ModelFormatter.swift,\ ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ TestCommand.swift,\ VersionCommand.swift,\ EnhancedSwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ AgentCommand.swift,\ BlobCommand.swift,\ ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ DeleteModelCommand.swift,\ EmbeddingsCommand.swift,\ EnhancedChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
EmitSwiftModule normal arm64 (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AgentCommand.swift,\ BlobCommand.swift,\ ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriver\ Compilation\ Requirements SwollamaCLI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling SpeedCalculator.swift, TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ErrorRecovery.swift,\ InputHandler.swift,\ LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftmodule (in target 'SwollamaCLI' from project 'Swollama')
    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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftmodule
2026-04-16 23:29:43.970 xcodebuild[638:3888] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 Compiling\ ErrorRecovery.swift,\ InputHandler.swift,\ LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
	SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift (in target 'SwollamaCLI' from project 'Swollama')
	Building workspace spi-builder-workspace with scheme Swollama-Package
(3 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Swollama: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swollama
2026-04-16 23:29:53.352 xcodebuild[746:4460] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swollama",
  "name" : "Swollama",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Swollama",
      "targets" : [
        "Swollama"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwollamaCLI",
      "targets" : [
        "SwollamaCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwollamaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaTests",
      "path" : "Tests/SwollamaTests",
      "sources" : [
        "AgentTests.swift",
        "ConfigurationTests.swift",
        "DigestValidationTests.swift",
        "ErrorHandlingTests.swift",
        "ModelNameParsingTests.swift",
        "NewFeaturesTests.swift",
        "RetryLogicTests.swift",
        "StreamingBufferTests.swift",
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/AgentCommand.swift",
        "Commands/BlobCommand.swift",
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/CreateCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/EmbeddingsCommand.swift",
        "Commands/EnhancedChatCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/PushCommand.swift",
        "Commands/ShowModelCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/VersionCommand.swift",
        "EnhancedSwollamaCLI.swift",
        "ErrorRecovery.swift",
        "InputHandler.swift",
        "LinuxSupport.swift",
        "StreamDebugger.swift",
        "SwollamaCLI.swift",
        "Tools/CLIError.swift",
        "Tools/ModelFormatter.swift",
        "Tools/ProgressTracker.swift",
        "Tools/SpeedCalculator.swift",
        "Tools/TerminalHelper.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Swollama",
      "module_type" : "SwiftTarget",
      "name" : "Swollama",
      "path" : "Sources/Swollama",
      "product_memberships" : [
        "Swollama",
        "SwollamaCLI"
      ],
      "sources" : [
        "Agent/AgentConfiguration.swift",
        "Agent/AgentEvent.swift",
        "Agent/OllamaAgent.swift",
        "ChatOptions.swift",
        "EmbeddingOptions.swift",
        "GenerationOptions.swift",
        "Models/ChatRequest.swift",
        "Models/ChatResponse.swift",
        "Models/CreateModelRequest.swift",
        "Models/EmbeddingRequest.swift",
        "Models/EmbeddingResponse.swift",
        "Models/GenerateRequest.swift",
        "Models/GenerateResponse.swift",
        "Models/ModelFamily.swift",
        "Models/ModelFormat.swift",
        "Models/ModelInformation.swift",
        "Models/ModelsResponse.swift",
        "Models/OllamaModelName.swift",
        "Models/OperationProgress.swift",
        "Models/QuantizationLevel.swift",
        "Models/RunningModelsResponse.swift",
        "Models/ShowModelRequest.swift",
        "Models/ToolCall.swift",
        "Models/ToolDefinition.swift",
        "Models/VersionResponse.swift",
        "NetworkingSupport+Streaming.swift",
        "NetworkingSupport.swift",
        "OllamaClient+Generation.swift",
        "OllamaClient+ModelManagement.swift",
        "OllamaClient.swift",
        "OllamaConfiguration.swift",
        "OllamaError.swift",
        "OllamaProtocol.swift",
        "WebSearch/OllamaWebSearchClient.swift",
        "WebSearch/WebSearchModels.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swollama",
      "Swollama-Package",
      "SwollamaCLI"
    ]
  }
}
2026-04-16 23:29:54.539 xcodebuild[756:4548] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Swollama-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Swollama-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  Swollama: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'SwollamaCLI' in project 'Swollama'
        ➜ Explicit dependency on target 'Swollama' in project 'Swollama'
    Target 'Swollama' in project 'Swollama'
        ➜ Explicit dependency on target 'Swollama' in project 'Swollama'
    Target 'Swollama' in project 'Swollama' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache
SwiftDriver SwollamaCLI normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI-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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwollamaCLI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.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 -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.abi.json (in target 'SwollamaCLI' from project 'Swollama')
    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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftmodule (in target 'SwollamaCLI' from project 'Swollama')
    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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftdoc (in target 'SwollamaCLI' from project 'Swollama')
    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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftsourceinfo (in target 'SwollamaCLI' from project 'Swollama')
    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/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/SwollamaCLI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.7mPZp9/Metal.xctoolchain --module-name Swollama --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk --xcode-version 17E192 --platform-family watchOS --deployment-target 10.0 --bundle-identifier spi-builder-workspace.Swollama --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.appintents --target-triple arm64-apple-watchos10.0 --target-triple arm64_32-apple-watchos10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Swollama.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64/Swollama.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/Swollama.build/Objects-normal/arm64_32/Swollama.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 23:29:56.490 appintentsmetadataprocessor[786:4840] Starting appintentsmetadataprocessor export
2026-04-16 23:29:56.513 appintentsmetadataprocessor[786:4840] Extracted no relevant App Intents symbols, skipping writing output
SwiftCompile normal arm64 Compiling\ CommandProtocol.swift,\ CopyModelCommand.swift,\ CreateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AgentCommand.swift,\ BlobCommand.swift,\ ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TestCommand.swift,\ VersionCommand.swift,\ EnhancedSwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeleteModelCommand.swift,\ EmbeddingsCommand.swift,\ EnhancedChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SpeedCalculator.swift,\ TerminalHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ErrorRecovery.swift,\ InputHandler.swift,\ LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/AgentCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/BlobCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CommandProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CopyModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/CreateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/DeleteModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EmbeddingsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/EnhancedChatCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/TestCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/SpeedCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/TerminalHelper.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/supplementaryOutputs-13 -target arm64-apple-watchos10.0 -module-can-import-version CryptoKit 324.100.35 0 -module-can-import-version Darwin 377.100.15 0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI-dependencies-1.json -debug-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI.swiftmodule -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/SwollamaCLI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name SwollamaCLI -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-watchos26.4 -target-sdk-version 26.4 -target-sdk-name watchos26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/ErrorRecovery.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/InputHandler.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/LinuxSupport.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/ErrorRecovery.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/InputHandler.o -index-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/LinuxSupport.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift:51:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:461:35: note: 'homeDirectoryForCurrentUser' has been explicitly marked unavailable here
@property (readonly, copy) NSURL *homeDirectoryForCurrentUser API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift:62:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:461:35: note: 'homeDirectoryForCurrentUser' has been explicitly marked unavailable here
@property (readonly, copy) NSURL *homeDirectoryForCurrentUser API_AVAILABLE(macosx(10.12)) API_UNAVAILABLE(ios, watchos, tvos);
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamDebugger.swift,\ SwollamaCLI.swift,\ CLIError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/SwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/CLIError.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PullModelCommand.swift,\ PushCommand.swift,\ ShowModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PullModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/PushCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ShowModelCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ModelFormatter.swift,\ ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ModelFormatter.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Tools/ProgressTracker.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GenerateCommand.swift,\ ListModelsCommand.swift,\ ListRunningModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/GenerateCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/ListRunningModelsCommand.swift (in target 'SwollamaCLI' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling SpeedCalculator.swift, TerminalHelper.swift (in target 'SwollamaCLI' from project 'Swollama')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
2026-04-16 23:29:55.536 xcodebuild[760:4605] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ ErrorRecovery.swift,\ InputHandler.swift,\ LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift (in target 'SwollamaCLI' from project 'Swollama')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift (in target 'SwollamaCLI' from project 'Swollama')
	Building workspace spi-builder-workspace with scheme Swollama-Package
(3 failures)
BUILD FAILURE 6.3 watchOS