The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Muharrir, reference v1.0.0 (b89495), with Swift 6.1 for Android on 24 Feb 2026 07:53:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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.1
Building package at path:  $PWD
https://github.com/alpozcan/yazman.git
https://github.com/alpozcan/yazman.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow.git"
    },
    {
      "identity" : "ollama-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattt/ollama-swift.git"
    }
  ],
  "manifest_display_name" : "Muharrir",
  "name" : "Muharrir",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "muharrir",
      "targets" : [
        "muharrir"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "muharrir",
      "module_type" : "SwiftTarget",
      "name" : "muharrir",
      "path" : "Sources/muharrir",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSoup",
        "Rainbow",
        "Ollama"
      ],
      "product_memberships" : [
        "muharrir"
      ],
      "sources" : [
        "Commands/AddCommand.swift",
        "Commands/CheckCommand.swift",
        "Commands/ImproveCommand.swift",
        "Commands/ReviewCommand.swift",
        "Commands/ScrapeCommand.swift",
        "Commands/SearchCommand.swift",
        "Commands/StatsCommand.swift",
        "Core/Checker.swift",
        "Core/Config.swift",
        "Core/OllamaExtensions.swift",
        "Core/Prompts.swift",
        "Core/Scraper.swift",
        "Core/VectorStore.swift",
        "Muharrir.swift",
        "Utilities/Terminal.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MuharrirTests",
      "module_type" : "SwiftTarget",
      "name" : "MuharrirTests",
      "path" : "Tests/MuharrirTests",
      "sources" : [
        "ChunkerTests.swift",
        "ConfigTests.swift",
        "ParagraphExtractionTests.swift",
        "PromptsTests.swift",
        "ScraperTests.swift",
        "TerminalTests.swift",
        "TurkishContentTests.swift",
        "VectorStoreTests.swift"
      ],
      "target_dependencies" : [
        "muharrir"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mattt/ollama-swift.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/onevcat/Rainbow.git
[1/1420] Fetching rainbow
[669/2179] Fetching rainbow, ollama-swift
[2180/19348] Fetching rainbow, ollama-swift, swift-argument-parser
[3726/25107] Fetching rainbow, ollama-swift, swift-argument-parser, swiftsoup
Fetched https://github.com/mattt/ollama-swift.git from cache (0.90s)
Fetched https://github.com/onevcat/Rainbow.git from cache (0.90s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.91s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.91s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (5.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.76s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.89s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.3 (0.66s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/nicklockwood/LRUCache.git
[1/360] Fetching lrucache
[361/2180] Fetching lrucache, swift-atomics
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.26s)
[1547/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.99s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.1 (3.01s)
Creating working copy for https://github.com/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.2.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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/22] Write sources
[10/22] Compiling _AtomicsShims.c
[11/22] Write swift-version-24593BA9C3E375BF.txt
[13/68] Emitting module Atomics
[14/70] Compiling Atomics OptionalRawRepresentable.swift
[15/70] Compiling Atomics RawRepresentable.swift
[16/70] Compiling Atomics AtomicBool.swift
[17/70] Compiling Atomics ManagedAtomic.swift
[18/70] Compiling Atomics ManagedAtomicLazyReference.swift
[19/70] Compiling Atomics UnsafeAtomic.swift
[20/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/70] Emitting module ArgumentParserToolInfo
[22/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/71] Compiling Atomics AtomicStorage.swift
[24/71] Compiling Atomics AtomicValue.swift
[25/71] Compiling Atomics AtomicMemoryOrderings.swift
[26/71] Compiling Atomics DoubleWord.swift
[27/71] Compiling Atomics AtomicInteger.swift
[28/71] Compiling Atomics AtomicOptionalWrappable.swift
[29/71] Compiling Atomics AtomicReference.swift
[30/71] Compiling Atomics IntegerConformances.swift
[31/71] Compiling Atomics PointerConformances.swift
[32/71] Compiling Atomics Primitives.native.swift
[34/71] Compiling Atomics IntegerOperations.swift
[35/71] Compiling Atomics Unmanaged extensions.swift
[35/72] Wrapping AST for ArgumentParserToolInfo for debugging
[38/72] Compiling Ollama Tool.swift
[38/72] Wrapping AST for Atomics for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/119] 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 |         }
[41/119] Compiling ArgumentParser ArgumentVisibility.swift
[42/119] Compiling ArgumentParser CompletionKind.swift
[43/120] Compiling ArgumentParser NameSpecification.swift
[44/120] Compiling ArgumentParser Option.swift
[45/120] Compiling ArgumentParser CompletionsGenerator.swift
[46/120] Compiling ArgumentParser FishCompletionsGenerator.swift
[47/120] Emitting module ArgumentParser
[48/120] Compiling ArgumentParser ArgumentDiscussion.swift
[49/120] Compiling ArgumentParser ArgumentHelp.swift
[50/126] Compiling ArgumentParser Tree.swift
[51/126] Compiling ArgumentParser CodingKeyValidator.swift
[52/126] Compiling ArgumentParser NonsenseFlagsValidator.swift
[53/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[54/126] Compiling ArgumentParser PositionalArgumentsValidator.swift
[55/126] Compiling ArgumentParser UniqueNamesValidator.swift
[56/126] Compiling ArgumentParser InputOrigin.swift
[57/126] Compiling ArgumentParser Name.swift
[58/126] Compiling ArgumentParser Parsed.swift
[59/126] Compiling ArgumentParser ParsedValues.swift
[60/126] Compiling ArgumentParser ParserError.swift
[61/126] Compiling ArgumentParser SplitArguments.swift
[64/126] Compiling ArgumentParser Errors.swift
[65/126] Compiling ArgumentParser Flag.swift
[68/126] Compiling ArgumentParser OptionGroup.swift
[69/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[73/126] Compiling ArgumentParser Argument.swift
[76/126] Compiling ArgumentParser DumpHelpGenerator.swift
[77/126] Compiling ArgumentParser HelpCommand.swift
[78/126] Compiling ArgumentParser HelpGenerator.swift
[79/126] Compiling ArgumentParser MessageInfo.swift
[80/126] Compiling ArgumentParser UsageGenerator.swift
[81/126] Compiling ArgumentParser CollectionExtensions.swift
[82/126] Compiling ArgumentParser Foundation.swift
[83/126] Compiling ArgumentParser Mutex.swift
[84/126] Compiling ArgumentParser Platform.swift
[85/126] Compiling ArgumentParser SequenceExtensions.swift
[86/126] Compiling ArgumentParser StringExtensions.swift
[87/126] Compiling ArgumentParser SwiftExtensions.swift
[88/126] Compiling LRUCache LRUCache.swift
[89/126] Emitting module LRUCache
/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 |         }
/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 |         }
[97/127] Compiling Rainbow StyledStringBuilder.swift
[98/127] Compiling Ollama Value.swift
[99/127] Compiling Ollama JSONDecoder+Extensions.swift
[100/127] Compiling Ollama KeepAlive.swift
[101/127] Compiling Ollama Model.swift
[101/127] Wrapping AST for LRUCache for debugging
[102/127] Compiling ArgumentParser ParentCommand.swift
[103/127] Compiling ArgumentParser AsyncParsableCommand.swift
[104/127] Compiling ArgumentParser CommandConfiguration.swift
[105/127] Compiling ArgumentParser CommandGroup.swift
[106/127] Compiling ArgumentParser EnumerableFlag.swift
[107/127] Compiling ArgumentParser ExpressibleByArgument.swift
[108/127] Compiling ArgumentParser ParsableArguments.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/41] Emitting module LRUCache
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/59] 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 |         }
[6/60] Compiling Ollama Tool.swift
[7/61] Compiling Ollama JSONDecoder+Extensions.swift
[8/61] Compiling Atomics AtomicReference.swift
[9/61] Compiling Atomics AtomicStorage.swift
[10/61] Compiling Atomics UnsafeAtomic.swift
[11/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[12/61] Compiling Atomics ManagedAtomic.swift
[13/61] Compiling Atomics ManagedAtomicLazyReference.swift
[14/63] Compiling Atomics PointerConformances.swift
[15/63] Compiling Atomics Primitives.native.swift
[16/63] Compiling Atomics AtomicMemoryOrderings.swift
[17/63] Compiling Atomics DoubleWord.swift
[19/63] Compiling Atomics AtomicValue.swift
[20/63] Compiling Ollama Model.swift
[21/63] Compiling Ollama KeepAlive.swift
[22/63] Compiling Rainbow StyledStringBuilder.swift
[23/63] Compiling Atomics OptionalRawRepresentable.swift
[24/63] Compiling Atomics RawRepresentable.swift
[25/63] Compiling Atomics AtomicBool.swift
[27/63] Compiling Atomics IntegerConformances.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 |         }
/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 |         }
[34/63] Compiling Atomics AtomicInteger.swift
[35/63] Compiling Atomics AtomicOptionalWrappable.swift
[36/63] Compiling LRUCache LRUCache.swift
[37/64] Emitting module ArgumentParserToolInfo
[38/64] Compiling Ollama Embeddings.swift
BUILD FAILURE 6.1 android