The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-ai, reference main (46bca4), with Swift 6.1 for Android on 16 Dec 2025 01:53:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mi12labs/SwiftAI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mi12labs/SwiftAI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46bca4b Merge pull request #22 from mi12labs/openai-reasoning
Cloned https://github.com/mi12labs/SwiftAI.git
Revision (git rev-parse @):
46bca4bab65fe5635df716db6fb0f0262e32d852
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mi12labs/SwiftAI.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mi12labs/SwiftAI.git
https://github.com/mi12labs/SwiftAI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-format.git"
    },
    {
      "identity" : "openai",
      "requirement" : {
        "branch" : [
          "0.4.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MacPaw/OpenAI.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    },
    {
      "identity" : "mlx-swift-examples",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.25.6",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ml-explore/mlx-swift-examples.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-ai",
  "name" : "swift-ai",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAI",
      "targets" : [
        "SwiftAI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftAIMLX",
      "targets" : [
        "SwiftAIMLX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftAIMacros",
      "targets" : [
        "SwiftAIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAITests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAITests",
      "path" : "Tests/SwiftAITests",
      "sources" : [
        "Backends/Apple/AppleOnDeviceTests.swift",
        "Backends/Apple/FoundationModelsToolAdapterTests.swift",
        "Backends/Apple/SchemaConverterTests.swift",
        "Backends/Apple/TranscriptConverterTests.swift",
        "Backends/Openai/OpenaiLLMTests.swift",
        "ChatTests.swift",
        "CrashingLLM.swift",
        "FakeLLM.swift",
        "GenerableTests.swift",
        "GuideTests.swift",
        "JsonUtils/JsonRepairTests.swift",
        "LLMTests.swift",
        "PromptTests.swift",
        "SchemaTests.swift",
        "StructuredContentTests.swift",
        "ToolTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAI",
        "SwiftAILLMTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAIMacrosTests",
      "path" : "Tests/SwiftAIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "GenerableMacroTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAIMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAIMacros",
      "path" : "Sources/SwiftAIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "SwiftAI",
        "SwiftAIMLX",
        "SwiftAIMacros"
      ],
      "sources" : [
        "GenerableMacro.swift",
        "GenerableMacroError.swift",
        "GuideMacro.swift",
        "SwiftAIMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftAIMLXTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAIMLXTests",
      "path" : "Tests/SwiftAIMLXTests",
      "sources" : [
        "MlxLLMTests.swift",
        "SchemaToJsonConvertTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAIMLX",
        "SwiftAILLMTesting",
        "SwiftAI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAIMLX",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAIMLX",
      "path" : "Sources/SwiftAIMLX",
      "product_dependencies" : [
        "MLXLMCommon",
        "MLXLLM"
      ],
      "product_memberships" : [
        "SwiftAIMLX"
      ],
      "sources" : [
        "MlxConverters.swift",
        "MlxLLM.swift",
        "MlxModelManager.swift",
        "MlxSession.swift",
        "SwiftAIMLX.swift"
      ],
      "target_dependencies" : [
        "SwiftAI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftAILLMTesting",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAILLMTesting",
      "path" : "Tests/SwiftAILLMTesting",
      "sources" : [
        "LLMBaseTestCases.swift"
      ],
      "target_dependencies" : [
        "SwiftAI",
        "SwiftAIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAI",
      "path" : "Sources/SwiftAI",
      "product_dependencies" : [
        "OpenAI",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SwiftAI",
        "SwiftAIMLX"
      ],
      "sources" : [
        "Backends/Apple/Schema+Converters.swift",
        "Backends/Apple/SystemLLM.swift",
        "Backends/Apple/SystemLLMSession.swift",
        "Backends/Apple/ToolAdapter.swift",
        "Backends/Apple/TranscriptConverters.swift",
        "Backends/Openai/OpenaiConverters.swift",
        "Backends/Openai/OpenaiLLM.swift",
        "Backends/Openai/OpenaiReplyOptions.swift",
        "Backends/Openai/OpenaiSession.swift",
        "Core/BackendReplyOptions.swift",
        "Core/Chat.swift",
        "Core/Constraint.swift",
        "Core/Generable.swift",
        "Core/LLM.swift",
        "Core/LLMError.swift",
        "Core/Message.swift",
        "Core/Model.swift",
        "Core/Prompt.swift",
        "Core/Schema.swift",
        "Core/StructuredContent.swift",
        "Core/Tool.swift",
        "JsonUtils/JsonRepair.swift",
        "SwiftAI.swift"
      ],
      "target_dependencies" : [
        "SwiftAIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MacPaw/OpenAI.git
[1/7699] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.53s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/swiftlang/swift-format.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/ml-explore/mlx-swift-examples.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-collections.git
[1/932] Fetching swift-macro-testing
[933/14064] Fetching swift-macro-testing, swift-format
[1459/19892] Fetching swift-macro-testing, swift-format, swift-openapi-runtime
[1780/27161] Fetching swift-macro-testing, swift-format, swift-openapi-runtime, mlx-swift-examples
[8352/45539] Fetching swift-macro-testing, swift-format, swift-openapi-runtime, mlx-swift-examples, swift-collections
[31573/118702] Fetching swift-macro-testing, swift-format, swift-openapi-runtime, mlx-swift-examples, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (2.22s)
[54963/100324] Fetching swift-macro-testing, swift-format, swift-openapi-runtime, mlx-swift-examples, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (8.00s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (8.00s)
Fetched https://github.com/ml-explore/mlx-swift-examples.git from cache (8.01s)
Fetched https://github.com/swiftlang/swift-format.git from cache (8.01s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (9.13s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.70s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.85s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (4.75s)
Fetching https://github.com/apple/swift-http-types
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-format.git
Computed https://github.com/swiftlang/swift-format.git at 510.1.0 (4.29s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/16962] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-markdown.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.27s)
[1/7032] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (3.29s)
Computing version for https://github.com/ml-explore/mlx-swift-examples.git
Computed https://github.com/ml-explore/mlx-swift-examples.git at 2.29.1 (0.94s)
Fetching https://github.com/huggingface/swift-transformers
Fetching https://github.com/ml-explore/mlx-swift
Fetching https://github.com/1024jp/GzipSwift
[1/1557] Fetching gzipswift
[1496/6709] Fetching gzipswift, swift-transformers
Fetched https://github.com/1024jp/GzipSwift from cache (0.49s)
[1082/5152] Fetching swift-transformers
[980/17391] Fetching swift-transformers, mlx-swift
Fetched https://github.com/huggingface/swift-transformers from cache (1.32s)
Fetched https://github.com/ml-explore/mlx-swift from cache (2.26s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 6.0.1 (3.24s)
Computing version for https://github.com/huggingface/swift-transformers
Computed https://github.com/huggingface/swift-transformers at 1.0.0 (0.96s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/783] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.44s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.29.1 (1.38s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.67s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.59s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.2.0 (0.96s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (1.14s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18260] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.66s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.72s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.05s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.98s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.98s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.12s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.20s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (2.23s)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.0.1
Creating working copy for https://github.com/huggingface/swift-jinja.git
Working copy of https://github.com/huggingface/swift-jinja.git resolved at 2.2.0
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.4.7 (28884fc)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/ml-explore/mlx-swift-examples.git
Working copy of https://github.com/ml-explore/mlx-swift-examples.git resolved at 2.29.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.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.29.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/swiftlang/swift-format.git
Working copy of https://github.com/swiftlang/swift-format.git resolved at 510.1.0
Creating working copy for https://github.com/huggingface/swift-transformers
Working copy of https://github.com/huggingface/swift-transformers resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.7.3
warning: 'swift-format': 'swift-format' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/458] Write sources
[33/458] Copying gpt2_tokenizer_config.json
[33/458] Copying t5_tokenizer_config.json
[35/458] Compiling CAtomic CAtomic.c
[36/458] Compiling cmark-gfm-extensions tagfilter.c
[37/458] Compiling cmark-gfm-extensions tasklist.c
[38/458] Compiling cmark-gfm-extensions strikethrough.c
[39/458] Compiling cmark-gfm-extensions ext_scanners.c
[40/458] Compiling cmark-gfm-extensions core-extensions.c
[41/458] Compiling cmark-gfm xml.c
[42/458] Compiling cmark-gfm-extensions autolink.c
[43/458] Compiling cmark-gfm-extensions table.c
[44/458] Compiling cmark-gfm syntax_extension.c
[45/458] Compiling cmark-gfm references.c
[46/458] Compiling cmark-gfm plugin.c
[46/458] Compiling cmark-gfm render.c
[48/458] Compiling cmark-gfm registry.c
[49/458] Compiling cmark-gfm plaintext.c
[50/458] Compiling cmark-gfm linked_list.c
[51/458] Write swift-version-24593BA9C3E375BF.txt
[52/458] Compiling cmark-gfm node.c
[53/458] Compiling cmark-gfm man.c
[54/458] Compiling cmark-gfm map.c
[55/458] Compiling cmark-gfm latex.c
[56/458] Compiling cmark-gfm utf8.c
[57/458] Compiling cmark-gfm iterator.c
[58/458] Compiling cmark-gfm houdini_html_e.c
[59/458] Compiling cmark-gfm houdini_html_u.c
[60/458] Compiling cmark-gfm html.c
[61/460] Compiling cmark-gfm houdini_href_e.c
[62/460] Compiling cmark-gfm footnotes.c
[63/460] Compiling cmark-gfm cmark_ctype.c
[64/460] Compiling cmark-gfm cmark.c
[65/460] Compiling cmark-gfm inlines.c
[66/460] Compiling cmark-gfm buffer.c
[67/460] Write sources
[84/460] Compiling _NumericsShims _NumericsShims.c
[85/460] Compiling cmark-gfm commonmark.c
[86/461] Compiling cmark-gfm arena.c
[87/462] Compiling version.cpp
[88/462] Compiling cmark-gfm scanners.c
[89/462] Compiling cmark-gfm blocks.c
[91/473] Emitting module SwiftSyntax509
[92/561] Emitting module RealModule
[93/562] Emitting module InternalCollectionsUtilities
<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
[93/564] Compiling utils.cpp
[95/564] Compiling Markdown DoxygenDiscussion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/564] Compiling Markdown DoxygenNote.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/564] Compiling SwiftSyntax509 Empty.swift
[98/565] Compiling RealModule Real.swift
[99/565] Compiling RealModule RealFunctions.swift
[100/565] Compiling RealModule RelaxedArithmetic.swift
[101/565] Compiling HTTPTypes ISOLatin1String.swift
[102/565] Compiling RealModule Float16+Real.swift
[103/566] Compiling RealModule Float80+Real.swift
[104/566] Compiling Markdown Image.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/566] Compiling Markdown InlineAttributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/566] Compiling Markdown TableCell.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/566] Compiling Markdown TableCellContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/566] Compiling Markdown TableHead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/566] Compiling Markdown TableRow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/566] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/566] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/566] Compiling Markdown Replacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/566] Compiling Markdown SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/566] Compiling Markdown Emphasis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/566] Compiling Markdown CustomBlock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/566] Compiling Markdown DoxygenAbstract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/566] Compiling Markdown BlockDirective.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/566] Compiling Markdown BlockQuote.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
[125/568] Emitting module SwiftSyntax510
[126/568] Compiling SwiftSyntax510 Empty.swift
[131/569] Emitting module HTTPTypes
[131/569] Wrapping AST for SwiftSyntax510 for debugging
[133/569] Compiling Markdown BasicBlockContainer.swift
[134/569] Compiling Markdown BasicInlineContainer.swift
[135/569] Compiling Markdown BlockContainer.swift
[136/569] Compiling Markdown BlockMarkup.swift
[137/569] Compiling Markdown InlineContainer.swift
[138/569] Compiling Markdown InlineMarkup.swift
[139/569] Compiling Markdown ListItemContainer.swift
[140/569] Compiling Markdown AtomicCounter.swift
[141/703] Compiling HTTPTypes HTTPRequest.swift
[142/703] Compiling HTTPTypes HTTPResponse.swift
[143/703] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[144/703] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[145/703] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[146/703] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[147/703] Compiling OrderedCollections OrderedDictionary+Values.swift
[148/703] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/703] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/703] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/703] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/703] Compiling ComplexModule Polar.swift
[153/704] Compiling ComplexModule Complex+Hashable.swift
[154/704] Compiling ComplexModule Complex+IntegerLiteral.swift
[155/704] Compiling ComplexModule Complex+Numeric.swift
[156/704] Compiling ComplexModule Complex+StringConvertible.swift
[157/704] Compiling ComplexModule Complex.swift
[158/704] Emitting module Markdown
[159/704] Compiling ComplexModule Scale.swift
[160/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[161/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[162/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[163/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[164/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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
[165/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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
[166/704] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[167/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[168/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[169/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[170/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[171/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[172/711] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[173/711] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
[174/711] Compiling ComplexModule Complex+Codable.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
[175/711] Compiling ComplexModule Complex+ElementaryFunctions.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
[176/711] Compiling ComplexModule Complex+AdditiveArithmetic.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
[177/711] Compiling ComplexModule Complex+AlgebraicField.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
[180/711] Compiling SwiftSyntax SourcePresence.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
[181/711] Compiling SwiftSyntax SwiftSyntaxCompatibility.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
[186/711] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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
[187/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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
[188/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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
[189/711] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[194/711] Compiling SwiftSyntax SyntaxText.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
[195/711] Compiling SwiftSyntax SyntaxTreeViewMode.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
[196/711] Compiling SwiftSyntax RenamedNodesCompatibility.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
[202/711] Compiling SwiftSyntax Syntax.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
[203/711] Compiling SwiftSyntax TokenDiagnostic.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
[204/711] Compiling SwiftSyntax TokenSequence.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
[205/711] Compiling SwiftSyntax TokenSyntax.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
[206/711] Compiling SwiftSyntax Trivia.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
[207/711] Compiling SwiftSyntax Utils.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
[208/711] Compiling SwiftSyntax ChildNameForKeyPath.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
[209/711] Compiling SwiftSyntax Keyword.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
[209/711] Compiling scheduler.cpp
[211/711] Emitting module ComplexModule
[212/712] Compiling HTTPTypes NIOLock.swift
[213/712] Compiling HTTPTypes HTTPParsedFields.swift
[214/712] Compiling HTTPTypes HTTPRequest+URL.swift
[215/712] Wrapping AST for SwiftSyntax509 for debugging
[233/712] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[234/712] Compiling SwiftSyntax SyntaxArena.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
[237/712] Compiling SwiftSyntax SyntaxChildren.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
[238/712] Compiling SwiftSyntax SyntaxCollection.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
[239/712] Compiling SwiftSyntax SyntaxHashable.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
[240/712] Compiling SwiftSyntax SyntaxIdentifier.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
[241/712] Compiling SwiftSyntax SyntaxNodeStructure.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
[242/712] Compiling SwiftSyntax SyntaxProtocol.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
[252/712] Compiling OrderedCollections OrderedSet+Sendable.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
[253/712] Compiling OrderedCollections OrderedSet+SubSequence.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
[254/712] Compiling OrderedCollections OrderedSet+Testing.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
[255/712] Compiling OrderedCollections OrderedSet+UnorderedView.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
[256/712] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[257/712] Compiling OrderedCollections OrderedSet.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
[258/712] Compiling OrderedCollections _UnsafeBitset.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
[259/712] Emitting module OrderedCollections
<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
[261/715] Compiling Numerics Numerics.swift
[262/715] Emitting module Numerics
[263/716] Compiling Markdown CharacterExtensions.swift
[264/716] Compiling Markdown CollectionExtensions.swift
[265/716] Compiling Markdown StringExtensions.swift
[266/716] Compiling Markdown MarkupVisitor.swift
[267/716] Compiling Markdown MarkupWalker.swift
[268/716] Compiling Markdown HTMLFormatter.swift
[269/716] Compiling Markdown MarkupFormatter.swift
[270/716] Compiling Markdown MarkupTreeDumper.swift
[270/716] Compiling transforms.cpp
[272/730] Compiling random.cpp
[274/730] Compiling Jinja Filters.swift
[275/730] Compiling Jinja Globals.swift
[276/730] Compiling HTTPTypes HTTPFields.swift
[286/731] Compiling Markdown MarkupRewriter.swift
[296/793] Compiling no_gguf.cpp
[297/793] Wrapping AST for Markdown for debugging
[299/793] Compiling Jinja Utilities.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/794] Compiling OpenAPIRuntime URICodeCodingKey.swift
[301/794] Compiling OpenAPIRuntime URICoderConfiguration.swift
[302/794] Compiling OpenAPIRuntime URIEncodedNode.swift
[303/794] Compiling OpenAPIRuntime URIParsedTypes.swift
[304/794] Compiling OpenAPIRuntime URIDecoder.swift
[305/794] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[306/794] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[307/794] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[308/802] Emitting module Jinja
<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/802] Compiling Jinja 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
[310/802] Compiling OpenAPIRuntime Configuration.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/802] Compiling OpenAPIRuntime Converter+Client.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/802] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[313/802] Compiling OpenAPIRuntime CodableExtensions.swift
[316/802] Compiling OpenAPIRuntime Converter+Common.swift
[317/802] Compiling OpenAPIRuntime Converter+Server.swift
[318/802] Compiling OpenAPIRuntime Converter.swift
[319/802] Compiling OpenAPIRuntime CurrencyExtensions.swift
[320/802] Compiling OpenAPIRuntime ErrorExtensions.swift
[321/802] Emitting module OpenAPIRuntime
[322/802] Compiling OpenAPIRuntime Acceptable.swift
[323/802] Compiling OpenAPIRuntime Base64EncodedData.swift
[324/802] Compiling OpenAPIRuntime ByteUtilities.swift
[325/802] Compiling OpenAPIRuntime ContentDisposition.swift
[326/802] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[327/802] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[328/802] Compiling OpenAPIRuntime OpenAPIValue.swift
[329/802] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[330/802] Compiling OpenAPIRuntime UndocumentedPayload.swift
[330/802] Compiling linalg.cpp
[332/802] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[333/802] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[334/802] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[335/802] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[336/802] Compiling OpenAPIRuntime ServerSentEvents.swift
[337/802] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[338/802] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[339/802] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[340/802] Compiling OpenAPIRuntime ClientTransport.swift
[341/802] Compiling OpenAPIRuntime CurrencyTypes.swift
[342/802] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[343/802] Compiling OpenAPIRuntime HTTPBody.swift
[344/802] Compiling OpenAPIRuntime ServerTransport.swift
[345/802] Compiling OpenAPIRuntime UniversalClient.swift
[346/802] Compiling OpenAPIRuntime UniversalServer.swift
[347/802] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[348/802] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[349/802] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[350/802] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[351/802] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[352/802] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[353/802] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[354/802] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[355/802] Compiling OpenAPIRuntime MultipartValidation.swift
[356/802] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[357/802] Compiling OpenAPIRuntime FoundationExtensions.swift
[358/802] Compiling OpenAPIRuntime ParameterStyles.swift
[359/802] Compiling OpenAPIRuntime ServerVariable.swift
[360/802] Compiling OpenAPIRuntime URLExtensions.swift
[361/802] Compiling OpenAPIRuntime Deprecated.swift
[362/802] Compiling OpenAPIRuntime ClientError.swift
[363/802] Compiling OpenAPIRuntime CodingErrors.swift
[364/802] Compiling OpenAPIRuntime RuntimeError.swift
[365/802] Compiling OpenAPIRuntime ServerError.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
[371/802] Compiling primitives.cpp
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
[377/803] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[378/803] Compiling OpenAPIRuntime URIEncoder.swift
[379/803] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[380/803] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[381/803] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[382/803] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[383/803] Compiling OpenAPIRuntime URIParser.swift
[384/803] Compiling OpenAPIRuntime URISerializer.swift
[386/931] Compiling load.cpp
[388/939] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[389/939] Compiling Hub JSONSerialization+BOM.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[390/939] Emitting module Hub
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[391/939] Compiling Hub BinaryDistinct.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[392/939] Compiling Hub Config.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[393/939] Compiling Hub Downloader.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[393/939] Compiling graph_utils.cpp
[395/939] Emitting module SwiftSyntax
[396/947] Compiling Hub HubApi.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[397/947] Compiling Hub Hub.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[397/947] Compiling fast.cpp
[397/947] Compiling export.cpp
[397/947] Compiling safetensors.cpp
[397/947] Compiling fft.cpp
[397/947] Compiling ops.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-format': 'swift-format' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/360] Write sources
[4/360] Copying gpt2_tokenizer_config.json
[4/360] Write sources
[4/360] Copying t5_tokenizer_config.json
[8/364] Compiling _NumericsShims _NumericsShims.c
[9/364] Write swift-version-24593BA9C3E375BF.txt
[10/364] Compiling dtype.cpp
[11/364] Compiling dtype_utils.cpp
[13/366] Compiling SwiftSyntax510 Empty.swift
[14/368] Emitting module SwiftSyntax510
[15/369] Emitting module SwiftSyntax509
[16/369] Compiling SwiftSyntax509 Empty.swift
[19/390] Compiling RealModule RealFunctions.swift
[20/391] Compiling RealModule Real.swift
[21/391] Compiling RealModule Float80+Real.swift
[22/391] Compiling RealModule RelaxedArithmetic.swift
[23/391] Compiling RealModule Float16+Real.swift
[24/391] Compiling RealModule ElementaryFunctions.swift
[25/391] Compiling RealModule Float+Real.swift
[26/391] Compiling RealModule AlgebraicField.swift
[27/391] Compiling RealModule ApproximateEquality.swift
[28/391] Compiling RealModule AugmentedArithmetic.swift
[29/391] Compiling RealModule Double+Real.swift
[30/391] Emitting module RealModule
[30/392] Compiling fft.cpp
[32/452] Compiling einsum.cpp
[33/531] Compiling fast.cpp
[35/531] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[36/531] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[37/533] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/533] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/533] Compiling InternalCollectionsUtilities Debugging.swift
[40/533] Compiling InternalCollectionsUtilities Descriptions.swift
[41/536] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[42/536] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[43/542] Compiling Markdown BasicBlockContainer.swift
[44/542] Compiling Markdown BasicInlineContainer.swift
[45/542] Compiling Markdown BlockContainer.swift
[46/542] Compiling Markdown BlockMarkup.swift
[47/542] Compiling Markdown InlineContainer.swift
[48/542] Compiling Markdown InlineMarkup.swift
[49/542] Compiling Markdown ListItemContainer.swift
[50/542] Compiling Markdown AtomicCounter.swift
[51/550] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/550] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/550] Compiling HTTPTypes HTTPField.swift
[54/550] Compiling HTTPTypes HTTPFieldName.swift
[55/550] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/550] Emitting module InternalCollectionsUtilities
[57/550] Compiling HTTPTypes ISOLatin1String.swift
[61/550] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/550] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/550] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/550] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/559] Compiling HTTPTypes HTTPParsedFields.swift
[68/559] Compiling Markdown TableCell.swift
[69/559] Compiling Markdown TableCellContainer.swift
[70/559] Compiling Markdown TableHead.swift
[71/559] Compiling Markdown TableRow.swift
[72/559] Compiling Markdown Replacement.swift
[73/559] Compiling Markdown SourceLocation.swift
[74/559] Compiling Markdown Emphasis.swift
[75/559] Compiling Markdown Image.swift
[76/559] Compiling Markdown InlineAttributes.swift
[77/559] Emitting module Markdown
[78/559] Compiling Markdown BlockDirective.swift
[79/559] Compiling Markdown BlockQuote.swift
[80/559] Compiling Markdown CustomBlock.swift
[81/559] Compiling Markdown DoxygenAbstract.swift
[82/559] Compiling Markdown DoxygenDiscussion.swift
[83/559] Compiling Markdown DoxygenNote.swift
[84/559] Compiling Markdown DoxygenParameter.swift
[85/559] Compiling Markdown DoxygenReturns.swift
[86/559] Compiling Markdown ListItem.swift
[95/559] Compiling Markdown TableBody.swift
[100/560] Compiling HTTPTypes NIOLock.swift
[102/560] Emitting module HTTPTypes
[105/560] Compiling HTTPTypes HTTPRequest+URL.swift
[106/560] Compiling HTTPTypes HTTPRequest.swift
[107/560] Compiling HTTPTypes HTTPResponse.swift
[108/560] Compiling RealModule Real.swift
[109/560] Compiling RealModule RealFunctions.swift
[110/561] Compiling RealModule Float16+Real.swift
[111/561] Compiling RealModule Float80+Real.swift
[116/561] Emitting module RealModule
[119/561] Compiling RealModule RelaxedArithmetic.swift
[120/562] Compiling HTTPTypes HTTPFields.swift
[123/574] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[124/574] Compiling ComplexModule Complex+AlgebraicField.swift
[125/574] Compiling ComplexModule Complex+Codable.swift
[126/574] Compiling ComplexModule Complex+ElementaryFunctions.swift
[127/574] Compiling ComplexModule Complex+Hashable.swift
[128/574] Compiling ComplexModule Complex+IntegerLiteral.swift
[134/629] Compiling ComplexModule Complex+Numeric.swift
[135/630] Compiling ComplexModule Complex.swift
[136/630] Compiling ComplexModule Polar.swift
[137/630] Compiling ComplexModule Complex+StringConvertible.swift
[138/630] Compiling ComplexModule Scale.swift
[139/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[140/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[141/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[142/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[143/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[144/630] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[145/630] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[146/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[147/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[148/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[149/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[150/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[151/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[152/630] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[153/630] Emitting module ComplexModule
[154/637] Compiling OrderedCollections _HashTable+Bucket.swift
[155/637] Compiling OrderedCollections _HashTable+BucketIterator.swift
[156/637] Compiling OrderedCollections _HashTable+Constants.swift
[157/637] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[158/638] Compiling OrderedCollections OrderedDictionary.swift
[159/638] Compiling OrderedCollections OrderedSet+Codable.swift
[160/638] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/638] Compiling OrderedCollections OrderedSet+Descriptions.swift
[162/638] Compiling OrderedCollections OrderedSet+Diffing.swift
[163/638] Compiling OrderedCollections OrderedSet+Equatable.swift
[164/638] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[165/638] Compiling OrderedCollections OrderedSet+Hashable.swift
[166/638] Compiling OrderedCollections OrderedSet+Initializers.swift
[167/638] Compiling OrderedCollections OrderedSet+Insertions.swift
[168/638] Compiling OrderedCollections OrderedSet+Invariants.swift
[169/638] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[170/638] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[171/638] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[172/638] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[173/638] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[175/638] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[176/638] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[177/638] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[178/638] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[179/638] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[180/638] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[181/638] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[182/638] Compiling OrderedCollections OrderedDictionary+Values.swift
[183/638] Compiling OrderedCollections OrderedDictionary+Codable.swift
[184/638] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[185/638] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[186/638] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[187/638] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[188/638] Compiling OrderedCollections OrderedDictionary+Elements.swift
[189/638] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[190/638] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[190/638] Compiling no_ring.cpp
[192/638] Compiling SwiftSyntax SyntaxNodesGHI.swift
[193/638] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[194/638] Compiling SwiftSyntax SyntaxNodesOP.swift
[195/638] Compiling SwiftSyntax SyntaxNodesQRS.swift
[196/638] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[197/638] Compiling Markdown HTMLFormatter.swift
[198/638] Compiling Markdown MarkupFormatter.swift
[199/638] Compiling Markdown MarkupTreeDumper.swift
[218/702] Emitting module Numerics
[219/702] Compiling OpenAPIRuntime Acceptable.swift
[220/702] Compiling OpenAPIRuntime Base64EncodedData.swift
[221/702] Compiling OpenAPIRuntime ByteUtilities.swift
[222/702] Compiling OpenAPIRuntime ContentDisposition.swift
[223/702] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[224/702] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[225/702] Compiling OpenAPIRuntime OpenAPIValue.swift
[226/702] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[227/702] Compiling Numerics Numerics.swift
[230/703] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[231/703] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[232/703] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[233/703] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[234/703] Compiling OpenAPIRuntime MultipartValidation.swift
[235/703] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[236/703] Compiling OrderedCollections _UnsafeBitset.swift
[236/702] Compiling safetensors.cpp
[238/702] Compiling OpenAPIRuntime URICodeCodingKey.swift
[239/702] Compiling OpenAPIRuntime URICoderConfiguration.swift
[240/702] Compiling OpenAPIRuntime URIEncodedNode.swift
[241/702] Compiling OpenAPIRuntime URIParsedTypes.swift
[242/702] Compiling OpenAPIRuntime URIDecoder.swift
[243/702] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[244/702] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[245/702] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[246/710] Emitting module OrderedCollections
[248/711] Compiling OpenAPIRuntime FoundationExtensions.swift
[249/711] Compiling OpenAPIRuntime ParameterStyles.swift
[250/711] Compiling OpenAPIRuntime ServerVariable.swift
[251/711] Compiling OpenAPIRuntime URLExtensions.swift
[252/711] Compiling OpenAPIRuntime Deprecated.swift
[253/711] Compiling OpenAPIRuntime ClientError.swift
[254/711] Compiling OpenAPIRuntime CodingErrors.swift
[255/711] Compiling OpenAPIRuntime RuntimeError.swift
[256/711] Compiling OpenAPIRuntime ServerError.swift
[257/711] Emitting module OpenAPIRuntime
[257/711] Compiling no_nccl.cpp
[267/711] Compiling OpenAPIRuntime UndocumentedPayload.swift
[268/711] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[269/711] Compiling OpenAPIRuntime CodableExtensions.swift
[270/711] Compiling OpenAPIRuntime Configuration.swift
[271/711] Compiling OpenAPIRuntime Converter+Client.swift
[272/711] Compiling OpenAPIRuntime Converter+Common.swift
[273/711] Compiling OpenAPIRuntime Converter+Server.swift
[274/711] Compiling OpenAPIRuntime Converter.swift
[275/711] Compiling OpenAPIRuntime CurrencyExtensions.swift
[276/711] Compiling OpenAPIRuntime ErrorExtensions.swift
[277/722] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[278/723] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[279/723] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[280/723] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[281/723] Compiling OpenAPIRuntime ServerSentEvents.swift
[282/723] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[283/723] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[284/723] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[285/724] Compiling OpenAPIRuntime ClientTransport.swift
[286/725] Compiling Jinja Utilities.swift
[287/726] Compiling OpenAPIRuntime CurrencyTypes.swift
[288/726] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[289/726] Compiling OpenAPIRuntime HTTPBody.swift
[290/726] Compiling OpenAPIRuntime ServerTransport.swift
[291/726] Compiling OpenAPIRuntime UniversalClient.swift
[292/726] Compiling OpenAPIRuntime UniversalServer.swift
[293/726] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[294/726] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[295/726] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[296/726] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[303/726] Emitting module Jinja
[303/726] Compiling no_mpi.cpp
[305/726] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[306/726] Compiling OpenAPIRuntime URIEncoder.swift
[307/726] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[308/726] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[309/726] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[310/726] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[311/726] Compiling OpenAPIRuntime URIParser.swift
[312/726] Compiling OpenAPIRuntime URISerializer.swift
[313/727] Compiling ops.cpp
[315/727] Compiling Jinja Macro.swift
[316/727] Compiling Jinja Parser.swift
[316/727] Compiling primitives.cpp
[318/727] Compiling Jinja PropertyMembers.swift
[319/727] Compiling Jinja Template.swift
[320/727] Compiling Jinja Tests.swift
[321/727] Compiling Jinja Token.swift
[322/727] Compiling Jinja Value.swift
[322/727] Compiling device.cpp
[324/854] Compiling OpenAI OpenAI.swift
[325/854] Compiling OpenAI AssistantsRequest.swift
[326/854] Compiling OpenAI OpenAI+OpenAIAsync.swift
[327/854] Compiling OpenAI OpenAI+OpenAICombine.swift
[328/854] Compiling OpenAI CancellablesFactory.swift
[329/854] Compiling OpenAI AsyncClient.swift
[330/855] Compiling ops.cpp
[331/855] Compiling distributed.cpp
[333/863] Compiling Hub resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[334/863] Compiling Hub JSONSerialization+BOM.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[335/863] Emitting module Hub
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[336/863] Compiling Hub Hub.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[337/863] Compiling Hub Downloader.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[338/863] Compiling Hub BinaryDistinct.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
[339/863] Compiling Hub Config.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
  7 | //
  8 |
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 | import Foundation
 11 |
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/utils.cpp:3:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/utils.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/device.h:5:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/Metal.hpp:25:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLAccelerationStructure.hpp:24:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLHeaderBridge.hpp:22:
/host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLPrivate.hpp:27:10: fatal error: 'objc/runtime.h' file not found
   27 | #include <objc/runtime.h>
      |          ^~~~~~~~~~~~~~~~
1 error generated.
[339/863] Compiling utils.cpp
[339/863] Compiling unary.cpp
[339/863] Compiling ternary.cpp
[339/863] Compiling compile.cpp
[340/863] Compiling OpenAI ServerSentEventsStreamParser.swift
[341/863] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[342/863] Compiling OpenAI SessionInvalidator.swift
[343/863] Compiling OpenAI StreamingError.swift
[344/863] Compiling OpenAI StreamingSession.swift
[345/863] Compiling OpenAI URLBuilder.swift
[346/863] Compiling OpenAI URLComponents+.swift
[347/863] Compiling OpenAI URLRequestBuildable.swift
[348/863] Compiling OpenAI URLResponseHandler.swift
[349/863] Compiling OpenAI URLSessionCombine.swift
[350/863] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[351/863] Compiling OpenAI URLSessionDataTaskProtocol.swift
[352/863] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[353/863] Compiling OpenAI URLSessionDataTaskStore.swift
[354/863] Compiling OpenAI URLSessionDelegateProtocol.swift
[355/863] Compiling OpenAI URLSessionFactory.swift
[356/863] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[357/863] Compiling OpenAI URLSessionProtocol.swift
[357/863] Compiling export.cpp
BUILD FAILURE 6.1 android