Build Information
Failed to build swift-ai, reference main (46bca4), with Swift 6.1 for Wasm on 16 Dec 2025 01:51:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mi12labs/SwiftAI.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mi12labs/SwiftAI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 46bca4b Merge pull request #22 from mi12labs/openai-reasoning
Cloned https://github.com/mi12labs/SwiftAI.git
Revision (git rev-parse @):
46bca4bab65fe5635df716db6fb0f0262e32d852
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mi12labs/SwiftAI.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mi12labs/SwiftAI.git
https://github.com/mi12labs/SwiftAI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-format.git"
},
{
"identity" : "openai",
"requirement" : {
"branch" : [
"0.4.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/MacPaw/OpenAI.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
},
{
"identity" : "mlx-swift-examples",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.6",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ml-explore/mlx-swift-examples.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "swift-ai",
"name" : "swift-ai",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftAI",
"targets" : [
"SwiftAI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftAIMLX",
"targets" : [
"SwiftAIMLX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftAIMacros",
"targets" : [
"SwiftAIMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftAITests",
"module_type" : "SwiftTarget",
"name" : "SwiftAITests",
"path" : "Tests/SwiftAITests",
"sources" : [
"Backends/Apple/AppleOnDeviceTests.swift",
"Backends/Apple/FoundationModelsToolAdapterTests.swift",
"Backends/Apple/SchemaConverterTests.swift",
"Backends/Apple/TranscriptConverterTests.swift",
"Backends/Openai/OpenaiLLMTests.swift",
"ChatTests.swift",
"CrashingLLM.swift",
"FakeLLM.swift",
"GenerableTests.swift",
"GuideTests.swift",
"JsonUtils/JsonRepairTests.swift",
"LLMTests.swift",
"PromptTests.swift",
"SchemaTests.swift",
"StructuredContentTests.swift",
"ToolTests.swift"
],
"target_dependencies" : [
"SwiftAI",
"SwiftAILLMTesting"
],
"type" : "test"
},
{
"c99name" : "SwiftAIMacrosTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAIMacrosTests",
"path" : "Tests/SwiftAIMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"MacroTesting"
],
"sources" : [
"GenerableMacroTests.swift"
],
"target_dependencies" : [
"SwiftAIMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftAIMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftAIMacros",
"path" : "Sources/SwiftAIMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftFormat"
],
"product_memberships" : [
"SwiftAI",
"SwiftAIMLX",
"SwiftAIMacros"
],
"sources" : [
"GenerableMacro.swift",
"GenerableMacroError.swift",
"GuideMacro.swift",
"SwiftAIMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftAIMLXTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAIMLXTests",
"path" : "Tests/SwiftAIMLXTests",
"sources" : [
"MlxLLMTests.swift",
"SchemaToJsonConvertTests.swift"
],
"target_dependencies" : [
"SwiftAIMLX",
"SwiftAILLMTesting",
"SwiftAI"
],
"type" : "test"
},
{
"c99name" : "SwiftAIMLX",
"module_type" : "SwiftTarget",
"name" : "SwiftAIMLX",
"path" : "Sources/SwiftAIMLX",
"product_dependencies" : [
"MLXLMCommon",
"MLXLLM"
],
"product_memberships" : [
"SwiftAIMLX"
],
"sources" : [
"MlxConverters.swift",
"MlxLLM.swift",
"MlxModelManager.swift",
"MlxSession.swift",
"SwiftAIMLX.swift"
],
"target_dependencies" : [
"SwiftAI"
],
"type" : "library"
},
{
"c99name" : "SwiftAILLMTesting",
"module_type" : "SwiftTarget",
"name" : "SwiftAILLMTesting",
"path" : "Tests/SwiftAILLMTesting",
"sources" : [
"LLMBaseTestCases.swift"
],
"target_dependencies" : [
"SwiftAI",
"SwiftAIMacros"
],
"type" : "test"
},
{
"c99name" : "SwiftAI",
"module_type" : "SwiftTarget",
"name" : "SwiftAI",
"path" : "Sources/SwiftAI",
"product_dependencies" : [
"OpenAI",
"OrderedCollections"
],
"product_memberships" : [
"SwiftAI",
"SwiftAIMLX"
],
"sources" : [
"Backends/Apple/Schema+Converters.swift",
"Backends/Apple/SystemLLM.swift",
"Backends/Apple/SystemLLMSession.swift",
"Backends/Apple/ToolAdapter.swift",
"Backends/Apple/TranscriptConverters.swift",
"Backends/Openai/OpenaiConverters.swift",
"Backends/Openai/OpenaiLLM.swift",
"Backends/Openai/OpenaiReplyOptions.swift",
"Backends/Openai/OpenaiSession.swift",
"Core/BackendReplyOptions.swift",
"Core/Chat.swift",
"Core/Constraint.swift",
"Core/Generable.swift",
"Core/LLM.swift",
"Core/LLMError.swift",
"Core/Message.swift",
"Core/Model.swift",
"Core/Prompt.swift",
"Core/Schema.swift",
"Core/StructuredContent.swift",
"Core/Tool.swift",
"JsonUtils/JsonRepair.swift",
"SwiftAI.swift"
],
"target_dependencies" : [
"SwiftAIMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/MacPaw/OpenAI.git
[1/7699] Fetching openai
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.65s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/ml-explore/mlx-swift-examples.git
Fetching https://github.com/swiftlang/swift-format.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5828] Fetching swift-openapi-runtime
[1925/18960] Fetching swift-openapi-runtime, swift-format
[7668/26229] Fetching swift-openapi-runtime, swift-format, mlx-swift-examples
[10845/44607] Fetching swift-openapi-runtime, swift-format, mlx-swift-examples, swift-collections
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.48s)
[16367/38779] Fetching swift-format, mlx-swift-examples, swift-collections
[25741/111942] Fetching swift-format, mlx-swift-examples, swift-collections, swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
[46009/93564] Fetching swift-format, mlx-swift-examples, swift-syntax
[48204/94496] Fetching swift-format, mlx-swift-examples, swift-syntax, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.27s)
[51130/93564] Fetching swift-format, mlx-swift-examples, swift-syntax
Fetched https://github.com/swiftlang/swift-format.git from cache (7.29s)
Fetched https://github.com/ml-explore/mlx-swift-examples.git from cache (7.29s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (8.24s)
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.85s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.89s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.9.0 (3.58s)
Fetching https://github.com/apple/swift-http-types
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.25s)
Computing version for https://github.com/swiftlang/swift-format.git
Computed https://github.com/swiftlang/swift-format.git at 510.1.0 (2.98s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/16962] Fetching swift-argument-parser
[680/23994] Fetching swift-argument-parser, swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.65s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (1.79s)
Computing version for https://github.com/ml-explore/mlx-swift-examples.git
Computed https://github.com/ml-explore/mlx-swift-examples.git at 2.29.1 (0.83s)
Fetching https://github.com/huggingface/swift-transformers
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/ml-explore/mlx-swift
[1/1557] Fetching gzipswift
[1558/6709] Fetching gzipswift, swift-transformers
[2640/18948] Fetching gzipswift, swift-transformers, mlx-swift
Fetched https://github.com/1024jp/GzipSwift from cache (0.89s)
[13353/17391] Fetching swift-transformers, mlx-swift
Fetched https://github.com/huggingface/swift-transformers from cache (0.91s)
[8445/12239] Fetching mlx-swift
Fetched https://github.com/ml-explore/mlx-swift from cache (1.53s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 6.0.1 (2.23s)
Computing version for https://github.com/huggingface/swift-transformers
Computed https://github.com/huggingface/swift-transformers at 1.0.0 (0.63s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/783] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.34s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.29.1 (1.05s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.43s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.03s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.2.0 (0.65s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (0.73s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18260] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (1.93s)
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.92s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.59s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.86s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.73s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (1.33s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/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/huggingface/swift-jinja.git
Working copy of https://github.com/huggingface/swift-jinja.git resolved at 2.2.0
Creating working copy for https://github.com/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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/ml-explore/mlx-swift
Working copy of https://github.com/ml-explore/mlx-swift resolved at 0.29.1
Creating working copy for https://github.com/huggingface/swift-transformers
Working copy of https://github.com/huggingface/swift-transformers resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Creating working copy for https://github.com/ml-explore/mlx-swift-examples.git
Working copy of https://github.com/ml-explore/mlx-swift-examples.git resolved at 2.29.1
Creating working copy for https://github.com/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-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.4.7 (28884fc)
Creating working copy for https://github.com/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/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
warning: 'swift-format': 'swift-format' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/458] Write sources
[8/458] Compiling cmark-gfm registry.c
[9/458] Copying t5_tokenizer_config.json
[10/458] Copying gpt2_tokenizer_config.json
[11/458] Compiling cmark-gfm-extensions tagfilter.c
[11/458] Compiling cmark-gfm references.c
[11/458] Compiling cmark-gfm syntax_extension.c
[14/458] Compiling cmark-gfm-extensions tasklist.c
[15/458] Compiling cmark-gfm-extensions ext_scanners.c
[16/458] Compiling cmark-gfm-extensions strikethrough.c
[17/458] Compiling cmark-gfm latex.c
[18/458] Compiling cmark-gfm-extensions core-extensions.c
[19/458] Compiling cmark-gfm xml.c
[20/458] Compiling cmark-gfm render.c
[21/458] Compiling cmark-gfm-extensions table.c
[22/458] Compiling cmark-gfm-extensions autolink.c
[23/458] Compiling cmark-gfm plugin.c
[24/458] Write swift-version-24593BA9C3E375BF.txt
[25/458] Compiling cmark-gfm plaintext.c
[26/458] Compiling cmark-gfm linked_list.c
[27/458] Compiling cmark-gfm map.c
[28/458] Compiling cmark-gfm man.c
[29/458] Compiling cmark-gfm iterator.c
[30/458] Compiling cmark-gfm node.c
[31/458] Compiling cmark-gfm houdini_html_e.c
[32/458] Compiling cmark-gfm houdini_href_e.c
[33/458] Compiling cmark-gfm html.c
[34/458] Compiling cmark-gfm scanners.c
[35/458] Compiling cmark-gfm houdini_html_u.c
[36/458] Compiling cmark-gfm footnotes.c
[36/458] Compiling cmark-gfm inlines.c
[38/458] Compiling cmark-gfm utf8.c
[39/458] Write sources
[45/458] Compiling cmark-gfm cmark_ctype.c
[46/458] Compiling _NumericsShims _NumericsShims.c
[46/458] Compiling cmark-gfm cmark.c
[46/458] Write sources
[65/458] Compiling cmark-gfm buffer.c
[65/458] Write sources
[81/458] Compiling cmark-gfm commonmark.c
[82/458] Compiling cmark-gfm arena.c
[83/458] Compiling version.cpp
[84/458] Compiling cmark-gfm blocks.c
[86/498] Emitting module SwiftSyntax509
[86/498] Compiling utils.cpp
[87/498] Compiling scheduler.cpp
[89/498] Compiling SwiftSyntax509 Empty.swift
[90/498] Compiling RealModule RealFunctions.swift
[91/500] Compiling RealModule Float16+Real.swift
[92/500] Compiling RealModule RelaxedArithmetic.swift
[93/500] Compiling HTTPTypes HTTPRequest.swift
[94/500] Compiling HTTPTypes ISOLatin1String.swift
[95/500] Compiling HTTPTypes HTTPResponse.swift
[96/501] Compiling RealModule Double+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
[97/501] 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
[98/503] Compiling RealModule Float+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
[99/503] Compiling RealModule AugmentedArithmetic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/503] Compiling RealModule Real.swift
[101/503] 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
[102/503] 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
[103/503] 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
[104/503] 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
[105/503] 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
[106/503] Compiling RealModule AlgebraicField.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/503] Compiling RealModule ApproximateEquality.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/503] Compiling RealModule ElementaryFunctions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/503] 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
[110/503] 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
[111/503] 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
[112/503] 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
[113/503] Emitting module RealModule
[117/503] Emitting module SwiftSyntax510
[118/503] Compiling SwiftSyntax510 Empty.swift
[123/504] Compiling RealModule Float80+Real.swift
[125/505] 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
[126/505] 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
[127/506] Wrapping AST for SwiftSyntax509 for debugging
[129/516] Wrapping AST for SwiftSyntax510 for debugging
[131/577] Compiling SwiftSyntax AbsolutePosition.swift
[132/577] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[133/578] Compiling ComplexModule Complex+StringConvertible.swift
[134/624] Compiling ComplexModule Polar.swift
[135/626] Compiling OrderedCollections _HashTable+Testing.swift
[136/626] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[137/626] Compiling ComplexModule Complex+Numeric.swift
[138/633] Compiling ComplexModule Complex.swift
[139/633] Compiling ComplexModule Scale.swift
[140/633] Compiling HTTPTypes NIOLock.swift
[141/633] Compiling HTTPTypes HTTPParsedFields.swift
[142/633] Compiling HTTPTypes HTTPRequest+URL.swift
[143/633] 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
[144/633] 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
[145/633] 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
[146/633] 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
[147/633] 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
[148/633] 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
[149/633] 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
[150/633] 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
[151/640] 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
[152/640] 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
[153/640] 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
[154/640] 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
[155/640] 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
[156/640] 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
[157/640] 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
[158/640] 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
[159/640] 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
[160/640] 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
[161/640] 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
[162/640] 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
[163/640] 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
[164/640] 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
[165/640] 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
[166/640] 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
[167/640] 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
[168/640] 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
[169/640] 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
[170/640] 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
[171/640] 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
[172/640] 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
[173/640] 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
[174/640] 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
[175/640] 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
[176/640] 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
[177/640] 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
[178/640] 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
[179/640] 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
[180/640] 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
[181/640] 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
[182/640] 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
[183/640] 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
[184/640] 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
[185/640] 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
[186/640] 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
[187/640] 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
[188/640] 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
[189/640] Compiling OrderedCollections _HashTable+Constants.swift
[190/640] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[191/640] Emitting module ComplexModule
[192/641] Compiling random.cpp
[194/641] Compiling OrderedCollections _HashTable+Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/641] Compiling OrderedCollections _HashTable+BucketIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[200/641] 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
[201/641] 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
[204/641] Emitting module HTTPTypes
[205/641] Compiling HTTPTypes HTTPFields.swift
[206/643] 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
[207/643] 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
[208/643] 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
[209/643] 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
[210/643] 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
[211/643] 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
[212/643] 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
[214/644] Emitting module Numerics
[215/644] Compiling Numerics Numerics.swift
[217/682] 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
[217/707] Compiling transforms.cpp
[220/707] Compiling OpenAPIRuntime FoundationExtensions.swift
[221/707] Compiling OpenAPIRuntime ParameterStyles.swift
[222/707] Compiling OpenAPIRuntime ServerVariable.swift
[223/707] Compiling OpenAPIRuntime URLExtensions.swift
[224/707] Compiling OpenAPIRuntime Deprecated.swift
[225/707] Compiling OpenAPIRuntime ClientError.swift
[226/707] Compiling OpenAPIRuntime CodingErrors.swift
[227/707] Compiling OpenAPIRuntime RuntimeError.swift
[228/707] Compiling OpenAPIRuntime ServerError.swift
[229/707] Compiling OpenAPIRuntime Acceptable.swift
[230/707] Compiling OpenAPIRuntime Base64EncodedData.swift
[231/707] Compiling OpenAPIRuntime ByteUtilities.swift
[232/707] Compiling OpenAPIRuntime ContentDisposition.swift
[233/707] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[234/707] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[235/707] Compiling OpenAPIRuntime OpenAPIValue.swift
[236/707] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[237/707] Compiling OpenAPIRuntime UndocumentedPayload.swift
[237/715] Compiling linalg.cpp
[238/715] Compiling no_gguf.cpp
[240/729] Emitting module OpenAPIRuntime
[240/737] Compiling primitives.cpp
[242/737] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[243/737] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[244/737] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[245/737] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[246/737] Compiling OpenAPIRuntime ServerSentEvents.swift
[247/737] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[248/737] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[249/737] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[250/737] Compiling OpenAPIRuntime ClientTransport.swift
[251/737] Compiling OpenAPIRuntime CurrencyTypes.swift
[252/737] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[253/737] Compiling OpenAPIRuntime HTTPBody.swift
[254/737] Compiling OpenAPIRuntime ServerTransport.swift
[255/737] Compiling OpenAPIRuntime UniversalClient.swift
[256/737] Compiling OpenAPIRuntime UniversalServer.swift
[257/737] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[258/737] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[259/737] Compiling Jinja Token.swift
[260/737] Compiling Jinja PropertyMembers.swift
[261/737] Compiling Jinja Template.swift
[268/737] Compiling OpenAPIRuntime URICodeCodingKey.swift
[269/737] Compiling OpenAPIRuntime URICoderConfiguration.swift
[270/737] Compiling OpenAPIRuntime URIEncodedNode.swift
[271/737] Compiling OpenAPIRuntime URIParsedTypes.swift
[272/737] Compiling OpenAPIRuntime URIDecoder.swift
[273/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[274/737] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[275/737] Compiling SwiftSyntax SyntaxNodesC.swift
[276/737] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[277/737] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[278/737] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[279/737] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[280/737] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[281/737] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[282/737] Compiling OpenAPIRuntime MultipartValidation.swift
[283/737] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[284/737] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[285/737] Compiling OpenAPIRuntime CodableExtensions.swift
[286/737] Compiling OpenAPIRuntime Configuration.swift
[287/737] Compiling OpenAPIRuntime Converter+Client.swift
[288/737] Compiling OpenAPIRuntime Converter+Common.swift
[289/737] Compiling OpenAPIRuntime Converter+Server.swift
[290/737] Compiling OpenAPIRuntime Converter.swift
[291/737] Compiling OpenAPIRuntime CurrencyExtensions.swift
[292/737] Compiling OpenAPIRuntime ErrorExtensions.swift
[293/737] Compiling Jinja AST.swift
[294/737] Compiling Jinja Error.swift
[295/737] Compiling Jinja Filters.swift
[296/737] Compiling Jinja Globals.swift
[297/737] Compiling Jinja Interpreter.swift
[298/737] Compiling Jinja Lexer.swift
[299/737] Compiling Jinja Macro.swift
[300/737] Compiling Jinja Parser.swift
[301/737] Compiling Jinja Tests.swift
[301/737] Compiling load.cpp
[303/737] 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
[303/738] Compiling graph_utils.cpp
[305/738] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[306/738] Compiling OpenAPIRuntime URIEncoder.swift
[307/738] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[308/738] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[309/738] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[310/738] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[311/738] Compiling OpenAPIRuntime URIParser.swift
[312/738] Compiling OpenAPIRuntime URISerializer.swift
[313/739] 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
[315/739] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[318/739] 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
[320/739] Compiling fft.cpp
[322/866] Compiling OpenAI RunsQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[323/866] Compiling OpenAI ThreadAddMessagesResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[324/866] Compiling OpenAI ThreadRunQuery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/866] Compiling OpenAI ThreadsMessagesResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/866] Compiling OpenAI OpenAIAsync.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[327/866] Compiling OpenAI OpenAICombine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[328/866] Compiling OpenAI ServiceTier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[329/866] Compiling OpenAI CancellableRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[330/867] Compiling safetensors.cpp
[331/867] Compiling fast.cpp
[333/867] Compiling OpenAI ServerSentEventsStreamParser.swift
[334/867] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[335/867] Compiling OpenAI SessionInvalidator.swift
[336/867] Compiling OpenAI StreamingError.swift
[337/867] Compiling OpenAI StreamingSession.swift
[338/867] Compiling OpenAI URLBuilder.swift
[339/867] Compiling OpenAI URLComponents+.swift
[340/867] Compiling OpenAI URLRequestBuildable.swift
[341/867] Compiling OpenAI URLResponseHandler.swift
[342/867] Compiling OpenAI URLSessionCombine.swift
[343/867] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[344/867] Compiling OpenAI URLSessionDataTaskProtocol.swift
[345/867] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[346/867] Compiling OpenAI URLSessionDataTaskStore.swift
[347/867] Compiling OpenAI URLSessionDelegateProtocol.swift
[348/867] Compiling OpenAI URLSessionFactory.swift
[349/867] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[350/867] Compiling OpenAI URLSessionProtocol.swift
[350/885] Compiling ops.cpp
[351/885] Compiling dtype_utils.cpp
[352/893] Compiling dtype.cpp
[354/893] 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 |
[355/893] 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 |
[355/893] Compiling einsum.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[357/893] 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 |
[358/893] 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 |
[359/893] 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 |
[360/893] 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 |
[361/893] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[362/893] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[363/893] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[364/893] Compiling OpenAI MultipartFormDataEntry.swift
[365/893] Compiling OpenAI MultipartFormDataRequest.swift
[366/893] Compiling OpenAI OpenAI+MakeRequest.swift
[367/893] Compiling OpenAI PropertyValue.swift
[368/893] Compiling OpenAI SSLDelegateProtocol.swift
[369/893] Compiling OpenAI SendablePassthroughSubject.swift
[370/893] Compiling OpenAI StreamableQuery.swift
[371/893] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[372/893] Compiling OpenAI CodableResultStreamInterpreter.swift
[373/893] Compiling OpenAI DataTaskPerformingURLSession.swift
[374/893] Compiling OpenAI InvalidatableSession.swift
[375/893] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[376/893] Compiling OpenAI ModelResponseStreamEventType.swift
[377/893] Compiling OpenAI PerformableSession.swift
[378/893] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[379/893] Compiling OpenAI OpenAI+OpenAIAsync.swift
[380/893] Compiling OpenAI OpenAI+OpenAICombine.swift
[381/893] Compiling OpenAI OpenAI.swift
[382/893] Compiling OpenAI AssistantsRequest.swift
[383/893] Compiling OpenAI CancellablesFactory.swift
[384/893] Compiling OpenAI AsyncClient.swift
[385/893] Compiling OpenAI Client.swift
[386/893] Compiling OpenAI CombineClient.swift
[387/893] Compiling OpenAI StreamingClient.swift
[388/893] Compiling OpenAI CodingUserInfoKey+ParsingOptions.swift
[389/893] Compiling OpenAI DataTaskFactory.swift
[390/893] Compiling OpenAI DescribedError.swift
[391/893] Compiling OpenAI DispatchQueue+Static.swift
[392/893] Compiling OpenAI ExecutionSerializer.swift
[393/893] Compiling OpenAI Schemas+Description.swift
[394/893] Compiling OpenAI JSONRequest.swift
[395/893] Compiling OpenAI JSONResponseDecoder.swift
[396/893] Compiling OpenAI JSONResponseErrorDecoder.swift
[397/893] 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 |
[398/893] 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 |
[398/893] Compiling primitives.cpp
[398/893] Compiling no_nccl.cpp
[398/893] Compiling ops.cpp
[398/893] Compiling no_ring.cpp
[398/893] Compiling export.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/359] Write sources
[4/359] Copying t5_tokenizer_config.json
[4/359] Write sources
[4/359] Copying gpt2_tokenizer_config.json
[4/359] Write sources
[10/362] Compiling _NumericsShims _NumericsShims.c
[11/362] Write swift-version-24593BA9C3E375BF.txt
[12/362] Compiling device.cpp
[14/364] Compiling SwiftSyntax510 Empty.swift
[15/364] Emitting module SwiftSyntax510
[16/366] Compiling no_nccl.cpp
[17/366] Compiling no_ring.cpp
[19/366] Compiling SwiftSyntax509 Empty.swift
[20/366] Emitting module SwiftSyntax509
[20/367] Compiling no_mpi.cpp
[22/388] Compiling distributed.cpp
[24/404] Compiling RealModule RealFunctions.swift
[25/414] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[26/414] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/416] Compiling RealModule Real.swift
[28/416] Compiling HTTPTypes HTTPField.swift
[29/416] Compiling HTTPTypes HTTPFieldName.swift
[30/416] Compiling RealModule RelaxedArithmetic.swift
[31/416] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/416] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/416] Compiling InternalCollectionsUtilities Debugging.swift
[34/416] Compiling InternalCollectionsUtilities Descriptions.swift
[35/416] Compiling RealModule Float80+Real.swift
[36/460] Compiling SwiftSyntax SyntaxEnum.swift
[37/460] Compiling SwiftSyntax SyntaxKind.swift
[38/462] Compiling RealModule Float16+Real.swift
[39/476] Compiling SwiftSyntax MemoryLayout.swift
[40/476] Compiling SwiftSyntax MissingNodeInitializers.swift
[41/476] Compiling SwiftSyntax SyntaxBaseNodes.swift
[42/476] Compiling SwiftSyntax SyntaxCollections.swift
[43/476] Compiling SwiftSyntax CommonAncestor.swift
[44/476] Compiling SwiftSyntax Convenience.swift
[45/476] Compiling HTTPTypes HTTPRequest+URL.swift
[46/477] Emitting module RealModule
[47/478] Compiling HTTPTypes ISOLatin1String.swift
[48/478] Compiling HTTPTypes HTTPParsedFields.swift
[49/478] Emitting module HTTPTypes
[51/478] Emitting module InternalCollectionsUtilities
[52/478] Compiling HTTPTypes NIOLock.swift
[52/478] Compiling primitives.cpp
[53/478] Compiling ops.cpp
[57/478] Compiling SwiftSyntax SyntaxTraits.swift
[58/478] Compiling SwiftSyntax AbsolutePosition.swift
[59/478] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[60/478] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[62/479] Compiling HTTPTypes HTTPResponse.swift
[63/479] Compiling HTTPTypes HTTPRequest.swift
[65/490] Compiling ComplexModule Complex+Codable.swift
[66/490] Compiling ComplexModule Complex+ElementaryFunctions.swift
[67/490] Compiling HTTPTypes HTTPFields.swift
[69/491] Compiling ComplexModule Complex+Numeric.swift
[70/491] Compiling ComplexModule Complex+Hashable.swift
[71/491] Compiling ComplexModule Complex+IntegerLiteral.swift
[72/492] Compiling ComplexModule Polar.swift
[73/492] Compiling ComplexModule Complex.swift
[74/492] Compiling ComplexModule Complex+StringConvertible.swift
[75/492] Compiling ComplexModule Scale.swift
[76/547] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/547] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/547] Compiling OrderedCollections OrderedDictionary+Codable.swift
[79/547] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[80/547] Emitting module ComplexModule
[81/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[82/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[83/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[84/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[85/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[86/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/548] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/548] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/548] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[100/555] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[101/555] Compiling OrderedCollections OrderedDictionary+Elements.swift
[102/555] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[103/555] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[104/555] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[105/555] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/555] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/555] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[108/555] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[109/555] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[110/555] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[111/555] Compiling OrderedCollections OrderedDictionary+Values.swift
[112/555] Compiling OrderedCollections OrderedDictionary.swift
[113/555] Compiling OrderedCollections OrderedSet+Codable.swift
[114/555] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[115/555] Compiling OrderedCollections OrderedSet+Descriptions.swift
[116/555] Compiling OrderedCollections OrderedSet+Diffing.swift
[117/555] Compiling OrderedCollections OrderedSet+Equatable.swift
[118/555] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[119/555] Compiling OrderedCollections OrderedSet+Hashable.swift
[120/555] Compiling OrderedCollections OrderedSet+Initializers.swift
[121/555] Compiling OrderedCollections OrderedSet+Insertions.swift
[122/555] Compiling OrderedCollections OrderedSet+Invariants.swift
[123/555] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[124/555] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[125/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[126/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[127/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[128/616] Emitting module RealModule
[129/616] Compiling RealModule RealFunctions.swift
[130/617] Compiling OpenAPIRuntime ByteUtilities.swift
[131/617] Compiling OpenAPIRuntime ContentDisposition.swift
[132/617] Compiling OpenAPIRuntime Acceptable.swift
[133/617] Compiling OpenAPIRuntime Base64EncodedData.swift
[134/617] Compiling RealModule Float80+Real.swift
[135/617] Compiling RealModule Real.swift
[136/617] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[137/617] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[138/617] Compiling RealModule Float16+Real.swift
[139/617] Compiling RealModule RelaxedArithmetic.swift
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/utils.cpp:3:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/utils.h:8:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/device.h:5:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/Metal.hpp:25:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLAccelerationStructure.hpp:24:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLHeaderBridge.hpp:22:
/host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLPrivate.hpp:27:10: fatal error: 'objc/runtime.h' file not found
27 | #include <objc/runtime.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[139/618] Compiling utils.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/unary.cpp:4:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/device.h:5:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/Metal.hpp:25:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLAccelerationStructure.hpp:24:
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLHeaderBridge.hpp:22:
/host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/metal-cpp/Metal/MTLPrivate.hpp:27:10: fatal error: 'objc/runtime.h' file not found
27 | #include <objc/runtime.h>
| ^~~~~~~~~~~~~~~~
[139/618] Compiling unary.cpp
[139/618] Compiling export.cpp
[139/618] Compiling compile.cpp
BUILD FAILURE 6.1 wasm