Build Information
Failed to build SpeziChat, reference main (059bb8), with Swift 6.1 for Linux on 23 Feb 2026 20:00:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziChat.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/StanfordSpezi/SpeziChat
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 059bb8e improved markdown rendering (#30)
Cloned https://github.com/StanfordSpezi/SpeziChat.git
Revision (git rev-parse @):
059bb8e4509ffeabc2b98012aca14756b9a74225
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziChat.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziChat.git
https://github.com/StanfordSpezi/SpeziChat.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "spezispeech",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziSpeech.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "textual",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/textual.git"
}
],
"manifest_display_name" : "SpeziChat",
"name" : "SpeziChat",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SpeziChat",
"targets" : [
"SpeziChat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziChatTests",
"module_type" : "SwiftTarget",
"name" : "SpeziChatTests",
"path" : "Tests/SpeziChatTests",
"sources" : [
"SpeziChatTests.swift"
],
"target_dependencies" : [
"SpeziChat"
],
"type" : "test"
},
{
"c99name" : "SpeziChat",
"module_type" : "SwiftTarget",
"name" : "SpeziChat",
"path" : "Sources/SpeziChat",
"product_dependencies" : [
"SpeziFoundation",
"SpeziSpeechRecognizer",
"SpeziSpeechSynthesizer",
"SpeziViews",
"Textual"
],
"product_memberships" : [
"SpeziChat"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SpeziChat/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SpeziChat/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ChatView+Export.swift",
"ChatView+ShareSheet.swift",
"ChatView+SpeechButton.swift",
"ChatView+SpeechOutput.swift",
"ChatView.swift",
"Helpers/MessageInputViewHeightKey.swift",
"Helpers/TypingIndicator.swift",
"MessageInputView.swift",
"MessageStyleViewModifier.swift",
"MessageView.swift",
"MessagesView.swift",
"Models/Chat.swift",
"Models/ChatEntity+Alignment.swift",
"Models/ChatEntity+HiddenMessageType.swift",
"Models/ChatEntity.swift",
"ToolInteractionView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/gonzalezreal/textual.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziSpeech.git
[1/1129] Fetching textual
[622/1596] Fetching textual, spezispeech
[786/6375] Fetching textual, spezispeech, speziviews
Fetched https://github.com/StanfordSpezi/SpeziSpeech.git from cache (0.63s)
[1480/5908] Fetching textual, speziviews
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.34s)
Fetched https://github.com/gonzalezreal/textual.git from cache (1.55s)
[1/2733] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.50s)
Computing version for https://github.com/gonzalezreal/textual.git
Computed https://github.com/gonzalezreal/textual.git at 0.3.1 (2.70s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/gonzalezreal/swiftui-math
[1/886] Fetching swift-concurrency-extras
[887/2708] Fetching swift-concurrency-extras, swiftui-math
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.94s)
Fetched https://github.com/gonzalezreal/swiftui-math from cache (0.95s)
Computing version for https://github.com/gonzalezreal/swiftui-math
Computed https://github.com/gonzalezreal/swiftui-math at 0.1.0 (1.56s)
Computing version for https://github.com/StanfordSpezi/SpeziSpeech.git
Computed https://github.com/StanfordSpezi/SpeziSpeech.git at 1.1.2 (0.73s)
Fetching https://github.com/StanfordSpezi/Spezi
[1/10188] Fetching spezi
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.15s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.10.1 (0.85s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/19841] Fetching swift-collections
[597/20576] Fetching swift-collections, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (2.11s)
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (2.97s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.3 (1.07s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
[1/1820] Fetching swift-atomics
[602/1991] Fetching swift-atomics, threadlocal
[773/8049] Fetching swift-atomics, threadlocal, swift-algorithms
[1829/14114] Fetching swift-atomics, threadlocal, swift-algorithms, swift-log
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.29s)
[3142/13943] Fetching swift-atomics, swift-algorithms, swift-log
[12974/77100] Fetching swift-atomics, swift-algorithms, swift-log, zstd
Fetched https://github.com/apple/swift-atomics.git from cache (4.87s)
Fetched https://github.com/apple/swift-log from cache (4.89s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.90s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (4.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.54s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/gonzalezreal/textual.git at 0.3.1 (0.00s)
Computed https://github.com/gonzalezreal/swiftui-math at 0.1.0 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziSpeech.git at 1.1.2 (0.00s)
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.00s)
Computed https://github.com/StanfordSpezi/Spezi at 1.10.1 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.6.0 (0.99s)
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.86s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (0.61s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.11 (0.88s)
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
[1/8370] Fetching swift-markdown-ui
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (3.23s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (4.48s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[533/19359] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.22s)
[5672/18295] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (2.49s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (3.68s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (1.07s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/gonzalezreal/swiftui-math
Working copy of https://github.com/gonzalezreal/swiftui-math resolved at 0.1.0
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.11
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.10.1
Creating working copy for https://github.com/StanfordSpezi/SpeziSpeech.git
Working copy of https://github.com/StanfordSpezi/SpeziSpeech.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
Creating working copy for https://github.com/gonzalezreal/textual.git
Working copy of https://github.com/gonzalezreal/textual.git resolved at 0.3.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/68] Write sources
[0/68] Copying Localizable.xcstrings
[0/68] Copying Info.plist
[0/68] Copying Localizable.xcstrings.license
[1/68] Write sources
[6/68] Copying prism-bundle.js
[7/68] Compiling _AtomicsShims.c
[8/68] Copying mathFonts.bundle
[9/68] Compiling cmark-gfm-extensions strikethrough.c
[10/68] Compiling cmark-gfm-extensions tagfilter.c
[11/68] Compiling cmark-gfm-extensions ext_scanners.c
[12/68] Compiling cmark-gfm-extensions tasklist.c
[13/68] Compiling cmark-gfm-extensions core-extensions.c
[14/68] Compiling cmark-gfm-extensions autolink.c
[15/68] Compiling cmark-gfm syntax_extension.c
[16/68] Compiling cmark-gfm xml.c
[17/68] Compiling cmark-gfm render.c
[18/68] Compiling cmark-gfm registry.c
[19/68] Compiling cmark-gfm references.c
[20/68] Compiling cmark-gfm plugin.c
[21/68] Compiling cmark-gfm plaintext.c
[22/68] Compiling cmark-gfm-extensions table.c
[22/68] Write swift-version-24593BA9C3E375BF.txt
[24/68] Compiling cmark-gfm map.c
[25/68] Compiling cmark-gfm utf8.c
[26/68] Compiling cmark-gfm man.c
[27/68] Compiling cmark-gfm linked_list.c
[28/68] Compiling cmark-gfm node.c
[29/68] Compiling cmark-gfm latex.c
[30/68] Compiling cmark-gfm iterator.c
[31/68] Compiling cmark-gfm houdini_html_e.c
[32/68] Compiling cmark-gfm html.c
[33/68] Compiling cmark-gfm houdini_href_e.c
[34/68] Compiling cmark-gfm houdini_html_u.c
[35/68] Compiling cmark-gfm footnotes.c
[36/68] Compiling cmark-gfm cmark_ctype.c
[37/68] Compiling cmark-gfm inlines.c
[38/68] Compiling cmark-gfm scanners.c
[38/68] Write sources
[38/68] Copying Localizable.xcstrings.license
[38/68] Copying Localizable.xcstrings
[38/68] Copying Info.plist
[45/68] Compiling cmark-gfm commonmark.c
[46/68] Write sources
[47/68] Copying Localizable.xcstrings.license
[48/68] Copying Localizable.xcstrings
[49/68] Copying Info.plist
[50/68] Write sources
[53/69] Compiling cmark-gfm cmark.c
[53/69] Write sources
[63/69] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[63/69] Compiling cmark-gfm buffer.c
[64/69] Compiling _NumericsShims _NumericsShims.c
[66/98] Compiling cmark-gfm arena.c
[67/108] Compiling cmark-gfm blocks.c
[69/187] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/189] Emitting module SwiftUIMath
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[71/194] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/194] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[73/194] Emitting module ConcurrencyExtras
[74/195] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/195] Compiling InternalCollectionsUtilities Integer rank.swift
[76/195] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/195] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/195] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[79/195] Compiling RealModule RealFunctions.swift
[80/196] Compiling RealModule Float80+Real.swift
[81/196] Compiling RealModule Real.swift
[82/196] Compiling RealModule Float16+Real.swift
[83/196] Emitting module Atomics
[87/196] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[88/196] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[89/198] Emitting module RuntimeAssertions
[90/198] Compiling RuntimeAssertions RuntimeAssertion.swift
[93/199] Compiling NetworkImage NetworkImageModel.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[94/200] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[95/200] Compiling InternalCollectionsUtilities _SortedCollection.swift
[96/200] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/200] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[100/200] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/200] Compiling InternalCollectionsUtilities Debugging.swift
[102/200] Compiling InternalCollectionsUtilities Descriptions.swift
[103/200] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[109/200] Emitting module RealModule
[118/201] Compiling RealModule RelaxedArithmetic.swift
[119/202] Compiling ConcurrencyExtras UncheckedSendable.swift
[123/202] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[126/202] Compiling Atomics IntegerOperations.swift
[127/202] Compiling Atomics Unmanaged extensions.swift
[129/283] Compiling Logging Locks.swift
[130/283] Compiling Logging LogHandler.swift
[131/283] Compiling Logging Logging.swift
[132/283] Emitting module Logging
[133/283] Compiling Logging MetadataProvider.swift
[134/284] Compiling ConcurrencyExtras Result.swift
[135/284] Compiling ConcurrencyExtras Task.swift
[137/284] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[138/284] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[139/284] Compiling OrderedCollections OrderedSet+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[140/284] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[141/284] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[142/284] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[143/284] Compiling RuntimeAssertions RuntimePrecondition.swift
[144/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[145/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[146/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[147/284] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[148/284] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[149/284] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[150/284] Compiling OrderedCollections OrderedDictionary+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[151/284] Compiling OrderedCollections OrderedDictionary+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[152/284] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[153/284] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[154/284] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[155/284] Compiling ConcurrencyExtras LockIsolated.swift
[156/284] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[157/284] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[158/284] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[159/284] Compiling Algorithms Partition.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[160/284] Compiling Algorithms Permutations.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[161/284] Compiling Algorithms Product.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[162/284] Compiling Algorithms RandomSample.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[163/284] Compiling Algorithms Reductions.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[164/284] Compiling Algorithms Rotate.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[165/284] Compiling Algorithms Split.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[166/284] Compiling Algorithms Stride.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[167/284] Compiling Algorithms Suffix.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[168/284] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[169/284] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[170/284] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[171/284] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[172/284] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[173/284] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[174/284] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[175/284] Compiling OrderedCollections OrderedSet+Insertions.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[176/284] Compiling OrderedCollections OrderedSet+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[177/284] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[178/284] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[179/284] Compiling NetworkImage TaskModifier.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[180/284] Compiling NetworkImage NetworkImageState.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[181/284] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[182/284] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[187/284] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[188/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[189/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[190/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[191/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[192/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[193/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[194/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[195/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[196/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[197/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[198/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[199/284] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[200/284] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[201/284] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[202/291] Compiling RuntimeAssertions Precondition.swift
[203/291] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[205/291] Compiling RuntimeAssertions Assert.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[209/291] Compiling RuntimeAssertions Counter.swift
[210/291] Compiling RuntimeAssertions DebugOnly.swift
[211/291] Compiling RuntimeAssertions NeverReturn.swift
[212/292] Compiling NetworkImage NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/120] Compiling RealModule RealFunctions.swift
[3/121] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[4/121] Compiling NetworkImage NetworkImageState.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[5/121] Compiling NetworkImage TaskModifier.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[6/122] Compiling RuntimeAssertions Counter.swift
[7/122] Compiling RuntimeAssertions DebugOnly.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/123] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[9/123] Compiling Atomics AtomicInteger.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[10/123] Compiling Atomics AtomicOptionalWrappable.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[11/123] Compiling Logging MetadataProvider.swift
[12/123] Compiling RuntimeAssertions Assert.swift
[13/123] Compiling Atomics AtomicValue.swift
[14/123] Compiling Atomics AtomicMemoryOrderings.swift
[15/124] Compiling RuntimeAssertions NeverReturn.swift
[16/124] Compiling RealModule Real.swift
[17/124] Compiling ConcurrencyExtras LockIsolated.swift
[18/124] Compiling ConcurrencyExtras MainSerialExecutor.swift
[19/124] Emitting module RuntimeAssertions
[20/124] Compiling Atomics IntegerConformances.swift
[21/124] Compiling Atomics PointerConformances.swift
[22/124] Compiling Atomics Primitives.native.swift
[23/124] Compiling Atomics OptionalRawRepresentable.swift
[24/126] Compiling Atomics AtomicReference.swift
[25/126] Compiling Atomics AtomicStorage.swift
[26/126] Compiling Atomics ManagedAtomic.swift
[27/126] Compiling Atomics ManagedAtomicLazyReference.swift
[28/126] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[29/126] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/126] Compiling RealModule RelaxedArithmetic.swift
[31/128] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[32/128] Compiling SwiftUIMath Space.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[33/128] Compiling SwiftUIMath Style.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[34/128] Compiling SwiftUIMath Table.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[35/128] Compiling SwiftUIMath TextColor.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[36/128] Compiling SwiftUIMath Underline.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[43/133] Compiling SwiftUIMath Fraction.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[44/133] Compiling SwiftUIMath Inner.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[45/133] Compiling SwiftUIMath LargeOperator.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[46/133] Compiling SwiftUIMath Overline.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[47/133] Compiling SwiftUIMath Radical.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[50/133] Emitting module ConcurrencyExtras
[51/133] Compiling ConcurrencyExtras Result.swift
[52/133] Compiling ConcurrencyExtras Task.swift
[55/133] Compiling RuntimeAssertions RuntimeAssertion.swift
[56/133] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[57/133] Compiling RuntimeAssertions Precondition.swift
[58/133] Compiling RealModule Float80+Real.swift
[61/133] Compiling Atomics RawRepresentable.swift
[62/133] Compiling Atomics AtomicBool.swift
[63/133] Compiling RealModule Float16+Real.swift
[64/133] Compiling Atomics DoubleWord.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[70/133] Compiling RuntimeAssertions RuntimePrecondition.swift
[71/133] Compiling ConcurrencyExtras UncheckedSendable.swift
[87/135] Emitting module RealModule
[88/136] Compiling Atomics IntegerOperations.swift
[89/136] Compiling Atomics Unmanaged extensions.swift
[90/136] Compiling NetworkImage NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[91/136] Compiling NetworkImage NetworkImageModel.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[98/136] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/136] Emitting module SwiftUIMath
/host/spi-builder-workspace/.build/checkouts/swiftui-math/Sources/SwiftUIMath/Font.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | extension Math {
[107/137] Compiling Logging LogHandler.swift
[108/137] Emitting module Logging
[109/137] Compiling Logging Locks.swift
BUILD FAILURE 6.1 linux