The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-markdown-ui, reference 2.4.1 (5f6133), with Swift 6.1 for Linux on 29 Apr 2025 15:43:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/swift-markdown-ui.git
Reference: 2.4.1
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/gonzalezreal/swift-markdown-ui
 * tag               2.4.1      -> FETCH_HEAD
HEAD is now at 5f61335 Replace embedded cmark-gfm by swift-cmark (#348)
Cloned https://github.com/gonzalezreal/swift-markdown-ui.git
Revision (git rev-parse @):
5f613358148239d0292c0cef674a3c2314737f9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalezreal/swift-markdown-ui.git
https://github.com/gonzalezreal/swift-markdown-ui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "networkimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/NetworkImage"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-cmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-cmark"
    }
  ],
  "manifest_display_name" : "swift-markdown-ui",
  "name" : "swift-markdown-ui",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "MarkdownUI",
      "targets" : [
        "MarkdownUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkdownUITests",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownUITests",
      "path" : "Tests/MarkdownUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "FontPropertiesTests.swift",
        "HTMLTagTests.swift",
        "InlineContentBuilderTests.swift",
        "ListContentBuilderTests.swift",
        "MarkdownContentBuilderTests.swift",
        "MarkdownContentTests.swift",
        "MarkdownImageTests.swift",
        "MarkdownListTests.swift",
        "MarkdownTableTests.swift",
        "MarkdownTests.swift",
        "TaskListContentBuilderTests.swift",
        "TextStyleBuilderTests.swift",
        "ThemeDocCTests.swift",
        "ThemeGitHubTests.swift",
        "ThemePreview.swift"
      ],
      "target_dependencies" : [
        "MarkdownUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkdownUI",
      "module_type" : "SwiftTarget",
      "name" : "MarkdownUI",
      "path" : "Sources/MarkdownUI",
      "product_dependencies" : [
        "cmark-gfm",
        "cmark-gfm-extensions",
        "NetworkImage"
      ],
      "product_memberships" : [
        "MarkdownUI"
      ],
      "sources" : [
        "DSL/Blocks/Blockquote.swift",
        "DSL/Blocks/BulletedList.swift",
        "DSL/Blocks/CodeBlock.swift",
        "DSL/Blocks/Heading.swift",
        "DSL/Blocks/ListContentBuilder.swift",
        "DSL/Blocks/ListItem.swift",
        "DSL/Blocks/MarkdownContent.swift",
        "DSL/Blocks/MarkdownContentBuilder.swift",
        "DSL/Blocks/NumberedList.swift",
        "DSL/Blocks/Paragraph.swift",
        "DSL/Blocks/TaskList.swift",
        "DSL/Blocks/TaskListContentBuilder.swift",
        "DSL/Blocks/TaskListItem.swift",
        "DSL/Blocks/TextTable.swift",
        "DSL/Blocks/TextTableColumn.swift",
        "DSL/Blocks/TextTableColumnAlignment.swift",
        "DSL/Blocks/TextTableColumnBuilder.swift",
        "DSL/Blocks/TextTableRow.swift",
        "DSL/Blocks/TextTableRowBuilder.swift",
        "DSL/Blocks/ThematicBreak.swift",
        "DSL/Inlines/Code.swift",
        "DSL/Inlines/Emphasis.swift",
        "DSL/Inlines/InlineContent.swift",
        "DSL/Inlines/InlineContentBuilder.swift",
        "DSL/Inlines/InlineImage.swift",
        "DSL/Inlines/InlineLink.swift",
        "DSL/Inlines/LineBreak.swift",
        "DSL/Inlines/SoftBreak.swift",
        "DSL/Inlines/Strikethrough.swift",
        "DSL/Inlines/Strong.swift",
        "Extensibility/AssetImageProvider.swift",
        "Extensibility/AssetInlineImageProvider.swift",
        "Extensibility/CodeSyntaxHighlighter.swift",
        "Extensibility/DefaultImageProvider.swift",
        "Extensibility/DefaultInlineImageProvider.swift",
        "Extensibility/ImageProvider.swift",
        "Extensibility/InlineImageProvider.swift",
        "Parser/BlockNode+Rewrite.swift",
        "Parser/BlockNode.swift",
        "Parser/HTMLTag.swift",
        "Parser/InlineNode+Collect.swift",
        "Parser/InlineNode+Rewrite.swift",
        "Parser/InlineNode.swift",
        "Parser/MarkdownParser.swift",
        "Renderer/AttributedStringInlineRenderer.swift",
        "Renderer/InlineTextStyles.swift",
        "Renderer/TextInlineRenderer.swift",
        "Theme/BlockStyle/BlockConfiguration.swift",
        "Theme/BlockStyle/BlockStyle.swift",
        "Theme/BlockStyle/CodeBlockConfiguration.swift",
        "Theme/BlockStyle/ListBullet.swift",
        "Theme/BlockStyle/ListMarkerConfiguration.swift",
        "Theme/BlockStyle/TableBackgroundStyle.swift",
        "Theme/BlockStyle/TableBorderStyle.swift",
        "Theme/BlockStyle/TableCellConfiguration.swift",
        "Theme/BlockStyle/TaskListMarkerConfiguration.swift",
        "Theme/TextStyle/Styles/BackgroundColor.swift",
        "Theme/TextStyle/Styles/EmptyTextStyle.swift",
        "Theme/TextStyle/Styles/Font+FontProperties.swift",
        "Theme/TextStyle/Styles/FontCapsVariant.swift",
        "Theme/TextStyle/Styles/FontDigitVariant.swift",
        "Theme/TextStyle/Styles/FontFamily.swift",
        "Theme/TextStyle/Styles/FontFamilyVariant.swift",
        "Theme/TextStyle/Styles/FontProperties.swift",
        "Theme/TextStyle/Styles/FontPropertiesAttribute.swift",
        "Theme/TextStyle/Styles/FontSize.swift",
        "Theme/TextStyle/Styles/FontStyle.swift",
        "Theme/TextStyle/Styles/FontWeight.swift",
        "Theme/TextStyle/Styles/FontWidth.swift",
        "Theme/TextStyle/Styles/ForegroundColor.swift",
        "Theme/TextStyle/Styles/StrikethroughStyle.swift",
        "Theme/TextStyle/Styles/TextKerning.swift",
        "Theme/TextStyle/Styles/TextTracking.swift",
        "Theme/TextStyle/Styles/UnderlineStyle.swift",
        "Theme/TextStyle/TextStyle.swift",
        "Theme/TextStyle/TextStyleBuilder.swift",
        "Theme/Theme+Basic.swift",
        "Theme/Theme+DocC.swift",
        "Theme/Theme+GitHub.swift",
        "Theme/Theme.swift",
        "Utility/BlockNode+ColorSchemeImage.swift",
        "Utility/Color+RGBA.swift",
        "Utility/Deprecations.swift",
        "Utility/FlowLayout.swift",
        "Utility/Indexed.swift",
        "Utility/InlineNode+PlainText.swift",
        "Utility/InlineNode+RawImageData.swift",
        "Utility/Int+Roman.swift",
        "Utility/RelativeSize.swift",
        "Utility/ResizeToFit.swift",
        "Utility/String+KebabCase.swift",
        "Views/Blocks/BlockMargin.swift",
        "Views/Blocks/BlockNode+View.swift",
        "Views/Blocks/BlockSequence.swift",
        "Views/Blocks/BlockquoteView.swift",
        "Views/Blocks/BulletedListView.swift",
        "Views/Blocks/CodeBlockView.swift",
        "Views/Blocks/ColumnWidthPreference.swift",
        "Views/Blocks/HeadingView.swift",
        "Views/Blocks/ImageFlow.swift",
        "Views/Blocks/ListItemSequence.swift",
        "Views/Blocks/ListItemView.swift",
        "Views/Blocks/NumberedListView.swift",
        "Views/Blocks/ParagraphView.swift",
        "Views/Blocks/TableBackgroundView.swift",
        "Views/Blocks/TableBorderSelector.swift",
        "Views/Blocks/TableBorderView.swift",
        "Views/Blocks/TableBounds.swift",
        "Views/Blocks/TableCell.swift",
        "Views/Blocks/TableView.swift",
        "Views/Blocks/TaskListItemView.swift",
        "Views/Blocks/TaskListView.swift",
        "Views/Blocks/TextStyleAttributesReader.swift",
        "Views/Blocks/ThematicBreakView.swift",
        "Views/Environment/Environment+BaseURL.swift",
        "Views/Environment/Environment+CodeSyntaxHighlighter.swift",
        "Views/Environment/Environment+ImageProvider.swift",
        "Views/Environment/Environment+InlineImageProvider.swift",
        "Views/Environment/Environment+List.swift",
        "Views/Environment/Environment+SoftBreakMode.swift",
        "Views/Environment/Environment+Table.swift",
        "Views/Environment/Environment+TextStyle.swift",
        "Views/Environment/Environment+Theme.swift",
        "Views/Inlines/ImageView.swift",
        "Views/Inlines/InlineText.swift",
        "Views/Markdown.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-cmark
[1/1040] Fetching networkimage
[1041/14199] Fetching networkimage, swift-snapshot-testing
[1042/32235] Fetching networkimage, swift-snapshot-testing, swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (1.01s)
[6962/14199] Fetching networkimage, swift-snapshot-testing
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.68s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.73s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.20s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.6.0 (0.47s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.45s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/74826] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.46s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.99s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.20s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.55s)
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/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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.6.0
Building for debugging...
[0/37] Compiling cmark-gfm-extensions strikethrough.c
[1/37] Compiling cmark-gfm-extensions tasklist.c
[2/37] Compiling cmark-gfm-extensions tagfilter.c
[3/37] Compiling cmark-gfm-extensions ext_scanners.c
[4/37] Compiling cmark-gfm-extensions core-extensions.c
[5/37] Compiling cmark-gfm xml.c
[6/37] Compiling cmark-gfm-extensions autolink.c
[7/37] Compiling cmark-gfm-extensions table.c
[8/37] Compiling cmark-gfm syntax_extension.c
[9/37] Compiling cmark-gfm plugin.c
[10/37] Compiling cmark-gfm render.c
[11/37] Compiling cmark-gfm registry.c
[12/37] Compiling cmark-gfm references.c
[13/37] Compiling cmark-gfm plaintext.c
[14/37] Compiling cmark-gfm map.c
[15/37] Compiling cmark-gfm man.c
[16/37] Compiling cmark-gfm linked_list.c
[16/37] Compiling cmark-gfm utf8.c
[18/37] Write swift-version-24593BA9C3E375BF.txt
[19/37] Compiling cmark-gfm node.c
[20/37] Compiling cmark-gfm latex.c
[21/37] Compiling cmark-gfm iterator.c
[22/37] Compiling cmark-gfm houdini_html_e.c
[23/37] Compiling cmark-gfm houdini_href_e.c
[24/37] Compiling cmark-gfm html.c
[25/37] Compiling cmark-gfm cmark_ctype.c
[25/37] Compiling cmark-gfm houdini_html_u.c
[27/37] Compiling cmark-gfm footnotes.c
[28/37] Write sources
[30/37] Compiling cmark-gfm commonmark.c
[30/37] Compiling cmark-gfm cmark.c
[32/37] Compiling cmark-gfm inlines.c
[33/37] Compiling cmark-gfm arena.c
[34/37] Compiling cmark-gfm buffer.c
[35/37] Compiling cmark-gfm scanners.c
[36/37] Compiling cmark-gfm blocks.c
[38/47] Compiling NetworkImage NetworkImageState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[39/48] Compiling NetworkImage NetworkImageModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[40/48] Compiling NetworkImage View+NetworkImageLoader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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)
[41/48] Emitting module NetworkImage
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[42/48] Compiling NetworkImage NetworkImageLoader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[43/48] Compiling NetworkImage Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[44/48] Compiling NetworkImage ImageSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[45/48] Compiling NetworkImage NetworkImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[46/48] Compiling NetworkImage NetworkImageCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[47/48] Compiling NetworkImage TaskModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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:
[48/48] Compiling NetworkImage URLSession+NetworkImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/MarkdownUITests/Resources/Images.xcassets
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] 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:
[3/12] 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:
[4/12] 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:
[5/12] 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:
[6/12] Compiling NetworkImage 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:
[7/12] Compiling NetworkImage NetworkImageCache.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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/12] 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/12] Compiling NetworkImage Deprecations.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/12] Compiling NetworkImage ImageSource.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/12] 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:
[12/12] 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:
BUILD FAILURE 6.1 linux