Build Information
Successful build of Swollama, reference master (1eada8), with Swift 6.2 for Linux on 2 Oct 2025 14:19:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/Swollama.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/guitaripod/Swollama
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1eada84 chore: remove automated release workflow
Cloned https://github.com/guitaripod/Swollama.git
Revision (git rev-parse @):
1eada844ce5e477fa5a2178483b3540e1c07c5e0
SUCCESS checkout https://github.com/guitaripod/Swollama.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/guitaripod/Swollama.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/39] Emitting module Swollama
[5/39] Compiling Swollama AgentConfiguration.swift
[6/39] Compiling Swollama AgentEvent.swift
[7/39] Compiling Swollama OllamaAgent.swift
[8/39] Compiling Swollama ChatOptions.swift
[9/39] Compiling Swollama EmbeddingOptions.swift
[10/43] Compiling Swollama OllamaClient+Generation.swift
[11/43] Compiling Swollama OllamaClient+ModelManagement.swift
[12/43] Compiling Swollama OllamaClient.swift
[13/43] Compiling Swollama OllamaConfiguration.swift
[14/43] Compiling Swollama EmbeddingResponse.swift
[15/43] Compiling Swollama GenerateRequest.swift
[16/43] Compiling Swollama GenerateResponse.swift
[17/43] Compiling Swollama ModelFamily.swift
[18/43] Compiling Swollama ModelFormat.swift
[19/43] Compiling Swollama ModelInformation.swift
[20/43] Compiling Swollama ModelsResponse.swift
[21/43] Compiling Swollama OllamaModelName.swift
[22/43] Compiling Swollama OperationProgress.swift
[23/43] Compiling Swollama QuantizationLevel.swift
[24/43] Compiling Swollama RunningModelsResponse.swift
[25/43] Compiling Swollama ShowModelRequest.swift
[26/43] Compiling Swollama ToolCall.swift
[27/43] Compiling Swollama ToolDefinition.swift
[28/43] Compiling Swollama VersionResponse.swift
[29/43] Compiling Swollama NetworkingSupport+Streaming.swift
[30/43] Compiling Swollama NetworkingSupport.swift
[31/43] Compiling Swollama GenerationOptions.swift
[32/43] Compiling Swollama ChatRequest.swift
[33/43] Compiling Swollama ChatResponse.swift
[34/43] Compiling Swollama CreateModelRequest.swift
[35/43] Compiling Swollama EmbeddingRequest.swift
[36/43] Compiling Swollama OllamaError.swift
[37/43] Compiling Swollama OllamaProtocol.swift
[38/43] Compiling Swollama OllamaWebSearchClient.swift
[39/43] Compiling Swollama WebSearchModels.swift
[40/44] Wrapping AST for Swollama for debugging
[42/70] Emitting module SwollamaCLI
[43/73] Compiling SwollamaCLI CopyModelCommand.swift
[44/73] Compiling SwollamaCLI CreateCommand.swift
[45/73] Compiling SwollamaCLI DeleteModelCommand.swift
[46/73] Compiling SwollamaCLI EmbeddingsCommand.swift
[47/73] Compiling SwollamaCLI PullModelCommand.swift
[48/73] Compiling SwollamaCLI PushCommand.swift
[49/73] Compiling SwollamaCLI ShowModelCommand.swift
[50/73] Compiling SwollamaCLI TestCommand.swift
[51/73] Compiling SwollamaCLI ProgressTracker.swift
[52/73] Compiling SwollamaCLI SpeedCalculator.swift
[53/73] Compiling SwollamaCLI TerminalHelper.swift
[54/73] Compiling SwollamaCLI EnhancedChatCommand.swift
[55/73] Compiling SwollamaCLI GenerateCommand.swift
[56/73] Compiling SwollamaCLI ListModelsCommand.swift
[57/73] Compiling SwollamaCLI ListRunningModelsCommand.swift
[58/73] Compiling SwollamaCLI VersionCommand.swift
[59/73] Compiling SwollamaCLI EnhancedSwollamaCLI.swift
[60/73] Compiling SwollamaCLI ErrorRecovery.swift
[61/73] Compiling SwollamaCLI InputHandler.swift
[62/73] Compiling SwollamaCLI LinuxSupport.swift
[63/73] Compiling SwollamaCLI StreamDebugger.swift
[64/73] Compiling SwollamaCLI SwollamaCLI.swift
[65/73] Compiling SwollamaCLI CLIError.swift
[66/73] Compiling SwollamaCLI ModelFormatter.swift
[67/73] Compiling SwollamaCLI AgentCommand.swift
[68/73] Compiling SwollamaCLI BlobCommand.swift
[69/73] Compiling SwollamaCLI ChatCommand.swift
[70/73] Compiling SwollamaCLI CommandProtocol.swift
[71/74] Wrapping AST for SwollamaCLI for debugging
[72/74] Write Objects.LinkFileList
[73/74] Linking SwollamaCLI
Build complete! (12.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Swollama",
"name" : "Swollama",
"path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.