The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-lm-response-parser, reference 0.1.1 (f1ee78), with Swift 6.1 for macOS (SPM) on 3 May 2026 17:22:20 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DePasqualeOrg/swift-lm-response-parser.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DePasqualeOrg/swift-lm-response-parser
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at f1ee781 Prepare 0.1.1 release
Cloned https://github.com/DePasqualeOrg/swift-lm-response-parser.git
Revision (git rev-parse @):
f1ee781842effefd029956ecebf7876e64fb4bdb
SUCCESS checkout https://github.com/DePasqualeOrg/swift-lm-response-parser.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DePasqualeOrg/swift-lm-response-parser.git
https://github.com/DePasqualeOrg/swift-lm-response-parser.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "mlx-swift-lm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.31.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ml-explore/mlx-swift-lm"
    }
  ],
  "manifest_display_name" : "swift-lm-response-parser",
  "name" : "swift-lm-response-parser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LMResponseParser",
      "targets" : [
        "LMResponseParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LMResponseParserMLX",
      "targets" : [
        "LMResponseParserMLX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LMResponseParserTests",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserTests",
      "path" : "Tests/LMResponseParserTests",
      "sources" : [
        "CodableEventsTests.swift",
        "CrossCuttingTests.swift",
        "EscapedStringsTests.swift",
        "EventTestHelpers.swift",
        "FunctionCallOutputTests.swift",
        "IDFactoryTests.swift",
        "MalformedInputTests.swift",
        "Parsers/DeepSeekR1ParserTests.swift",
        "Parsers/DeepSeekV31ParserTests.swift",
        "Parsers/DeepSeekV32ParserTests.swift",
        "Parsers/DeepSeekV3ParserTests.swift",
        "Parsers/ErnieParserTests.swift",
        "Parsers/Gemma4ParserTests.swift",
        "Parsers/GemmaFunctionCallParserTests.swift",
        "Parsers/Glm4ParserTests.swift",
        "Parsers/Granite20bFcParserTests.swift",
        "Parsers/Granite4ParserTests.swift",
        "Parsers/GraniteParserTests.swift",
        "Parsers/HarmonyParserTests.swift",
        "Parsers/HermesParserTests.swift",
        "Parsers/HunyuanA13BParserTests.swift",
        "Parsers/InternlmParserTests.swift",
        "Parsers/JSONFallbackParserTests.swift",
        "Parsers/JambaParserTests.swift",
        "Parsers/KimiK2ParserTests.swift",
        "Parsers/Lfm2ParserTests.swift",
        "Parsers/Llama3ParserTests.swift",
        "Parsers/LongcatParserTests.swift",
        "Parsers/MagistralReasoningTests.swift",
        "Parsers/MiniMaxM2AppendThinkTests.swift",
        "Parsers/MiniMaxM2ParserTests.swift",
        "Parsers/MiniMaxParserTests.swift",
        "Parsers/MistralParserTests.swift",
        "Parsers/NemotronV3SwapTests.swift",
        "Parsers/Olmo3ParserTests.swift",
        "Parsers/Phi4MiniParserTests.swift",
        "Parsers/PhiReasoningParserTests.swift",
        "Parsers/PythonicParserTests.swift",
        "Parsers/Qwen3XmlParserTests.swift",
        "Parsers/QwenParserTests.swift",
        "Parsers/SeedOssParserTests.swift",
        "Parsers/Step3p5ParserTests.swift",
        "Parsers/ThinkingFlagTests.swift",
        "Parsers/XlamParserTests.swift",
        "PrefixHoldTests.swift",
        "ResponseFormatDispatchTests.swift",
        "ResponseStreamEmitterTests.swift",
        "ResponseStreamTests.swift"
      ],
      "target_dependencies" : [
        "LMResponseParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LMResponseParserMLXTests",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserMLXTests",
      "path" : "Tests/LMResponseParserMLXTests",
      "product_dependencies" : [
        "MLXLMCommon"
      ],
      "sources" : [
        "MLXTokenizerAdapterTests.swift",
        "ReexportTest.swift",
        "ResponseChatSessionTests.swift",
        "ResponseStreamHandleTests.swift",
        "ResponseTurnEnvelopeTests.swift",
        "RunPassTests.swift",
        "UsageAccumulatorTests.swift"
      ],
      "target_dependencies" : [
        "LMResponseParserMLX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LMResponseParserMLX",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserMLX",
      "path" : "Sources/LMResponseParserMLX",
      "product_dependencies" : [
        "MLXLMCommon"
      ],
      "product_memberships" : [
        "LMResponseParserMLX"
      ],
      "sources" : [
        "LMResponseParserMLX.swift",
        "MLXTokenizerAdapter.swift",
        "PromptBoundaryPriorText.swift",
        "ResponseChatSession+PassDriver.swift",
        "ResponseChatSession.swift",
        "ResponseStreamHandle.swift",
        "ResponseTurnEnvelope.swift",
        "RunPass.swift",
        "SendableBox.swift",
        "SessionCacheStore.swift",
        "StreamResponse.swift",
        "UsageAccumulator.swift"
      ],
      "target_dependencies" : [
        "LMResponseParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LMResponseParser",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParser",
      "path" : "Sources/LMResponseParser",
      "product_memberships" : [
        "LMResponseParser",
        "LMResponseParserMLX"
      ],
      "sources" : [
        "Core/DelimitedReasoningBoundary.swift",
        "Core/IDFactory.swift",
        "Core/ImplicitReasoningPreamble.swift",
        "Core/ItemAccumulation.swift",
        "Core/ParserInput.swift",
        "Core/PrefixHold.swift",
        "Core/PromptBoundaryPriorText.swift",
        "Core/ResponseFormat.swift",
        "Core/ResponseFormatParser.swift",
        "Core/ToolSpec.swift",
        "Driver/FinishInfo.swift",
        "Driver/ResponseStream.swift",
        "Driver/ResponseStreamEmitter.swift",
        "Events/CodableEvents.swift",
        "Events/ContentParts.swift",
        "Events/Response.swift",
        "Events/ResponseOutputItem.swift",
        "Events/ResponseStreamConfig.swift",
        "Events/StreamingEvents.swift",
        "Parsers/DeepSeekR1Parser.swift",
        "Parsers/DeepSeekV31Parser.swift",
        "Parsers/DeepSeekV32Parser.swift",
        "Parsers/DeepSeekV3Parser.swift",
        "Parsers/ErnieParser.swift",
        "Parsers/Gemma4Parser.swift",
        "Parsers/GemmaFunctionCallParser.swift",
        "Parsers/Glm4Parser.swift",
        "Parsers/Granite20bFcParser.swift",
        "Parsers/GraniteParser.swift",
        "Parsers/HarmonyParser.swift",
        "Parsers/HermesParser.swift",
        "Parsers/HunyuanA13BParser.swift",
        "Parsers/InternlmParser.swift",
        "Parsers/JSONFallbackParser.swift",
        "Parsers/JambaParser.swift",
        "Parsers/KimiK2Parser.swift",
        "Parsers/Llama3Parser.swift",
        "Parsers/MiniMaxM2Parser.swift",
        "Parsers/MiniMaxParser.swift",
        "Parsers/MistralParser.swift",
        "Parsers/Phi4MiniParser.swift",
        "Parsers/PhiReasoningParser.swift",
        "Parsers/PythonLiteral.swift",
        "Parsers/PythonicParser.swift",
        "Parsers/Qwen3XmlParser.swift",
        "Parsers/QwenParser.swift",
        "Parsers/SchemaInference.swift",
        "Parsers/ThinkPreambleExtractor.swift",
        "Parsers/ToolCallHelpers.swift",
        "Parsers/XlamParser.swift",
        "Tokenizer/NaiveStreamingDetokenizer.swift",
        "Tokenizer/ParserTokenizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/194] Write sources
[13/194] Compiling _NumericsShims _NumericsShims.c
[14/194] Compiling version.cpp
[15/194] Write swift-version-2F0A5646E1D333AE.txt
[16/194] Compiling utils.cpp
[17/194] Compiling scheduler.cpp
[18/253] Compiling metal.cpp
[19/253] Compiling random.cpp
[20/253] Compiling linalg.cpp
[21/253] Compiling random.cpp
[22/253] Compiling ops.cpp
[24/253] Compiling RealModule Float80+Real.swift
[25/253] Compiling RealModule Real.swift
[26/253] Compiling RealModule RealFunctions.swift
[27/254] Compiling RealModule Float16+Real.swift
[28/254] Compiling RealModule Float+Real.swift
[29/254] Compiling RealModule ElementaryFunctions.swift
[30/254] Compiling RealModule AugmentedArithmetic.swift
[31/254] Compiling LMResponseParser DelimitedReasoningBoundary.swift
[32/254] Compiling LMResponseParser IDFactory.swift
[33/254] Emitting module RealModule
[34/254] Compiling RealModule Double+Real.swift
[35/254] Compiling RealModule RelaxedArithmetic.swift
[35/254] Compiling no_gguf.cpp
[36/265] Compiling primitives.cpp
[38/265] Compiling ComplexModule Polar.swift
[39/266] Compiling ComplexModule Complex+IntegerLiteral.swift
[40/266] Compiling ComplexModule Complex+Numeric.swift
[41/266] Compiling ComplexModule Complex+StringConvertible.swift
[42/266] Compiling ComplexModule Complex.swift
[43/266] Compiling ComplexModule Complex+Hashable.swift
[44/266] Compiling ComplexModule Scale.swift
[45/266] Compiling ComplexModule Complex+Codable.swift
[46/266] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[47/266] Compiling ComplexModule Complex+AlgebraicField.swift
[48/266] Compiling ComplexModule Complex+ElementaryFunctions.swift
[49/266] Emitting module ComplexModule
[49/266] Compiling graph_utils.cpp
[50/266] Compiling fft.cpp
[51/266] Compiling load.cpp
[53/268] Emitting module Numerics
[54/268] Compiling Numerics Numerics.swift
[54/268] Compiling transforms.cpp
[56/268] Emitting module LMResponseParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/273] Compiling dtype.cpp
[57/273] Compiling dtype_utils.cpp
[58/273] Compiling utils.cpp
[59/273] Compiling no_ring.cpp
[60/273] Compiling safetensors.cpp
[61/273] Compiling fast.cpp
[62/273] Compiling ops.cpp
[63/273] Compiling einsum.cpp
[64/273] Compiling device.cpp
[65/273] Compiling no_nccl.cpp
[66/273] Compiling no_mpi.cpp
[67/273] Compiling primitives.cpp
[68/273] Compiling no_jaccl.cpp
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/273] Compiling LMResponseParser ImplicitReasoningPreamble.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/273] Compiling LMResponseParser ItemAccumulation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/273] Compiling LMResponseParser ParserInput.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/273] Compiling LMResponseParser PrefixHold.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/273] Compiling LMResponseParser PromptBoundaryPriorText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/273] Compiling LMResponseParser ResponseFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/273] Compiling LMResponseParser ResponseFormatParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/273] Compiling LMResponseParser ToolSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/273] Compiling LMResponseParser FinishInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/273] Compiling LMResponseParser ResponseStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/273] Compiling LMResponseParser ThinkPreambleExtractor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/273] Compiling LMResponseParser ToolCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/273] Compiling LMResponseParser XlamParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/273] Compiling LMResponseParser NaiveStreamingDetokenizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/273] Compiling LMResponseParser ParserTokenizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/273] Compiling LMResponseParser Granite20bFcParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/273] Compiling LMResponseParser GraniteParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/273] Compiling LMResponseParser HarmonyParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/273] Compiling LMResponseParser HermesParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/273] Compiling LMResponseParser HunyuanA13BParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/273] Compiling ops.cpp
[93/273] Compiling LMResponseParser DeepSeekV3Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/273] Compiling LMResponseParser ErnieParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/273] Compiling LMResponseParser Gemma4Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/273] Compiling LMResponseParser GemmaFunctionCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/273] Compiling LMResponseParser Glm4Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/273] Compiling LMResponseParser ResponseStreamConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/273] Compiling LMResponseParser StreamingEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/273] Compiling LMResponseParser DeepSeekR1Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/273] Compiling LMResponseParser DeepSeekV31Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/273] Compiling LMResponseParser DeepSeekV32Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/273] Compiling distributed.cpp
[104/273] Compiling LMResponseParser MiniMaxM2Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/273] Compiling LMResponseParser MiniMaxParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/273] Compiling LMResponseParser MistralParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/273] Compiling LMResponseParser Phi4MiniParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/273] Compiling LMResponseParser PhiReasoningParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/273] Compiling LMResponseParser InternlmParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/273] Compiling LMResponseParser JSONFallbackParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/273] Compiling LMResponseParser JambaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/273] Compiling LMResponseParser KimiK2Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/273] Compiling LMResponseParser Llama3Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/273] Compiling LMResponseParser PythonLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/273] Compiling LMResponseParser PythonicParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/273] Compiling LMResponseParser Qwen3XmlParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/273] Compiling LMResponseParser QwenParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/273] Compiling LMResponseParser SchemaInference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/273] Compiling LMResponseParser ResponseStreamEmitter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/273] Compiling LMResponseParser CodableEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/273] Compiling LMResponseParser ContentParts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/273] Compiling LMResponseParser Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/273] Compiling LMResponseParser ResponseOutputItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/273] Compiling utils.cpp
[124/273] Compiling unary.cpp
[125/273] Compiling softmax.cpp
[126/273] Compiling ternary.cpp
[127/273] Compiling sort.cpp
[128/273] Compiling scan.cpp
[129/273] Compiling slicing.cpp
[130/273] Compiling compile.cpp
[131/273] Compiling scaled_dot_product_attention.cpp
[132/273] Compiling resident.cpp
[133/273] Compiling rope.cpp
[134/273] Compiling metal.cpp
[135/273] Compiling reduce.cpp
[136/273] Compiling primitives.cpp
[137/273] Compiling quantized.cpp
[138/273] Compiling normalization.cpp
[139/273] Compiling logsumexp.cpp
[140/273] Compiling matmul.cpp
[141/273] Compiling fence.cpp
[142/273] Compiling event.cpp
[143/273] Compiling hadamard.cpp
[144/273] Compiling indexing.cpp
[145/273] Compiling eval.cpp
[146/273] Compiling distributed.cpp
[147/273] Compiling device_info.cpp
[148/273] Compiling jit_kernels.cpp
[149/273] Compiling fft.cpp
[150/273] Compiling slicing.cpp
[151/273] Compiling copy.cpp
[152/273] Compiling allocator.cpp
[153/273] Compiling conv.cpp
[154/273] Compiling binary.cpp
[155/273] Compiling primitives.cpp
[156/273] Compiling compiled.cpp
[157/273] Compiling threefry.cpp
[158/273] Compiling device.cpp
[159/273] Compiling custom_kernel.cpp
[160/273] Compiling no_cuda.cpp
[161/273] Compiling export.cpp
[162/273] Compiling copy.cpp
[163/273] Compiling select.cpp
[164/273] Compiling softmax.cpp
[165/273] Compiling scan.cpp
[166/273] Compiling svd.cpp
[167/273] Compiling qrf.cpp
[168/273] Compiling sort.cpp
[169/273] Compiling quantized.cpp
[170/273] Compiling jit_compiler.cpp
[171/273] Compiling primitives.cpp
[172/273] Compiling matmul.cpp
[173/273] Compiling logsumexp.cpp
[174/273] Compiling luf.cpp
[175/273] Compiling masked_mm.cpp
[176/273] Compiling cblas.cpp
[177/273] Compiling hadamard.cpp
[178/273] Compiling inverse.cpp
[179/273] Compiling encoder.cpp
[180/273] Compiling unary.cpp
[181/273] Compiling eval.cpp
[182/273] Compiling bnns.cpp
[183/273] Compiling device_info.cpp
[184/273] Compiling distributed.cpp
[185/273] Compiling fft.cpp
[186/273] Compiling indexing.cpp
[187/273] Compiling eigh.cpp
[188/273] Compiling eig.cpp
[189/273] Compiling utils.cpp
[190/273] Compiling slicing.cpp
[191/273] Compiling arg_reduce.cpp
[192/273] Compiling cholesky.cpp
[193/273] Compiling reduce.cpp
[194/273] Compiling utils.cpp
[195/273] Compiling unary_ops.cpp
[196/273] Compiling unary.cpp
[197/273] Compiling ternary_ops.cpp
[198/273] Compiling ternary.cpp
[199/273] Compiling steel_gemm_splitk_nax.cpp
[200/273] Compiling steel_gemm_splitk.cpp
[201/273] Compiling steel_gemm_segmented.cpp
[202/273] Compiling steel_gemm_masked.cpp
[203/273] Compiling steel_gemm_gather_nax.cpp
[204/273] Compiling steel_gemm_gather.cpp
[205/273] Compiling steel_gemm_fused_nax.cpp
[206/273] Compiling steel_gemm_fused.cpp
[207/273] Compiling load.cpp
[208/273] Compiling steel_conv_general.cpp
[209/273] Compiling broadcasting.cpp
[210/273] Compiling steel_conv.cpp
[211/273] Compiling steel_conv_3d.cpp
[212/273] Compiling steel_attention_nax.cpp
[213/273] Compiling steel_attention.cpp
[213/273] Compiling compiled.cpp
[215/273] Compiling sort.cpp
[216/273] Compiling scatter_axis.cpp
[217/273] Compiling scatter.cpp
[217/273] Compiling scan.cpp
[217/273] Compiling softmax.cpp
[220/273] Compiling reduce_utils.cpp
[220/273] Compiling quantized_nax.cpp
[220/273] Compiling quantized_utils.cpp
[223/273] Compiling reduce.cpp
[224/273] Compiling common.cpp
[225/273] Compiling quantized.cpp
[226/273] Compiling logsumexp.cpp
[226/273] Compiling masked_scatter.cpp
[226/273] Compiling hadamard.cpp
[229/273] Compiling gemv_masked.cpp
[230/273] Compiling gather_front.cpp
[231/273] Compiling gemm.cpp
[231/273] Compiling gemm_nax.cpp
[231/273] Compiling gather_axis.cpp
[234/273] Compiling gather.cpp
[235/273] Compiling copy.cpp
[236/273] Compiling fp_quantized_nax.cpp
[236/273] Compiling fft.cpp
[238/273] Compiling fp_quantized.cpp
[239/273] Compiling conv.cpp
[240/273] Compiling binary.cpp
[240/273] Compiling binary_ops.cpp
[242/273] Compiling compiled_preamble.cpp
[242/273] Compiling arange.cpp
[242/273] Compiling binary_two.cpp
[245/273] Compiling conv.cpp
[246/273] Compiling copy.cpp
[247/273] Compiling array.cpp
[248/273] Compiling version.cpp
[249/273] Compiling string.cpp
[250/273] Compiling transforms_impl.cpp
[251/273] Compiling transforms.cpp
[252/273] Compiling stream.cpp
[253/273] Compiling vector.cpp
[254/273] Compiling reduce.cpp
[255/273] Compiling compiled_conditional.cpp
[256/273] Compiling memory.cpp
[257/273] Compiling error.cpp
[258/273] Compiling io_types.cpp
[259/273] Compiling linalg.cpp
[260/273] Compiling fft.cpp
[261/273] Compiling map.cpp
[262/273] Compiling io.cpp
[263/273] Compiling export.cpp
[264/273] Compiling fast.cpp
[265/273] Compiling device.cpp
[266/273] Compiling format.cc
[267/273] Compiling cuda.cpp
[268/273] Compiling compile.cpp
[269/273] Compiling Cmlx.m
[270/273] Compiling array.cpp
[271/273] Compiling closure.cpp
[272/273] Compiling binary.cpp
[274/309] Compiling MLX Transforms+Eval.swift
[275/309] Compiling MLX Transforms+Grad.swift
[276/309] Compiling MLX Transforms+Internal.swift
[277/312] Compiling MLX ArrayAt.swift
[278/312] Compiling MLX Cmlx+Util.swift
[279/312] Compiling MLX DType.swift
[280/312] Compiling MLX Device.swift
[281/312] Emitting module MLX
[282/312] Compiling MLX ErrorHandler.swift
[283/312] Compiling MLX Export.swift
[284/312] Compiling MLX FFT.swift
[285/312] Compiling MLX Factory.swift
[286/312] Compiling MLX Ops+Array.swift
[287/312] Compiling MLX Ops.swift
[288/312] Compiling MLX ParameterTypes.swift
[289/312] Compiling MLX Protocols.swift
[290/312] Compiling MLX MLXFast.swift
[291/312] Compiling MLX MLXFastKernel.swift
[292/312] Compiling MLX Memory.swift
[293/312] Compiling MLX Nested.swift
[294/312] Compiling MLX Transforms+Vmap.swift
[295/312] Compiling MLX Transforms.swift
[296/312] Compiling MLX WiredMemory.swift
[297/312] Compiling MLX Foundation+Util.swift
[298/312] Compiling MLX GPU+Metal.swift
[299/312] Compiling MLX IO.swift
[300/312] Compiling MLX Linalg.swift
[301/312] Compiling MLX Random.swift
[302/312] Compiling MLX State.swift
[303/312] Compiling MLX Stream.swift
[304/312] Compiling MLX Transforms+Compile.swift
[305/312] Compiling MLX MLXArray+Bytes.swift
[306/312] Compiling MLX MLXArray+Indexing.swift
[307/312] Compiling MLX MLXArray+Init.swift
[308/312] Compiling MLX MLXArray+Metal.swift
[309/312] Compiling MLX MLXArray+Normalizer.swift
[310/312] Compiling MLX MLXArray+Ops.swift
[311/312] Compiling MLX MLXArray.swift
[312/312] Compiling MLX MLXCustomFunction.swift
[313/330] Compiling MLXNN PositionalEncoding.swift
[314/330] Compiling MLXNN Quantized.swift
[315/331] Compiling MLXNN Upsample.swift
[316/331] Compiling MLXNN Embedding.swift
[317/331] Compiling MLXNN Linear.swift
[318/331] Compiling MLXNN Recurrent.swift
[319/331] Compiling MLXNN Transformer.swift
[320/331] Compiling MLXNN Normalization.swift
[321/331] Compiling MLXNN Pooling.swift
[322/331] Compiling MLXNN ValueAndGrad.swift
[323/331] Compiling MLXNN ConvolutionTransposed.swift
[324/331] Compiling MLXNN Dropout.swift
[325/331] Compiling MLXNN Containers.swift
[326/331] Compiling MLXNN Convolution.swift
[327/331] Compiling MLXNN Activations.swift
[328/331] Compiling MLXNN Cache.swift
[329/331] Emitting module MLXNN
[330/331] Compiling MLXNN Losses.swift
[331/331] Compiling MLXNN Module.swift
[332/333] Compiling MLXOptimizers Optimizers.swift
[333/333] Emitting module MLXOptimizers
[334/384] Compiling MLXLMCommon Gemma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[335/384] Compiling MLXLMCommon Module+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[336/384] Compiling MLXLMCommon AbstractModelRegistry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[337/384] Compiling MLXLMCommon ModelTypeRegistry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[338/384] Compiling MLXLMCommon ProcessorTypeRegistry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[339/384] Compiling MLXLMCommon RoPEApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[340/389] Compiling MLXLMCommon GLM4ToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[341/389] Compiling MLXLMCommon GemmaFunctionParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[342/389] Compiling MLXLMCommon JSONToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[343/389] Compiling MLXLMCommon KimiK2ToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[344/389] Compiling MLXLMCommon Llama3ToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[345/389] Emitting module MLXLMCommon
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[346/389] Compiling MLXLMCommon RoPEUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[347/389] Compiling MLXLMCommon SuScaledRoPE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[348/389] Compiling MLXLMCommon SwitchLayers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[349/389] Compiling MLXLMCommon Tokenizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[350/389] Compiling MLXLMCommon TokenizerLoader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[351/389] Compiling MLXLMCommon DoRA+Layers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[352/389] Compiling MLXLMCommon LoRA+Layers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[353/389] Compiling MLXLMCommon LoRAContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[354/389] Compiling MLXLMCommon LoRAModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[355/389] Compiling MLXLMCommon ModelAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[356/389] Compiling MLXLMCommon ModelAdapterFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[357/389] Compiling MLXLMCommon MiniMaxM2ToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[358/389] Compiling MLXLMCommon MistralToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[359/389] Compiling MLXLMCommon ParserUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[360/389] Compiling MLXLMCommon PythonicToolCallParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[361/389] Compiling MLXLMCommon XMLFunctionParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[362/389] Compiling MLXLMCommon ModelAdapterTypeRegistry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[363/389] Compiling MLXLMCommon AttentionUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[364/389] Compiling MLXLMCommon BaseConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[365/389] Compiling MLXLMCommon Chat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[366/389] Compiling MLXLMCommon ChatSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[367/389] Compiling MLXLMCommon Downloader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[368/389] Compiling MLXLMCommon Tool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[369/389] Compiling MLXLMCommon ToolCall.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[370/389] Compiling MLXLMCommon ToolCallFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[371/389] Compiling MLXLMCommon ToolCallProcessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[372/389] Compiling MLXLMCommon ToolParameter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[373/389] Compiling MLXLMCommon Evaluate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[374/389] Compiling MLXLMCommon Encodable+toolResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[375/389] Compiling MLXLMCommon JSONDecoder+JSON5.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[376/389] Compiling MLXLMCommon GenerationConfigFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[377/389] Compiling MLXLMCommon InterpolationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[378/389] Compiling MLXLMCommon JSONDecodingTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[379/389] Compiling MLXLMCommon KVCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[380/389] Compiling MLXLMCommon LanguageModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[381/389] Compiling MLXLMCommon Load.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[382/389] Compiling MLXLMCommon ModelConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[383/389] Compiling MLXLMCommon ModelContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[384/389] Compiling MLXLMCommon ModelFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[385/389] Compiling MLXLMCommon Value.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[386/389] Compiling MLXLMCommon UserInput.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[387/389] Compiling MLXLMCommon SerialAccessContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[388/389] Compiling MLXLMCommon WiredMemoryPolicies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[389/389] Compiling MLXLMCommon WiredMemoryUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[390/401] Compiling LMResponseParserMLX SendableBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[391/401] Compiling LMResponseParserMLX SessionCacheStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[392/402] Compiling LMResponseParserMLX UsageAccumulator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[393/402] Compiling LMResponseParserMLX RunPass.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[394/402] Compiling LMResponseParserMLX ResponseTurnEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[395/402] Compiling LMResponseParserMLX ResponseStreamHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[396/402] Compiling LMResponseParserMLX StreamResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[397/402] Compiling LMResponseParserMLX PromptBoundaryPriorText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[398/402] Compiling LMResponseParserMLX ResponseChatSession+PassDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[399/402] Compiling LMResponseParserMLX LMResponseParserMLX.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[400/402] Compiling LMResponseParserMLX MLXTokenizerAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[401/402] Emitting module LMResponseParserMLX
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[402/402] Compiling LMResponseParserMLX ResponseChatSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (110.64s)
Fetching https://github.com/swiftlang/swift-docc
[1/99820] Fetching swift-docc
Fetched https://github.com/swiftlang/swift-docc from cache (6.30s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.70s)
Fetching https://github.com/swiftlang/swift-markdown.git
[1/7315] Fetching swift-markdown
Fetched https://github.com/swiftlang/swift-markdown.git from cache (1.10s)
Fetching https://github.com/swiftlang/swift-lmdb.git
[1/10384] Fetching swift-lmdb
Fetched https://github.com/swiftlang/swift-lmdb.git from cache (1.29s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit.git from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit.git from cache (0.94s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18409] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.44s)
Fetching https://github.com/ml-explore/mlx-swift-lm
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/7896] Fetching mlx-swift-lm
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.63s)
Fetched https://github.com/ml-explore/mlx-swift-lm from cache (2.67s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
Fetched https://github.com/apple/swift-nio.git from cache (2.79s)
Computing version for https://github.com/ml-explore/mlx-swift-lm
Computed https://github.com/ml-explore/mlx-swift-lm at 3.31.3 (3.34s)
Fetching https://github.com/ml-explore/mlx-swift
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/14242] Fetching mlx-swift
Fetched https://github.com/ml-explore/mlx-swift from cache (1.40s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.67s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.31.3 (2.25s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (1.09s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.76s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (7.94s)
Fetched https://github.com/apple/swift-system.git from cache (7.97s)
Fetched https://github.com/apple/swift-collections.git from cache (7.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (8.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
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.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.05s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.73s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (1.36s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.65s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit.git
Working copy of https://github.com/swiftlang/swift-docc-symbolkit.git resolved at main (4c4ff01)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (924936d)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-docc
Working copy of https://github.com/swiftlang/swift-docc resolved at main (634a49e)
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-lmdb.git
Working copy of https://github.com/swiftlang/swift-lmdb.git resolved at main (a4bc878)
Creating working copy for https://github.com/ml-explore/mlx-swift-lm
Working copy of https://github.com/ml-explore/mlx-swift-lm resolved at 3.31.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.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at main (647c708)
Creating working copy for https://github.com/swiftlang/swift-markdown.git
Working copy of https://github.com/swiftlang/swift-markdown.git resolved at main (55d66d9)
Creating working copy for https://github.com/ml-explore/mlx-swift
Working copy of https://github.com/ml-explore/mlx-swift resolved at 0.31.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "mlx-swift-lm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.31.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ml-explore/mlx-swift-lm"
    }
  ],
  "manifest_display_name" : "swift-lm-response-parser",
  "name" : "swift-lm-response-parser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LMResponseParser",
      "targets" : [
        "LMResponseParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LMResponseParserMLX",
      "targets" : [
        "LMResponseParserMLX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LMResponseParserTests",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserTests",
      "path" : "Tests/LMResponseParserTests",
      "sources" : [
        "CodableEventsTests.swift",
        "CrossCuttingTests.swift",
        "EscapedStringsTests.swift",
        "EventTestHelpers.swift",
        "FunctionCallOutputTests.swift",
        "IDFactoryTests.swift",
        "MalformedInputTests.swift",
        "Parsers/DeepSeekR1ParserTests.swift",
        "Parsers/DeepSeekV31ParserTests.swift",
        "Parsers/DeepSeekV32ParserTests.swift",
        "Parsers/DeepSeekV3ParserTests.swift",
        "Parsers/ErnieParserTests.swift",
        "Parsers/Gemma4ParserTests.swift",
        "Parsers/GemmaFunctionCallParserTests.swift",
        "Parsers/Glm4ParserTests.swift",
        "Parsers/Granite20bFcParserTests.swift",
        "Parsers/Granite4ParserTests.swift",
        "Parsers/GraniteParserTests.swift",
        "Parsers/HarmonyParserTests.swift",
        "Parsers/HermesParserTests.swift",
        "Parsers/HunyuanA13BParserTests.swift",
        "Parsers/InternlmParserTests.swift",
        "Parsers/JSONFallbackParserTests.swift",
        "Parsers/JambaParserTests.swift",
        "Parsers/KimiK2ParserTests.swift",
        "Parsers/Lfm2ParserTests.swift",
        "Parsers/Llama3ParserTests.swift",
        "Parsers/LongcatParserTests.swift",
        "Parsers/MagistralReasoningTests.swift",
        "Parsers/MiniMaxM2AppendThinkTests.swift",
        "Parsers/MiniMaxM2ParserTests.swift",
        "Parsers/MiniMaxParserTests.swift",
        "Parsers/MistralParserTests.swift",
        "Parsers/NemotronV3SwapTests.swift",
        "Parsers/Olmo3ParserTests.swift",
        "Parsers/Phi4MiniParserTests.swift",
        "Parsers/PhiReasoningParserTests.swift",
        "Parsers/PythonicParserTests.swift",
        "Parsers/Qwen3XmlParserTests.swift",
        "Parsers/QwenParserTests.swift",
        "Parsers/SeedOssParserTests.swift",
        "Parsers/Step3p5ParserTests.swift",
        "Parsers/ThinkingFlagTests.swift",
        "Parsers/XlamParserTests.swift",
        "PrefixHoldTests.swift",
        "ResponseFormatDispatchTests.swift",
        "ResponseStreamEmitterTests.swift",
        "ResponseStreamTests.swift"
      ],
      "target_dependencies" : [
        "LMResponseParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LMResponseParserMLXTests",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserMLXTests",
      "path" : "Tests/LMResponseParserMLXTests",
      "product_dependencies" : [
        "MLXLMCommon"
      ],
      "sources" : [
        "MLXTokenizerAdapterTests.swift",
        "ReexportTest.swift",
        "ResponseChatSessionTests.swift",
        "ResponseStreamHandleTests.swift",
        "ResponseTurnEnvelopeTests.swift",
        "RunPassTests.swift",
        "UsageAccumulatorTests.swift"
      ],
      "target_dependencies" : [
        "LMResponseParserMLX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LMResponseParserMLX",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParserMLX",
      "path" : "Sources/LMResponseParserMLX",
      "product_dependencies" : [
        "MLXLMCommon"
      ],
      "product_memberships" : [
        "LMResponseParserMLX"
      ],
      "sources" : [
        "LMResponseParserMLX.swift",
        "MLXTokenizerAdapter.swift",
        "PromptBoundaryPriorText.swift",
        "ResponseChatSession+PassDriver.swift",
        "ResponseChatSession.swift",
        "ResponseStreamHandle.swift",
        "ResponseTurnEnvelope.swift",
        "RunPass.swift",
        "SendableBox.swift",
        "SessionCacheStore.swift",
        "StreamResponse.swift",
        "UsageAccumulator.swift"
      ],
      "target_dependencies" : [
        "LMResponseParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LMResponseParser",
      "module_type" : "SwiftTarget",
      "name" : "LMResponseParser",
      "path" : "Sources/LMResponseParser",
      "product_memberships" : [
        "LMResponseParser",
        "LMResponseParserMLX"
      ],
      "sources" : [
        "Core/DelimitedReasoningBoundary.swift",
        "Core/IDFactory.swift",
        "Core/ImplicitReasoningPreamble.swift",
        "Core/ItemAccumulation.swift",
        "Core/ParserInput.swift",
        "Core/PrefixHold.swift",
        "Core/PromptBoundaryPriorText.swift",
        "Core/ResponseFormat.swift",
        "Core/ResponseFormatParser.swift",
        "Core/ToolSpec.swift",
        "Driver/FinishInfo.swift",
        "Driver/ResponseStream.swift",
        "Driver/ResponseStreamEmitter.swift",
        "Events/CodableEvents.swift",
        "Events/ContentParts.swift",
        "Events/Response.swift",
        "Events/ResponseOutputItem.swift",
        "Events/ResponseStreamConfig.swift",
        "Events/StreamingEvents.swift",
        "Parsers/DeepSeekR1Parser.swift",
        "Parsers/DeepSeekV31Parser.swift",
        "Parsers/DeepSeekV32Parser.swift",
        "Parsers/DeepSeekV3Parser.swift",
        "Parsers/ErnieParser.swift",
        "Parsers/Gemma4Parser.swift",
        "Parsers/GemmaFunctionCallParser.swift",
        "Parsers/Glm4Parser.swift",
        "Parsers/Granite20bFcParser.swift",
        "Parsers/GraniteParser.swift",
        "Parsers/HarmonyParser.swift",
        "Parsers/HermesParser.swift",
        "Parsers/HunyuanA13BParser.swift",
        "Parsers/InternlmParser.swift",
        "Parsers/JSONFallbackParser.swift",
        "Parsers/JambaParser.swift",
        "Parsers/KimiK2Parser.swift",
        "Parsers/Llama3Parser.swift",
        "Parsers/MiniMaxM2Parser.swift",
        "Parsers/MiniMaxParser.swift",
        "Parsers/MistralParser.swift",
        "Parsers/Phi4MiniParser.swift",
        "Parsers/PhiReasoningParser.swift",
        "Parsers/PythonLiteral.swift",
        "Parsers/PythonicParser.swift",
        "Parsers/Qwen3XmlParser.swift",
        "Parsers/QwenParser.swift",
        "Parsers/SchemaInference.swift",
        "Parsers/ThinkPreambleExtractor.swift",
        "Parsers/ToolCallHelpers.swift",
        "Parsers/XlamParser.swift",
        "Tokenizer/NaiveStreamingDetokenizer.swift",
        "Tokenizer/ParserTokenizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.