Build Information
Failed to build Muharrir, reference v1.0.0 (b89495), with Swift 6.3 for Android on 18 Apr 2026 19:15:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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: 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-4606859-1":/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/mattt/ollama-swift.git
Fetching https://github.com/scinfu/SwiftSoup.git
[1/1442] Fetching rainbow
[708/2201] Fetching rainbow, ollama-swift
[2202/8130] Fetching rainbow, ollama-swift, swiftsoup
[2795/25659] Fetching rainbow, ollama-swift, swiftsoup, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow.git from cache (0.35s)
[2704/24217] Fetching ollama-swift, swiftsoup, swift-argument-parser
Fetched https://github.com/mattt/ollama-swift.git from cache (0.36s)
[2123/23458] Fetching swiftsoup, swift-argument-parser
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.62s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.62s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.33s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.25s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.57s)
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
[10/97] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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 | }
[12/98] Compiling SwiftSoup Evaluator.swift
[13/98] Compiling SwiftSoup Exception.swift
[14/98] Compiling SwiftSoup Element.swift
[15/98] Compiling SwiftSoup ElementQuery.swift
[16/98] Compiling Ollama Tool.swift
[17/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/100] Wrapping AST for ArgumentParserToolInfo for debugging
[20/146] Compiling ArgumentParser Argument.swift
[21/146] Compiling ArgumentParser ArgumentDiscussion.swift
[22/146] Compiling ArgumentParser ArgumentHelp.swift
[23/146] Compiling ArgumentParser ArgumentVisibility.swift
[24/146] Compiling ArgumentParser Flag.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 | }
[25/146] Compiling ArgumentParser NameSpecification.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 | }
[26/146] Compiling SwiftSoup ParseErrorList.swift
[27/146] Compiling SwiftSoup ParseSettings.swift
[28/146] Compiling SwiftSoup Parser.swift
[29/146] Compiling SwiftSoup ParsingStrings.swift
[30/146] Compiling SwiftSoup Pattern.swift
[31/146] Compiling SwiftSoup Profiler.swift
[32/146] Compiling SwiftSoup QueryParser.swift
[33/153] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/153] Compiling ArgumentParser CompletionsGenerator.swift
[35/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/153] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/153] Compiling ArgumentParser SplitArguments.swift
[38/153] Compiling ArgumentParser Foundation.swift
[39/153] Compiling ArgumentParser Mutex.swift
[40/153] Compiling ArgumentParser Platform.swift
[41/153] Compiling ArgumentParser SequenceExtensions.swift
[42/153] Compiling ArgumentParser StringExtensions.swift
[43/153] Compiling ArgumentParser SwiftExtensions.swift
[44/153] Compiling Rainbow StyledStringBuilder.swift
[45/153] Compiling Ollama Value.swift
[46/153] Compiling Ollama KeepAlive.swift
[47/153] Compiling Ollama JSONDecoder+Extensions.swift
[48/153] Compiling Ollama Model.swift
BUILD FAILURE 6.3 android