Build Information
Failed to build swift-ai, reference v0.1.0-alpha.7 (f046e8), with Swift 6.1 for Wasm on 12 Oct 2025 21:13:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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: 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" : {
"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-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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/MacPaw/OpenAI.git
Fetching https://github.com/swiftlang/swift-format.git
Fetching https://github.com/ml-explore/mlx-swift-examples.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/914] Fetching swift-macro-testing
[166/13479] Fetching swift-macro-testing, swift-format
[1795/21026] Fetching swift-macro-testing, swift-format, openai
[5291/27516] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples
[26349/99986] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples, swift-syntax
Fetched https://github.com/ml-explore/mlx-swift-examples.git from cache (1.51s)
[29723/93496] Fetching swift-macro-testing, swift-format, openai, swift-syntax
Fetched https://github.com/swiftlang/swift-format.git from cache (1.61s)
[17883/80931] Fetching swift-macro-testing, openai, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (8.61s)
Fetched https://github.com/MacPaw/OpenAI.git from cache (8.62s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.73s)
Computing version for https://github.com/MacPaw/OpenAI.git
Computed https://github.com/MacPaw/OpenAI.git at 0.4.6 (9.71s)
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.61s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (1.57s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15554] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.74s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (4.67s)
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.39s)
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 (1.43s)
Fetching https://github.com/ml-explore/mlx-swift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/huggingface/swift-transformers
[1/1557] Fetching gzipswift
[1558/6422] Fetching gzipswift, swift-transformers
Fetched https://github.com/1024jp/GzipSwift from cache (0.50s)
[1120/16248] Fetching swift-transformers, mlx-swift
Fetched https://github.com/huggingface/swift-transformers from cache (1.38s)
Fetched https://github.com/ml-explore/mlx-swift from cache (2.06s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 6.0.1 (5.54s)
Computing version for https://github.com/huggingface/swift-transformers
Computed https://github.com/huggingface/swift-transformers at 1.0.0 (0.86s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/742] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.45s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.25.6 (1.46s)
Fetching https://github.com/apple/swift-numerics
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-format.git
Computed https://github.com/swiftlang/swift-format.git at 510.1.0 (2.12s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/6943] Fetching swift-markdown
[71/23599] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-markdown.git from cache (0.96s)
[15990/16656] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.51s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (2.73s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.1.0 (0.81s)
Fetching https://github.com/apple/swift-collections.git
[1/18181] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.71s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (3.52s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.77s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (1.06s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18221] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.89s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (2.99s)
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.87s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.04s)
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.56s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.51s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.96s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (2.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.23s)
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/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/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/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-examples.git
Working copy of https://github.com/ml-explore/mlx-swift-examples.git resolved at 2.25.8
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.0.1
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-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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/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/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/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-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
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
[5/434] Copying t5_tokenizer_config.json
[6/434] Copying gpt2_tokenizer_config.json
[7/434] Compiling cmark-gfm-extensions tasklist.c
[8/434] Compiling cmark-gfm-extensions tagfilter.c
[9/434] Compiling cmark-gfm houdini_html_u.c
[10/434] Compiling cmark-gfm iterator.c
[11/434] Compiling cmark-gfm inlines.c
[11/434] Write swift-version-24593BA9C3E375BF.txt
[13/434] Compiling cmark-gfm-extensions table.c
[14/434] Compiling cmark-gfm-extensions strikethrough.c
[15/434] Compiling cmark-gfm html.c
[16/434] Compiling cmark-gfm-extensions ext_scanners.c
[17/434] Compiling cmark-gfm-extensions autolink.c
[17/434] Compiling cmark-gfm xml.c
[19/434] Compiling cmark-gfm syntax_extension.c
[20/434] Compiling cmark-gfm render.c
[21/434] Compiling cmark-gfm-extensions core-extensions.c
[22/434] Compiling cmark-gfm registry.c
[23/434] Compiling cmark-gfm plugin.c
[24/434] Compiling cmark-gfm utf8.c
[25/434] Compiling cmark-gfm references.c
[26/434] Compiling cmark-gfm plaintext.c
[27/434] Compiling cmark-gfm map.c
[28/434] Compiling cmark-gfm linked_list.c
[28/434] Compiling cmark-gfm node.c
[30/434] Compiling cmark-gfm houdini_html_e.c
[31/434] Compiling cmark-gfm man.c
[32/434] Compiling cmark-gfm cmark_ctype.c
[33/434] Compiling cmark-gfm footnotes.c
[34/434] Compiling cmark-gfm houdini_href_e.c
[34/434] Compiling cmark-gfm latex.c
[34/434] Write sources
[34/434] Compiling cmark-gfm buffer.c
[34/434] Write sources
[76/434] Compiling cmark-gfm cmark.c
[77/434] Compiling cmark-gfm commonmark.c
[78/434] Compiling _NumericsShims _NumericsShims.c
[79/434] Compiling cmark-gfm arena.c
[80/434] Compiling cmark-gfm scanners.c
[81/462] Compiling cmark-gfm blocks.c
[82/473] Compiling version.cpp
[84/473] Emitting module HTTPTypes
[84/474] Compiling utils.cpp
[86/474] Compiling HTTPTypes ISOLatin1String.swift
[87/474] 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
[87/476] Compiling scheduler.cpp
[89/476] Emitting module RealModule
[90/476] Emitting module SwiftSyntax510
[91/476] Compiling SwiftSyntax510 Empty.swift
[92/477] Compiling RealModule RealFunctions.swift
[93/477] Compiling RealModule Real.swift
[94/477] 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
[95/477] 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
[96/478] 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
[97/478] 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
[98/478] 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
[99/478] 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
[100/478] 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
[101/478] 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
[102/478] Compiling RealModule Float16+Real.swift
[103/478] Compiling RealModule Float80+Real.swift
[104/478] Compiling SwiftSyntax509 Empty.swift
[105/478] Emitting module SwiftSyntax509
[106/478] Compiling HTTPTypes HTTPParsedFields.swift
[107/479] Compiling HTTPTypes HTTPRequest.swift
[108/479] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/479] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/479] Compiling HTTPTypes HTTPResponse.swift
[111/479] 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
[112/479] 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
[113/479] 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
[116/479] Compiling RealModule AlgebraicField.swift
[117/479] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/479] Compiling RealModule RelaxedArithmetic.swift
[125/480] 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/480] 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
[128/481] Wrapping AST for SwiftSyntax510 for debugging
[129/481] Wrapping AST for SwiftSyntax509 for debugging
[131/607] Compiling ComplexModule Polar.swift
[132/608] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/608] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/608] Compiling ComplexModule Complex+Numeric.swift
[135/608] Compiling ComplexModule Complex.swift
[136/608] Compiling ComplexModule Complex+StringConvertible.swift
[137/608] Compiling HTTPTypes NIOLock.swift
[138/608] Compiling ComplexModule Scale.swift
[139/608] 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
[140/608] 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
[141/608] 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
[142/608] 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
[143/608] 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
[144/608] 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
[145/608] 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
[146/615] 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
[147/615] 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
[148/615] 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
[149/615] 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
[150/615] 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
[151/615] 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
[152/615] 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
[153/615] Compiling OrderedCollections OrderedDictionary+Codable.swift
[154/615] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[155/615] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[156/615] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[157/615] Emitting module ComplexModule
[158/616] 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
[159/616] 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
[160/616] 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
[161/616] 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
[162/616] 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
[163/616] 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
[164/616] 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
[165/616] 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
[166/616] 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
[167/616] 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
[168/616] 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
[169/616] 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
[170/616] 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
[171/616] 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
[172/616] 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
[173/616] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[181/616] 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
[182/616] 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
[183/616] 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
[184/616] 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
[185/616] 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
[186/616] 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
[187/616] 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
[188/616] 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
[189/616] 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
[190/616] 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
[191/618] Emitting module Numerics
[192/618] Compiling Numerics Numerics.swift
[194/619] 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/619] 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
[196/619] Compiling OrderedCollections _HashTable+Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/619] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/619] Compiling OrderedCollections _HashTable+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
[199/619] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/619] 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/619] 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
[202/619] 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
[203/619] 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
[204/619] 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
[205/619] 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
[206/619] 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
[207/619] 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
[208/619] 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
[208/619] Compiling random.cpp
[209/619] Compiling transforms.cpp
[211/619] 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
[222/628] Compiling HTTPTypes HTTPFields.swift
[223/628] Compiling HTTPTypes HTTPFieldName.swift
[224/628] Compiling HTTPTypes HTTPField.swift
[225/643] Compiling no_gguf.cpp
[226/704] Compiling primitives.cpp
[227/704] Compiling linalg.cpp
[229/704] 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
[229/705] Compiling load.cpp
[231/705] 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
[232/705] Compiling OpenAPIRuntime Converter+Common.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime Converter+Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime Converter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime CurrencyExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime Base64EncodedData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime ByteUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime ErrorExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime Acceptable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] 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
[241/705] Compiling OpenAPIRuntime Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/705] Compiling OpenAPIRuntime Converter+Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/705] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/705] Compiling OpenAPIRuntime CodableExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/714] 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 |
[247/714] Compiling OpenAPIRuntime URICodeCodingKey.swift
[248/714] Compiling OpenAPIRuntime URICoderConfiguration.swift
[249/714] Compiling OpenAPIRuntime URIEncodedNode.swift
[250/714] Compiling OpenAPIRuntime URIParsedTypes.swift
[251/714] Compiling OpenAPIRuntime URIDecoder.swift
[252/714] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[253/714] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[254/714] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[254/722] Compiling graph_utils.cpp
[255/722] Compiling fft.cpp
[257/722] Compiling Hub JSONSerialization+BOM.swift
/host/spi-builder-workspace/.build/checkouts/swift-transformers/Sources/Hub/Downloader.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import Foundation
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/722] 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 |
[259/722] 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 |
[260/722] 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 |
[261/722] 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 |
[262/722] Emitting module OpenAPIRuntime
[263/722] 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 |
[264/722] 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 |
[264/722] Compiling einsum.cpp
[264/722] Compiling fast.cpp
[264/722] Compiling export.cpp
[264/722] Compiling safetensors.cpp
[264/722] Compiling ops.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/343] Write sources
[4/344] Copying gpt2_tokenizer_config.json
[4/344] Copying t5_tokenizer_config.json
[4/343] Write sources
[9/346] Compiling _NumericsShims _NumericsShims.c
[10/346] Write swift-version-24593BA9C3E375BF.txt
[12/348] Compiling SwiftSyntax510 Empty.swift
[13/348] Emitting module SwiftSyntax510
[14/348] Compiling dtype.cpp
[15/350] Compiling dtype_utils.cpp
[17/361] Compiling RealModule RealFunctions.swift
[18/361] Compiling SwiftSyntax509 Empty.swift
[19/361] Emitting module SwiftSyntax509
[20/374] Compiling RealModule Float80+Real.swift
[21/374] Compiling RealModule Real.swift
[23/374] Compiling RealModule RelaxedArithmetic.swift
[24/373] Compiling RealModule AugmentedArithmetic.swift
[25/373] Compiling RealModule Double+Real.swift
[26/373] Compiling RealModule ElementaryFunctions.swift
[27/373] Compiling RealModule Float+Real.swift
[28/373] Compiling RealModule AlgebraicField.swift
[29/373] Compiling RealModule ApproximateEquality.swift
[30/373] Compiling RealModule Float16+Real.swift
[31/389] Emitting module RealModule
[33/390] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[34/390] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/390] Compiling InternalCollectionsUtilities Debugging.swift
[36/390] Compiling InternalCollectionsUtilities Descriptions.swift
[37/392] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/392] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/392] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/392] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/392] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/392] Compiling InternalCollectionsUtilities Integer rank.swift
[43/392] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/392] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[45/392] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/452] Emitting module InternalCollectionsUtilities
[46/452] Compiling einsum.cpp
[48/452] Compiling SwiftSyntax RawSyntaxTokenView.swift
[49/452] Compiling SwiftSyntax SourceLength.swift
[50/452] Compiling SwiftSyntax SourceLocation.swift
[51/452] Compiling SwiftSyntax SourcePresence.swift
[53/477] Compiling HTTPTypes ISOLatin1String.swift
[54/478] Emitting module HTTPTypes
[55/478] Compiling HTTPTypes HTTPField.swift
[56/478] Compiling HTTPTypes NIOLock.swift
[57/478] Compiling HTTPTypes HTTPResponse.swift
[58/478] Compiling HTTPTypes HTTPParsedFields.swift
[59/478] Compiling HTTPTypes HTTPFields.swift
[60/478] Compiling HTTPTypes HTTPRequest.swift
[61/478] Compiling HTTPTypes HTTPFieldName.swift
[63/479] Compiling InternalCollectionsUtilities Debugging.swift
[64/479] Compiling InternalCollectionsUtilities Descriptions.swift
[65/481] Compiling RealModule RealFunctions.swift
[66/481] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[67/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/481] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/481] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/482] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/482] Emitting module InternalCollectionsUtilities
[74/483] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[75/483] Compiling InternalCollectionsUtilities _SortedCollection.swift
[76/483] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/487] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/491] Compiling OrderedCollections _HashTable+Bucket.swift
[80/491] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/491] Compiling OrderedCollections _HashTable+Constants.swift
[82/537] Compiling RealModule Real.swift
[83/537] Compiling RealModule Float80+Real.swift
[84/537] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[85/537] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[86/538] Compiling RealModule Float16+Real.swift
[87/538] Compiling OrderedCollections _HashTable+Testing.swift
[88/538] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[89/538] Emitting module RealModule
[92/538] Compiling RealModule RelaxedArithmetic.swift
[95/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[96/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[97/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[98/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[99/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[100/565] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[101/565] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[102/607] Compiling OpenAPIRuntime CodingErrors.swift
[103/607] Compiling OpenAPIRuntime RuntimeError.swift
[104/607] Compiling OpenAPIRuntime ServerError.swift
[105/607] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[106/607] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[107/607] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[108/607] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[109/607] Compiling OpenAPIRuntime ServerSentEvents.swift
[110/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[111/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[112/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[113/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[114/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[115/662] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[116/662] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[117/662] Compiling OrderedCollections OrderedSet+Initializers.swift
[118/662] Compiling OrderedCollections OrderedSet+Insertions.swift
[119/662] Compiling OrderedCollections OrderedSet+Invariants.swift
[120/662] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[121/662] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[122/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[123/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[124/662] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/662] Compiling OrderedCollections OrderedDictionary.swift
[126/662] Compiling OrderedCollections OrderedSet+Codable.swift
[127/662] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/662] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/662] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/662] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/662] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/662] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/662] Compiling OrderedCollections OrderedDictionary+Codable.swift
[134/662] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[135/662] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[136/662] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[137/662] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[138/662] Compiling OrderedCollections OrderedDictionary+Elements.swift
[139/662] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[140/662] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[141/662] Compiling OrderedCollections _HashTable+Bucket.swift
[165/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[166/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[167/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[168/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[169/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[170/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[171/677] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[181/677] Compiling OrderedCollections _HashTable+BucketIterator.swift
[182/677] Compiling OrderedCollections _HashTable+Constants.swift
[183/677] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[184/677] Compiling OrderedCollections _HashTable+Testing.swift
[185/677] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[186/677] Compiling OrderedCollections _HashTable.swift
[187/677] Compiling OrderedCollections _Hashtable+Header.swift
[198/677] Compiling OrderedCollections OrderedSet+Sendable.swift
[199/677] Compiling OrderedCollections OrderedSet+SubSequence.swift
[200/677] Compiling OrderedCollections OrderedSet+Testing.swift
[201/677] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[202/677] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[203/677] Compiling OrderedCollections OrderedSet.swift
[210/685] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[211/685] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[212/685] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[213/685] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[214/685] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[215/685] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[216/685] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[217/685] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[218/685] Compiling OrderedCollections OrderedDictionary+Values.swift
[219/685] Emitting module OpenAPIRuntime
[253/685] Emitting module OrderedCollections
[254/697] Compiling safetensors.cpp
[256/697] Compiling ComplexModule Polar.swift
[257/698] Emitting module OrderedCollections
[258/698] Compiling ComplexModule Complex+Hashable.swift
[259/698] Compiling ComplexModule Complex+IntegerLiteral.swift
[260/699] Compiling ComplexModule Complex+StringConvertible.swift
[260/699] Compiling fast.cpp
[262/699] Compiling ComplexModule Scale.swift
[264/699] Compiling ComplexModule Complex+Numeric.swift
[265/699] Compiling ComplexModule Complex.swift
[301/699] Compiling OpenAPIRuntime URIEncoder.swift
[302/699] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[303/699] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[304/699] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[305/699] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[306/699] Compiling OpenAPIRuntime URIParser.swift
[307/699] Compiling OpenAPIRuntime URISerializer.swift
[308/700] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[309/700] Compiling ComplexModule Complex+AlgebraicField.swift
[310/700] Compiling ComplexModule Complex+Codable.swift
[311/700] Compiling ComplexModule Complex+ElementaryFunctions.swift
[313/700] Emitting module ComplexModule
[314/701] Compiling no_ring.cpp
[316/842] Compiling Jinja Utilities.swift
[317/845] Emitting module Numerics
[318/845] Compiling Numerics Numerics.swift
[319/846] Compiling ops.cpp
[321/846] Compiling Jinja Interpreter.swift
[322/846] Compiling Jinja Lexer.swift
[323/846] Compiling Jinja Value.swift
[324/846] Compiling Jinja PropertyMembers.swift
[325/846] Compiling Jinja Template.swift
[326/846] Compiling Jinja Macro.swift
[327/846] Compiling Jinja Parser.swift
[328/846] Compiling Jinja Tests.swift
[329/846] Compiling Jinja Token.swift
[329/846] Compiling primitives.cpp
[331/846] Compiling OpenAI OpenAI+OpenAIAsync.swift
[332/846] Compiling OpenAI OpenAI+OpenAICombine.swift
[332/846] Compiling ops.cpp
[334/846] Emitting module Jinja
[335/846] Compiling Jinja AST.swift
[336/846] Compiling Jinja Error.swift
[337/847] Emitting module SwiftSyntax
[337/847] Compiling no_mpi.cpp
[340/847] Compiling OpenAI RunsQuery.swift
[341/847] Compiling OpenAI ThreadAddMessagesResult.swift
[342/847] Compiling OpenAI ThreadRunQuery.swift
[343/847] Compiling OpenAI ThreadsMessagesResult.swift
[344/847] Compiling OpenAI ThreadsQuery.swift
[345/847] Compiling OpenAI ThreadsResult.swift
[346/847] Compiling OpenAI ChatQueryWebSearchOptions.swift
[347/847] Compiling OpenAI JSONSchemaDefinition.swift
[348/847] Compiling OpenAI ServiceTier.swift
[349/847] Compiling OpenAI CancellableRequest.swift
[350/847] Compiling OpenAI OpenAIAsync.swift
[351/847] Compiling OpenAI OpenAICombine.swift
[352/847] Compiling OpenAI OpenAIMiddleware.swift
[353/847] Compiling OpenAI OpenAIProtocol.swift
[354/847] Compiling OpenAI ResponsesEndpointAsync.swift
[355/847] Compiling OpenAI ResponsesEndpointCombine.swift
[356/847] Compiling OpenAI ResponsesEndpointModern.swift
[357/847] Compiling OpenAI ResponsesEndpointProtocol.swift
[357/868] Compiling distributed.cpp
[358/873] Compiling device.cpp
[360/873] 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)
[361/873] 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 |
[362/873] 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 |
[363/873] 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 |
[364/873] 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 |
[365/873] 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 |
[366/873] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[367/873] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[368/873] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[369/873] Compiling OpenAI MultipartFormDataEntry.swift
[370/873] Compiling OpenAI MultipartFormDataRequest.swift
[371/873] Compiling OpenAI OpenAI+MakeRequest.swift
[372/873] Compiling OpenAI PropertyValue.swift
[373/873] Compiling OpenAI SSLDelegateProtocol.swift
[374/873] Compiling OpenAI SendablePassthroughSubject.swift
[375/873] Compiling OpenAI StreamableQuery.swift
[376/873] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[377/873] Compiling OpenAI CodableResultStreamInterpreter.swift
[378/873] Compiling OpenAI DataTaskPerformingURLSession.swift
[379/873] Compiling OpenAI InvalidatableSession.swift
[380/873] Compiling OpenAI ModelResponseEventsStreamInterpreter.swift
[381/873] Compiling OpenAI ModelResponseStreamEventType.swift
[382/873] Compiling OpenAI PerformableSession.swift
[383/873] Compiling OpenAI ServerSentEventsStreamInterpreter.swift
[384/873] Compiling OpenAI ServerSentEventsStreamParser.swift
[385/873] Compiling OpenAI ServerSentEventsStreamingSessionFactory.swift
[386/873] Compiling OpenAI SessionInvalidator.swift
[387/873] Compiling OpenAI StreamingError.swift
[388/873] Compiling OpenAI StreamingSession.swift
[389/873] Compiling OpenAI URLBuilder.swift
[390/873] Compiling OpenAI URLComponents+.swift
[391/873] Compiling OpenAI URLRequestBuildable.swift
[392/873] Compiling OpenAI URLResponseHandler.swift
[393/873] Compiling OpenAI URLSessionCombine.swift
[394/873] Compiling OpenAI URLSessionDataDelegateForwarder.swift
[395/873] Compiling OpenAI URLSessionDataTaskProtocol.swift
[396/873] Compiling OpenAI URLSessionDataTaskPublisherProtocol.swift
[397/873] Compiling OpenAI URLSessionDataTaskStore.swift
[398/873] Compiling OpenAI URLSessionDelegateProtocol.swift
[399/873] Compiling OpenAI URLSessionFactory.swift
[400/873] Compiling OpenAI URLSessionProtocol+MakeDataTask.swift
[401/873] Compiling OpenAI URLSessionProtocol.swift
[414/873] Compiling OpenAI DispatchQueue+Static.swift
[415/873] Compiling OpenAI ExecutionSerializer.swift
[416/873] Compiling OpenAI Schemas+Description.swift
[417/873] Compiling OpenAI JSONRequest.swift
[418/873] Compiling OpenAI JSONResponseDecoder.swift
[419/873] Compiling OpenAI JSONResponseErrorDecoder.swift
[420/873] Compiling OpenAI URLSessionTaskCanceller.swift
[421/873] Compiling OpenAI APIError.swift
[422/873] Compiling OpenAI GeminiAPIError.swift
[423/873] Compiling OpenAI AnyJSONDocument.swift
[424/873] Compiling OpenAI JSONDocument.swift
[425/873] Compiling OpenAI JSONSchema.swift
[426/873] Compiling OpenAI JSONSchemaField.swift
[427/873] Compiling OpenAI JSONSchemaInstanceType.swift
[428/873] Compiling OpenAI JSONSchemaConvertationError.swift
[429/873] Compiling OpenAI JSONSchemaConvertible.swift
[430/873] Compiling OpenAI JSONSchemaEnumConvertible.swift
[431/873] Compiling OpenAI AssistantResult.swift
[432/873] Compiling OpenAI AssistantsQuery.swift
[433/873] Compiling OpenAI AssistantsResult.swift
[434/873] Compiling OpenAI AssistantsTool.swift
[435/873] Compiling OpenAI AudioSpeechQuery.swift
[436/873] Compiling OpenAI AudioSpeechResult.swift
[437/873] Compiling OpenAI AudioTranscriptionQuery.swift
[438/873] 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 |
[439/873] 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 |
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/unary.cpp:3:
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>
| ^~~~~~~~~~~~~~~~
[439/873] Compiling unary.cpp
[439/873] Compiling ternary.cpp
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>
| ^~~~~~~~~~~~~~~~
[439/873] Compiling utils.cpp
[439/873] Compiling compile.cpp
[439/873] Compiling export.cpp
BUILD FAILURE 6.1 wasm