The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Muharrir, reference v1.0.0 (b89495), with Swift 6.1 for macOS (SPM) on 24 Feb 2026 19:39:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alpozcan/yazman.git
https://github.com/alpozcan/yazman.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/16] Write sources
[4/16] Write muharrir-entitlement.plist
[7/16] Write sources
[11/16] Write swift-version-2F0A5646E1D333AE.txt
[12/16] Compiling _AtomicsShims.c
[14/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[15/64] Compiling Atomics IntegerOperations.swift
[16/65] Emitting module ArgumentParserToolInfo
[17/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/65] Compiling Atomics DoubleWord.swift
[19/65] Compiling Atomics ManagedAtomic.swift
[20/65] Compiling Atomics AtomicValue.swift
[21/65] Compiling Atomics AtomicMemoryOrderings.swift
[22/65] Compiling Atomics ManagedAtomicLazyReference.swift
[23/65] Compiling Atomics UnsafeAtomic.swift
[24/65] Compiling Atomics Unmanaged extensions.swift
[25/112] Compiling ArgumentParser Flag.swift
[26/112] Compiling ArgumentParser MessageInfo.swift
[27/112] Compiling ArgumentParser ArgumentHelp.swift
[28/112] Compiling ArgumentParser ArgumentVisibility.swift
[29/112] Compiling ArgumentParser UsageGenerator.swift
[30/112] Compiling ArgumentParser CollectionExtensions.swift
[31/112] Compiling ArgumentParser CompletionKind.swift
[32/112] Compiling ArgumentParser Errors.swift
[33/112] Compiling ArgumentParser ArgumentDefinition.swift
[34/112] Compiling ArgumentParser ArgumentSet.swift
[35/112] Emitting module Atomics
[36/112] Compiling Rainbow String+ConditionalStyling.swift
[37/112] Compiling Rainbow String+Rainbow.swift
[38/113] Compiling Rainbow Style.swift
[39/113] Compiling Rainbow StringGenerator.swift
[40/113] Emitting module ArgumentParser
[41/118] Compiling Rainbow StyledStringBuilder.swift
[44/118] Compiling Ollama Tool.swift
[46/118] Compiling Ollama Value.swift
[47/118] Emitting module Ollama
[49/118] Emitting module Rainbow
[54/118] Compiling ArgumentParser Foundation.swift
[55/118] Compiling ArgumentParser Mutex.swift
[56/118] Compiling LRUCache LRUCache.swift
[57/118] Emitting module LRUCache
[58/118] Compiling Ollama JSONDecoder+Extensions.swift
[59/118] Compiling Ollama KeepAlive.swift
[60/118] Compiling Ollama Model.swift
[61/118] Compiling ArgumentParser NameSpecification.swift
[62/118] Compiling ArgumentParser Option.swift
[63/118] Compiling ArgumentParser OptionGroup.swift
[64/118] Compiling ArgumentParser ParentCommand.swift
[65/118] Compiling ArgumentParser AsyncParsableCommand.swift
[66/118] Compiling ArgumentParser CodingKeyValidator.swift
[67/118] Compiling ArgumentParser NonsenseFlagsValidator.swift
[68/118] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/118] Compiling ArgumentParser PositionalArgumentsValidator.swift
[70/118] Compiling ArgumentParser UniqueNamesValidator.swift
[71/168] Compiling SwiftSoup NodeVisitor.swift
[72/168] Compiling SwiftSoup OrderedSet.swift
[73/168] Compiling SwiftSoup ParseError.swift
[74/168] Compiling SwiftSoup ParseErrorList.swift
[75/168] Compiling SwiftSoup StructuralEvaluator.swift
[76/168] Compiling SwiftSoup SwiftSoup.swift
[77/168] Compiling SwiftSoup HtmlTreeBuilder.swift
[78/168] Compiling SwiftSoup HtmlTreeBuilderState.swift
[79/168] Compiling SwiftSoup Mutex.swift
[80/168] Compiling SwiftSoup Node.swift
[81/168] Compiling SwiftSoup QueryParserCache.swift
[82/168] Compiling SwiftSoup StreamReader.swift
[83/168] Compiling SwiftSoup String.swift
[84/168] Compiling SwiftSoup StringBuilder.swift
[85/168] Compiling SwiftSoup StringUtil.swift
[86/168] Compiling SwiftSoup NodeTraversor.swift
[87/168] Compiling SwiftSoup TreeBuilder.swift
[88/168] Compiling SwiftSoup UTF8Arrays.swift
[89/168] Compiling SwiftSoup Document.swift
[90/168] Compiling SwiftSoup DocumentType.swift
[91/168] Compiling SwiftSoup Element.swift
[92/168] Compiling SwiftSoup Elements.swift
[93/168] Compiling SwiftSoup Entities.swift
[94/168] Compiling SwiftSoup Evaluator.swift
[95/168] Compiling SwiftSoup ParseSettings.swift
[96/168] Compiling SwiftSoup Parser.swift
[97/168] Compiling Ollama Embeddings.swift
[98/168] Compiling Ollama Data+Extensions.swift
[99/168] Compiling Ollama Client.swift
[100/168] Compiling Ollama Chat.swift
[101/168] Compiling SwiftSoup CssSelector.swift
[102/168] Compiling SwiftSoup DataNode.swift
[103/168] Compiling SwiftSoup TokenQueue.swift
[104/168] Compiling SwiftSoup Tokeniser.swift
[105/168] Compiling SwiftSoup TokeniserState.swift
[106/168] Compiling SwiftSoup CharacterReader.swift
[107/168] Compiling SwiftSoup Cleaner.swift
[108/168] Compiling SwiftSoup Collector.swift
[109/168] Compiling SwiftSoup CombiningEvaluator.swift
[110/168] Compiling SwiftSoup Comment.swift
[111/168] Compiling SwiftSoup Attribute.swift
[112/168] Compiling SwiftSoup Attributes.swift
[113/168] Compiling SwiftSoup BinarySearch.swift
[114/168] Compiling SwiftSoup BooleanAttribute.swift
[115/168] Compiling SwiftSoup CharacterExt.swift
[124/173] Compiling SwiftSoup Tag.swift
[125/173] Compiling SwiftSoup TextNode.swift
[126/173] Compiling SwiftSoup Token.swift
[138/173] Emitting module SwiftSoup
[144/173] Compiling SwiftSoup UnicodeScalar.swift
[145/173] Compiling SwiftSoup Validate.swift
[146/173] Compiling SwiftSoup Whitelist.swift
[147/173] Compiling SwiftSoup XmlDeclaration.swift
[148/173] Compiling SwiftSoup XmlTreeBuilder.swift
[156/173] Compiling SwiftSoup ParsingStrings.swift
[157/173] Compiling SwiftSoup Pattern.swift
[158/173] Compiling SwiftSoup QueryParser.swift
[165/173] Compiling SwiftSoup Exception.swift
[166/173] Compiling SwiftSoup FormElement.swift
[171/188] Compiling muharrir Config.swift
[172/188] Compiling muharrir OllamaExtensions.swift
[173/188] Compiling muharrir Scraper.swift
[174/189] Compiling muharrir ScrapeCommand.swift
[175/189] Compiling muharrir SearchCommand.swift
[176/189] Compiling muharrir Prompts.swift
[177/189] Compiling muharrir Muharrir.swift
[178/189] Compiling muharrir VectorStore.swift
[179/189] Compiling muharrir ImproveCommand.swift
[180/189] Compiling muharrir ReviewCommand.swift
[181/189] Compiling muharrir AddCommand.swift
[182/189] Compiling muharrir CheckCommand.swift
[183/189] Emitting module muharrir
[184/189] Compiling muharrir StatsCommand.swift
[185/189] Compiling muharrir Checker.swift
[186/189] Compiling muharrir Terminal.swift
[186/189] Write Objects.LinkFileList
[187/189] Linking muharrir
[188/189] Applying muharrir
Build complete! (25.62s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/mattt/ollama-swift.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1420] Fetching rainbow
[58/2179] Fetching rainbow, ollama-swift
[685/7938] Fetching rainbow, ollama-swift, swiftsoup
Fetched https://github.com/onevcat/Rainbow.git from cache (1.30s)
Fetched https://github.com/mattt/ollama-swift.git from cache (1.30s)
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.30s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.33s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (4.35s)
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.53s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.47s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.3 (0.46s)
Fetching https://github.com/nicklockwood/LRUCache.git
Fetching https://github.com/apple/swift-atomics.git from cache
[1/360] Fetching lrucache
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.18s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.1 (2.40s)
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/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/nicklockwood/LRUCache.git
Working copy of https://github.com/nicklockwood/LRUCache.git resolved at 1.2.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/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/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.11.3
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.