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 Parma, reference main (3c8b43), with Swift 6.1 for Linux on 26 Apr 2025 11:48:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dasautoooo/Parma.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/dasautoooo/Parma
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c8b431 Move escapeContent function.
Cloned https://github.com/dasautoooo/Parma.git
Revision (git rev-parse @):
3c8b431fd5ad3cf675c60d0aa89f011cbcbb036c
SUCCESS checkout https://github.com/dasautoooo/Parma.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dasautoooo/Parma.git
https://github.com/dasautoooo/Parma.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "down",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iwasrobbed/Down"
    }
  ],
  "manifest_display_name" : "Parma",
  "name" : "Parma",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Parma",
      "targets" : [
        "Parma"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParmaTests",
      "module_type" : "SwiftTarget",
      "name" : "ParmaTests",
      "path" : "Tests/ParmaTests",
      "sources" : [
        "ParmaTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Parma"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parma",
      "module_type" : "SwiftTarget",
      "name" : "Parma",
      "path" : "Sources/Parma",
      "product_dependencies" : [
        "Down"
      ],
      "product_memberships" : [
        "Parma"
      ],
      "sources" : [
        "Composer/CodeElementComposer.swift",
        "Composer/Composer.swift",
        "Composer/ComposingContext.swift",
        "Composer/ElementComposer.swift",
        "Composer/EmphasisElementComposer.swift",
        "Composer/HeadingElementComposer.swift",
        "Composer/ImageElementComposer.swift",
        "Composer/LinkElementComposer.swift",
        "Composer/ListElementComposer.swift",
        "Composer/ListItemElementComposer.swift",
        "Composer/ParagraphElementComposer.swift",
        "Composer/PlainTextComposer.swift",
        "Composer/StrongElementComposer.swift",
        "Composer/UnknownElementComposer.swift",
        "Element/Element.swift",
        "Element/HeadingLevel.swift",
        "Element/ListAttributes.swift",
        "Element/ListDelimiter.swift",
        "Element/ListType.swift",
        "Parma.swift",
        "ParmaCore.swift",
        "Render/ParmaRender.swift",
        "Render/ParmaRenderable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/iwasrobbed/Down
[1/6251] Fetching down
Fetched https://github.com/iwasrobbed/Down from cache (4.35s)
Computing version for https://github.com/iwasrobbed/Down
Computed https://github.com/iwasrobbed/Down at 0.11.0 (5.37s)
Creating working copy for https://github.com/iwasrobbed/Down
Working copy of https://github.com/iwasrobbed/Down resolved at 0.11.0
Building for debugging...
[0/24] Write sources
[1/24] Compiling libcmark cmark.c
[2/24] Compiling libcmark xml.c
[3/24] Compiling libcmark man.c
[4/24] Compiling libcmark render.c
[5/24] Compiling libcmark node.c
[6/24] Compiling libcmark references.c
[7/24] Compiling libcmark iterator.c
[8/24] Compiling libcmark utf8.c
[9/24] Compiling libcmark latex.c
[10/24] Compiling libcmark houdini_html_u.c
[11/24] Compiling libcmark html.c
[12/24] Compiling libcmark inlines.c
[13/24] Compiling libcmark houdini_href_e.c
[13/24] Write sources
[15/24] Copying DownView.bundle
[15/24] Copying DownView (macOS).bundle
[17/24] Compiling libcmark houdini_html_e.c
[18/24] Compiling libcmark buffer.c
[19/24] Compiling libcmark commonmark.c
[20/24] Compiling libcmark cmark_ctype.c
[21/24] Write swift-version-24593BA9C3E375BF.txt
[22/24] Compiling libcmark scanners.c
[23/24] Compiling libcmark blocks.c
[25/83] Emitting module Down
[26/91] Compiling Down DownGroffRenderable.swift
[27/91] Compiling Down DownHTMLRenderable.swift
[28/91] Compiling Down DownLaTeXRenderable.swift
[29/91] Compiling Down DownRenderable.swift
[30/91] Compiling Down DownXMLRenderable.swift
[31/91] Compiling Down BundleHelper.swift
[32/91] Compiling Down DownView.swift
[33/91] Compiling Down resource_bundle_accessor.swift
[34/91] Compiling Down BaseNode.swift
[35/91] Compiling Down BlockQuote.swift
[36/91] Compiling Down ChildSequence.swift
[37/91] Compiling Down Code.swift
[38/91] Compiling Down CodeBlock.swift
[39/91] Compiling Down CustomBlock.swift
[40/91] Compiling Down CustomInline.swift
[41/91] Compiling Down Document.swift
[42/91] Compiling Down Emphasis.swift
[43/91] Compiling Down DownStylerConfiguration.swift
[44/91] Compiling Down Styler.swift
[45/91] Compiling Down DownDebugTextView.swift
[46/91] Compiling Down DownTextView.swift
[47/91] Compiling Down AttributedStringVisitor.swift
[48/91] Compiling Down DebugVisitor.swift
[49/91] Compiling Down ListItemPrefixGenerator.swift
[50/91] Compiling Down Visitor.swift
[51/91] Compiling Down ListItemParagraphStyler.swift
[52/91] Compiling Down DownDebugLayoutManager.swift
[53/91] Compiling Down DownLayoutManager.swift
[54/91] Compiling Down CodeBlockOptions.swift
[55/91] Compiling Down ListItemOptions.swift
[56/91] Compiling Down QuoteStripeOptions.swift
[57/91] Compiling Down ThematicBreakOptions.swift
[58/91] Compiling Down DownStyler.swift
[59/91] Compiling Down BlockBackgroundColorAttribute.swift
[60/91] Compiling Down QuoteStripeAttribute.swift
[61/91] Compiling Down ThematicBreakAttribute.swift
[62/91] Compiling Down CGPoint+Translate.swift
[63/91] Compiling Down CGRect+Helpers.swift
[64/91] Compiling Down NSAttributedString+Helpers.swift
[65/91] Compiling Down NSMutableAttributedString+Attributes.swift
[66/91] Compiling Down UIFont+Traits.swift
[67/91] Compiling Down Paragraph.swift
[68/91] Compiling Down SoftBreak.swift
[69/91] Compiling Down Strong.swift
[70/91] Compiling Down Text.swift
[71/91] Compiling Down ThematicBreak.swift
[72/91] Compiling Down ColorCollection.swift
[73/91] Compiling Down FontCollection.swift
[74/91] Compiling Down ParagraphStyleCollection.swift
[75/91] Compiling Down Down.swift
[76/91] Compiling Down DownErrors.swift
[77/91] Compiling Down DownOptions.swift
[78/91] Compiling Down NSAttributedString+HTML.swift
[79/91] Compiling Down String+ToHTML.swift
[80/91] Compiling Down DownASTRenderable.swift
[81/91] Compiling Down DownAttributedStringRenderable.swift
[82/91] Compiling Down DownCommonMarkRenderable.swift
[83/91] Compiling Down Heading.swift
[84/91] Compiling Down HtmlBlock.swift
[85/91] Compiling Down HtmlInline.swift
[86/91] Compiling Down Image.swift
[87/91] Compiling Down Item.swift
[88/91] Compiling Down LineBreak.swift
[89/91] Compiling Down Link.swift
[90/91] Compiling Down List.swift
[91/91] Compiling Down Node.swift
[93/114] Compiling Parma HeadingLevel.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[94/114] Compiling Parma ListAttributes.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[95/114] Compiling Parma ListDelimiter.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[96/114] Compiling Parma CodeElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[97/114] Compiling Parma Composer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[98/114] Compiling Parma ComposingContext.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/114] Emitting module Parma
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[100/116] Compiling Parma ElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[101/116] Compiling Parma EmphasisElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[102/116] Compiling Parma HeadingElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[103/116] Compiling Parma ImageElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[104/116] Compiling Parma LinkElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[105/116] Compiling Parma ListElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[106/116] Compiling Parma ListItemElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[107/116] Compiling Parma ParagraphElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[108/116] Compiling Parma PlainTextComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[109/116] Compiling Parma ListType.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[110/116] Compiling Parma Parma.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[111/116] Compiling Parma ParmaCore.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[112/116] Compiling Parma StrongElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[113/116] Compiling Parma UnknownElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[114/116] Compiling Parma Element.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[115/116] Compiling Parma ParmaRender.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[116/116] Compiling Parma ParmaRenderable.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling Down Paragraph.swift
[3/60] Compiling Down SoftBreak.swift
[4/60] Compiling Down Strong.swift
[5/60] Compiling Down Text.swift
[6/60] Compiling Down ThematicBreak.swift
[7/60] Compiling Down ColorCollection.swift
[8/60] Compiling Down FontCollection.swift
[9/60] Compiling Down ParagraphStyleCollection.swift
[10/68] Emitting module Down
[11/68] Compiling Down DownStylerConfiguration.swift
[12/68] Compiling Down Styler.swift
[13/68] Compiling Down DownDebugTextView.swift
[14/68] Compiling Down DownTextView.swift
[15/68] Compiling Down AttributedStringVisitor.swift
[16/68] Compiling Down DebugVisitor.swift
[17/68] Compiling Down ListItemPrefixGenerator.swift
[18/68] Compiling Down Visitor.swift
[19/68] Compiling Down ListItemParagraphStyler.swift
[20/68] Compiling Down DownDebugLayoutManager.swift
[21/68] Compiling Down DownLayoutManager.swift
[22/68] Compiling Down CodeBlockOptions.swift
[23/68] Compiling Down ListItemOptions.swift
[24/68] Compiling Down QuoteStripeOptions.swift
[25/68] Compiling Down ThematicBreakOptions.swift
[26/68] Compiling Down DownStyler.swift
[27/68] Compiling Down BlockBackgroundColorAttribute.swift
[28/68] Compiling Down QuoteStripeAttribute.swift
[29/68] Compiling Down ThematicBreakAttribute.swift
[30/68] Compiling Down CGPoint+Translate.swift
[31/68] Compiling Down CGRect+Helpers.swift
[32/68] Compiling Down NSAttributedString+Helpers.swift
[33/68] Compiling Down NSMutableAttributedString+Attributes.swift
[34/68] Compiling Down UIFont+Traits.swift
[35/68] Compiling Down Down.swift
[36/68] Compiling Down DownErrors.swift
[37/68] Compiling Down DownOptions.swift
[38/68] Compiling Down NSAttributedString+HTML.swift
[39/68] Compiling Down String+ToHTML.swift
[40/68] Compiling Down DownASTRenderable.swift
[41/68] Compiling Down DownAttributedStringRenderable.swift
[42/68] Compiling Down DownCommonMarkRenderable.swift
[43/68] Compiling Down BaseNode.swift
[44/68] Compiling Down BlockQuote.swift
[45/68] Compiling Down ChildSequence.swift
[46/68] Compiling Down Code.swift
[47/68] Compiling Down CodeBlock.swift
[48/68] Compiling Down CustomBlock.swift
[49/68] Compiling Down CustomInline.swift
[50/68] Compiling Down Document.swift
[51/68] Compiling Down Emphasis.swift
[52/68] Compiling Down DownGroffRenderable.swift
[53/68] Compiling Down DownHTMLRenderable.swift
[54/68] Compiling Down DownLaTeXRenderable.swift
[55/68] Compiling Down DownRenderable.swift
[56/68] Compiling Down DownXMLRenderable.swift
[57/68] Compiling Down BundleHelper.swift
[58/68] Compiling Down DownView.swift
[59/68] Compiling Down resource_bundle_accessor.swift
[60/68] Compiling Down Heading.swift
[61/68] Compiling Down HtmlBlock.swift
[62/68] Compiling Down HtmlInline.swift
[63/68] Compiling Down Image.swift
[64/68] Compiling Down Item.swift
[65/68] Compiling Down LineBreak.swift
[66/68] Compiling Down Link.swift
[67/68] Compiling Down List.swift
[68/68] Compiling Down Node.swift
[70/91] Compiling Parma ElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[71/91] Compiling Parma EmphasisElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[72/91] Compiling Parma HeadingElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[73/93] Compiling Parma CodeElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[74/93] Compiling Parma Composer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[75/93] Compiling Parma ComposingContext.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/93] Emitting module Parma
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[77/93] Compiling Parma StrongElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[78/93] Compiling Parma UnknownElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[79/93] Compiling Parma Element.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[80/93] Compiling Parma ListType.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[81/93] Compiling Parma Parma.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[82/93] Compiling Parma ParmaCore.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[83/93] Compiling Parma ImageElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[84/93] Compiling Parma LinkElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[85/93] Compiling Parma ListElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[86/93] Compiling Parma HeadingLevel.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[87/93] Compiling Parma ListAttributes.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[88/93] Compiling Parma ListDelimiter.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[89/93] Compiling Parma ListItemElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[90/93] Compiling Parma ParagraphElementComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[91/93] Compiling Parma PlainTextComposer.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[92/93] Compiling Parma ParmaRender.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
[93/93] Compiling Parma ParmaRenderable.swift
/host/spi-builder-workspace/Sources/Parma/Composer/CodeElementComposer.swift:11:8: error: no such module 'SwiftUI'
 9 | //  MIT license, see LICENSE file for details
10 |
11 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
12 |
13 | struct CodeElementComposer: InlineElementComposer {
BUILD FAILURE 6.1 linux