The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Swollama, reference 2.0.0 (21b4bc), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 28 Jun 2025 01:38:32 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marcusziade/Swollama.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcusziade/Swollama
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 21b4bc7 fix: Remove 'Release' prefix from GitHub release titles
Cloned https://github.com/marcusziade/Swollama.git
Revision (git rev-parse @):
21b4bc72d6dd0ce9e76fa7b91c68215c44f38328
SUCCESS checkout https://github.com/marcusziade/Swollama.git at 2.0.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/marcusziade/Swollama.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Swollama: /Users/admin/builder/spi-builder-workspace
resolved source packages: Swollama
{
  "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" : [
        "NewFeaturesTests.swift",
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "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" : [
        "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swollama",
      "Swollama-Package",
      "SwollamaCLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 1ac5f0bb0d84daad95ab84e1eaf8f348
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1ac5f0bb0d84daad95ab84e1eaf8f348.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/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/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/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.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_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_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-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_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-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.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.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.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-NTOMQRDF2I4VHXUL75RV942I.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-24VZF5M98FHHE1Y2JNBS1JGI9.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-3ANS8EMHPFQXP3AK1E8JB5KIX.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-71H44W5KUEIYWCAOO1RMYB4MB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-2INBT71BNI7ZXPDEEHSHYZFZK.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-AUNV41LLQJ7TQKKF0TEXCN7LZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-66CWNFQO6SZGST5U7BNVEGSG7.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-49UEJP9NIQ9WZOA04TVICFDJM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BVZEOJCUBPQIC3D3JO9I1YSEG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-XJY4NZS7OVV8JZSMY56V754A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-3H6XWGA38B85V0GEC0WHUXR2B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7SM2G7DE96H6IBTKYBG22396A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-D06W9BY1NE5S2WCJ9BTKMNEX0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-7D5GDZJLIQ0L3JO93KL5N4MV3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-32NIQ4GV7HGNN7857MSLSG77H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-DT9UG6TQ3KPLZ9KHVFG6GXWQC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BNPP15VAR3CIRREVKXD9VFNAU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7JCW0ZJ8EGWTARL7XIAOYJP0N.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-B6KRUU9TCS0TN13JBZKSAW5YX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-46MNY9NV5WM2C7EH49QWBWRXB.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AQOYL4QYYCVCLONLTJDATNP0F.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-6BHXWSLJ9RFAPFQ6CIY41CMFB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1V5KJHU95CHT5II0PSCPZLIZV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-EDXSHHG94VQ4QH20R91HYFPM5.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-79W461RVLCG93M1S7IT2PEET5.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-ZQ6S2VEOJ8J3YSNB9FDARHUJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-3VZZ9CCTWIUDLMAAXR150IRBB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-6GATSBXRQW8XTXBKZJGD674IZ.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-12URFMH76VMIWAZMUJCX5GNIA.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-CGYH9POZ5HOCZXWZI0YY230FR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-1X2CPFQKP4LQUQ7HDY664XFSD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-A3T7XY9YF2LA54757K4VHX01S.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-7KE8UUQYSW3NPLI6KUW7P4EPH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-59XQ77S0IACISYXVQBDRLKGV3.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-8JXFMQM8R5926OAZMV8242SLQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-3921UMG27YASQI4RDZN0SX3LM.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-D68EC7S6GN7GTGUTB4BNYYWKM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-BRTTQ6EHOQ599NXQD26HZH9T0.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-C0BA3PFAKOVCSDHT40DLVLR79.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CHALT89FVMM363TP5K0ISFCMK.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-9Z6HS66GJMKE51UXZ13RV8EDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-KLNG0FHCTOVBEDIPGX24CFCC.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4M7Y8TMY69GXA9209PZXZYSA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-9E6WR389GBHMW3NN4DY1VBMR.pcm
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9PZOLZ5MBFH8WPHZHBXXAMBNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DX742G7P8XQ1WT215COYTIFSN.pcm
SwiftCompile normal arm64_32 Compiling\ OllamaConfiguration.swift,\ OllamaError.swift,\ OllamaProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
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

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 Compiling\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift,\ OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
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

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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:134:63: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
                                if let decoded = try? decoder.decode(T.self, from: lineData) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:105:31: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
        AsyncThrowingStream { continuation in
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:156:42: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
            continuation.onTermination = { @Sendable _ in
                                         ^
SwiftCompile normal arm64_32 Compiling\ ChatRequest.swift,\ ChatResponse.swift,\ CreateModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
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 /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 Compiling\ VersionResponse.swift,\ NetworkingSupport+Streaming.swift,\ NetworkingSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
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

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 Compiling\ EmbeddingRequest.swift,\ EmbeddingResponse.swift,\ GenerateRequest.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/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\ GenerateResponse.swift,\ ModelFamily.swift,\ ModelFormat.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 (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 Compiling\ ShowModelRequest.swift,\ ToolCall.swift,\ ToolDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
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

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 Compiling\ ModelInformation.swift,\ ModelsResponse.swift,\ OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
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 /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

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

SwiftCompile normal arm64_32 Compiling\ ChatOptions.swift,\ EmbeddingOptions.swift,\ GenerationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
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 /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

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

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Swollama (in target 'Swollama' from project 'Swollama')
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 Emitting module for Swollama (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ VersionResponse.swift,\ NetworkingSupport+Streaming.swift,\ NetworkingSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/VersionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport+Streaming.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
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 /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

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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 Compiling ChatOptions.swift, EmbeddingOptions.swift, GenerationOptions.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
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
SwiftDriverJobDiscovery normal arm64_32 Compiling OllamaConfiguration.swift, OllamaError.swift, OllamaProtocol.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.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 Compiling\ ShowModelRequest.swift,\ ToolCall.swift,\ ToolDefinition.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ShowModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolCall.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
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 /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

SwiftDriverJobDiscovery normal arm64_32 Compiling VersionResponse.swift, NetworkingSupport+Streaming.swift, NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ EmbeddingRequest.swift,\ EmbeddingResponse.swift,\ GenerateRequest.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/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\ ModelInformation.swift,\ ModelsResponse.swift,\ OllamaModelName.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
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

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

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
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
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
SwiftDriverJobDiscovery normal arm64_32 Compiling ChatRequest.swift, ChatResponse.swift, CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
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 Compiling\ OperationProgress.swift,\ QuantizationLevel.swift,\ RunningModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
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 /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 Compiling\ ChatRequest.swift,\ ChatResponse.swift,\ CreateModelRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/ChatResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
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

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 Compiling\ OllamaConfiguration.swift,\ OllamaError.swift,\ OllamaProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaError.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaProtocol.swift (in target 'Swollama' from project 'Swollama')
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 /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 Compiling\ OllamaClient+Generation.swift,\ OllamaClient+ModelManagement.swift,\ OllamaClient.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+Generation.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient+ModelManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift (in target 'Swollama' from project 'Swollama')
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 /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

/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:134:63: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
                                if let decoded = try? decoder.decode(T.self, from: lineData) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:105:31: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
        AsyncThrowingStream { continuation in
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Swollama/OllamaClient.swift:156:42: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
            continuation.onTermination = { @Sendable _ in
                                         ^
SwiftDriverJobDiscovery normal arm64_32 Compiling GenerateResponse.swift, ModelFamily.swift, ModelFormat.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64_32 Compiling\ OperationProgress.swift,\ QuantizationLevel.swift,\ RunningModelsResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/OperationProgress.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/QuantizationLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/Models/RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
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

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

SwiftDriverJobDiscovery normal arm64_32 Compiling OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift, OllamaClient.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling ModelInformation.swift, ModelsResponse.swift, OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling ShowModelRequest.swift, ToolCall.swift, ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ ChatOptions.swift,\ EmbeddingOptions.swift,\ GenerationOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/ChatOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/EmbeddingOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Swollama/GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
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 /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

SwiftDriverJobDiscovery normal arm64_32 Compiling EmbeddingRequest.swift, EmbeddingResponse.swift, GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling VersionResponse.swift, NetworkingSupport+Streaming.swift, NetworkingSupport.swift (in target 'Swollama' from project 'Swollama')
SwiftCompile normal arm64 Compiling\ GenerateResponse.swift,\ ModelFamily.swift,\ ModelFormat.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 (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

SwiftDriverJobDiscovery normal arm64 Compiling OllamaConfiguration.swift, OllamaError.swift, OllamaProtocol.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 Compiling ChatOptions.swift, EmbeddingOptions.swift, GenerationOptions.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling OperationProgress.swift, QuantizationLevel.swift, RunningModelsResponse.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64_32 Compiling OperationProgress.swift, QuantizationLevel.swift, RunningModelsResponse.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -rdynamic -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.0.0-Beta.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
SwiftDriverJobDiscovery normal arm64 Compiling ShowModelRequest.swift, ToolCall.swift, ToolDefinition.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling GenerateResponse.swift, ModelFamily.swift, ModelFormat.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling ModelInformation.swift, ModelsResponse.swift, OllamaModelName.swift (in target 'Swollama' from project 'Swollama')
SwiftExplicitDependencyGeneratePcm arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-AWR2GXO5ATS68YQOJRQYXQOTE.pcm
SwiftDriverJobDiscovery normal arm64 Compiling ChatRequest.swift, ChatResponse.swift, CreateModelRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-BXLVGQV3WOA6WTFWR5K74L0II.pcm
SwiftDriverJobDiscovery normal arm64 Compiling EmbeddingRequest.swift, EmbeddingResponse.swift, GenerateRequest.swift (in target 'Swollama' from project 'Swollama')
SwiftDriverJobDiscovery normal arm64 Compiling OllamaClient+Generation.swift, OllamaClient+ModelManagement.swift, OllamaClient.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Swollama -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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
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\ 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\ InputHandler.swift,\ LinuxSupport.swift,\ StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 /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 -primary-file /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-27 -target arm64_32-apple-watchos10.0 -module-can-import-version CryptoKit 324.0.2 0 -module-can-import-version Darwin 346 0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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-1.json -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64_32-apple-watchos26.0 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/StreamDebugger.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-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64_32/StreamDebugger.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/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:57:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:407: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:67:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:407: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 /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 Compiling\ PushCommand.swift,\ ShowModelCommand.swift,\ TestCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ VersionCommand.swift,\ EnhancedSwollamaCLI.swift,\ ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ ListModelsCommand.swift,\ ListRunningModelsCommand.swift,\ PullModelCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
SwiftCompile normal arm64_32 /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_32 /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

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 Compiling\ BlobCommand.swift,\ ChatCommand.swift,\ CommandProtocol.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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_32 Compiling\ SwollamaCLI.swift,\ CLIError.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/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

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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos10.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -rdynamic -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.0.0-Beta.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
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

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

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.0.0-Beta.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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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
SwiftCompile normal arm64 Compiling\ SwollamaCLI.swift,\ CLIError.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/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

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
SwiftDriverJobDiscovery normal arm64 Emitting module for SwollamaCLI (in target 'SwollamaCLI' from project 'Swollama')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.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
SwiftDriverJobDiscovery normal arm64_32 Compiling SpeedCalculator.swift, TerminalHelper.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.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/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
SwiftCompile normal arm64 Compiling\ BlobCommand.swift,\ ChatCommand.swift,\ CommandProtocol.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 (in target 'SwollamaCLI' from project 'Swollama')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/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/SwollamaCLI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/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/SwollamaCLI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/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/SwollamaCLI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/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/SwollamaCLI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwollamaCLI.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ CopyModelCommand.swift,\ CreateCommand.swift,\ DeleteModelCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64_32 Compiling\ InputHandler.swift,\ LinuxSupport.swift,\ StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.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.0.0-Beta.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
{
  "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" : [
        "NewFeaturesTests.swift",
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "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" : [
        "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Swollama",
      "Swollama-Package",
      "SwollamaCLI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwollamaCLI -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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
ExtractAppIntentsMetadata (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Swollama --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --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
2025-06-27 18:38:32.332 appintentsmetadataprocessor[696:4120] Starting appintentsmetadataprocessor export
2025-06-27 18:38:32.417 appintentsmetadataprocessor[696:4120] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.o (in target 'Swollama' from project 'Swollama')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Swollama.o
SwiftCompile normal arm64 Compiling\ ListModelsCommand.swift,\ ListRunningModelsCommand.swift,\ PullModelCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
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

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 Compiling\ PushCommand.swift,\ ShowModelCommand.swift,\ TestCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ EmbeddingsCommand.swift,\ EnhancedChatCommand.swift,\ GenerateCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ VersionCommand.swift,\ EnhancedSwollamaCLI.swift,\ ErrorRecovery.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/Commands/VersionCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/EnhancedSwollamaCLI.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/ErrorRecovery.swift (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ CopyModelCommand.swift,\ CreateCommand.swift,\ DeleteModelCommand.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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 Compiling\ BlobCommand.swift,\ ChatCommand.swift,\ CommandProtocol.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 (in target 'SwollamaCLI' from project 'Swollama')
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 /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

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\ InputHandler.swift,\ LinuxSupport.swift,\ StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.swift (in target 'SwollamaCLI' from project 'Swollama')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 /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 -primary-file /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-12 -target arm64-apple-watchos10.0 -module-can-import-version CryptoKit 324.0.2 0 -module-can-import-version Darwin 346 0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.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-2.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.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 -enforce-exclusivity\=checked -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 -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.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 -target-sdk-version 26.0 -target-sdk-name watchos26.0 -clang-target arm64-apple-watchos26.0 -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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/StreamDebugger.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-unit-output-path /Swollama.build/Debug-watchos/SwollamaCLI.build/Objects-normal/arm64/StreamDebugger.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/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:57:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:407: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:67:47: error: 'homeDirectoryForCurrentUser' is unavailable in watchOS
        let historyPath = FileManager.default.homeDirectoryForCurrentUser
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:407: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 /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 Compiling\ SwollamaCLI.swift,\ CLIError.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/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\ 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

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\ VersionCommand.swift,\ EnhancedSwollamaCLI.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')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ InputHandler.swift,\ LinuxSupport.swift,\ StreamDebugger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/InputHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/LinuxSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/SwollamaCLI/StreamDebugger.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.2 watchOS