The Swift Package Index logo.Swift Package Index

Build Information

Failed to build mlx-swift-lm, reference main (a2e01f), with Swift 6.1 for macOS (SPM) on 9 May 2026 01:39:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DePasqualeOrg/mlx-swift-lm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DePasqualeOrg/mlx-swift-lm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2e01f7 Fix model implementations
Cloned https://github.com/DePasqualeOrg/mlx-swift-lm.git
Revision (git rev-parse @):
a2e01f72b0581cbac1e1d9effb4f3aead5123619
SUCCESS checkout https://github.com/DePasqualeOrg/mlx-swift-lm.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DePasqualeOrg/mlx-swift-lm.git
https://github.com/DePasqualeOrg/mlx-swift-lm.git
{
  "dependencies" : [
    {
      "identity" : "mlx-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.31.3",
            "upper_bound" : "0.32.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ml-explore/mlx-swift"
    }
  ],
  "manifest_display_name" : "mlx-swift-lm",
  "name" : "mlx-swift-lm",
  "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" : "MLXLLM",
      "targets" : [
        "MLXLLM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MLXVLM",
      "targets" : [
        "MLXVLM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MLXLMCommon",
      "targets" : [
        "MLXLMCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MLXEmbedders",
      "targets" : [
        "MLXEmbedders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkHelpers",
      "targets" : [
        "BenchmarkHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IntegrationTestHelpers",
      "targets" : [
        "IntegrationTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MLXVLM",
      "module_type" : "SwiftTarget",
      "name" : "MLXVLM",
      "path" : "Libraries/MLXVLM",
      "product_dependencies" : [
        "MLX",
        "MLXNN",
        "MLXOptimizers"
      ],
      "product_memberships" : [
        "MLXVLM",
        "BenchmarkHelpers",
        "IntegrationTestHelpers"
      ],
      "sources" : [
        "MediaProcessing.swift",
        "Models/FastVLM.swift",
        "Models/Gemma3.swift",
        "Models/Gemma4.swift",
        "Models/GlmOcr.swift",
        "Models/Idefics3.swift",
        "Models/LFM2VL.swift",
        "Models/Mistral3.swift",
        "Models/Paligemma.swift",
        "Models/Pixtral.swift",
        "Models/Qwen25VL.swift",
        "Models/Qwen2VL.swift",
        "Models/Qwen35.swift",
        "Models/Qwen35MoE.swift",
        "Models/Qwen3VL.swift",
        "Models/QwenVL.swift",
        "Models/SmolVLM2.swift",
        "VLMModel.swift",
        "VLMModelFactory.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MLXLMTests",
      "module_type" : "SwiftTarget",
      "name" : "MLXLMTests",
      "path" : "Tests/MLXLMTests",
      "product_dependencies" : [
        "MLX",
        "MLXNN",
        "MLXOptimizers"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MLXLMTests/Resources/1080p_30.mov",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/MLXLMTests/Resources/audio_only.mov",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BaseConfigurationTests.swift",
        "ChatSessionTests.swift",
        "EmbeddingPoolingTests.swift",
        "EvalTests.swift",
        "Gemma4TextTests.swift",
        "Gemma4VLMTests.swift",
        "KVCacheTests.swift",
        "MediaProcessingTests.swift",
        "NemotronHTests.swift",
        "ResolveTests.swift",
        "SampleTests.swift",
        "SpeculativeDecodingTests.swift",
        "StreamingDetokenizerTests.swift",
        "TestTokenizer.swift",
        "ToolTests.swift",
        "UserInputTests.swift",
        "WiredMemoryPolicyTests.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon",
        "MLXLLM",
        "MLXVLM",
        "MLXEmbedders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MLXLMCommon",
      "module_type" : "SwiftTarget",
      "name" : "MLXLMCommon",
      "path" : "Libraries/MLXLMCommon",
      "product_dependencies" : [
        "MLX",
        "MLXNN",
        "MLXOptimizers"
      ],
      "product_memberships" : [
        "MLXLLM",
        "MLXVLM",
        "MLXLMCommon",
        "MLXEmbedders",
        "BenchmarkHelpers",
        "IntegrationTestHelpers"
      ],
      "sources" : [
        "Activations.swift",
        "Adapters/LoRA/DoRA+Layers.swift",
        "Adapters/LoRA/LoRA+Layers.swift",
        "Adapters/LoRA/LoRAContainer.swift",
        "Adapters/LoRA/LoRAModel.swift",
        "Adapters/ModelAdapter.swift",
        "Adapters/ModelAdapterFactory.swift",
        "Adapters/ModelAdapterTypeRegistry.swift",
        "AttentionUtils.swift",
        "BaseConfiguration.swift",
        "Chat.swift",
        "ChatSession.swift",
        "Downloader.swift",
        "Evaluate.swift",
        "Extensions/Encodable+toolResult.swift",
        "Extensions/JSONDecoder+JSON5.swift",
        "GenerationConfigFile.swift",
        "InterpolationUtils.swift",
        "JSONDecodingTypes.swift",
        "KVCache.swift",
        "LanguageModel.swift",
        "Load.swift",
        "ModelConfiguration.swift",
        "ModelContainer.swift",
        "ModelFactory.swift",
        "Models/Gemma.swift",
        "Module+Extensions.swift",
        "Registries/AbstractModelRegistry.swift",
        "Registries/ModelTypeRegistry.swift",
        "Registries/ProcessorTypeRegistry.swift",
        "RoPEApplication.swift",
        "RoPEUtils.swift",
        "StreamingDetokenizer.swift",
        "SuScaledRoPE.swift",
        "SwitchLayers.swift",
        "Tokenizer.swift",
        "TokenizerLoader.swift",
        "Tool/Tool.swift",
        "Tool/ToolCall.swift",
        "Tool/ToolParameter.swift",
        "Tool/Value.swift",
        "UserInput.swift",
        "Utilities/SerialAccessContainer.swift",
        "WiredMemoryPolicies.swift",
        "WiredMemoryUtils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MLXLLM",
      "module_type" : "SwiftTarget",
      "name" : "MLXLLM",
      "path" : "Libraries/MLXLLM",
      "product_dependencies" : [
        "MLX",
        "MLXNN",
        "MLXOptimizers"
      ],
      "product_memberships" : [
        "MLXLLM",
        "BenchmarkHelpers",
        "IntegrationTestHelpers"
      ],
      "sources" : [
        "LLMModel.swift",
        "LLMModelFactory.swift",
        "Lora+Data.swift",
        "LoraTrain.swift",
        "Models/AfMoE.swift",
        "Models/Apertus.swift",
        "Models/BaichuanM1.swift",
        "Models/BailingMoe.swift",
        "Models/Bitnet.swift",
        "Models/Cohere.swift",
        "Models/DeepseekV3.swift",
        "Models/Ernie4_5.swift",
        "Models/Exaone4.swift",
        "Models/FalconH1.swift",
        "Models/GLM4.swift",
        "Models/GLM4MOE.swift",
        "Models/GLM4MOELite.swift",
        "Models/GPTOSS.swift",
        "Models/GatedDelta.swift",
        "Models/Gemma.swift",
        "Models/Gemma2.swift",
        "Models/Gemma3Text.swift",
        "Models/Gemma3nText.swift",
        "Models/Gemma4.swift",
        "Models/Gemma4Text.swift",
        "Models/Granite.swift",
        "Models/GraniteMoeHybrid.swift",
        "Models/Internlm2.swift",
        "Models/Jamba.swift",
        "Models/LFM2.swift",
        "Models/LFM2MoE.swift",
        "Models/Lille130m.swift",
        "Models/Llama.swift",
        "Models/MiMo.swift",
        "Models/MiMoV2Flash.swift",
        "Models/MiniCPM.swift",
        "Models/MiniMax.swift",
        "Models/Mistral3Text.swift",
        "Models/NanoChat.swift",
        "Models/NemotronH.swift",
        "Models/Olmo2.swift",
        "Models/Olmo3.swift",
        "Models/OlmoE.swift",
        "Models/OpenELM.swift",
        "Models/Phi.swift",
        "Models/Phi3.swift",
        "Models/PhiMoE.swift",
        "Models/Qwen2.swift",
        "Models/Qwen3.swift",
        "Models/Qwen35.swift",
        "Models/Qwen35MoE.swift",
        "Models/Qwen3MoE.swift",
        "Models/Qwen3Next.swift",
        "Models/SSM.swift",
        "Models/SmolLM3.swift",
        "Models/Starcoder2.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MLXEmbedders",
      "module_type" : "SwiftTarget",
      "name" : "MLXEmbedders",
      "path" : "Libraries/MLXEmbedders",
      "product_dependencies" : [
        "MLX",
        "MLXNN"
      ],
      "product_memberships" : [
        "MLXEmbedders",
        "BenchmarkHelpers",
        "IntegrationTestHelpers"
      ],
      "sources" : [
        "EmbedderModelContainer.swift",
        "EmbeddingModel.swift",
        "Extensions/MLXArray+Helper.swift",
        "ModelFactory.swift",
        "Models/Bert.swift",
        "Models/Gemma3.swift",
        "Models/NomicBert.swift",
        "Models/Qwen3.swift",
        "Pooling.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTestHelpers",
      "path" : "Libraries/IntegrationTestHelpers",
      "product_dependencies" : [
        "MLX"
      ],
      "product_memberships" : [
        "IntegrationTestHelpers"
      ],
      "sources" : [
        "IntegrationTestHelpers.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon",
        "MLXLLM",
        "MLXVLM",
        "MLXEmbedders"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkHelpers",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkHelpers",
      "path" : "Libraries/BenchmarkHelpers",
      "product_dependencies" : [
        "MLX"
      ],
      "product_memberships" : [
        "BenchmarkHelpers"
      ],
      "sources" : [
        "BenchmarkHelpers.swift"
      ],
      "target_dependencies" : [
        "MLXLMCommon",
        "MLXLLM",
        "MLXVLM",
        "MLXEmbedders"
      ],
      "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
Building for debugging...
[0/193] Write sources
[12/193] Compiling _NumericsShims _NumericsShims.c
[13/193] Compiling version.cpp
[14/193] Write swift-version-2F0A5646E1D333AE.txt
[15/193] Compiling no_gguf.cpp
[16/193] Compiling utils.cpp
[17/193] Compiling scheduler.cpp
[18/204] Compiling load.cpp
[19/204] Compiling linalg.cpp
[20/204] Compiling random.cpp
[22/204] Compiling RealModule RealFunctions.swift
[23/205] Compiling RealModule Float80+Real.swift
[24/205] Compiling RealModule Real.swift
[25/205] Compiling RealModule Float16+Real.swift
[26/205] Compiling RealModule ElementaryFunctions.swift
[27/205] Compiling RealModule Float+Real.swift
[28/205] Compiling RealModule AugmentedArithmetic.swift
[29/205] Compiling RealModule Double+Real.swift
[30/205] Emitting module RealModule
[31/205] Compiling RealModule AlgebraicField.swift
[32/205] Compiling RealModule ApproximateEquality.swift
[33/205] Compiling RealModule RelaxedArithmetic.swift
[33/205] Compiling fft.cpp
[34/205] Compiling primitives.cpp
[35/216] Compiling graph_utils.cpp
[36/216] Compiling dtype_utils.cpp
[37/216] Compiling safetensors.cpp
[39/216] Compiling ComplexModule Polar.swift
[40/217] Compiling ComplexModule Complex+Numeric.swift
[41/217] Compiling ComplexModule Complex+StringConvertible.swift
[42/217] Compiling ComplexModule Complex+Hashable.swift
[43/217] Compiling ComplexModule Complex+IntegerLiteral.swift
[44/217] Compiling ComplexModule Complex.swift
[45/217] Compiling ComplexModule Scale.swift
[46/217] Compiling ComplexModule Complex+Codable.swift
[47/217] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[48/217] Compiling ComplexModule Complex+AlgebraicField.swift
[49/217] Compiling ComplexModule Complex+ElementaryFunctions.swift
[50/217] Emitting module ComplexModule
[50/217] Compiling einsum.cpp
[51/217] Compiling transforms.cpp
[53/219] Compiling Numerics Numerics.swift
[54/219] Emitting module Numerics
[54/219] Compiling dtype.cpp
[55/219] Compiling utils.cpp
[56/219] Compiling no_ring.cpp
[57/219] Compiling fast.cpp
[58/219] Compiling primitives.cpp
[59/219] Compiling no_nccl.cpp
[60/219] Compiling device.cpp
[61/219] Compiling ops.cpp
[62/219] Compiling no_jaccl.cpp
[63/219] Compiling no_mpi.cpp
[64/219] Compiling ops.cpp
[65/219] Compiling distributed.cpp
[66/219] Compiling utils.cpp
[67/219] Compiling unary.cpp
[68/219] Compiling ternary.cpp
[69/219] Compiling softmax.cpp
[70/219] Compiling sort.cpp
[71/219] Compiling scan.cpp
[72/219] Compiling slicing.cpp
[73/219] Compiling scaled_dot_product_attention.cpp
[74/219] Compiling compile.cpp
[75/219] Compiling resident.cpp
[76/219] Compiling rope.cpp
[77/219] Compiling metal.cpp
[78/219] Compiling reduce.cpp
[79/219] Compiling primitives.cpp
[80/219] Compiling normalization.cpp
[81/219] Compiling quantized.cpp
[82/219] Compiling logsumexp.cpp
[83/219] Compiling matmul.cpp
[84/219] Compiling event.cpp
[85/219] Compiling fence.cpp
[86/219] Compiling hadamard.cpp
[87/219] Compiling indexing.cpp
[88/219] Compiling eval.cpp
[89/219] Compiling distributed.cpp
[90/219] Compiling device_info.cpp
[91/219] Compiling jit_kernels.cpp
[92/219] Compiling fft.cpp
[93/219] Compiling slicing.cpp
[94/219] Compiling copy.cpp
[95/219] Compiling allocator.cpp
[96/219] Compiling binary.cpp
[97/219] Compiling compiled.cpp
[98/219] Compiling primitives.cpp
[99/219] Compiling threefry.cpp
[100/219] Compiling conv.cpp
[101/219] Compiling export.cpp
[102/219] Compiling device.cpp
[103/219] Compiling custom_kernel.cpp
[104/219] Compiling no_cuda.cpp
[105/219] Compiling copy.cpp
[106/219] Compiling select.cpp
[107/219] Compiling scan.cpp
[108/219] Compiling softmax.cpp
[109/219] Compiling qrf.cpp
[110/219] Compiling svd.cpp
[111/219] Compiling sort.cpp
[112/219] Compiling quantized.cpp
[113/219] Compiling primitives.cpp
[114/219] Compiling jit_compiler.cpp
[115/219] Compiling luf.cpp
[116/219] Compiling matmul.cpp
[117/219] Compiling masked_mm.cpp
[118/219] Compiling logsumexp.cpp
[119/219] Compiling inverse.cpp
[120/219] Compiling cblas.cpp
[121/219] Compiling hadamard.cpp
[122/219] Compiling unary.cpp
[123/219] Compiling encoder.cpp
[124/219] Compiling bnns.cpp
[125/219] Compiling eval.cpp
[126/219] Compiling device_info.cpp
[127/219] Compiling fft.cpp
[128/219] Compiling distributed.cpp
[129/219] Compiling indexing.cpp
[130/219] Compiling utils.cpp
[131/219] Compiling eigh.cpp
[132/219] Compiling slicing.cpp
[133/219] Compiling eig.cpp
[134/219] Compiling arg_reduce.cpp
[135/219] Compiling cholesky.cpp
[136/219] Compiling reduce.cpp
[137/219] Compiling utils.cpp
[138/219] Compiling unary_ops.cpp
[139/219] Compiling unary.cpp
[140/219] Compiling ternary_ops.cpp
[141/219] Compiling ternary.cpp
[142/219] Compiling steel_gemm_splitk_nax.cpp
[143/219] Compiling steel_gemm_splitk.cpp
[144/219] Compiling steel_gemm_segmented.cpp
[145/219] Compiling steel_gemm_masked.cpp
[146/219] Compiling steel_gemm_gather_nax.cpp
[147/219] Compiling steel_gemm_gather.cpp
[148/219] Compiling steel_gemm_fused_nax.cpp
[149/219] Compiling steel_gemm_fused.cpp
[150/219] Compiling common.cpp
[151/219] Compiling steel_conv_general.cpp
[152/219] Compiling steel_conv_3d.cpp
[153/219] Compiling broadcasting.cpp
[154/219] Compiling compiled.cpp
[155/219] Compiling steel_conv.cpp
[156/219] Compiling steel_attention_nax.cpp
[157/219] Compiling steel_attention.cpp
[158/219] Compiling load.cpp
[159/219] Compiling sort.cpp
[159/219] Compiling softmax.cpp
[161/219] Compiling scatter_axis.cpp
[162/219] Compiling scatter.cpp
[163/219] Compiling scan.cpp
[164/219] Compiling reduce_utils.cpp
[165/219] Compiling reduce.cpp
[166/219] Compiling quantized_utils.cpp
[167/219] Compiling quantized_nax.cpp
[168/219] Compiling quantized.cpp
[169/219] Compiling masked_scatter.cpp
[170/219] Compiling logsumexp.cpp
[171/219] Compiling hadamard.cpp
[172/219] Compiling gemv_masked.cpp
[173/219] Compiling gemm_nax.cpp
[174/219] Compiling gather_front.cpp
[174/219] Compiling gather_axis.cpp
[176/219] Compiling gemm.cpp
[177/219] Compiling gather.cpp
[178/219] Compiling fp_quantized_nax.cpp
[179/219] Compiling copy.cpp
[180/219] Compiling fft.cpp
[181/219] Compiling fp_quantized.cpp
[182/219] Compiling conv.cpp
[183/219] Compiling compiled_preamble.cpp
[184/219] Compiling binary_two.cpp
[185/219] Compiling binary.cpp
[186/219] Compiling binary_ops.cpp
[187/219] Compiling arange.cpp
[188/219] Compiling conv.cpp
[189/219] Compiling copy.cpp
[190/219] Compiling array.cpp
[191/219] Compiling reduce.cpp
[192/219] Compiling version.cpp
[193/219] Compiling transforms.cpp
[194/219] Compiling string.cpp
[195/219] Compiling transforms_impl.cpp
[196/219] Compiling vector.cpp
[197/219] Compiling stream.cpp
[198/219] Compiling compiled_conditional.cpp
[199/219] Compiling random.cpp
[200/219] Compiling metal.cpp
[201/219] Compiling memory.cpp
[202/219] Compiling linalg.cpp
[203/219] Compiling map.cpp
[204/219] Compiling io_types.cpp
[205/219] Compiling ops.cpp
[206/219] Compiling io.cpp
[207/219] Compiling fft.cpp
[208/219] Compiling error.cpp
[209/219] Compiling fast.cpp
[210/219] Compiling export.cpp
[211/219] Compiling format.cc
[212/219] Compiling cuda.cpp
[213/219] Compiling compile.cpp
[214/219] Compiling device.cpp
[215/219] Compiling array.cpp
[216/219] Compiling closure.cpp
[217/219] Compiling Cmlx.m
[218/219] Compiling binary.cpp
[220/255] Compiling MLX Random.swift
[221/255] Compiling MLX State.swift
[222/255] Compiling MLX Stream.swift
[223/255] Compiling MLX Transforms+Compile.swift
[224/255] Compiling MLX ArrayAt.swift
[225/255] Compiling MLX Cmlx+Util.swift
[226/255] Compiling MLX DType.swift
[227/255] Compiling MLX Device.swift
[228/258] Compiling MLX MLXFast.swift
[229/258] Compiling MLX MLXFastKernel.swift
[230/258] Compiling MLX Memory.swift
[231/258] Compiling MLX Nested.swift
[232/258] Compiling MLX MLXArray+Normalizer.swift
[233/258] Compiling MLX MLXArray+Ops.swift
[234/258] Compiling MLX MLXArray.swift
[235/258] Compiling MLX MLXCustomFunction.swift
[236/258] Compiling MLX Ops+Array.swift
[237/258] Compiling MLX Ops.swift
[238/258] Compiling MLX ParameterTypes.swift
[239/258] Compiling MLX Protocols.swift
[240/258] Compiling MLX ErrorHandler.swift
[241/258] Compiling MLX Export.swift
[242/258] Compiling MLX FFT.swift
[243/258] Compiling MLX Factory.swift
[244/258] Compiling MLX Transforms+Eval.swift
[245/258] Compiling MLX Transforms+Grad.swift
[246/258] Compiling MLX Transforms+Internal.swift
[247/258] Compiling MLX MLXArray+Bytes.swift
[248/258] Compiling MLX MLXArray+Indexing.swift
[249/258] Compiling MLX MLXArray+Init.swift
[250/258] Compiling MLX MLXArray+Metal.swift
[251/258] Emitting module MLX
[252/258] Compiling MLX Foundation+Util.swift
[253/258] Compiling MLX GPU+Metal.swift
[254/258] Compiling MLX IO.swift
[255/258] Compiling MLX Linalg.swift
[256/258] Compiling MLX Transforms+Vmap.swift
[257/258] Compiling MLX Transforms.swift
[258/258] Compiling MLX WiredMemory.swift
[259/276] Compiling MLXNN Upsample.swift
[260/277] Compiling MLXNN Recurrent.swift
[261/277] Compiling MLXNN Transformer.swift
[262/277] Compiling MLXNN Normalization.swift
[263/277] Compiling MLXNN Pooling.swift
[264/277] Compiling MLXNN ValueAndGrad.swift
[265/277] Compiling MLXNN PositionalEncoding.swift
[266/277] Compiling MLXNN Quantized.swift
[267/277] Compiling MLXNN Embedding.swift
[268/277] Compiling MLXNN Linear.swift
[269/277] Compiling MLXNN Activations.swift
[270/277] Compiling MLXNN Cache.swift
[271/277] Compiling MLXNN Losses.swift
[272/277] Compiling MLXNN Module.swift
[273/277] Emitting module MLXNN
[274/277] Compiling MLXNN ConvolutionTransposed.swift
[275/277] Compiling MLXNN Dropout.swift
[276/277] Compiling MLXNN Containers.swift
[277/277] Compiling MLXNN Convolution.swift
[278/279] Emitting module MLXOptimizers
[279/279] Compiling MLXOptimizers Optimizers.swift
[280/321] 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
[281/325] 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
[282/325] 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
[283/325] 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
[284/325] 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
[285/325] 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
[286/325] 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
[287/325] 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
[288/325] 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
[289/325] Compiling MLXLMCommon StreamingDetokenizer.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
[290/325] 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
[291/325] 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
[292/325] 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
[293/325] 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
[294/325] 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
[295/325] 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
[296/325] 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
[297/325] 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
[298/325] 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
[299/325] 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
[300/325] 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
[301/325] 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
[302/325] 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
[303/325] Compiling MLXLMCommon Activations.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
[304/325] 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
[305/325] 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
[306/325] 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
[307/325] 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
[308/325] 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
[309/325] 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
[310/325] 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
[311/325] 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
[312/325] 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
[313/325] 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
[314/325] 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
[315/325] 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
[316/325] 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
[317/325] 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
[318/325] 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
[319/325] 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
[320/325] 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
[321/325] 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
[322/325] 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
[323/325] 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
[324/325] 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
[325/325] 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
[326/406] Compiling MLXLLM GLM4MOELite.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
[327/406] Compiling MLXLLM GPTOSS.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
[328/407] Compiling MLXEmbedders Pooling.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
[329/407] Compiling MLXEmbedders Qwen3.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
[330/407] Compiling MLXEmbedders Bert.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
[331/407] Compiling MLXEmbedders 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
[332/407] Compiling MLXEmbedders Gemma3.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
[333/407] Compiling MLXEmbedders MLXArray+Helper.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
[334/407] Compiling MLXEmbedders EmbeddingModel.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/407] Compiling MLXEmbedders EmbedderModelContainer.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/407] Compiling MLXEmbedders NomicBert.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/407] Emitting module MLXEmbedders
<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/407] Compiling MLXVLM VLMModelFactory.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/407] Compiling MLXLLM Olmo3.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/407] Compiling MLXLLM OlmoE.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/407] Compiling MLXLLM OpenELM.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/407] Compiling MLXLLM Phi.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/407] Compiling MLXLLM Phi3.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/412] Emitting module MLXLLM
<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/412] Compiling MLXLLM GLM4.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
[346/412] Compiling MLXLLM GLM4MOE.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/412] Compiling MLXLLM Exaone4.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/412] Compiling MLXLLM FalconH1.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/412] Compiling MLXLLM DeepseekV3.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/412] Compiling MLXLLM Ernie4_5.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/412] Compiling MLXLLM Bitnet.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/412] Compiling MLXLLM Cohere.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/412] Compiling MLXLLM MiniMax.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/412] Compiling MLXLLM Mistral3Text.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/412] Compiling MLXLLM NanoChat.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/412] Compiling MLXLLM NemotronH.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/412] Compiling MLXLLM Olmo2.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/412] Compiling MLXLLM PhiMoE.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/412] Compiling MLXLLM Qwen2.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/412] Compiling MLXLLM Qwen3.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/412] Compiling MLXLLM Qwen35.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/412] Compiling MLXLLM Qwen35MoE.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/412] Compiling MLXLLM LFM2MoE.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/412] Compiling MLXLLM Lille130m.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/412] Compiling MLXLLM Llama.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/412] Compiling MLXLLM MiMo.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/412] Compiling MLXLLM MiMoV2Flash.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/412] Compiling MLXLLM MiniCPM.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/412] Compiling MLXLLM AfMoE.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/412] Compiling MLXLLM Apertus.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/412] Compiling MLXLLM BaichuanM1.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/412] Compiling MLXLLM BailingMoe.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/412] Compiling MLXLLM LLMModel.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/412] Compiling MLXLLM LLMModelFactory.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/412] Compiling MLXLLM Lora+Data.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/412] Compiling MLXLLM LoraTrain.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
<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
<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
<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
<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
[385/412] Compiling MLXLLM GatedDelta.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/412] Compiling MLXLLM 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
[387/412] Compiling MLXLLM Gemma2.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/412] Compiling MLXLLM Gemma3Text.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/412] Compiling MLXLLM Gemma3nText.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/412] Compiling MLXLLM Gemma4.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
<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
<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
<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
[397/412] Compiling MLXLLM Gemma4Text.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/412] Compiling MLXLLM Granite.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/412] Compiling MLXLLM GraniteMoeHybrid.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/412] Compiling MLXLLM Internlm2.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/412] Compiling MLXLLM Jamba.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
[402/412] Compiling MLXLLM LFM2.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
[403/412] Compiling MLXLLM Qwen3MoE.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
[404/412] Compiling MLXLLM Qwen3Next.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
[405/412] Compiling MLXLLM SSM.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
[406/412] Compiling MLXLLM SmolLM3.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
[407/412] Compiling MLXLLM Starcoder2.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
<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
[410/412] Emitting module MLXVLM
<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
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
<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
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
<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
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
Fetching https://github.com/ml-explore/mlx-swift
[1/14250] Fetching mlx-swift
Fetched https://github.com/ml-explore/mlx-swift from cache (1.33s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.31.3 (1.95s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.81s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.35s)
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/ml-explore/mlx-swift
Working copy of https://github.com/ml-explore/mlx-swift resolved at 0.31.3
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling RealModule Float80+Real.swift
[3/13] Compiling RealModule RealFunctions.swift
[4/13] Compiling RealModule Real.swift
[5/13] Compiling RealModule RelaxedArithmetic.swift
[6/13] Compiling RealModule Float16+Real.swift
[7/13] Compiling RealModule Float+Real.swift
[8/13] Compiling RealModule AlgebraicField.swift
[9/13] Compiling RealModule ApproximateEquality.swift
[10/13] Compiling RealModule AugmentedArithmetic.swift
[11/13] Compiling RealModule ElementaryFunctions.swift
[12/13] Compiling RealModule Double+Real.swift
[13/13] Emitting module RealModule
[14/24] Compiling ComplexModule Complex+Hashable.swift
[15/24] Compiling ComplexModule Polar.swift
[16/25] Compiling ComplexModule Complex+StringConvertible.swift
[17/25] Compiling ComplexModule Complex+IntegerLiteral.swift
[18/25] Compiling ComplexModule Complex.swift
[19/25] Compiling ComplexModule Complex+Numeric.swift
[20/25] Compiling ComplexModule Scale.swift
[21/25] Compiling ComplexModule Complex+Codable.swift
[22/25] Compiling ComplexModule Complex+ElementaryFunctions.swift
[23/25] Emitting module ComplexModule
[24/25] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[25/25] Compiling ComplexModule Complex+AlgebraicField.swift
[26/27] Emitting module Numerics
[27/27] Compiling Numerics Numerics.swift
[28/63] Compiling MLX Transforms+Eval.swift
[29/63] Compiling MLX Transforms+Grad.swift
[30/63] Compiling MLX Transforms+Internal.swift
[31/66] Compiling MLX Foundation+Util.swift
[32/66] Compiling MLX GPU+Metal.swift
[33/66] Compiling MLX IO.swift
[34/66] Compiling MLX Linalg.swift
[35/66] Compiling MLX ArrayAt.swift
[36/66] Compiling MLX Cmlx+Util.swift
[37/66] Compiling MLX DType.swift
[38/66] Compiling MLX Device.swift
[39/66] Emitting module MLX
[40/66] Compiling MLX Random.swift
[41/66] Compiling MLX State.swift
[42/66] Compiling MLX Stream.swift
[43/66] Compiling MLX Transforms+Compile.swift
[44/66] Compiling MLX ErrorHandler.swift
[45/66] Compiling MLX Export.swift
[46/66] Compiling MLX FFT.swift
[47/66] Compiling MLX Factory.swift
[48/66] Compiling MLX MLXArray+Normalizer.swift
[49/66] Compiling MLX MLXArray+Ops.swift
[50/66] Compiling MLX MLXArray.swift
[51/66] Compiling MLX MLXCustomFunction.swift
[52/66] Compiling MLX Ops+Array.swift
[53/66] Compiling MLX Ops.swift
[54/66] Compiling MLX ParameterTypes.swift
[55/66] Compiling MLX Protocols.swift
[56/66] Compiling MLX MLXFast.swift
[57/66] Compiling MLX MLXFastKernel.swift
[58/66] Compiling MLX Memory.swift
[59/66] Compiling MLX Nested.swift
[60/66] Compiling MLX Transforms+Vmap.swift
[61/66] Compiling MLX Transforms.swift
[62/66] Compiling MLX WiredMemory.swift
[63/66] Compiling MLX MLXArray+Bytes.swift
[64/66] Compiling MLX MLXArray+Indexing.swift
[65/66] Compiling MLX MLXArray+Init.swift
[66/66] Compiling MLX MLXArray+Metal.swift
[67/84] Compiling MLXNN Upsample.swift
[68/85] Compiling MLXNN Recurrent.swift
[69/85] Compiling MLXNN Transformer.swift
[70/85] Compiling MLXNN PositionalEncoding.swift
[71/85] Compiling MLXNN Quantized.swift
[72/85] Compiling MLXNN ValueAndGrad.swift
[73/85] Compiling MLXNN Normalization.swift
[74/85] Compiling MLXNN Pooling.swift
[75/85] Compiling MLXNN ConvolutionTransposed.swift
[76/85] Compiling MLXNN Dropout.swift
[77/85] Compiling MLXNN Containers.swift
[78/85] Compiling MLXNN Convolution.swift
[79/85] Compiling MLXNN Activations.swift
[80/85] Compiling MLXNN Cache.swift
[81/85] Emitting module MLXNN
[82/85] Compiling MLXNN Losses.swift
[83/85] Compiling MLXNN Module.swift
[84/85] Compiling MLXNN Embedding.swift
[85/85] Compiling MLXNN Linear.swift
[86/87] Emitting module MLXOptimizers
[87/87] Compiling MLXOptimizers Optimizers.swift
[88/129] Emitting module MLXLMCommon
[89/129] Compiling MLXLMCommon Activations.swift
[90/129] Compiling MLXLMCommon DoRA+Layers.swift
[91/129] Compiling MLXLMCommon LoRA+Layers.swift
[92/129] Compiling MLXLMCommon LoRAContainer.swift
[93/129] Compiling MLXLMCommon LoRAModel.swift
[94/133] Compiling MLXLMCommon ModelAdapter.swift
[95/133] Compiling MLXLMCommon ModelAdapterFactory.swift
[96/133] Compiling MLXLMCommon ModelAdapterTypeRegistry.swift
[97/133] Compiling MLXLMCommon AttentionUtils.swift
[98/133] Compiling MLXLMCommon BaseConfiguration.swift
[99/133] Compiling MLXLMCommon Gemma.swift
[100/133] Compiling MLXLMCommon Module+Extensions.swift
[101/133] Compiling MLXLMCommon AbstractModelRegistry.swift
[102/133] Compiling MLXLMCommon ModelTypeRegistry.swift
[103/133] Compiling MLXLMCommon ProcessorTypeRegistry.swift
[104/133] Compiling MLXLMCommon RoPEApplication.swift
[105/133] Compiling MLXLMCommon RoPEUtils.swift
[106/133] Compiling MLXLMCommon StreamingDetokenizer.swift
[107/133] Compiling MLXLMCommon Tool.swift
[108/133] Compiling MLXLMCommon ToolCall.swift
[109/133] Compiling MLXLMCommon ToolParameter.swift
[110/133] Compiling MLXLMCommon Value.swift
[111/133] Compiling MLXLMCommon Chat.swift
[112/133] Compiling MLXLMCommon ChatSession.swift
[113/133] Compiling MLXLMCommon Downloader.swift
[114/133] Compiling MLXLMCommon Evaluate.swift
[115/133] Compiling MLXLMCommon Encodable+toolResult.swift
[116/133] Compiling MLXLMCommon UserInput.swift
[117/133] Compiling MLXLMCommon SerialAccessContainer.swift
[118/133] Compiling MLXLMCommon WiredMemoryPolicies.swift
[119/133] Compiling MLXLMCommon WiredMemoryUtils.swift
[120/133] Compiling MLXLMCommon SuScaledRoPE.swift
[121/133] Compiling MLXLMCommon SwitchLayers.swift
[122/133] Compiling MLXLMCommon Tokenizer.swift
[123/133] Compiling MLXLMCommon TokenizerLoader.swift
[124/133] Compiling MLXLMCommon LanguageModel.swift
[125/133] Compiling MLXLMCommon Load.swift
[126/133] Compiling MLXLMCommon ModelConfiguration.swift
[127/133] Compiling MLXLMCommon ModelContainer.swift
[128/133] Compiling MLXLMCommon ModelFactory.swift
[129/133] Compiling MLXLMCommon JSONDecoder+JSON5.swift
[130/133] Compiling MLXLMCommon GenerationConfigFile.swift
[131/133] Compiling MLXLMCommon InterpolationUtils.swift
[132/133] Compiling MLXLMCommon JSONDecodingTypes.swift
[133/133] Compiling MLXLMCommon KVCache.swift
[134/214] Compiling MLXEmbedders Pooling.swift
[135/214] Compiling MLXEmbedders Qwen3.swift
[136/214] Compiling MLXEmbedders Gemma3.swift
[137/214] Compiling MLXEmbedders Bert.swift
[138/214] Compiling MLXEmbedders ModelFactory.swift
[139/214] Compiling MLXEmbedders MLXArray+Helper.swift
[140/214] Compiling MLXEmbedders EmbeddingModel.swift
[141/214] Compiling MLXEmbedders EmbedderModelContainer.swift
[142/214] Compiling MLXEmbedders NomicBert.swift
[143/214] Emitting module MLXEmbedders
[144/214] Compiling MLXLLM Jamba.swift
[145/214] Compiling MLXLLM LFM2.swift
[146/215] Compiling MLXVLM VLMModelFactory.swift
[147/215] Compiling MLXLLM PhiMoE.swift
[148/215] Compiling MLXLLM Qwen2.swift
[149/215] Compiling MLXLLM Qwen3.swift
[150/215] Compiling MLXLLM Qwen35.swift
[151/215] Compiling MLXLLM Qwen35MoE.swift
[152/220] Compiling MLXLLM DeepseekV3.swift
[153/220] Compiling MLXLLM Ernie4_5.swift
[154/220] Compiling MLXLLM Bitnet.swift
[155/220] Compiling MLXLLM Cohere.swift
[156/220] Compiling MLXLLM Gemma4Text.swift
[157/220] Compiling MLXLLM Granite.swift
[158/220] Compiling MLXLLM GraniteMoeHybrid.swift
[159/220] Compiling MLXLLM Internlm2.swift
[160/220] Compiling MLXLLM Olmo3.swift
[161/220] Compiling MLXLLM OlmoE.swift
[162/220] Compiling MLXLLM OpenELM.swift
[163/220] Compiling MLXLLM Phi.swift
[164/220] Compiling MLXLLM Phi3.swift
[165/220] Compiling MLXLLM LFM2MoE.swift
[166/220] Compiling MLXLLM Lille130m.swift
[167/220] Compiling MLXLLM Llama.swift
[168/220] Compiling MLXLLM MiMo.swift
[169/220] Compiling MLXLLM MiMoV2Flash.swift
[170/220] Compiling MLXLLM MiniCPM.swift
[171/220] Compiling MLXLLM MiniMax.swift
[172/220] Compiling MLXLLM Mistral3Text.swift
[173/220] Compiling MLXLLM NanoChat.swift
[174/220] Compiling MLXLLM NemotronH.swift
[175/220] Compiling MLXLLM Olmo2.swift
[176/220] Compiling MLXLLM LLMModel.swift
[177/220] Compiling MLXLLM LLMModelFactory.swift
[178/220] Compiling MLXLLM Lora+Data.swift
[179/220] Compiling MLXLLM LoraTrain.swift
[180/220] Compiling MLXLLM AfMoE.swift
[181/220] Compiling MLXLLM Apertus.swift
[182/220] Compiling MLXLLM BaichuanM1.swift
[183/220] Compiling MLXLLM BailingMoe.swift
[186/220] Emitting module MLXLLM
[187/220] Compiling MLXLLM GatedDelta.swift
[188/220] Compiling MLXLLM Gemma.swift
[189/220] Compiling MLXLLM Gemma2.swift
[190/220] Compiling MLXLLM Gemma3Text.swift
[191/220] Compiling MLXLLM Gemma3nText.swift
[192/220] Compiling MLXLLM Gemma4.swift
[193/220] Compiling MLXLLM Exaone4.swift
[194/220] Compiling MLXLLM FalconH1.swift
[195/220] Compiling MLXLLM GLM4.swift
[196/220] Compiling MLXLLM GLM4MOE.swift
[197/220] Compiling MLXLLM GLM4MOELite.swift
[198/220] Compiling MLXLLM GPTOSS.swift
[211/220] Compiling MLXLLM Qwen3MoE.swift
[212/220] Compiling MLXLLM Qwen3Next.swift
[213/220] Compiling MLXLLM SSM.swift
[214/220] Compiling MLXLLM SmolLM3.swift
[215/220] Compiling MLXLLM Starcoder2.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[218/220] Emitting module MLXVLM
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:17:13: error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 15 | }
 16 |
 17 | private let context = CIContext()
    |             `- error: let 'context' is not concurrency-safe because non-'Sendable' type 'CIContext' may have shared mutable state
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIContext.h:36:12: note: class 'CIContext' does not conform to the 'Sendable' protocol
 34 |
 35 | NS_CLASS_AVAILABLE(10_4, 5_0)
 36 | @interface CIContext : NSObject
    |            `- note: class 'CIContext' does not conform to the 'Sendable' protocol
 37 | {
 38 |     void *_priv;
/Users/admin/builder/spi-builder-workspace/Libraries/MLXVLM/MediaProcessing.swift:5:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  3 |
  4 | import AVFoundation
  5 | import CoreImage.CIFilterBuiltins
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreImage' as warnings
  6 | import MLX
  7 | import MLXLMCommon
    :
 15 | }
 16 |
 17 | private let context = CIContext()
    |             |- note: add '@MainActor' to make let 'context' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 18 |
 19 | /// Collection of methods for processing media (images, video, etc.).
BUILD FAILURE 6.1 macosSpm