The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Yazman, reference main (1e495a), with Swift 6.1 for macOS (SPM) on 24 Feb 2026 19:39:11 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         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" : "Yazman",
  "name" : "Yazman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "yazman",
      "targets" : [
        "yazman"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "yazman",
      "module_type" : "SwiftTarget",
      "name" : "yazman",
      "path" : "Sources/yazman",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSoup",
        "Rainbow",
        "Ollama"
      ],
      "product_memberships" : [
        "yazman"
      ],
      "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/Lifecycle.swift",
        "Core/OllamaExtensions.swift",
        "Core/Prompts.swift",
        "Core/Scraper.swift",
        "Core/VectorStore.swift",
        "Utilities/Log.swift",
        "Utilities/Terminal.swift",
        "Yazman.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "YazmanTests",
      "module_type" : "SwiftTarget",
      "name" : "YazmanTests",
      "path" : "Tests/YazmanTests",
      "sources" : [
        "ChunkerTests.swift",
        "ConfigTests.swift",
        "ParagraphExtractionTests.swift",
        "PromptsTests.swift",
        "ScraperTests.swift",
        "SpinnerTests.swift",
        "TerminalTests.swift",
        "TurkishContentTests.swift",
        "VectorStoreTests.swift"
      ],
      "target_dependencies" : [
        "yazman"
      ],
      "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
