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 swiftui-dynamic-forms, reference main (99e6c3), with Swift 6.1 for Linux on 27 Apr 2025 08:01:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/capturecontext/swiftui-dynamic-forms.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/capturecontext/swiftui-dynamic-forms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99e6c37 feat: Update dependecies
Cloned https://github.com/capturecontext/swiftui-dynamic-forms.git
Revision (git rev-parse @):
99e6c37f5f97bcec17d77020fa94d460c49a5014
SUCCESS checkout https://github.com/capturecontext/swiftui-dynamic-forms.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swiftui-dynamic-forms.git
https://github.com/capturecontext/swiftui-dynamic-forms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "0.12.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.1",
            "upper_bound" : "0.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump.git"
    },
    {
      "identity" : "swift-prelude",
      "requirement" : {
        "branch" : [
          "develop"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-prelude.git"
    },
    {
      "identity" : "swift-generic-color",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-generic-color.git"
    }
  ],
  "manifest_display_name" : "swiftui-dynamic-forms",
  "name" : "swiftui-dynamic-forms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamicForms",
      "targets" : [
        "DynamicForms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DynamicFormsUI",
      "targets" : [
        "DynamicFormsUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamicFormsUI",
      "module_type" : "SwiftTarget",
      "name" : "DynamicFormsUI",
      "path" : "Sources/DynamicFormsUI",
      "product_memberships" : [
        "DynamicFormsUI"
      ],
      "sources" : [
        "Default/DefaultButton.swift",
        "Default/DefaultForm.swift",
        "Default/DefaultPrimitiveNode.swift",
        "Default/DefaultSpacer.swift",
        "Default/DefaultStack.swift",
        "Default/DefaultText.swift",
        "Default/DefaultTextField.swift",
        "Default/DefaultTextView.swift",
        "Default/DefaultToggle.swift",
        "Default/DynamicElementNode.swift",
        "Default/DynamicViews.swift",
        "DynamicForEachView.swift",
        "DynamicFormView.swift",
        "Exports.swift",
        "Extensions/Binding+Optional.swift",
        "Extensions/Text+DynamicText.swift",
        "Protocols/PrimitiveDynamicNodeView.swift"
      ],
      "target_dependencies" : [
        "DynamicForms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DynamicFormsTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamicFormsTests",
      "path" : "Tests/DynamicFormsTests",
      "product_dependencies" : [
        "CustomDump"
      ],
      "sources" : [
        "DynamicFormsTests.swift"
      ],
      "target_dependencies" : [
        "DynamicForms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamicForms",
      "module_type" : "SwiftTarget",
      "name" : "DynamicForms",
      "path" : "Sources/DynamicForms",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "Prelude",
        "GenericColor"
      ],
      "product_memberships" : [
        "DynamicForms",
        "DynamicFormsUI"
      ],
      "sources" : [
        "Components/AnyDynamicElement.swift",
        "Components/DynamicButton.swift",
        "Components/DynamicForm.swift",
        "Components/DynamicSpacer.swift",
        "Components/DynamicStack.swift",
        "Components/DynamicText.swift",
        "Components/DynamicTextField.swift",
        "Components/DynamicTextView.swift",
        "Components/DynamicToggle.swift",
        "Components/_DynanicTupleElement.swift",
        "DynamicElementActionIdentifier.swift",
        "DynamicElementIdentifier.swift",
        "DynamicElementNode.swift",
        "DynamicFormClient.swift",
        "DynamicUIBuilder.swift",
        "DynamicUINode.swift",
        "Helpers/CasePaths+.swift",
        "Protocols/DynamicElement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.20s)
Fetching https://github.com/capturecontext/swift-generic-color.git
[1/226] Fetching swift-generic-color
Fetched https://github.com/capturecontext/swift-generic-color.git from cache (0.19s)
Fetching https://github.com/pointfreeco/swift-custom-dump.git
Fetching https://github.com/pointfreeco/swift-case-paths.git
[1/4581] Fetching swift-custom-dump
[2109/8949] Fetching swift-custom-dump, swift-case-paths
Fetched https://github.com/pointfreeco/swift-custom-dump.git from cache (0.26s)
Fetched https://github.com/pointfreeco/swift-case-paths.git from cache (0.26s)
Computing version for https://github.com/pointfreeco/swift-custom-dump.git
Computed https://github.com/pointfreeco/swift-custom-dump.git at 0.6.1 (0.72s)
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.55s)
Computing version for https://github.com/pointfreeco/swift-case-paths.git
Computed https://github.com/pointfreeco/swift-case-paths.git at 0.11.0 (1.02s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.47s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump.git
Working copy of https://github.com/pointfreeco/swift-custom-dump.git resolved at 0.6.1
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at develop (19edbd1)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths.git
Working copy of https://github.com/pointfreeco/swift-case-paths.git resolved at 0.11.0
Creating working copy for https://github.com/capturecontext/swift-generic-color.git
Working copy of https://github.com/capturecontext/swift-generic-color.git resolved at main (a4ce3f8)
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/76] Emitting module GenericColor
[10/78] Compiling GenericColor HSB.swift
[11/78] Compiling GenericColor OSX.swift
[12/78] Compiling GenericColor ConversionInitProtocols.swift
[13/78] Compiling GenericColor HSB+Conversions.swift
[14/78] Compiling GenericColor RGB+Conversions.swift
[15/78] Compiling GenericColor Decimal+Extension.swift
[18/83] Compiling Prelude Match.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[19/83] Compiling Prelude Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[20/83] Compiling Prelude Operators+Impl.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[21/83] Compiling Prelude Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[22/83] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[23/83] Compiling Prelude Optional.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[24/83] Compiling GenericColor SwiftUI.swift
[25/83] Compiling GenericColor iOS.swift
[26/83] Compiling GenericColor RGB.swift
[27/83] Compiling GenericColor RGBAInitializable.swift
[28/83] Compiling Prelude Parallel.swift
[29/83] Compiling Prelude Sequence.swift
[30/83] Compiling Prelude Set.swift
[31/83] Compiling Prelude String.swift
[32/83] Compiling Prelude Pack.swift
[33/83] Compiling Prelude Scope.swift
[38/83] Compiling GenericColor String+RGB.swift
[39/83] Compiling GenericColor StaticallyNamedType.swift
[40/83] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[43/84] Compiling Prelude NearSemiring.swift
[44/84] Compiling Prelude Plus.swift
[45/84] Compiling Prelude Ring.swift
[46/84] Compiling Prelude Semigroup.swift
[47/84] Compiling Prelude Semiring.swift
[48/84] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[49/84] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[50/84] Compiling XCTestDynamicOverlay Unimplemented.swift
[51/84] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[52/84] Compiling XCTestDynamicOverlay XCTFail.swift
[53/84] Compiling GenericColor CMYK.swift
[54/84] Compiling GenericColor Color+Mapping.swift
[55/84] Compiling GenericColor Color.swift
[56/84] Emitting module Prelude
[60/84] Compiling GenericColor ColorComponent.swift
[61/84] Compiling GenericColor ColorSpace.swift
[62/84] Compiling GenericColor CMYK+Conversions.swift
[65/84] Compiling XCTestDynamicOverlay Deprecations.swift
[66/84] Emitting module XCTestDynamicOverlay
[67/84] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[74/86] Compiling Prelude Tuple.swift
[75/86] Compiling Prelude Unit.swift
[76/86] Compiling Prelude Alt.swift
[77/86] Compiling Prelude Array.swift
[78/86] Compiling Prelude CommutativeRing.swift
[79/86] Compiling Prelude EuclideanRing.swift
[80/86] Compiling Prelude Field.swift
[81/86] Compiling Prelude FreeNearSemiring.swift
[82/86] Compiling Prelude HeytingAlgebra.swift
[83/86] Compiling Prelude Hole.swift
[84/86] Compiling Prelude IO.swift
[85/86] Compiling Prelude Monoid.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/69] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[3/69] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[4/70] Compiling GenericColor HSB.swift
[5/70] Compiling GenericColor OSX.swift
[6/72] Emitting module XCTestDynamicOverlay
[7/72] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[8/72] Compiling XCTestDynamicOverlay Deprecations.swift
[9/72] Compiling GenericColor SwiftUI.swift
[10/72] Compiling GenericColor iOS.swift
[11/72] Compiling GenericColor RGB.swift
[12/72] Compiling GenericColor RGBAInitializable.swift
[13/72] Compiling GenericColor String+RGB.swift
[14/72] Compiling GenericColor StaticallyNamedType.swift
[15/72] Compiling XCTestDynamicOverlay XCTFail.swift
[16/72] Compiling XCTestDynamicOverlay Unimplemented.swift
[17/72] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[18/72] Compiling Prelude Match.swift
[19/72] Compiling Prelude Never.swift
[20/72] Compiling Prelude Operators+Impl.swift
[21/72] Compiling Prelude Operators.swift
[22/72] Compiling Prelude PrecedenceGroups.swift
[23/72] Compiling Prelude Optional.swift
[24/77] Compiling GenericColor RGB+Conversions.swift
[25/77] Compiling GenericColor Decimal+Extension.swift
[26/77] Compiling Prelude Comparable.swift
[27/77] Compiling Prelude Comparator.swift
[28/77] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[29/78] Compiling Prelude Field.swift
[30/78] Compiling Prelude FreeNearSemiring.swift
[31/78] Compiling Prelude HeytingAlgebra.swift
[32/78] Compiling Prelude Hole.swift
[33/78] Compiling Prelude IO.swift
[34/78] Compiling Prelude Monoid.swift
[35/78] Compiling Prelude Xor.swift
[36/78] Compiling Prelude Cast.swift
[37/78] Compiling Prelude Collection.swift
[45/78] Emitting module GenericColor
[46/78] Compiling Prelude And.swift
[47/78] Compiling Prelude Equal.swift
[48/78] Compiling Prelude Or.swift
[49/79] Compiling Prelude Tuple.swift
[50/79] Compiling Prelude Unit.swift
[51/79] Compiling Prelude Alt.swift
[52/79] Compiling Prelude Array.swift
[53/79] Compiling Prelude CommutativeRing.swift
[54/79] Compiling Prelude EuclideanRing.swift
[55/79] Compiling Prelude NearSemiring.swift
[56/79] Compiling Prelude Plus.swift
[57/79] Compiling Prelude Ring.swift
[58/79] Compiling Prelude Semigroup.swift
[59/79] Compiling Prelude Semiring.swift
[61/79] Compiling Prelude Parallel.swift
[62/79] Compiling Prelude Sequence.swift
[63/79] Compiling Prelude Set.swift
[64/79] Compiling Prelude String.swift
[65/79] Compiling Prelude Pack.swift
[66/79] Compiling Prelude Scope.swift
[67/108] Compiling CasePaths XCTUnwrap.swift
[68/108] Compiling CustomDump Speech.swift
[69/108] Compiling CustomDump StoreKit.swift
[70/108] Compiling CustomDump Swift.swift
[71/111] Compiling CustomDump GameKit.swift
[72/111] Compiling CustomDump KeyPath.swift
[73/111] Compiling CustomDump Photos.swift
[74/111] Compiling CustomDump SwiftUI.swift
[75/111] Compiling CustomDump UIKit.swift
[76/111] Compiling CustomDump UserNotifications.swift
[77/111] Compiling CustomDump UserNotificationsUI.swift
[78/111] Compiling CustomDump CustomDumpReflectable.swift
[79/111] Compiling CustomDump CustomDumpRepresentable.swift
[80/111] Compiling CustomDump AnyType.swift
[81/111] Compiling CustomDump Box.swift
[82/111] Compiling CustomDump CollectionDifference.swift
[83/111] Compiling CustomDump Mirror.swift
[84/111] Compiling CustomDump String.swift
[85/111] Compiling CustomDump XCTAssertNoDifference.swift
[86/111] Compiling CustomDump CoreImage.swift
[87/111] Compiling CustomDump CoreLocation.swift
[88/111] Compiling CustomDump CoreMotion.swift
[89/111] Compiling CustomDump Foundation.swift
[90/111] Emitting module CustomDump
[91/111] Emitting module Prelude
[104/112] Compiling CasePaths Operators.swift
[105/112] Emitting module CasePaths
[106/112] Compiling CasePaths CasePaths.swift
[107/112] Compiling CasePaths CasePath.swift
[108/112] Compiling CasePaths EnumReflection.swift
[111/113] Compiling CustomDump CustomDumpStringConvertible.swift
[112/113] Compiling CustomDump Diff.swift
[113/113] Compiling CustomDump Dump.swift
[115/131] Compiling DynamicForms AnyDynamicElement.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[116/131] Compiling DynamicForms DynamicButton.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[117/131] Compiling DynamicForms DynamicForm.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[118/133] Compiling DynamicForms DynamicTextField.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[119/133] Compiling DynamicForms DynamicTextView.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[120/133] Compiling DynamicForms DynamicElementNode.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[121/133] Compiling DynamicForms DynamicFormClient.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[122/133] Compiling DynamicForms DynamicElementActionIdentifier.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[123/133] Compiling DynamicForms DynamicElementIdentifier.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[124/133] Compiling DynamicForms DynamicToggle.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[125/133] Compiling DynamicForms _DynanicTupleElement.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[126/133] Compiling DynamicForms DynamicUIBuilder.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[127/133] Compiling DynamicForms DynamicUINode.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/133] Emitting module DynamicForms
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[129/133] Compiling DynamicForms CasePaths+.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[130/133] Compiling DynamicForms DynamicElement.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[131/133] Compiling DynamicForms DynamicSpacer.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[132/133] Compiling DynamicForms DynamicStack.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
[133/133] Compiling DynamicForms DynamicText.swift
/host/spi-builder-workspace/Sources/DynamicForms/Components/DynamicText.swift:2:8: error: no such module 'SwiftUI'
  1 | import CustomDump
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// An equatable description of SwiftUI `Text`. Useful for storing rich text in state for the
BUILD FAILURE 6.1 linux