Build Information
Failed to build Yazman, reference main (1e495a), with Swift 6.3 for Linux on 18 Apr 2026 19:15:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alpozcan/yazman.git
Reference: main
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/alpozcan/yazman
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1e495a1 chore: rename project to Yazman
Cloned https://github.com/alpozcan/yazman.git
Revision (git rev-parse @):
1e495a197b72af01cd5160f3bfd970b5415510a4
SUCCESS checkout https://github.com/alpozcan/yazman.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/alpozcan/yazman.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/mattt/ollama-swift.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/onevcat/Rainbow.git
[1/759] Fetching ollama-swift
[760/2201] Fetching ollama-swift, rainbow
[2202/19730] Fetching ollama-swift, rainbow, swift-argument-parser
[2203/25659] Fetching ollama-swift, rainbow, swift-argument-parser, swiftsoup
Fetched https://github.com/onevcat/Rainbow.git from cache (0.36s)
[2879/24217] Fetching ollama-swift, swift-argument-parser, swiftsoup
Fetched https://github.com/mattt/ollama-swift.git from cache (0.83s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.02s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (3.68s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.44s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.44s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.61s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
Creating working copy for https://github.com/mattt/ollama-swift.git
Working copy of https://github.com/mattt/ollama-swift.git resolved at 1.8.0
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 4.2.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/97] Emitting module Rainbow
[11/97] Compiling Rainbow ConditionalStyleBuilder.swift
[12/97] Compiling Rainbow ControlCode.swift
[13/98] Compiling Rainbow StringGenerator.swift
[14/98] Compiling Rainbow Style.swift
[15/98] Compiling Rainbow String+ConditionalStyling.swift
[16/98] Compiling Rainbow String+Rainbow.swift
[17/98] Compiling Ollama Tool.swift
[18/99] Emitting module ArgumentParserToolInfo
[19/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/100] Wrapping AST for ArgumentParserToolInfo for debugging
[22/146] Compiling ArgumentParser ArgumentSet.swift
[23/146] Compiling ArgumentParser CommandParser.swift
[24/146] Compiling ArgumentParser InputKey.swift
[25/146] Compiling ArgumentParser InputOrigin.swift
[26/146] Compiling ArgumentParser Name.swift
[27/146] Compiling ArgumentParser Parsed.swift
[28/146] Compiling ArgumentParser ParsedValues.swift
[29/153] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/153] Compiling ArgumentParser CompletionsGenerator.swift
[31/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/153] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/153] Compiling ArgumentParser Flag.swift
[34/153] Compiling ArgumentParser NameSpecification.swift
[35/153] Compiling ArgumentParser ArgumentHelp.swift
[36/153] Compiling ArgumentParser ArgumentVisibility.swift
[37/153] Compiling Ollama Embeddings.swift
[38/153] Compiling Ollama JSONDecoder+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
147 | do {
148 | let request = try createRequest(method, path, params: params)
149 | let (bytes, response) = try await session.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
150 | let httpResponse = try validateResponse(response)
151 |
/host/spi-builder-workspace/.build/checkouts/ollama-swift/Sources/Ollama/Client.swift:149:63: error: value of type 'URLSession' has no member 'bytes'
147 | do {
148 | let request = try createRequest(method, path, params: params)
149 | let (bytes, response) = try await session.bytes(for: request)
| `- error: value of type 'URLSession' has no member 'bytes'
150 | let httpResponse = try validateResponse(response)
151 |
[41/153] Emitting module Ollama
[42/153] Compiling Ollama Value.swift
[43/153] Compiling Ollama KeepAlive.swift
[44/153] Compiling Ollama Model.swift
[45/153] Compiling Rainbow StyledStringBuilder.swift
[46/154] Wrapping AST for Rainbow for debugging
[52/154] Compiling ArgumentParser Argument.swift
[53/154] Compiling ArgumentParser ArgumentDiscussion.swift
[56/154] Emitting module SwiftSoup
[57/154] Emitting module ArgumentParser
[58/160] Compiling Ollama Data+Extensions.swift
[59/160] Compiling ArgumentParser Foundation.swift
[60/160] Compiling ArgumentParser Mutex.swift
[61/160] Compiling ArgumentParser Platform.swift
[62/160] Compiling ArgumentParser SequenceExtensions.swift
[63/160] Compiling ArgumentParser StringExtensions.swift
[64/160] Compiling ArgumentParser SwiftExtensions.swift
BUILD FAILURE 6.3 linux