[2/16] Write yazman-entitlement.plist
[6/16] Write sources
[11/16] Write swift-version-2F0A5646E1D333AE.txt
[12/16] Compiling _AtomicsShims.c
[14/64] Emitting module ArgumentParserToolInfo
[15/64] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/64] Compiling Atomics DoubleWord.swift
[17/64] Compiling Atomics ManagedAtomic.swift
[18/64] Compiling Atomics ManagedAtomicLazyReference.swift
[19/64] Compiling Atomics UnsafeAtomic.swift
[20/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/64] Compiling Atomics IntegerOperations.swift
[22/65] Compiling Atomics AtomicInteger.swift
[23/65] Compiling Atomics AtomicOptionalWrappable.swift
[24/65] Compiling Atomics AtomicValue.swift
[25/65] Compiling Atomics AtomicMemoryOrderings.swift
[26/65] Compiling Atomics Unmanaged extensions.swift
[27/101] Compiling ArgumentParser MessageInfo.swift
[28/101] Compiling ArgumentParser UsageGenerator.swift
[29/101] Compiling ArgumentParser Argument.swift
[30/101] Compiling ArgumentParser ArgumentDiscussion.swift
[31/112] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/112] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/112] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/112] Compiling ArgumentParser CompletionsGenerator.swift
[35/112] Emitting module Atomics
[36/112] Compiling Rainbow Style.swift
[37/113] Compiling Rainbow StringGenerator.swift
[38/113] Compiling Rainbow String+ConditionalStyling.swift
[39/113] Compiling Rainbow String+Rainbow.swift
[40/113] Emitting module ArgumentParser
[41/118] Compiling Ollama Tool.swift
[42/118] Compiling Ollama Value.swift
[43/118] Compiling Rainbow StyledStringBuilder.swift
[44/118] Compiling Ollama Model.swift
[45/118] Compiling Ollama KeepAlive.swift
[46/118] Compiling Ollama Embeddings.swift
[47/118] Compiling Ollama JSONDecoder+Extensions.swift
[56/118] Compiling ArgumentParser CollectionExtensions.swift
[57/118] Compiling ArgumentParser Foundation.swift
[58/118] Emitting module Rainbow
[59/118] Compiling LRUCache LRUCache.swift
[60/118] Emitting module LRUCache
[61/118] Compiling Ollama Client.swift
[62/118] Emitting module Ollama
[63/118] Compiling Ollama Chat.swift
[64/118] Compiling Ollama Data+Extensions.swift
[65/168] Compiling SwiftSoup Cleaner.swift
[66/168] Compiling SwiftSoup Collector.swift
[67/168] Compiling SwiftSoup CombiningEvaluator.swift
[68/168] Compiling SwiftSoup Comment.swift
[69/168] Compiling SwiftSoup CssSelector.swift
[70/168] Compiling SwiftSoup String.swift
[71/168] Compiling SwiftSoup StringBuilder.swift
[72/168] Compiling SwiftSoup StringUtil.swift
[73/168] Compiling ArgumentParser PositionalArgumentsValidator.swift
[74/168] Compiling ArgumentParser UniqueNamesValidator.swift
[75/168] Compiling SwiftSoup Attribute.swift
[76/168] Compiling SwiftSoup Attributes.swift
[77/168] Compiling SwiftSoup BinarySearch.swift
[78/168] Compiling SwiftSoup BooleanAttribute.swift
[79/168] Compiling SwiftSoup CharacterExt.swift
[80/168] Compiling SwiftSoup CharacterReader.swift
[81/168] Compiling SwiftSoup DataNode.swift
[82/168] Compiling SwiftSoup Exception.swift
[83/168] Compiling SwiftSoup FormElement.swift
[84/168] Compiling SwiftSoup HtmlTreeBuilder.swift
[85/168] Compiling SwiftSoup HtmlTreeBuilderState.swift
[86/168] Compiling SwiftSoup Mutex.swift
[87/168] Compiling SwiftSoup Node.swift
[88/168] Compiling SwiftSoup Document.swift
[89/168] Compiling SwiftSoup DocumentType.swift
[90/168] Compiling SwiftSoup Element.swift
[91/168] Compiling SwiftSoup Elements.swift
[92/168] Compiling SwiftSoup Entities.swift
[93/168] Compiling SwiftSoup Evaluator.swift
[94/168] Compiling SwiftSoup NodeTraversor.swift
[95/168] Compiling SwiftSoup NodeVisitor.swift
[96/168] Compiling SwiftSoup ParsingStrings.swift
[97/168] Compiling SwiftSoup Pattern.swift
[98/168] Compiling SwiftSoup QueryParser.swift
[99/168] Compiling SwiftSoup StructuralEvaluator.swift
[100/168] Compiling SwiftSoup SwiftSoup.swift
[101/168] Compiling SwiftSoup OrderedSet.swift
[102/168] Compiling SwiftSoup ParseError.swift
[103/168] Compiling SwiftSoup ParseErrorList.swift
[104/168] Compiling SwiftSoup ParseSettings.swift
[105/168] Compiling SwiftSoup Parser.swift
[106/168] Compiling SwiftSoup Tag.swift
[107/168] Compiling SwiftSoup TextNode.swift
[108/168] Compiling SwiftSoup Token.swift
[109/168] Compiling SwiftSoup TokenQueue.swift
[110/168] Compiling SwiftSoup Tokeniser.swift
[111/168] Compiling SwiftSoup TokeniserState.swift
[112/168] Compiling SwiftSoup TreeBuilder.swift
[113/168] Compiling SwiftSoup UTF8Arrays.swift
[114/168] Compiling SwiftSoup QueryParserCache.swift
[115/168] Compiling SwiftSoup StreamReader.swift
[122/173] Emitting module SwiftSoup
[139/173] Compiling SwiftSoup UnicodeScalar.swift
[140/173] Compiling SwiftSoup Validate.swift
[141/173] Compiling SwiftSoup Whitelist.swift
[142/173] Compiling SwiftSoup XmlDeclaration.swift
[143/173] Compiling SwiftSoup XmlTreeBuilder.swift
[171/190] Compiling yazman ScrapeCommand.swift
[172/190] Compiling yazman SearchCommand.swift
[173/191] Compiling yazman AddCommand.swift
[174/191] Compiling yazman CheckCommand.swift
[175/191] Emitting module yazman
[176/191] Compiling yazman ImproveCommand.swift
[177/191] Compiling yazman ReviewCommand.swift
[178/191] Compiling yazman Yazman.swift
[179/191] Compiling yazman Config.swift
[180/191] Compiling yazman Lifecycle.swift
[181/191] Compiling yazman OllamaExtensions.swift
[182/191] Compiling yazman Prompts.swift
[183/191] Compiling yazman Terminal.swift
[184/191] Compiling yazman StatsCommand.swift
[185/191] Compiling yazman Checker.swift
[186/191] Compiling yazman Log.swift
[187/191] Compiling yazman Scraper.swift
[188/191] Compiling yazman VectorStore.swift
[188/191] Write Objects.LinkFileList
[189/191] Linking yazman
[190/191] Applying yazman
Build complete! (31.18s)
Fetching https://github.com/onevcat/Rainbow.git
Fetching https://github.com/mattt/ollama-swift.git
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1420] Fetching rainbow
[16/2179] Fetching rainbow, ollama-swift
[715/7938] Fetching rainbow, ollama-swift, swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.43s)
Fetched https://github.com/mattt/ollama-swift.git from cache (1.43s)
Fetched https://github.com/onevcat/Rainbow.git from cache (1.43s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.47s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 4.2.1 (5.09s)
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.55s)
Computing version for https://github.com/mattt/ollama-swift.git
Computed https://github.com/mattt/ollama-swift.git at 1.8.0 (0.50s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.11.3 (0.48s)
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.70s)
Fetched https://github.com/nicklockwood/LRUCache.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.25s)
Computing version for https://github.com/nicklockwood/LRUCache.git
Computed https://github.com/nicklockwood/LRUCache.git at 1.2.1 (2.49s)
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
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
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" : "Yazman",
  "name" : "Yazman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "yazman",
      "targets" : [
        "yazman"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "yazman",
      "module_type" : "SwiftTarget",
      "name" : "yazman",
      "path" : "Sources/yazman",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftSoup",
        "Rainbow",
        "Ollama"
      ],
      "product_memberships" : [
        "yazman"
      ],
      "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/Lifecycle.swift",
        "Core/OllamaExtensions.swift",
        "Core/Prompts.swift",
        "Core/Scraper.swift",
        "Core/VectorStore.swift",
        "Utilities/Log.swift",
        "Utilities/Terminal.swift",
        "Yazman.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "YazmanTests",
      "module_type" : "SwiftTarget",
      "name" : "YazmanTests",
      "path" : "Tests/YazmanTests",
      "sources" : [
        "ChunkerTests.swift",
        "ConfigTests.swift",
        "ParagraphExtractionTests.swift",
        "PromptsTests.swift",
        "ScraperTests.swift",
        "SpinnerTests.swift",
        "TerminalTests.swift",
        "TurkishContentTests.swift",
        "VectorStoreTests.swift"
      ],
      "target_dependencies" : [
        "yazman"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.