Build Information
Failed to build Muharrir, reference v1.0.0 (b89495), with Swift 6.3 for Linux on 18 Apr 2026 19:15:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: v1.0.0
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
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at b89495f Fix CI/release: use Xcode toolchain instead of standalone Swift
Cloned https://github.com/alpozcan/yazman.git
Revision (git rev-parse @):
b89495f71c50d74d2bc1fb27f22ed196c3a5f3b3
SUCCESS checkout https://github.com/alpozcan/yazman.git at v1.0.0
========================================
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-4606859-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/onevcat/Rainbow.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/mattt/ollama-swift.git
[1/1442] Fetching rainbow
[88/2201] Fetching rainbow, ollama-swift
[2202/8130] Fetching rainbow, ollama-swift, swiftsoup
Fetched https://github.com/onevcat/Rainbow.git from cache (0.37s)
Fetched https://github.com/mattt/ollama-swift.git from cache (0.36s)
[1127/5929] Fetching swiftsoup
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.79s)
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.85s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.95s)
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.52s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.45s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.41s)
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
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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
[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 Ollama
[11/98] Compiling Ollama Tool.swift
[12/98] Compiling SwiftSoup DataNode.swift
[13/98] Compiling SwiftSoup DebugTrace.swift
[14/98] Emitting module Rainbow
[15/99] Compiling SwiftSoup Comment.swift
[16/99] Compiling SwiftSoup CssSelector.swift
[17/99] Emitting module ArgumentParserToolInfo
[18/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/100] Wrapping AST for ArgumentParserToolInfo for debugging
[21/146] Compiling ArgumentParser Argument.swift
[22/146] Compiling ArgumentParser ArgumentDiscussion.swift
[23/146] Compiling ArgumentParser ArgumentHelp.swift
[24/146] Compiling ArgumentParser ArgumentVisibility.swift
[25/146] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/146] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/146] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/146] Compiling ArgumentParser CompletionsGenerator.swift
[29/146] Compiling ArgumentParser CompletionKind.swift
[30/146] Compiling ArgumentParser Errors.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 |
[33/146] Compiling Rainbow StyledStringBuilder.swift
[34/147] Compiling ArgumentParser EnumerableFlag.swift
[35/147] Compiling ArgumentParser ExpressibleByArgument.swift
[36/147] Compiling ArgumentParser ParsableArguments.swift
[37/147] Compiling ArgumentParser Foundation.swift
[38/147] Compiling ArgumentParser Mutex.swift
[39/147] Compiling ArgumentParser Platform.swift
[40/147] Compiling ArgumentParser SequenceExtensions.swift
[41/154] Compiling Ollama Value.swift
[43/154] Compiling Ollama KeepAlive.swift
[44/154] Compiling Ollama JSONDecoder+Extensions.swift
[45/154] Compiling Ollama Model.swift
[48/154] Compiling ArgumentParser Flag.swift
[49/154] Compiling ArgumentParser NameSpecification.swift
[50/154] Compiling ArgumentParser Option.swift
[51/154] Compiling ArgumentParser OptionGroup.swift
[52/154] Compiling ArgumentParser ParsableCommand.swift
[53/154] Compiling ArgumentParser ArgumentDecoder.swift
[53/154] Wrapping AST for Rainbow for debugging
[55/154] Compiling ArgumentParser StringExtensions.swift
[56/154] Compiling ArgumentParser SwiftExtensions.swift
[57/154] Compiling ArgumentParser DumpHelpGenerator.swift
[58/154] Compiling ArgumentParser HelpCommand.swift
[59/154] Compiling ArgumentParser HelpGenerator.swift
[60/154] Compiling ArgumentParser MessageInfo.swift
[61/154] Compiling ArgumentParser UsageGenerator.swift
[76/160] Compiling Ollama Embeddings.swift
[77/160] Compiling Ollama Data+Extensions.swift
[78/160] Compiling ArgumentParser InputOrigin.swift
[79/160] Compiling ArgumentParser Name.swift
[80/160] Compiling ArgumentParser Parsed.swift
[81/160] Compiling ArgumentParser ParsedValues.swift
[82/160] Compiling ArgumentParser ParserError.swift
[83/160] Compiling ArgumentParser SplitArguments.swift
[84/160] Compiling ArgumentParser ParentCommand.swift
[85/160] Compiling ArgumentParser AsyncParsableCommand.swift
[86/160] Compiling ArgumentParser CommandConfiguration.swift
[87/160] Compiling ArgumentParser CommandGroup.swift
[91/160] Emitting module ArgumentParser
BUILD FAILURE 6.3 linux