Build Information
Failed to build swift-ai, reference v0.1.0-alpha.7 (f046e8), with Swift 6.1 for Android on 12 Oct 2025 21:11:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mi12labs/SwiftAI.git
https://github.com/mi12labs/SwiftAI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-format.git"
},
{
"identity" : "openai",
"requirement" : {
"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-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/ml-explore/mlx-swift-examples.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/MacPaw/OpenAI.git
Fetching https://github.com/swiftlang/swift-format.git
[1/914] Fetching swift-macro-testing
[915/13479] Fetching swift-macro-testing, swift-format
[3052/21026] Fetching swift-macro-testing, swift-format, openai
[11448/27516] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples
[25376/99986] Fetching swift-macro-testing, swift-format, openai, mlx-swift-examples, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.69s)
Fetched https://github.com/MacPaw/OpenAI.git from cache (0.70s)
[24853/91525] Fetching swift-format, mlx-swift-examples, swift-syntax
Fetched https://github.com/swiftlang/swift-format.git from cache (0.88s)
[16636/78960] Fetching mlx-swift-examples, swift-syntax
Fetched https://github.com/ml-explore/mlx-swift-examples.git from cache (6.05s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.10s)
Computing version for https://github.com/MacPaw/OpenAI.git
Computed https://github.com/MacPaw/OpenAI.git at 0.4.6 (6.64s)
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.35s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.92s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15554] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.95s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (3.52s)
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.25s)
Computing version for https://github.com/ml-explore/mlx-swift-examples.git
Computed https://github.com/ml-explore/mlx-swift-examples.git at 2.25.8 (0.87s)
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/6422] Fetching gzipswift, swift-transformers
[2677/17805] Fetching gzipswift, swift-transformers, mlx-swift
Fetched https://github.com/1024jp/GzipSwift from cache (1.05s)
Fetched https://github.com/huggingface/swift-transformers from cache (1.06s)
Fetched https://github.com/ml-explore/mlx-swift from cache (1.06s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 6.0.1 (3.29s)
Computing version for https://github.com/huggingface/swift-transformers
Computed https://github.com/huggingface/swift-transformers at 1.0.0 (0.52s)
Fetching https://github.com/huggingface/swift-jinja.git
[1/742] Fetching swift-jinja
Fetched https://github.com/huggingface/swift-jinja.git from cache (0.30s)
Computing version for https://github.com/ml-explore/mlx-swift
Computed https://github.com/ml-explore/mlx-swift at 0.25.6 (0.92s)
Fetching https://github.com/apple/swift-numerics
[1/6371] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-format.git
Computed https://github.com/swiftlang/swift-format.git at 510.1.0 (1.09s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/6943] Fetching swift-markdown
[488/23599] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-markdown.git from cache (0.48s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 510.0.3 (1.47s)
Computing version for https://github.com/huggingface/swift-jinja.git
Computed https://github.com/huggingface/swift-jinja.git at 2.1.0 (0.55s)
Fetching https://github.com/apple/swift-collections.git
[1/18181] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.84s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.7.3 (0.61s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18221] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (1.60s)
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.56s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.51s)
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.36s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.91s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5552] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.79s)
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-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 510.0.3
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/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/huggingface/swift-jinja.git
Working copy of https://github.com/huggingface/swift-jinja.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.7.3
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/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/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/MacPaw/OpenAI.git
Working copy of https://github.com/MacPaw/OpenAI.git resolved at 0.4.6
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
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
[10/434] Copying gpt2_tokenizer_config.json
[10/434] Copying t5_tokenizer_config.json
[12/434] Compiling cmark-gfm-extensions tasklist.c
[13/434] Compiling cmark-gfm-extensions strikethrough.c
[14/434] Compiling cmark-gfm-extensions autolink.c
[15/434] Compiling cmark-gfm-extensions core-extensions.c
[16/434] Compiling cmark-gfm-extensions ext_scanners.c
[17/434] Compiling cmark-gfm-extensions tagfilter.c
[18/434] Compiling cmark-gfm-extensions table.c
[19/434] Compiling cmark-gfm syntax_extension.c
[20/434] Compiling cmark-gfm xml.c
[21/434] Compiling cmark-gfm render.c
[22/434] Compiling cmark-gfm registry.c
[23/434] Compiling cmark-gfm references.c
[24/434] Compiling cmark-gfm plugin.c
[25/434] Compiling cmark-gfm plaintext.c
[26/434] Write swift-version-24593BA9C3E375BF.txt
[27/434] Compiling cmark-gfm linked_list.c
[28/434] Compiling cmark-gfm map.c
[29/434] Compiling cmark-gfm man.c
[30/434] Compiling cmark-gfm utf8.c
[31/434] Compiling cmark-gfm latex.c
[32/434] Compiling cmark-gfm iterator.c
[33/434] Compiling cmark-gfm houdini_href_e.c
[34/434] Compiling cmark-gfm houdini_html_e.c
[35/434] Compiling cmark-gfm html.c
[36/434] Compiling cmark-gfm node.c
[37/434] Compiling cmark-gfm footnotes.c
[38/434] Compiling cmark-gfm cmark_ctype.c
[39/434] Compiling cmark-gfm houdini_html_u.c
[40/434] Compiling _NumericsShims _NumericsShims.c
[40/434] Write sources
[62/434] Compiling cmark-gfm buffer.c
[62/434] Compiling cmark-gfm commonmark.c
[64/434] Compiling cmark-gfm cmark.c
[64/434] Write sources
[80/434] Compiling cmark-gfm arena.c
[81/434] Compiling cmark-gfm scanners.c
[82/434] Compiling cmark-gfm inlines.c
[83/434] Compiling cmark-gfm blocks.c
[85/473] Emitting module SwiftSyntax510
[85/473] Compiling version.cpp
[87/473] Emitting module HTTPTypes
[88/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
[88/476] Compiling utils.cpp
[89/476] Compiling scheduler.cpp
[91/476] Emitting module SwiftSyntax509
[92/476] Compiling SwiftSyntax509 Empty.swift
[93/477] Compiling HTTPTypes HTTPField.swift
[94/477] Compiling SwiftSyntax510 Empty.swift
[95/478] Compiling RealModule RealFunctions.swift
[96/478] Emitting module RealModule
[97/479] 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
[98/479] 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
[99/479] 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
[100/479] 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
[101/479] 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
[102/479] 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
[103/479] Compiling RealModule Real.swift
[104/479] Compiling HTTPTypes HTTPParsedFields.swift
[105/479] Compiling HTTPTypes HTTPRequest.swift
[106/479] 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
[107/479] 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
[108/479] 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
[109/479] 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
[110/479] Compiling HTTPTypes HTTPResponse.swift
[111/479] Compiling HTTPTypes ISOLatin1String.swift
[112/479] Compiling RealModule Float16+Real.swift
[113/479] Compiling RealModule Float80+Real.swift
[114/479] Compiling InternalCollectionsUtilities UInt+reversed.swift
[115/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[118/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[121/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
[122/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
[123/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[129/480] Compiling RealModule RelaxedArithmetic.swift
[131/481] Wrapping AST for SwiftSyntax510 for debugging
[133/490] Compiling HTTPTypes NIOLock.swift
[134/599] Compiling ComplexModule Complex+StringConvertible.swift
[135/608] Compiling ComplexModule Polar.swift
[136/608] Compiling ComplexModule Complex+Numeric.swift
[137/608] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[138/608] Compiling OrderedCollections OrderedDictionary+Elements.swift
[139/608] Compiling ComplexModule Complex.swift
[140/608] Compiling ComplexModule Scale.swift
[141/608] 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
[142/608] 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
[143/608] 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
[144/608] 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
[145/608] 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
[146/608] 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
[147/608] 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
[148/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
[149/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
[150/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
[151/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
[152/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
[153/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
[154/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
[155/615] Compiling OrderedCollections OrderedDictionary+Codable.swift
[156/615] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[157/615] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[158/615] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[159/615] Emitting module ComplexModule
[160/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
[161/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
[162/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
[163/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
[164/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
[165/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
[166/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
[167/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[174/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
[175/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
[176/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
[177/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
[178/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
[179/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
[180/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
[181/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
[182/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
[183/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
[184/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
[185/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
[186/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
[187/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
[188/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
[189/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
[190/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
[191/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
[193/618] Emitting module Numerics
[194/618] Compiling Numerics Numerics.swift
[195/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
[196/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
[197/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
[198/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
[199/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
[200/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
[201/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
[202/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
[203/619] Compiling random.cpp
[204/619] Wrapping AST for SwiftSyntax509 for debugging
[206/619] Compiling HTTPTypes HTTPFields.swift
[207/619] Compiling HTTPTypes HTTPFieldName.swift
[208/620] 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
[209/620] 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
[210/620] 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
[211/620] 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
[212/620] 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
[213/620] 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
[214/620] 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
[215/620] Compiling transforms.cpp
[217/620] 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
[219/682] Compiling OpenAPIRuntime Acceptable.swift
[220/682] Compiling OpenAPIRuntime Base64EncodedData.swift
[221/682] Compiling OpenAPIRuntime ByteUtilities.swift
[222/682] Compiling OpenAPIRuntime ContentDisposition.swift
[223/682] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[224/682] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[225/682] Compiling OpenAPIRuntime OpenAPIValue.swift
[226/682] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[227/682] Compiling OpenAPIRuntime UndocumentedPayload.swift
[228/682] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[229/682] Compiling OpenAPIRuntime CodableExtensions.swift
[230/682] Compiling OpenAPIRuntime Configuration.swift
[231/682] Compiling OpenAPIRuntime Converter+Client.swift
[232/682] Compiling OpenAPIRuntime Converter+Common.swift
[233/682] Compiling OpenAPIRuntime Converter+Server.swift
[234/682] Compiling OpenAPIRuntime Converter.swift
[235/682] Compiling OpenAPIRuntime CurrencyExtensions.swift
[236/682] Compiling OpenAPIRuntime ErrorExtensions.swift
[236/690] Compiling primitives.cpp
[237/704] Compiling no_gguf.cpp
[238/704] Compiling linalg.cpp
[239/704] Compiling load.cpp
[241/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
[242/705] Compiling OpenAPIRuntime URICodeCodingKey.swift
[243/705] Compiling OpenAPIRuntime URICoderConfiguration.swift
[244/705] Compiling OpenAPIRuntime URIEncodedNode.swift
[245/705] Compiling OpenAPIRuntime URIParsedTypes.swift
[246/705] Compiling OpenAPIRuntime URIDecoder.swift
[247/705] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[248/705] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[249/705] Compiling SwiftSyntax SyntaxNodesC.swift
[250/713] Compiling OpenAPIRuntime FoundationExtensions.swift
[251/713] Compiling OpenAPIRuntime ParameterStyles.swift
[252/713] Compiling OpenAPIRuntime ServerVariable.swift
[253/713] Compiling OpenAPIRuntime URLExtensions.swift
[254/713] Compiling OpenAPIRuntime Deprecated.swift
[255/713] Compiling OpenAPIRuntime ClientError.swift
[256/713] Compiling OpenAPIRuntime CodingErrors.swift
[257/713] Compiling OpenAPIRuntime RuntimeError.swift
[258/713] Compiling OpenAPIRuntime ServerError.swift
[259/713] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[260/713] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[261/713] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[262/713] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[263/713] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[264/713] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[265/713] Compiling OpenAPIRuntime MultipartValidation.swift
[266/713] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[267/713] Compiling OpenAPIRuntime CurrencyTypes.swift
[268/713] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[269/713] Compiling OpenAPIRuntime HTTPBody.swift
[270/713] Compiling OpenAPIRuntime ServerTransport.swift
[271/713] Compiling OpenAPIRuntime UniversalClient.swift
[272/713] Compiling OpenAPIRuntime UniversalServer.swift
[273/713] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[274/713] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[275/713] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[276/713] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[277/713] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[278/713] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[279/713] Compiling OpenAPIRuntime ServerSentEvents.swift
[280/713] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[281/713] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[282/713] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[283/713] Compiling OpenAPIRuntime ClientTransport.swift
[283/713] Compiling graph_utils.cpp
[285/713] Compiling Jinja Template.swift
[286/713] Compiling Jinja Tests.swift
[287/713] Compiling Jinja Token.swift
[294/713] Compiling Jinja Filters.swift
[295/713] Compiling Jinja Globals.swift
[296/713] Compiling Jinja AST.swift
[297/713] Compiling Jinja Error.swift
[298/713] Compiling Jinja Interpreter.swift
[299/713] Compiling Jinja Lexer.swift
[300/713] Compiling Jinja Macro.swift
[301/713] Compiling Jinja Parser.swift
[302/713] Compiling Jinja PropertyMembers.swift
[303/713] Emitting module OpenAPIRuntime
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[306/713] 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
[308/713] Compiling fft.cpp
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[314/713] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[319/714] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[320/714] Compiling OpenAPIRuntime URIEncoder.swift
[321/714] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[322/714] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[323/714] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[324/714] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[325/714] Compiling OpenAPIRuntime URIParser.swift
[326/714] Compiling OpenAPIRuntime URISerializer.swift
[329/842] Emitting module SwiftSyntax
[329/842] Compiling safetensors.cpp
[330/850] Compiling ops.cpp
error: emit-module command failed with exit code 1 (use -v to see invocation)
[332/850] 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 |
[333/850] 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 |
[334/850] 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 |
[335/850] 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 |
[336/850] Compiling OpenAI RunsQuery.swift
[337/850] Compiling OpenAI ThreadAddMessagesResult.swift
[338/850] Compiling OpenAI ThreadRunQuery.swift
[339/850] Compiling OpenAI ThreadsMessagesResult.swift
[340/850] Compiling OpenAI ThreadsQuery.swift
[341/850] Compiling OpenAI ThreadsResult.swift
[342/850] Compiling OpenAI ChatQueryWebSearchOptions.swift
[343/850] Compiling OpenAI JSONSchemaDefinition.swift
[344/850] Compiling OpenAI ServiceTier.swift
[345/850] Compiling OpenAI CancellableRequest.swift
[346/850] Compiling OpenAI OpenAIAsync.swift
[347/850] Compiling OpenAI OpenAICombine.swift
[348/850] Compiling OpenAI OpenAIMiddleware.swift
[349/850] Compiling OpenAI OpenAIProtocol.swift
[350/850] Compiling OpenAI ResponsesEndpointAsync.swift
[351/850] Compiling OpenAI ResponsesEndpointCombine.swift
[352/850] Compiling OpenAI ResponsesEndpointModern.swift
[353/850] Compiling OpenAI ResponsesEndpointProtocol.swift
[353/868] Compiling dtype_utils.cpp
[355/868] 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 |
[356/868] 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 |
[357/868] 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 |
[358/868] 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 |
[358/868] Compiling no_ring.cpp
[358/868] Compiling dtype.cpp
[358/868] Compiling export.cpp
[358/868] Compiling fast.cpp
[358/868] Compiling einsum.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-format': 'swift-format' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin Lint Source Code
[2/2] Compiling plugin Format Source Code
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/338] Write sources
[4/338] Copying gpt2_tokenizer_config.json
[4/338] Copying t5_tokenizer_config.json
[10/341] Compiling _NumericsShims _NumericsShims.c
[11/341] Write swift-version-24593BA9C3E375BF.txt
[12/341] Compiling dtype.cpp
[14/343] Compiling SwiftSyntax510 Empty.swift
[15/343] Emitting module SwiftSyntax510
[16/343] Compiling no_ring.cpp
[18/345] Compiling SwiftSyntax509 Empty.swift
[19/345] Emitting module SwiftSyntax509
[20/353] Compiling no_mpi.cpp
[22/356] Compiling RealModule RealFunctions.swift
[23/368] Compiling RealModule Real.swift
[24/407] Compiling RealModule RelaxedArithmetic.swift
[25/428] Compiling RealModule Float16+Real.swift
[26/428] Compiling RealModule Float80+Real.swift
[27/428] Compiling SwiftSyntax BumpPtrAllocator.swift
[28/428] Compiling SwiftSyntax CommonAncestor.swift
[29/428] Compiling SwiftSyntax AbsolutePosition.swift
[30/428] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[31/428] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[32/428] Compiling SwiftSyntax Assert.swift
[33/428] Emitting module RealModule
[33/429] Compiling primitives.cpp
[36/429] Emitting module RealModule
[37/462] Compiling InternalCollectionsUtilities Debugging.swift
[38/462] Compiling InternalCollectionsUtilities Descriptions.swift
[39/462] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/462] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/464] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/464] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/464] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[44/464] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/464] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[46/464] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/464] Compiling ops.cpp
[47/464] Compiling einsum.cpp
[49/483] Emitting module InternalCollectionsUtilities
[50/483] Compiling ComplexModule Complex+Numeric.swift
[51/483] Compiling ComplexModule Complex+Hashable.swift
[52/483] Compiling ComplexModule Complex+IntegerLiteral.swift
[53/483] Compiling ComplexModule Polar.swift
[54/484] Emitting module InternalCollectionsUtilities
[55/486] Compiling ComplexModule Complex.swift
[56/486] Compiling ComplexModule Complex+StringConvertible.swift
[59/486] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[60/486] Compiling ComplexModule Complex+AlgebraicField.swift
[61/486] Compiling ComplexModule Complex+Codable.swift
[62/486] Compiling ComplexModule Complex+ElementaryFunctions.swift
[63/486] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/487] Compiling HTTPTypes ISOLatin1String.swift
[68/488] Compiling ComplexModule Scale.swift
[69/488] Emitting module HTTPTypes
[70/488] Compiling HTTPTypes NIOLock.swift
[71/543] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[72/543] Compiling OrderedCollections OrderedDictionary+Elements.swift
[73/543] Compiling HTTPTypes HTTPParsedFields.swift
[74/543] Compiling HTTPTypes HTTPRequest.swift
[75/543] Emitting module ComplexModule
[76/543] Compiling HTTPTypes HTTPResponse.swift
[78/544] Compiling HTTPTypes HTTPFieldName.swift
[79/544] Compiling HTTPTypes HTTPField.swift
[80/544] Compiling HTTPTypes HTTPFields.swift
[82/547] Emitting module Numerics
[83/547] Compiling Numerics Numerics.swift
[85/548] Compiling OrderedCollections OrderedDictionary.swift
[86/548] Compiling OrderedCollections OrderedSet+Codable.swift
[87/548] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[88/548] Compiling OrderedCollections OrderedSet+Descriptions.swift
[89/548] Compiling OrderedCollections OrderedSet+Diffing.swift
[90/548] Compiling OrderedCollections OrderedSet+Equatable.swift
[91/548] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[92/548] Compiling OrderedCollections OrderedSet+Hashable.swift
[93/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[94/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[95/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[96/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[97/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[98/570] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[99/570] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[100/570] Compiling OrderedCollections OrderedSet+Initializers.swift
[101/570] Compiling OrderedCollections OrderedSet+Insertions.swift
[102/570] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/570] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[104/570] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[105/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[106/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[107/570] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[108/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[109/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[110/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[111/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[112/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[113/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[114/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[115/616] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[116/616] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[117/616] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[118/616] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[119/616] Compiling OpenAPIRuntime ServerSentEvents.swift
[120/616] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[121/616] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[122/616] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[123/616] Compiling OpenAPIRuntime Converter.swift
[124/616] Compiling OpenAPIRuntime CurrencyExtensions.swift
[125/616] Compiling OpenAPIRuntime ErrorExtensions.swift
[126/616] Compiling OpenAPIRuntime CurrencyTypes.swift
[127/616] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[128/616] Compiling OpenAPIRuntime HTTPBody.swift
[129/616] Compiling OpenAPIRuntime ServerTransport.swift
[130/616] Compiling OpenAPIRuntime UniversalClient.swift
[131/616] Compiling OpenAPIRuntime CodingErrors.swift
[132/616] Compiling OpenAPIRuntime RuntimeError.swift
[136/616] Compiling OpenAPIRuntime Deprecated.swift
[137/616] Compiling OpenAPIRuntime ClientError.swift
[138/616] Compiling OpenAPIRuntime ServerVariable.swift
[139/616] Compiling OpenAPIRuntime URLExtensions.swift
[140/616] Compiling RealModule RealFunctions.swift
[141/616] Compiling OpenAPIRuntime FoundationExtensions.swift
[142/616] Compiling OpenAPIRuntime ParameterStyles.swift
[143/616] Compiling RealModule RelaxedArithmetic.swift
[145/616] Compiling OpenAPIRuntime ClientTransport.swift
[150/617] Compiling RealModule Float80+Real.swift
[151/617] Compiling RealModule Real.swift
[154/617] Compiling RealModule Float16+Real.swift
[161/684] Compiling OrderedCollections OrderedDictionary+Codable.swift
[162/684] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[163/684] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[164/684] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[165/684] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[166/684] Compiling OrderedCollections OrderedDictionary+Elements.swift
[167/684] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[168/684] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[169/684] Compiling OrderedCollections _HashTable+Testing.swift
[170/684] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[171/685] Compiling ComplexModule Polar.swift
[172/685] Compiling ComplexModule Complex+StringConvertible.swift
[173/685] Compiling ComplexModule Complex.swift
[174/685] Compiling ComplexModule Complex+Numeric.swift
[175/685] Compiling ComplexModule Scale.swift
[176/685] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[177/685] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[178/685] Compiling OpenAPIRuntime URIEncodedNode.swift
[179/685] Compiling OpenAPIRuntime URIParsedTypes.swift
[180/685] Compiling OpenAPIRuntime URIDecoder.swift
[181/685] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[182/685] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[183/685] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[190/693] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[191/693] Compiling OrderedCollections _HashTable+Constants.swift
[192/693] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[193/693] Compiling OrderedCollections _HashTable+Bucket.swift
[194/693] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[196/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[197/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[198/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[199/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[200/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[201/693] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[202/700] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[203/700] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[204/700] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[205/700] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[206/700] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[209/700] Emitting module OpenAPIRuntime
[210/700] Emitting module ComplexModule
[219/701] Compiling OrderedCollections OrderedSet+Initializers.swift
[220/701] Compiling OrderedCollections OrderedSet+Insertions.swift
[221/701] Compiling OrderedCollections OrderedSet+Invariants.swift
[222/701] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[223/701] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[224/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[225/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[226/701] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[227/701] Compiling OrderedCollections OrderedDictionary.swift
[228/701] Compiling OrderedCollections OrderedSet+Codable.swift
[229/701] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[230/701] Compiling OrderedCollections OrderedSet+Descriptions.swift
[231/701] Compiling OrderedCollections OrderedSet+Diffing.swift
[232/701] Compiling OrderedCollections OrderedSet+Equatable.swift
[233/701] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[234/701] Compiling OrderedCollections OrderedSet+Hashable.swift
[235/701] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[236/701] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[237/701] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[238/701] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[239/701] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[240/701] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[241/701] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[242/701] Compiling OrderedCollections OrderedDictionary+Values.swift
[257/701] Compiling OrderedCollections _HashTable.swift
[258/701] Compiling OrderedCollections _Hashtable+Header.swift
[270/701] Emitting module OrderedCollections
[270/702] Compiling distributed.cpp
[281/716] Compiling fast.cpp
[283/716] Compiling Jinja AST.swift
[284/716] Compiling Jinja Error.swift
[285/716] Compiling Jinja Filters.swift
[286/716] Compiling Jinja Globals.swift
[287/716] Compiling Jinja Interpreter.swift
[288/716] Compiling Jinja Lexer.swift
[289/716] Compiling Jinja Macro.swift
[290/716] Compiling Jinja Parser.swift
[291/716] Compiling Jinja Utilities.swift
[292/717] Compiling OrderedCollections OrderedSet+Sendable.swift
[293/717] Compiling OrderedCollections OrderedSet+SubSequence.swift
[294/717] Compiling OrderedCollections OrderedSet+Testing.swift
[295/717] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[296/717] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[297/717] Compiling OrderedCollections OrderedSet.swift
[298/717] Compiling OrderedCollections _UnsafeBitset.swift
[316/717] Emitting module OrderedCollections
[318/718] Compiling OpenAPIRuntime URIEncoder.swift
[319/718] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[320/718] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[321/718] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[322/718] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[323/718] Compiling OpenAPIRuntime URIParser.swift
[324/718] Compiling OpenAPIRuntime URISerializer.swift
[326/719] Compiling device.cpp
[330/719] Compiling Jinja Value.swift
[333/724] Compiling Jinja PropertyMembers.swift
[334/724] Compiling Jinja Template.swift
[335/733] Compiling OpenAI AudioSpeechStreamInterpreter.swift
[336/733] Compiling OpenAI CodableResultStreamInterpreter.swift
[337/846] Compiling OpenAI KeyedDecodingContainer+ParsingOptions.swift
[338/846] Compiling OpenAI MultipartFormDataBodyBuilder.swift
[339/846] Compiling OpenAI MultipartFormDataBodyEncodable.swift
[340/846] Compiling OpenAI MultipartFormDataEntry.swift
[341/846] Emitting module Jinja
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.
[341/847] Compiling utils.cpp
In file included from /host/spi-builder-workspace/.build/checkouts/mlx-swift/Source/Cmlx/mlx/mlx/backend/metal/ternary.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>
| ^~~~~~~~~~~~~~~~
[341/847] Compiling ternary.cpp
[341/847] Compiling compile.cpp
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>
| ^~~~~~~~~~~~~~~~
[341/847] Compiling unary.cpp
[341/847] Compiling export.cpp
BUILD FAILURE 6.1 android