The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-ai, reference v0.1.0-alpha.7 (f046e8), with Swift 6.1 for Linux on 12 Oct 2025 21:11:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mi12labs/SwiftAI.git
Reference: v0.1.0-alpha.7
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
 * tag               v0.1.0-alpha.7 -> FETCH_HEAD
HEAD is now at f046e88 Merge pull request #18 from mi12labs/enums
Cloned https://github.com/mi12labs/SwiftAI.git
Revision (git rev-parse @):
f046e88406a3199e2cc10d5f0959c828ba1e993c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mi12labs/SwiftAI.git at v0.1.0-alpha.7
========================================
Build
========================================
Selected platform:         linux
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" : {
        "range" : [
          {
            "lower_bound" : "0.4.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "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"
    }
  ],
  "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",
        "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"
      ],
      "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/OpenaiSession.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-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/ml-explore/mlx-swift-examples.git
Fetching https://github.com/swiftlang/swift-format.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/MacPaw/OpenAI.git
[1/914] Fetching swift-macro-testing
[915/13479] Fetching swift-macro-testing, swift-format
[2298/21026] Fetching swift-macro-testing, swift-format, openai
[2902/27516] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples
[26404/99986] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples, swift-syntax
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.95s)
[28666/92439] Fetching swift-macro-testing, swift-format, mlx-swift-examples, swift-syntax
Fetched https://github.com/ml-explore/mlx-swift-examples.git from cache (1.08s)
[23625/85949] Fetching swift-macro-testing, swift-format, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.09s)
Fetched https://github.com/swiftlang/swift-format.git from cache (1.10s)
[10871/72470] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.47s)
Computing version for https://github.com/MacPaw/OpenAI.git
Computed https://github.com/MacPaw/OpenAI.git at 0.4.6 (6.96s)
Fetching https://github.com/apple/swift-openapi-runtime
[1/5745] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.34s)
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.92s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15554] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.70s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (3.13s)
Fetching https://github.com/apple/swift-http-types
[1/939] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.22s)
Computing version for https://github.com/ml-explore/mlx-swift-examples.git
Computed https://github.com/ml-explore/mlx-swift-examples.git at 2.25.8 (0.76s)
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/huggingface/swift-transformers
Fetching https://github.com/ml-explore/mlx-swift
[1/1557] Fetching gzipswift
[1558/6422] Fetching gzipswift, swift-transformers
[2677/17805] Fetching gzipswift, swift-transformers, mlx-swift
Fetched https://github.com/1024jp/GzipSwift from cache (0.79s)
Fetched https://github.com/huggingface/swift-transformers from cache (0.80s)
Fetched https://github.com/ml-explore/mlx-swift from cache (1.06s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 6.0.1 (2.93s)
Computing version for https://github.com/huggingface/swift-transformers
Computed https://github.com/huggingface/swift-transformers at 1.0.0 (0.46s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/742] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.28s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.25.6 (0.84s)
Fetching https://github.com/apple/swift-numerics
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-format.git
Computed https://github.com/swiftlang/swift-format.git at 510.1.0 (0.98s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/16656] Fetching swift-argument-parser
[2/23599] Fetching swift-argument-parser, swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.49s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (1.33s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.1.0 (0.45s)
Fetching https://github.com/apple/swift-collections.git
[1/18181] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.70s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.49s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (0.58s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18221] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.49s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.52s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.77s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.72s)
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.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/ml-explore/mlx-swift
Working copy of https://github.com/ml-explore/mlx-swift resolved at 0.25.6
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
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
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/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/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/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.4.6
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/huggingface/swift-jinja.git
Working copy of https://github.com/huggingface/swift-jinja.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.0.1
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/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/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.25.8
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/434] Write sources
[12/434] Copying t5_tokenizer_config.json
[12/434] Copying gpt2_tokenizer_config.json
[12/434] Copying t5_tokenizer_config.json
[14/434] Copying gpt2_tokenizer_config.json
[16/434] Compiling cmark-gfm-extensions tasklist.c
[17/434] Compiling cmark-gfm-extensions strikethrough.c
[18/434] Compiling cmark-gfm-extensions tagfilter.c
[19/434] Compiling cmark-gfm-extensions ext_scanners.c
[20/434] Compiling cmark-gfm xml.c
[21/434] Compiling cmark-gfm-extensions core-extensions.c
[22/434] Compiling cmark-gfm syntax_extension.c
[23/434] Compiling cmark-gfm-extensions autolink.c
[24/434] Compiling cmark-gfm-extensions table.c
[25/434] Compiling cmark-gfm utf8.c
[26/434] Compiling cmark-gfm plugin.c
[27/434] Compiling cmark-gfm render.c
[27/434] Compiling cmark-gfm registry.c
[29/434] Compiling cmark-gfm references.c
[30/434] Write swift-version-24593BA9C3E375BF.txt
[31/434] Compiling cmark-gfm plaintext.c
[32/434] Compiling cmark-gfm node.c
[33/434] Compiling cmark-gfm scanners.c
[34/434] Compiling cmark-gfm linked_list.c
[35/434] Compiling cmark-gfm map.c
[36/434] Compiling cmark-gfm man.c
[37/434] Compiling cmark-gfm latex.c
[38/434] Compiling cmark-gfm iterator.c
[39/434] Compiling cmark-gfm houdini_html_e.c
[40/434] Compiling cmark-gfm houdini_href_e.c
[41/434] Compiling cmark-gfm footnotes.c
[42/434] Compiling cmark-gfm cmark_ctype.c
[43/434] Compiling cmark-gfm html.c
[44/434] Compiling cmark-gfm commonmark.c
[45/434] Compiling cmark-gfm cmark.c
[46/434] Write sources
[52/434] Compiling _NumericsShims _NumericsShims.c
[53/434] Write sources
[54/434] Compiling _NumericsShims _NumericsShims.c
[54/434] Compiling cmark-gfm houdini_html_u.c
[54/434] Write sources
[93/434] Compiling cmark-gfm buffer.c
[94/434] Compiling cmark-gfm arena.c
[95/434] Write sources
[106/434] Compiling cmark-gfm inlines.c
[107/434] Compiling cmark-gfm blocks.c
[108/492] Compiling version.cpp
[110/500] 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
[110/502] Compiling utils.cpp
[112/510] Emitting module HTTPTypes
[113/511] Compiling RealModule Float80+Real.swift
[114/511] Emitting module RealModule
[115/512] 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
[116/512] 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
[117/513] Compiling HTTPTypes ISOLatin1String.swift
[118/513] Compiling HTTPTypes HTTPParsedFields.swift
[119/514] Compiling HTTPTypes HTTPRequest.swift
[120/514] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[121/514] Compiling InternalCollectionsUtilities Integer rank.swift
[122/514] Emitting module SwiftSyntax510
[123/514] Compiling SwiftSyntax510 Empty.swift
[124/514] Compiling HTTPTypes ISOLatin1String.swift
[125/515] Compiling RealModule RealFunctions.swift
[126/515] Compiling HTTPTypes HTTPParsedFields.swift
[127/515] Compiling HTTPTypes HTTPRequest.swift
[128/515] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/515] Compiling InternalCollectionsUtilities _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
[130/515] Compiling InternalCollectionsUtilities UnsafeBufferPointer+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
[131/515] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+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
[132/515] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/515] Compiling RealModule RealFunctions.swift
[134/515] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/515] Compiling RealModule Real.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[138/515] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/515] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/515] Compiling RealModule Real.swift
[141/517] 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
[142/517] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/517] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/517] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/517] Compiling HTTPTypes HTTPResponse.swift
[146/517] Compiling RealModule Float80+Real.swift
[147/517] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[150/517] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/517] Compiling RealModule Float16+Real.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[170/517] Emitting module SwiftSyntax509
[171/517] Compiling SwiftSyntax509 Empty.swift
[174/519] Emitting module RealModule
[175/519] Compiling RealModule RelaxedArithmetic.swift
[184/521] Wrapping AST for SwiftSyntax510 for debugging
[186/521] 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
[187/521] 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
[189/623] Wrapping AST for SwiftSyntax509 for debugging
[191/630] Compiling HTTPTypes HTTPResponse.swift
[192/704] Compiling ComplexModule Complex+Numeric.swift
[193/715] Compiling OrderedCollections _HashTable+Testing.swift
[194/715] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[195/715] Compiling ComplexModule Polar.swift
[196/715] Compiling ComplexModule Complex+StringConvertible.swift
[197/716] 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
[198/716] 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
[199/716] 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
[200/716] 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
[201/716] 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
[202/716] 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
[203/716] 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
[204/723] Compiling ComplexModule Polar.swift
[205/723] Compiling ComplexModule Complex+StringConvertible.swift
[206/723] Compiling ComplexModule Complex.swift
[208/723] Compiling ComplexModule Complex+Numeric.swift
[209/723] Compiling OrderedCollections _HashTable+Constants.swift
[210/723] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[211/723] Compiling HTTPTypes NIOLock.swift
[213/723] Compiling ComplexModule Scale.swift
[214/723] 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
[215/723] 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
[216/723] 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
[217/723] 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
[218/723] 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
[219/723] 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
[220/723] 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
[221/723] Compiling ComplexModule Scale.swift
[222/723] Compiling OrderedCollections OrderedDictionary+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
[223/723] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/723] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/723] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/723] Compiling OrderedCollections OrderedDictionary+Elements.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
[227/723] Compiling OrderedCollections OrderedDictionary+Elements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/723] Compiling OrderedCollections OrderedDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/723] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/723] Compiling OrderedCollections OrderedDictionary.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/723] Compiling OrderedCollections OrderedSet+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
[232/723] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/723] Compiling OrderedCollections OrderedSet+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/723] Compiling OrderedCollections OrderedSet+Diffing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/723] Compiling OrderedCollections OrderedSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/723] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedSet+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedSet+Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedSet+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] 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
[243/723] 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
[244/723] 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
[245/723] 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
[246/723] Compiling OrderedCollections OrderedDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/723] Compiling OrderedCollections OrderedDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/723] Compiling OrderedCollections OrderedDictionary+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/723] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/723] Compiling OrderedCollections OrderedDictionary+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
[251/723] Compiling OrderedCollections OrderedDictionary+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
[252/723] Compiling OrderedCollections OrderedDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/723] Compiling OrderedCollections OrderedDictionary+Values.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[270/723] Compiling OrderedCollections _HashTable+Bucket.swift
[271/723] Compiling OrderedCollections _HashTable+BucketIterator.swift
[272/730] Emitting module ComplexModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[312/734] 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
[313/734] 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
[314/734] 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
[315/734] 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
[316/734] 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
[317/734] 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
[318/734] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[325/734] Compiling OrderedCollections _HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/734] Compiling OrderedCollections _Hashtable+Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[335/734] Compiling Numerics Numerics.swift
[336/734] Emitting module Numerics
[338/735] 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
[340/738] Emitting module Numerics
[341/738] Compiling Numerics Numerics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[350/753] Compiling HTTPTypes HTTPFieldName.swift
[351/753] Compiling HTTPTypes HTTPFields.swift
[352/753] Compiling HTTPTypes HTTPField.swift
[353/753] Emitting module HTTPTypes
[354/753] Compiling HTTPTypes HTTPFieldName.swift
[355/753] Compiling HTTPTypes HTTPField.swift
[356/753] Compiling HTTPTypes HTTPFields.swift
[366/755] Compiling Jinja Token.swift
[367/755] Compiling Jinja PropertyMembers.swift
[368/755] Compiling Jinja Template.swift
[375/763] 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
[379/886] Compiling OpenAPIRuntime Acceptable.swift
[380/886] Compiling OpenAPIRuntime Base64EncodedData.swift
[381/886] Compiling OpenAPIRuntime ByteUtilities.swift
[382/886] Compiling OpenAPIRuntime ContentDisposition.swift
[383/886] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[384/886] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[385/886] Compiling OpenAPIRuntime OpenAPIValue.swift
[386/886] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[387/886] Compiling OpenAPIRuntime UndocumentedPayload.swift
[387/886] Compiling scheduler.cpp
[389/900] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/902] Compiling transforms.cpp
[391/902] Compiling random.cpp
[393/902] Emitting module OpenAPIRuntime
[394/910] 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
[395/910] Compiling Jinja PropertyMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[396/910] Compiling Jinja Template.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/910] Compiling Jinja Tests.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/910] Compiling Jinja Token.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/910] Compiling OpenAPIRuntime URICodeCodingKey.swift
[400/910] Compiling OpenAPIRuntime URICoderConfiguration.swift
[401/910] Compiling OpenAPIRuntime URIEncodedNode.swift
[402/910] Compiling OpenAPIRuntime URIParsedTypes.swift
[403/910] Compiling OpenAPIRuntime URIDecoder.swift
[404/910] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[405/910] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[406/910] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[415/910] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[418/910] Compiling Jinja Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[419/910] Compiling Jinja Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[422/910] Compiling Jinja Interpreter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[423/910] Compiling Jinja Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[424/910] 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
[425/918] Compiling Jinja AST.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[426/918] Compiling Jinja Error.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[427/918] Compiling Jinja Filters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[428/918] Compiling Jinja Globals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[429/918] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[430/918] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[431/918] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[432/918] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[433/918] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[434/918] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[435/918] Compiling OpenAPIRuntime MultipartValidation.swift
[436/918] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[445/918] 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
[446/920] Compiling OpenAPIRuntime CurrencyTypes.swift
[447/920] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[448/920] Compiling OpenAPIRuntime HTTPBody.swift
[449/920] Compiling OpenAPIRuntime ServerTransport.swift
[450/920] Compiling OpenAPIRuntime UniversalClient.swift
[451/920] Compiling OpenAPIRuntime UniversalServer.swift
[452/920] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[453/920] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[456/920] Emitting module OpenAPIRuntime
[483/920] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[484/920] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[485/920] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[486/920] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[487/920] Compiling OpenAPIRuntime ServerSentEvents.swift
[488/920] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[489/920] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[490/920] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[491/920] Compiling OpenAPIRuntime ClientTransport.swift
[492/920] Compiling OpenAPIRuntime FoundationExtensions.swift
[493/920] Compiling OpenAPIRuntime ParameterStyles.swift
[494/920] Compiling OpenAPIRuntime ServerVariable.swift
[495/920] Compiling OpenAPIRuntime URLExtensions.swift
[496/920] Compiling OpenAPIRuntime Deprecated.swift
[497/920] Compiling OpenAPIRuntime ClientError.swift
[498/920] Compiling OpenAPIRuntime CodingErrors.swift
[499/920] Compiling OpenAPIRuntime RuntimeError.swift
[500/920] Compiling OpenAPIRuntime ServerError.swift
[504/920] Compiling OpenAPIRuntime Converter+Client.swift
[505/920] Compiling OpenAPIRuntime Converter+Common.swift
[506/920] Compiling OpenAPIRuntime Converter+Server.swift
[507/920] Compiling OpenAPIRuntime Converter.swift
[508/920] Compiling OpenAPIRuntime CurrencyExtensions.swift
[509/920] Compiling OpenAPIRuntime ErrorExtensions.swift
[545/920] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[546/920] Compiling OpenAPIRuntime URIEncoder.swift
[547/920] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[548/920] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[549/920] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[550/920] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[551/920] Compiling OpenAPIRuntime URIParser.swift
[552/920] Compiling OpenAPIRuntime URISerializer.swift
[554/929] 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 |
[555/929] 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 |
[556/929] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[557/929] 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 |
[558/929] 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 |
[559/937] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[560/937] 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 |
[561/937] 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 |
[562/937] 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 |
[563/937] 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 |
[563/937] Compiling primitives.cpp
[565/937] 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 |
[566/937] 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 |
[566/937] Compiling ops.cpp
[566/937] Compiling safetensors.cpp
[566/937] Compiling linalg.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/325] Compiling no_gguf.cpp
[5/325] Write swift-version-24593BA9C3E375BF.txt
[6/325] Compiling fft.cpp
[7/325] Compiling graph_utils.cpp
[9/329] Emitting module SwiftSyntax510
[10/329] Compiling SwiftSyntax510 Empty.swift
[11/330] Emitting module SwiftSyntax509
[12/330] Compiling SwiftSyntax509 Empty.swift
[14/329] Compiling load.cpp
[15/329] Compiling linalg.cpp
[17/368] Compiling RealModule RealFunctions.swift
[19/429] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[20/429] Compiling SwiftSyntax RawSyntaxTokenView.swift
[21/431] Compiling RealModule Real.swift
[22/431] Compiling SwiftSyntax SyntaxText.swift
[23/431] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[24/431] Compiling RealModule RelaxedArithmetic.swift
[26/431] Compiling RealModule Float80+Real.swift
[27/431] Compiling RealModule Real.swift
[28/431] Compiling SwiftSyntax SyntaxCollection.swift
[29/431] Compiling SwiftSyntax SyntaxHashable.swift
[30/431] Compiling RealModule Float16+Real.swift
[31/431] Compiling RealModule Float80+Real.swift
[34/431] Compiling RealModule Float16+Real.swift
[35/431] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[36/431] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/431] Compiling SwiftSyntax SourceLength.swift
[38/431] Compiling SwiftSyntax SourceLocation.swift
[39/431] Compiling SwiftSyntax SyntaxIdentifier.swift
[40/431] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/431] Compiling SwiftSyntax SyntaxArena.swift
[42/431] Compiling SwiftSyntax SyntaxChildren.swift
[47/431] Emitting module RealModule
[51/433] Emitting module InternalCollectionsUtilities
[52/457] Compiling InternalCollectionsUtilities UInt+reversed.swift
[53/457] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/457] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/457] Compiling InternalCollectionsUtilities Debugging.swift
[56/457] Compiling InternalCollectionsUtilities Descriptions.swift
[57/457] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/457] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/457] Compiling InternalCollectionsUtilities Integer rank.swift
[60/457] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/458] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/458] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/460] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[67/460] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[68/460] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[69/460] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/460] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/460] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/468] Compiling HTTPTypes ISOLatin1String.swift
[75/469] Emitting module HTTPTypes
[76/469] Compiling HTTPTypes HTTPField.swift
[77/469] Emitting module InternalCollectionsUtilities
[78/469] Compiling HTTPTypes NIOLock.swift
[79/469] Compiling HTTPTypes ISOLatin1String.swift
[80/470] Compiling HTTPTypes HTTPRequest.swift
[81/470] Compiling HTTPTypes HTTPParsedFields.swift
[82/470] Compiling HTTPTypes HTTPResponse.swift
[83/470] Emitting module HTTPTypes
[84/470] Compiling HTTPTypes HTTPField.swift
[91/471] Compiling HTTPTypes HTTPFieldName.swift
[92/471] Compiling HTTPTypes HTTPFields.swift
[94/472] Compiling HTTPTypes NIOLock.swift
[95/472] Compiling HTTPTypes HTTPResponse.swift
[96/472] Compiling HTTPTypes HTTPParsedFields.swift
[97/472] Compiling HTTPTypes HTTPRequest.swift
[98/527] Compiling HTTPTypes HTTPFieldName.swift
[99/527] Compiling HTTPTypes HTTPFields.swift
[101/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/583] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/583] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/583] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[115/631] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[116/631] Compiling OpenAPIRuntime CodableExtensions.swift
[117/631] Compiling OpenAPIRuntime Configuration.swift
[118/631] Compiling OpenAPIRuntime Converter+Client.swift
[119/631] Compiling OpenAPIRuntime Converter+Common.swift
[120/631] Compiling OpenAPIRuntime Converter+Server.swift
[121/631] Compiling OpenAPIRuntime Converter.swift
[122/631] Compiling OpenAPIRuntime CurrencyExtensions.swift
[123/651] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[124/651] Compiling OpenAPIRuntime MultipartValidation.swift
[125/651] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[126/651] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[127/651] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[128/651] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[129/651] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[130/651] Compiling OpenAPIRuntime ServerSentEvents.swift
[131/651] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[132/651] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[133/651] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[134/651] Compiling OpenAPIRuntime ClientTransport.swift
[135/651] Compiling OpenAPIRuntime URICodeCodingKey.swift
[136/651] Compiling OpenAPIRuntime URICoderConfiguration.swift
[137/658] Compiling OpenAPIRuntime ErrorExtensions.swift
[138/658] Compiling OpenAPIRuntime FoundationExtensions.swift
[139/658] Compiling OpenAPIRuntime ParameterStyles.swift
[140/658] Compiling OpenAPIRuntime ServerVariable.swift
[141/658] Compiling OpenAPIRuntime URLExtensions.swift
[142/658] Compiling OpenAPIRuntime Deprecated.swift
[143/658] Compiling OpenAPIRuntime ClientError.swift
[144/658] Compiling OpenAPIRuntime CodingErrors.swift
[145/658] Compiling OpenAPIRuntime RuntimeError.swift
[146/658] Compiling OpenAPIRuntime ServerError.swift
[147/658] Compiling OpenAPIRuntime Acceptable.swift
[148/658] Compiling OpenAPIRuntime Base64EncodedData.swift
[149/658] Compiling OpenAPIRuntime ByteUtilities.swift
[150/658] Compiling OpenAPIRuntime ContentDisposition.swift
[151/658] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[152/658] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[153/658] Compiling OpenAPIRuntime OpenAPIValue.swift
[154/658] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[155/658] Compiling OpenAPIRuntime UndocumentedPayload.swift
[156/658] Compiling OpenAPIRuntime CurrencyTypes.swift
[157/658] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[158/658] Compiling OpenAPIRuntime HTTPBody.swift
[159/658] Compiling OpenAPIRuntime ServerTransport.swift
[160/658] Compiling OpenAPIRuntime UniversalClient.swift
[161/658] Compiling OpenAPIRuntime UniversalServer.swift
[162/658] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[163/658] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[164/658] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[165/658] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[166/658] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[167/658] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[168/658] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[192/658] Compiling fast.cpp
[211/695] Compiling OpenAPIRuntime Acceptable.swift
[212/695] Compiling OpenAPIRuntime Base64EncodedData.swift
[213/695] Compiling OpenAPIRuntime ByteUtilities.swift
[214/695] Compiling OpenAPIRuntime ContentDisposition.swift
[215/695] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[216/695] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[217/695] Compiling OpenAPIRuntime OpenAPIValue.swift
[218/695] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[219/723] Compiling OpenAPIRuntime URIEncodedNode.swift
[220/723] Compiling OpenAPIRuntime URIParsedTypes.swift
[221/723] Compiling OrderedCollections OrderedSet+Testing.swift
[222/723] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[223/723] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/723] Compiling OrderedCollections OrderedSet.swift
[225/723] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[225/727] Compiling safetensors.cpp
[229/727] Compiling OpenAPIRuntime URIDecoder.swift
[230/727] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[231/727] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[232/727] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[234/738] Compiling ComplexModule Complex+Hashable.swift
[235/738] Compiling ComplexModule Complex+IntegerLiteral.swift
[236/738] Compiling ComplexModule Polar.swift
[237/738] Compiling ComplexModule Complex+Numeric.swift
[238/739] Compiling ComplexModule Complex.swift
[239/739] Compiling ComplexModule Complex+StringConvertible.swift
[240/739] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[241/739] Compiling ComplexModule Complex+AlgebraicField.swift
[242/739] Compiling ComplexModule Scale.swift
[243/739] Emitting module OrderedCollections
[244/740] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[245/740] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[246/740] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[247/740] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[248/740] Compiling OpenAPIRuntime ServerSentEvents.swift
[249/740] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[250/740] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[251/740] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[252/740] Compiling OpenAPIRuntime URICodeCodingKey.swift
[253/740] Compiling OpenAPIRuntime URICoderConfiguration.swift
[260/740] Compiling OpenAPIRuntime FoundationExtensions.swift
[261/740] Compiling OpenAPIRuntime ParameterStyles.swift
[262/740] Compiling OpenAPIRuntime ServerVariable.swift
[263/740] Compiling OpenAPIRuntime URLExtensions.swift
[264/740] Compiling OpenAPIRuntime Deprecated.swift
[265/740] Compiling OpenAPIRuntime ClientError.swift
[266/740] Compiling OpenAPIRuntime CodingErrors.swift
[267/740] Compiling OpenAPIRuntime RuntimeError.swift
[268/740] Compiling OpenAPIRuntime ServerError.swift
[269/740] Emitting module OpenAPIRuntime
[274/740] Compiling ComplexModule Complex+Codable.swift
[275/740] Compiling ComplexModule Complex+ElementaryFunctions.swift
[278/740] Compiling OpenAPIRuntime UndocumentedPayload.swift
[280/740] Emitting module OrderedCollections
[290/760] Compiling ComplexModule Complex+Hashable.swift
[291/760] Compiling ComplexModule Complex+IntegerLiteral.swift
[292/760] Emitting module ComplexModule
[294/775] Emitting module OpenAPIRuntime
[295/775] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[296/775] Compiling OpenAPIRuntime CurrencyTypes.swift
[297/775] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[298/775] Compiling OpenAPIRuntime HTTPBody.swift
[299/775] Compiling OpenAPIRuntime ServerTransport.swift
[300/775] Compiling OpenAPIRuntime UniversalClient.swift
[301/775] Compiling OpenAPIRuntime UniversalServer.swift
[302/775] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[303/775] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[304/775] Compiling OpenAPIRuntime ClientTransport.swift
[305/775] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[306/775] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[307/775] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[308/775] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[309/775] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[310/775] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[311/775] Compiling OpenAPIRuntime MultipartValidation.swift
[312/775] Compiling ComplexModule Complex+Numeric.swift
[313/775] Compiling Jinja Interpreter.swift
[314/775] Compiling Jinja Lexer.swift
[315/776] Compiling ComplexModule Polar.swift
[316/776] Compiling ComplexModule Complex+StringConvertible.swift
[317/776] Compiling ComplexModule Complex.swift
[318/776] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[319/776] Compiling OpenAPIRuntime URIEncoder.swift
[320/776] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[321/776] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[322/776] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[323/776] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[324/776] Compiling OpenAPIRuntime URIParser.swift
[325/776] Compiling OpenAPIRuntime URISerializer.swift
[326/791] Compiling ComplexModule Scale.swift
[327/791] Compiling Jinja Utilities.swift
[339/793] Compiling Jinja Parser.swift
[340/793] Compiling Jinja Tests.swift
[341/793] Compiling Jinja Token.swift
[342/793] Compiling OpenAPIRuntime Converter+Client.swift
[343/793] Compiling OpenAPIRuntime Converter+Common.swift
[344/793] Compiling OpenAPIRuntime Converter+Server.swift
[345/793] Compiling OpenAPIRuntime Converter.swift
[346/793] Compiling OpenAPIRuntime CurrencyExtensions.swift
[347/793] Compiling OpenAPIRuntime ErrorExtensions.swift
[348/793] Compiling Jinja AST.swift
[349/793] Compiling Jinja Error.swift
[350/793] Compiling Jinja Filters.swift
[351/793] Compiling Jinja Globals.swift
[352/793] Compiling Jinja Interpreter.swift
[353/793] Compiling Jinja Lexer.swift
[354/793] Compiling Jinja PropertyMembers.swift
[355/793] Compiling Jinja Template.swift
[356/793] Compiling Jinja Macro.swift
[361/795] Emitting module ComplexModule
[364/796] Compiling Numerics Numerics.swift
[365/796] Emitting module Numerics
[395/797] Compiling Jinja Value.swift
[396/926] Compiling Numerics Numerics.swift
[397/926] Emitting module Numerics
[398/927] Compiling OpenAI PropertyValue.swift
[399/927] Compiling OpenAI SSLDelegateProtocol.swift
[400/927] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[401/927] Compiling OpenAI CodableResultStreamInterpreter.swift
[402/927] Compiling OpenAI SendablePassthroughSubject.swift
[403/927] Compiling OpenAI StreamableQuery.swift
[404/927] Compiling Jinja Value.swift
[405/927] Compiling OpenAI MultipartFormDataRequest.swift
[406/927] Compiling OpenAI OpenAI+MakeRequest.swift
[412/927] Emitting module Jinja
[413/927] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[414/927] Compiling OpenAI MultipartFormDataEntry.swift
[415/927] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[416/927] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[417/928] Emitting module Jinja
[421/928] Compiling OpenAI URLComponents+.swift
[422/928] Compiling OpenAI URLRequestBuildable.swift
[423/928] Compiling OpenAI URLResponseHandler.swift
[424/928] Compiling OpenAI URLSessionCombine.swift
[425/928] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[426/928] Compiling OpenAI URLSessionDataTaskProtocol.swift
[427/928] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[428/928] Compiling OpenAI URLSessionDataTaskStore.swift
[432/930] Compiling ops.cpp
[434/1073] 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 |
/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 |
[436/1073] 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 |
[437/1073] 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 |
[438/1073] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[439/1073] 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 |
[440/1073] 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 |
[441/1073] 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 |
[442/1073] Compiling OpenAI RunsQuery.swift
[443/1073] Compiling OpenAI ThreadAddMessagesResult.swift
[444/1073] Compiling OpenAI ThreadRunQuery.swift
[445/1073] Compiling OpenAI ThreadsMessagesResult.swift
[446/1073] Compiling OpenAI ThreadsQuery.swift
[447/1073] Compiling OpenAI ThreadsResult.swift
[448/1073] Compiling OpenAI ChatQueryWebSearchOptions.swift
[449/1073] Compiling OpenAI JSONSchemaDefinition.swift
[450/1073] Compiling OpenAI ServiceTier.swift
[451/1073] Compiling OpenAI CancellableRequest.swift
[452/1073] Compiling OpenAI OpenAIAsync.swift
[453/1073] Compiling OpenAI OpenAICombine.swift
[454/1073] Compiling OpenAI OpenAIMiddleware.swift
[455/1073] Compiling OpenAI OpenAIProtocol.swift
[456/1073] Compiling OpenAI ResponsesEndpointAsync.swift
[457/1073] Compiling OpenAI ResponsesEndpointCombine.swift
[458/1073] Compiling OpenAI ResponsesEndpointModern.swift
[459/1073] Compiling OpenAI ResponsesEndpointProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[460/1091] 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 |
[461/1091] 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 |
[462/1091] 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 |
[463/1091] 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 |
/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 |
[465/1091] 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 |
[466/1091] 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 |
[466/1091] Compiling einsum.cpp
[466/1091] Compiling dtype_utils.cpp
[466/1091] Compiling export.cpp
BUILD FAILURE 6.1 linux