Build Information
Failed to build Swollama, reference master (1eada8), with Swift 6.3 for Android on 17 Apr 2026 03:29:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/guitaripod/Swollama.git
Reference: master
Initialized empty Git repository in /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: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/guitaripod/Swollama.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/39] Emitting module Swollama
[5/43] Compiling Swollama OllamaClient+Generation.swift
[6/43] Compiling Swollama OllamaClient+ModelManagement.swift
[7/43] Compiling Swollama OllamaClient.swift
[8/43] Compiling Swollama OllamaConfiguration.swift
[9/43] Compiling Swollama OllamaError.swift
[10/43] Compiling Swollama OllamaProtocol.swift
[11/43] Compiling Swollama OllamaWebSearchClient.swift
[12/43] Compiling Swollama WebSearchModels.swift
[13/43] Compiling Swollama EmbeddingResponse.swift
[14/43] Compiling Swollama GenerateRequest.swift
[15/43] Compiling Swollama GenerateResponse.swift
[16/43] Compiling Swollama ModelFamily.swift
[17/43] Compiling Swollama ModelFormat.swift
[18/43] Compiling Swollama GenerationOptions.swift
[19/43] Compiling Swollama ChatRequest.swift
[20/43] Compiling Swollama ChatResponse.swift
[21/43] Compiling Swollama CreateModelRequest.swift
[22/43] Compiling Swollama EmbeddingRequest.swift
[23/43] Compiling Swollama AgentConfiguration.swift
[24/43] Compiling Swollama AgentEvent.swift
[25/43] Compiling Swollama OllamaAgent.swift
[26/43] Compiling Swollama ChatOptions.swift
[27/43] Compiling Swollama EmbeddingOptions.swift
[28/43] Compiling Swollama QuantizationLevel.swift
[29/43] Compiling Swollama RunningModelsResponse.swift
[30/43] Compiling Swollama ShowModelRequest.swift
[31/43] Compiling Swollama ToolCall.swift
[32/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 |
[33/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 |
[34/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 |
[35/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 |
[36/43] Compiling Swollama ModelInformation.swift
[37/43] Compiling Swollama ModelsResponse.swift
[38/43] Compiling Swollama OllamaModelName.swift
[39/43] Compiling Swollama OperationProgress.swift
BUILD FAILURE 6.3 android