The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swollama, reference 3.0.1 (1eada8), with Swift 6.2 for macOS (SPM) on 1 Oct 2025 21:53:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/Swollama.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/guitaripod/Swollama
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 1eada84 chore: remove automated release workflow
Cloned https://github.com/guitaripod/Swollama.git
Revision (git rev-parse @):
1eada844ce5e477fa5a2178483b3540e1c07c5e0
SUCCESS checkout https://github.com/guitaripod/Swollama.git at 3.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swollama",
      "name": "Swollama",
      "url": "https://github.com/guitaripod/Swollama.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swollama",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/guitaripod/Swollama.git
[1/878] Fetching swollama
Fetched https://github.com/guitaripod/Swollama.git from cache (0.80s)
Creating working copy for https://github.com/guitaripod/Swollama.git
Working copy of https://github.com/guitaripod/Swollama.git resolved at 3.0.1 (1eada84)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/guitaripod/Swollama.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write SwollamaCLI-entitlement.plist
[3/7] Write swift-version-49B95AFC49DCD68C.txt
[5/40] Emitting module Swollama
[6/43] Compiling Swollama OllamaProtocol.swift
[7/43] Compiling Swollama OllamaWebSearchClient.swift
[8/43] Compiling Swollama WebSearchModels.swift
[9/43] Compiling Swollama CreateModelRequest.swift
[10/43] Compiling Swollama EmbeddingRequest.swift
[11/43] Compiling Swollama EmbeddingResponse.swift
[12/43] Compiling Swollama GenerateRequest.swift
[13/43] Compiling Swollama RunningModelsResponse.swift
[14/43] Compiling Swollama ShowModelRequest.swift
[15/43] Compiling Swollama ToolCall.swift
[16/43] Compiling Swollama ModelsResponse.swift
[17/43] Compiling Swollama OllamaModelName.swift
[18/43] Compiling Swollama OperationProgress.swift
[19/43] Compiling Swollama QuantizationLevel.swift
[20/43] Compiling Swollama OllamaClient.swift
[21/43] Compiling Swollama OllamaConfiguration.swift
[22/43] Compiling Swollama OllamaError.swift
[23/43] Compiling Swollama ToolDefinition.swift
[24/43] Compiling Swollama VersionResponse.swift
[25/43] Compiling Swollama NetworkingSupport+Streaming.swift
[26/43] Compiling Swollama AgentConfiguration.swift
[27/43] Compiling Swollama AgentEvent.swift
[28/43] Compiling Swollama OllamaAgent.swift
[29/43] Compiling Swollama ChatOptions.swift
[30/43] Compiling Swollama GenerateResponse.swift
[31/43] Compiling Swollama ModelFamily.swift
[32/43] Compiling Swollama ModelFormat.swift
[33/43] Compiling Swollama ModelInformation.swift
[34/43] Compiling Swollama NetworkingSupport.swift
[35/43] Compiling Swollama OllamaClient+Generation.swift
[36/43] Compiling Swollama OllamaClient+ModelManagement.swift
[37/43] Compiling Swollama EmbeddingOptions.swift
[38/43] Compiling Swollama GenerationOptions.swift
[39/43] Compiling Swollama ChatRequest.swift
[40/43] Compiling Swollama ChatResponse.swift
[41/70] Emitting module SwollamaCLI
[42/72] Compiling SwollamaCLI ModelFormatter.swift
[43/72] Compiling SwollamaCLI ProgressTracker.swift
[44/72] Compiling SwollamaCLI SpeedCalculator.swift
[45/72] Compiling SwollamaCLI TerminalHelper.swift
[46/72] Compiling SwollamaCLI GenerateCommand.swift
[47/72] Compiling SwollamaCLI ListModelsCommand.swift
[48/72] Compiling SwollamaCLI ListRunningModelsCommand.swift
[49/72] Compiling SwollamaCLI PullModelCommand.swift
[50/72] Compiling SwollamaCLI PushCommand.swift
[51/72] Compiling SwollamaCLI ShowModelCommand.swift
[52/72] Compiling SwollamaCLI DeleteModelCommand.swift
[53/72] Compiling SwollamaCLI EmbeddingsCommand.swift
[54/72] Compiling SwollamaCLI EnhancedChatCommand.swift
[55/72] Compiling SwollamaCLI AgentCommand.swift
[56/72] Compiling SwollamaCLI BlobCommand.swift
[57/72] Compiling SwollamaCLI ChatCommand.swift
[58/72] Compiling SwollamaCLI TestCommand.swift
[59/72] Compiling SwollamaCLI VersionCommand.swift
[60/72] Compiling SwollamaCLI EnhancedSwollamaCLI.swift
[61/72] Compiling SwollamaCLI CommandProtocol.swift
[62/72] Compiling SwollamaCLI CopyModelCommand.swift
[63/72] Compiling SwollamaCLI CreateCommand.swift
[64/72] Compiling SwollamaCLI ErrorRecovery.swift
[65/72] Compiling SwollamaCLI InputHandler.swift
[66/72] Compiling SwollamaCLI LinuxSupport.swift
[67/72] Compiling SwollamaCLI StreamDebugger.swift
[68/72] Compiling SwollamaCLI SwollamaCLI.swift
[69/72] Compiling SwollamaCLI CLIError.swift
[69/72] Write Objects.LinkFileList
[70/72] Linking SwollamaCLI
[71/72] Applying SwollamaCLI
Build complete! (7.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swollama",
  "name" : "Swollama",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Swollama",
      "targets" : [
        "Swollama"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwollamaCLI",
      "targets" : [
        "SwollamaCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwollamaTests",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaTests",
      "path" : "Tests/SwollamaTests",
      "sources" : [
        "AgentTests.swift",
        "ConfigurationTests.swift",
        "DigestValidationTests.swift",
        "ErrorHandlingTests.swift",
        "ModelNameParsingTests.swift",
        "NewFeaturesTests.swift",
        "RetryLogicTests.swift",
        "StreamingBufferTests.swift",
        "SwollamaTests.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwollamaCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwollamaCLI",
      "path" : "Sources/SwollamaCLI",
      "product_memberships" : [
        "SwollamaCLI"
      ],
      "sources" : [
        "Commands/AgentCommand.swift",
        "Commands/BlobCommand.swift",
        "Commands/ChatCommand.swift",
        "Commands/CommandProtocol.swift",
        "Commands/CopyModelCommand.swift",
        "Commands/CreateCommand.swift",
        "Commands/DeleteModelCommand.swift",
        "Commands/EmbeddingsCommand.swift",
        "Commands/EnhancedChatCommand.swift",
        "Commands/GenerateCommand.swift",
        "Commands/ListModelsCommand.swift",
        "Commands/ListRunningModelsCommand.swift",
        "Commands/PullModelCommand.swift",
        "Commands/PushCommand.swift",
        "Commands/ShowModelCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/VersionCommand.swift",
        "EnhancedSwollamaCLI.swift",
        "ErrorRecovery.swift",
        "InputHandler.swift",
        "LinuxSupport.swift",
        "StreamDebugger.swift",
        "SwollamaCLI.swift",
        "Tools/CLIError.swift",
        "Tools/ModelFormatter.swift",
        "Tools/ProgressTracker.swift",
        "Tools/SpeedCalculator.swift",
        "Tools/TerminalHelper.swift"
      ],
      "target_dependencies" : [
        "Swollama"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Swollama",
      "module_type" : "SwiftTarget",
      "name" : "Swollama",
      "path" : "Sources/Swollama",
      "product_memberships" : [
        "Swollama",
        "SwollamaCLI"
      ],
      "sources" : [
        "Agent/AgentConfiguration.swift",
        "Agent/AgentEvent.swift",
        "Agent/OllamaAgent.swift",
        "ChatOptions.swift",
        "EmbeddingOptions.swift",
        "GenerationOptions.swift",
        "Models/ChatRequest.swift",
        "Models/ChatResponse.swift",
        "Models/CreateModelRequest.swift",
        "Models/EmbeddingRequest.swift",
        "Models/EmbeddingResponse.swift",
        "Models/GenerateRequest.swift",
        "Models/GenerateResponse.swift",
        "Models/ModelFamily.swift",
        "Models/ModelFormat.swift",
        "Models/ModelInformation.swift",
        "Models/ModelsResponse.swift",
        "Models/OllamaModelName.swift",
        "Models/OperationProgress.swift",
        "Models/QuantizationLevel.swift",
        "Models/RunningModelsResponse.swift",
        "Models/ShowModelRequest.swift",
        "Models/ToolCall.swift",
        "Models/ToolDefinition.swift",
        "Models/VersionResponse.swift",
        "NetworkingSupport+Streaming.swift",
        "NetworkingSupport.swift",
        "OllamaClient+Generation.swift",
        "OllamaClient+ModelManagement.swift",
        "OllamaClient.swift",
        "OllamaConfiguration.swift",
        "OllamaError.swift",
        "OllamaProtocol.swift",
        "WebSearch/OllamaWebSearchClient.swift",
        "WebSearch/WebSearchModels.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.