Build Information
Failed to build Swollama, reference 3.0.1 (1eada8), with Swift 6.2 for Android on 1 Oct 2025 21:52:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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 /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
* 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
========================================
Build
========================================
Selected platform: android
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-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--11D90AFD9DD3AB2.txt
[4/39] Compiling Swollama GenerationOptions.swift
[5/39] Compiling Swollama ChatRequest.swift
[6/39] Compiling Swollama ChatResponse.swift
[7/39] Compiling Swollama CreateModelRequest.swift
[8/39] Compiling Swollama EmbeddingRequest.swift
[9/43] Compiling Swollama ModelInformation.swift
[10/43] Compiling Swollama ModelsResponse.swift
[11/43] Compiling Swollama OllamaModelName.swift
[12/43] Compiling Swollama OperationProgress.swift
[13/43] Emitting module Swollama
[14/43] Compiling Swollama AgentConfiguration.swift
[15/43] Compiling Swollama AgentEvent.swift
[16/43] Compiling Swollama OllamaAgent.swift
[17/43] Compiling Swollama ChatOptions.swift
[18/43] Compiling Swollama EmbeddingOptions.swift
[19/43] Compiling Swollama QuantizationLevel.swift
[20/43] Compiling Swollama RunningModelsResponse.swift
[21/43] Compiling Swollama ShowModelRequest.swift
[22/43] Compiling Swollama ToolCall.swift
[23/43] Compiling Swollama ToolDefinition.swift
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:22:20: error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
20 |
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:23:20: error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
24 | config.waitsForConnectivity = false
25 | #endif
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:24:20: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
| `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
25 | #endif
26 |
[24/43] Compiling Swollama VersionResponse.swift
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:22:20: error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
20 |
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:23:20: error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
24 | config.waitsForConnectivity = false
25 | #endif
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:24:20: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
| `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
25 | #endif
26 |
[25/43] Compiling Swollama NetworkingSupport+Streaming.swift
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:22:20: error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
20 |
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:23:20: error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
24 | config.waitsForConnectivity = false
25 | #endif
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:24:20: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
| `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
25 | #endif
26 |
[26/43] Compiling Swollama NetworkingSupport.swift
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:22:20: error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
20 |
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsExpensiveNetworkAccess'
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:23:20: error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
21 | #if !os(Linux)
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
| `- error: value of type 'URLSessionConfiguration' has no member 'allowsConstrainedNetworkAccess'
24 | config.waitsForConnectivity = false
25 | #endif
/host/spi-builder-workspace/Sources/Swollama/NetworkingSupport.swift:24:20: error: cannot assign to property: 'waitsForConnectivity' is a get-only property
22 | config.allowsExpensiveNetworkAccess = true
23 | config.allowsConstrainedNetworkAccess = true
24 | config.waitsForConnectivity = false
| `- error: cannot assign to property: 'waitsForConnectivity' is a get-only property
25 | #endif
26 |
[27/43] Compiling Swollama EmbeddingResponse.swift
[28/43] Compiling Swollama GenerateRequest.swift
[29/43] Compiling Swollama GenerateResponse.swift
[30/43] Compiling Swollama ModelFamily.swift
[31/43] Compiling Swollama ModelFormat.swift
[32/43] Compiling Swollama OllamaClient+Generation.swift
[33/43] Compiling Swollama OllamaClient+ModelManagement.swift
[34/43] Compiling Swollama OllamaClient.swift
[35/43] Compiling Swollama OllamaConfiguration.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
BUILD FAILURE 6.2 android