Build Information
Failed to build Yazman, reference main (1e495a), with Swift 6.3 for Android on 18 Apr 2026 19:15:15 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/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/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: android
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-0":/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
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/mattt/ollama-swift.git
[1/759] Fetching ollama-swift
[760/2201] Fetching ollama-swift, rainbow
[1972/19730] Fetching ollama-swift, rainbow, swift-argument-parser
[2378/25659] Fetching ollama-swift, rainbow, swift-argument-parser, swiftsoup
Fetched https://github.com/onevcat/Rainbow.git from cache (0.37s)
[6287/24217] Fetching ollama-swift, swift-argument-parser, swiftsoup
Fetched https://github.com/mattt/ollama-swift.git from cache (0.99s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.99s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.00s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (3.48s)
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.53s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.46s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.59s)
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/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
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/97] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[11/98] Compiling SwiftSoup ByteSlice.swift
[12/98] Compiling SwiftSoup CharacterExt.swift
[13/98] Compiling SwiftSoup BinarySearch.swift
[14/98] Compiling SwiftSoup BooleanAttribute.swift
[15/98] Compiling Ollama Tool.swift
[16/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/99] Emitting module ArgumentParserToolInfo
[18/100] Wrapping AST for ArgumentParserToolInfo for debugging
[20/146] Compiling ArgumentParser BashCompletionsGenerator.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 |
[21/146] Compiling ArgumentParser CompletionsGenerator.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 |
[22/146] Emitting module Ollama
[23/146] Compiling Ollama KeepAlive.swift
[26/146] Compiling SwiftSoup QueryParserCache.swift
[27/146] Compiling SwiftSoup SourceRange.swift
[28/146] Compiling SwiftSoup StreamReader.swift
[29/146] Compiling SwiftSoup String.swift
[30/146] Compiling SwiftSoup StringBuilder.swift
[31/146] Compiling SwiftSoup StringUtil.swift
[32/146] Compiling SwiftSoup StructuralEvaluator.swift
[33/153] Compiling Ollama Value.swift
[34/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/153] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/153] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[37/153] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[38/153] Compiling ArgumentParser Argument.swift
[39/153] Compiling ArgumentParser ArgumentDiscussion.swift
[40/153] Compiling ArgumentParser HelpCommand.swift
[41/153] Compiling ArgumentParser HelpGenerator.swift
[42/153] Compiling Ollama JSONDecoder+Extensions.swift
[43/153] Compiling Ollama Model.swift
[44/153] Compiling Rainbow StyledStringBuilder.swift
[45/153] Compiling Ollama Embeddings.swift
BUILD FAILURE 6.3 android