The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftPlantUML, reference main (0f5875), with Swift 6.1 for Linux on 28 Apr 2025 09:55:04 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/MarcoEidinger/SwiftPlantUML.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/MarcoEidinger/SwiftPlantUML
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f5875e chore: 🤖 0.8.1
Cloned https://github.com/MarcoEidinger/SwiftPlantUML.git
Revision (git rev-parse @):
0f5875ec7d4f1ef9ff98079babed44ccf3437fd6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/MarcoEidinger/SwiftPlantUML.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MarcoEidinger/SwiftPlantUML.git
https://github.com/MarcoEidinger/SwiftPlantUML.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.31.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "exact" : [
          "1.9.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    }
  ],
  "manifest_display_name" : "SwiftPlantUML",
  "name" : "SwiftPlantUML",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SwiftPlantUMLFramework",
      "targets" : [
        "SwiftPlantUMLFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swiftplantuml",
      "targets" : [
        "swiftplantuml"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swiftplantuml",
      "module_type" : "SwiftTarget",
      "name" : "swiftplantuml",
      "path" : "Sources/swiftplantuml",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftyBeaver"
      ],
      "product_memberships" : [
        "swiftplantuml"
      ],
      "sources" : [
        "Commands/ClassDiagram.swift",
        "Commands/SwiftPlantUML.swift",
        "Commands/Version.swift",
        "Utilities/Logger.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftPlantUMLFramework"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftPlantUMLFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPlantUMLFrameworkTests",
      "path" : "Tests/SwiftPlantUMLFrameworkTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SwiftPlantUMLFrameworkTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ClassDiagramGeneratorTests.swift",
        "ColorTests.swift",
        "ConfigurationProviderTests.swift",
        "ConfigurationTests.swift",
        "ElementAccessibilityTests.swift",
        "ExtensionVisualizationTests.swift",
        "FileCollectorTests.swift",
        "FileOptionTests.swift",
        "GlobTests.swift",
        "Logger+Tests.swift",
        "PageTextsTests.swift",
        "PlantUMLBrowserPresenterTests.swift",
        "PlantUMLConsolePresenterTests.swift",
        "PlantUMLContextTests.swift",
        "PlantUMLScriptTests.swift",
        "PlantUMLTextTests.swift",
        "RelationshipStyleTests.swift",
        "StereotypeTests.swift",
        "StringExtensionsTests.swift",
        "SwiftPlantUMLFrameworkTests.swift",
        "SyntaxStructureTests.swift",
        "ThemeTests.swift",
        "VersionTests.swift",
        "XCTestCase+BundlePath.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftPlantUMLFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPlantUMLFramework",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPlantUMLFramework",
      "path" : "Sources/SwiftPlantUMLFramework",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "SwiftPlantUMLFramework",
        "swiftplantuml"
      ],
      "sources" : [
        "ClassDiagramGenerator.swift",
        "Configuration/ClassDiagramOutput.swift",
        "Configuration/Color.swift",
        "Configuration/Configuration.swift",
        "Configuration/ConfigurationProvider.swift",
        "Configuration/ElementOptions.swift",
        "Configuration/ExtensionVisualization.swift",
        "Configuration/FileOptions.swift",
        "Configuration/PageTexts.swift",
        "Configuration/RelationshipOptions.swift",
        "Configuration/RelationshipStyle.swift",
        "Configuration/Stereotype.swift",
        "Configuration/Theme.swift",
        "FileManagement/FileCollector.swift",
        "FileManagement/Glob.swift",
        "Internal/ConfigFileWriter.swift",
        "Internal/ElementAccessibility+Extensions.swift",
        "Internal/PlantUMLContext.swift",
        "Internal/String+Extensions.swift",
        "Internal/SyntaxStructure+Extensions.swift",
        "Internal/SyntaxStructure+PlantUML.swift",
        "Internal/SyntaxStructure.swift",
        "Internal/SyntaxStructureProvider.swift",
        "Logging/Logger.swift",
        "Logging/NoLogger.swift",
        "PlantUMLScript.swift",
        "PlantUMLText.swift",
        "Presenting/PlantUMLBrowserPresenter.swift",
        "Presenting/PlantUMLConsolePresenter.swift",
        "Presenting/PlantUMLPresenting.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/SourceKitten
[1/4052] Fetching swiftybeaver
[1339/20164] Fetching swiftybeaver, sourcekitten
[9048/35114] Fetching swiftybeaver, sourcekitten, swift-argument-parser
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.63s)
[23573/31062] Fetching sourcekitten, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.34s)
Fetched https://github.com/jpsim/SourceKitten from cache (1.35s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 1.9.5 (2.74s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.0.3 (0.71s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.32.0 (0.92s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[1186/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.22s)
Fetched https://github.com/jpsim/Yams.git from cache (1.26s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (3.45s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 6.0.0 (1.59s)
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 1.9.5
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.0.3
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 6.0.0
Creating working copy for https://github.com/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.32.0
Building for debugging...
[0/27] Write sources
[6/27] Compiling Clang_C Clang_C.m
[6/27] Compiling SourceKit SourceKit.m
[8/27] Write sources
[10/27] Compiling reader.c
[11/27] Compiling writer.c
[12/27] Compiling parser.c
[13/27] Compiling api.c
[14/27] Write swift-version-24593BA9C3E375BF.txt
[15/27] Compiling emitter.c
[16/27] Compiling scanner.c
[18/59] Emitting module SWXMLHash
[19/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/59] Emitting module ArgumentParserToolInfo
[21/60] Compiling SWXMLHash shim.swift
[22/94] Wrapping AST for ArgumentParserToolInfo for debugging
[24/94] Emitting module ArgumentParser
[25/98] Compiling ArgumentParser ArgumentHelp.swift
[26/98] Compiling ArgumentParser CompletionKind.swift
[27/98] Compiling ArgumentParser Errors.swift
[28/98] Compiling ArgumentParser Flag.swift
[29/98] Compiling ArgumentParser NameSpecification.swift
[30/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/98] Compiling ArgumentParser CompletionsGenerator.swift
[32/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/98] Compiling ArgumentParser Argument.swift
[35/98] Compiling SwiftyBeaver FilterValidator.swift
[36/98] Compiling SwiftyBeaver Filter.swift
[37/98] Compiling SwiftyBeaver SBPlatformDestination.swift
[38/98] Compiling SwiftyBeaver GoogleCloudDestination.swift
[41/99] Compiling ArgumentParser CommandConfiguration.swift
[42/99] Compiling ArgumentParser EnumerableFlag.swift
[51/100] Compiling ArgumentParser Option.swift
[52/100] Compiling ArgumentParser OptionGroup.swift
[53/100] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[54/100] Compiling SWXMLHash XMLHash.swift
[57/100] Emitting module Yams
[60/100] Compiling ArgumentParser CollectionExtensions.swift
[61/100] Compiling ArgumentParser SequenceExtensions.swift
[62/100] Compiling ArgumentParser StringExtensions.swift
[63/100] Compiling ArgumentParser Tree.swift
[64/101] Compiling SwiftyBeaver SwiftyBeaver.swift
[66/101] Compiling Yams YamlError.swift
[66/102] Wrapping AST for SWXMLHash for debugging
[69/102] Compiling ArgumentParser ArgumentSet.swift
[70/102] Compiling ArgumentParser CommandParser.swift
[71/102] Compiling ArgumentParser InputOrigin.swift
[72/102] Compiling ArgumentParser Name.swift
[73/102] Compiling ArgumentParser Parsed.swift
[74/102] Compiling ArgumentParser HelpCommand.swift
[75/102] Compiling ArgumentParser HelpGenerator.swift
[76/102] Compiling ArgumentParser MessageInfo.swift
[77/102] Compiling ArgumentParser UsageGenerator.swift
[78/102] Compiling ArgumentParser ParsedValues.swift
[79/102] Compiling ArgumentParser ParserError.swift
[80/102] Compiling ArgumentParser SplitArguments.swift
[81/102] Compiling ArgumentParser DumpHelpGenerator.swift
[81/102] Wrapping AST for Yams for debugging
[83/102] Compiling ArgumentParser ParsableArguments.swift
[84/102] Compiling ArgumentParser ParsableArgumentsValidation.swift
[85/102] Compiling ArgumentParser ParsableCommand.swift
[86/102] Compiling ArgumentParser ArgumentDecoder.swift
[87/102] Compiling ArgumentParser ArgumentDefinition.swift
[92/103] Compiling ArgumentParser ExpressibleByArgument.swift
[94/145] Emitting module SwiftyBeaver
[95/145] Compiling SourceKittenFramework Dictionary+Merge.swift
[96/145] Compiling SourceKittenFramework Documentation.swift
[96/145] Wrapping AST for ArgumentParser for debugging
[99/146] Compiling SourceKittenFramework SyntaxToken.swift
[100/146] Compiling SourceKittenFramework Text.swift
[101/146] Compiling SourceKittenFramework UID.swift
[102/146] Compiling SourceKittenFramework UIDRepresentable.swift
[103/146] Compiling SourceKittenFramework Version.swift
[103/151] Wrapping AST for SwiftyBeaver for debugging
[105/151] Emitting module SourceKittenFramework
[106/151] Compiling SourceKittenFramework Language.swift
[107/151] Compiling SourceKittenFramework Line.swift
[108/151] Compiling SourceKittenFramework LinuxCompatibility.swift
[109/151] Compiling SourceKittenFramework Module.swift
[110/151] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[111/151] Compiling SourceKittenFramework OffsetMap.swift
[112/151] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[113/151] Compiling SourceKittenFramework SwiftDocKey.swift
[114/151] Compiling SourceKittenFramework SwiftDocs.swift
[115/151] Compiling SourceKittenFramework SwiftVersion.swift
[116/151] Compiling SourceKittenFramework SyntaxKind.swift
[117/151] Compiling SourceKittenFramework SyntaxMap.swift
[118/151] Compiling SourceKittenFramework Parameter.swift
[119/151] Compiling SourceKittenFramework Request.swift
[120/151] Compiling SourceKittenFramework SourceDeclaration.swift
[121/151] Compiling SourceKittenFramework SourceKitObject.swift
[122/151] Compiling SourceKittenFramework SourceKittenConfiguration.swift
[123/151] Compiling SourceKittenFramework SourceLocation.swift
[126/151] Compiling SourceKittenFramework Exec.swift
[127/151] Compiling SourceKittenFramework File+Hashable.swift
[128/151] Compiling SourceKittenFramework File.swift
[129/151] Compiling SourceKittenFramework JSONOutput.swift
[130/151] Compiling SourceKittenFramework StatementKind.swift
[131/151] Compiling SourceKittenFramework String+SourceKitten.swift
[132/151] Compiling SourceKittenFramework StringView+SourceKitten.swift
[133/151] Compiling SourceKittenFramework StringView.swift
[134/151] Compiling SourceKittenFramework Structure.swift
[135/151] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[136/151] Compiling SourceKittenFramework ByteCount.swift
[137/151] Compiling SourceKittenFramework ByteRange.swift
[138/151] Compiling SourceKittenFramework Clang+SourceKitten.swift
[139/151] Compiling SourceKittenFramework ClangTranslationUnit.swift
[140/151] Compiling SourceKittenFramework CodeCompletionItem.swift
[141/151] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[142/151] Compiling SourceKittenFramework Xcode.swift
[143/151] Compiling SourceKittenFramework XcodeBuildSetting.swift
[144/151] Compiling SourceKittenFramework library_wrapper.swift
[145/151] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[146/151] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[147/152] Wrapping AST for SourceKittenFramework for debugging
[149/181] Compiling SwiftPlantUMLFramework ConfigurationProvider.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[150/181] Compiling SwiftPlantUMLFramework ElementOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[151/181] Compiling SwiftPlantUMLFramework ExtensionVisualization.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[152/181] Compiling SwiftPlantUMLFramework FileOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[153/181] Compiling SwiftPlantUMLFramework ClassDiagramGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[154/181] Compiling SwiftPlantUMLFramework ClassDiagramOutput.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[155/181] Compiling SwiftPlantUMLFramework Color.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[156/181] Compiling SwiftPlantUMLFramework Configuration.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[157/184] Compiling SwiftPlantUMLFramework PageTexts.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[158/184] Compiling SwiftPlantUMLFramework RelationshipOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[159/184] Compiling SwiftPlantUMLFramework RelationshipStyle.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[160/184] Compiling SwiftPlantUMLFramework Stereotype.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[161/184] Compiling SwiftPlantUMLFramework NoLogger.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[162/184] Compiling SwiftPlantUMLFramework PlantUMLScript.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[163/184] Compiling SwiftPlantUMLFramework PlantUMLText.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[164/184] Compiling SwiftPlantUMLFramework PlantUMLBrowserPresenter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[165/184] Compiling SwiftPlantUMLFramework SyntaxStructure+PlantUML.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[166/184] Compiling SwiftPlantUMLFramework SyntaxStructure.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[167/184] Compiling SwiftPlantUMLFramework SyntaxStructureProvider.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[168/184] Compiling SwiftPlantUMLFramework Logger.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[169/184] Compiling SwiftPlantUMLFramework Theme.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[170/184] Compiling SwiftPlantUMLFramework FileCollector.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[171/184] Compiling SwiftPlantUMLFramework Glob.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[172/184] Compiling SwiftPlantUMLFramework ConfigFileWriter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[173/184] Compiling SwiftPlantUMLFramework PlantUMLConsolePresenter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[174/184] Compiling SwiftPlantUMLFramework PlantUMLPresenting.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[175/184] Compiling SwiftPlantUMLFramework Version.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[176/184] Emitting module SwiftPlantUMLFramework
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[177/184] Compiling SwiftPlantUMLFramework ElementAccessibility+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[178/184] Compiling SwiftPlantUMLFramework PlantUMLContext.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[179/184] Compiling SwiftPlantUMLFramework String+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[180/184] Compiling SwiftPlantUMLFramework SyntaxStructure+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
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/11] Write swift-version-24593BA9C3E375BF.txt
[2/43] Compiling SWXMLHash shim.swift
[3/43] Compiling Yams String+Yams.swift
[4/43] Compiling Yams Tag.swift
[5/44] Compiling SwiftyBeaver Extensions.swift
[6/44] Compiling SwiftyBeaver FileDestination.swift
[7/45] Compiling SwiftyBeaver SwiftyBeaver.swift
[8/45] Emitting module ArgumentParserToolInfo
[9/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/46] Compiling Yams Representer.swift
[11/46] Compiling Yams Resolver.swift
[12/46] Compiling Yams YamlError.swift
[14/46] Compiling SwiftyBeaver FilterValidator.swift
[15/46] Compiling SwiftyBeaver GoogleCloudDestination.swift
[16/46] Compiling SwiftyBeaver Filter.swift
[17/46] Compiling SwiftyBeaver SBPlatformDestination.swift
[18/45] Compiling SwiftyBeaver BaseDestination.swift
[19/45] Compiling SwiftyBeaver ConsoleDestination.swift
[20/45] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[21/45] Emitting module SWXMLHash
[22/45] Compiling SWXMLHash XMLHash.swift
[23/46] Compiling Yams Node.Scalar.swift
[24/46] Compiling Yams Node.Sequence.swift
[25/46] Compiling Yams Mark.swift
[26/46] Compiling Yams Node.Mapping.swift
[31/80] Wrapping AST for SWXMLHash for debugging
[33/80] Emitting module Yams
[34/80] Compiling ArgumentParser ArgumentHelp.swift
[35/80] Compiling ArgumentParser CompletionKind.swift
[36/81] Wrapping AST for Yams for debugging
[38/81] Emitting module ArgumentParser
[39/98] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[40/98] Compiling SourceKittenFramework Dictionary+Merge.swift
[41/98] Compiling SourceKittenFramework Documentation.swift
[42/98] Compiling SourceKittenFramework Exec.swift
[43/98] Compiling SourceKittenFramework File+Hashable.swift
[44/127] Compiling SourceKittenFramework ByteCount.swift
[45/127] Compiling SourceKittenFramework ByteRange.swift
[46/127] Compiling SourceKittenFramework Clang+SourceKitten.swift
[47/127] Compiling SourceKittenFramework ClangTranslationUnit.swift
[48/127] Compiling SourceKittenFramework CodeCompletionItem.swift
[49/127] Compiling SourceKittenFramework SyntaxToken.swift
[50/127] Compiling SourceKittenFramework Text.swift
[51/127] Compiling SourceKittenFramework UID.swift
[52/127] Compiling SourceKittenFramework UIDRepresentable.swift
[53/127] Compiling SourceKittenFramework Version.swift
[54/132] Compiling SourceKittenFramework SourceKitObject.swift
[55/132] Compiling SourceKittenFramework SourceKittenConfiguration.swift
[56/132] Compiling SourceKittenFramework SourceLocation.swift
[58/132] Compiling SourceKittenFramework SyntaxMap.swift
[59/132] Compiling SourceKittenFramework Parameter.swift
[60/132] Compiling SourceKittenFramework Request.swift
[61/132] Compiling SourceKittenFramework SourceDeclaration.swift
[62/132] Compiling SourceKittenFramework StringView+SourceKitten.swift
[63/132] Compiling SourceKittenFramework StringView.swift
[64/132] Compiling SourceKittenFramework Structure.swift
[65/132] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[66/132] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[67/132] Compiling SourceKittenFramework SwiftDocKey.swift
[68/132] Compiling SourceKittenFramework SwiftDocs.swift
[69/132] Compiling SourceKittenFramework SwiftVersion.swift
[70/132] Compiling SourceKittenFramework SyntaxKind.swift
[87/132] Compiling SourceKittenFramework File.swift
[88/132] Compiling SourceKittenFramework JSONOutput.swift
[89/132] Emitting module SourceKittenFramework
[90/132] Compiling SourceKittenFramework Language.swift
[91/132] Compiling SourceKittenFramework Line.swift
[92/132] Compiling SourceKittenFramework LinuxCompatibility.swift
[93/132] Compiling SourceKittenFramework Module.swift
[94/132] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[95/132] Compiling SourceKittenFramework OffsetMap.swift
[102/132] Compiling SourceKittenFramework StatementKind.swift
[103/132] Compiling SourceKittenFramework String+SourceKitten.swift
[119/133] Compiling SourceKittenFramework Xcode.swift
[120/133] Compiling SourceKittenFramework XcodeBuildSetting.swift
[121/133] Compiling SourceKittenFramework library_wrapper.swift
[122/133] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[123/133] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[124/133] Wrapping AST for ArgumentParser for debugging
[126/162] Compiling SwiftPlantUMLFramework ClassDiagramGenerator.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[127/162] Compiling SwiftPlantUMLFramework ClassDiagramOutput.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[128/162] Compiling SwiftPlantUMLFramework Color.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[129/162] Compiling SwiftPlantUMLFramework Configuration.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[130/165] Compiling SwiftPlantUMLFramework PageTexts.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[131/165] Compiling SwiftPlantUMLFramework RelationshipOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[132/165] Compiling SwiftPlantUMLFramework RelationshipStyle.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[133/165] Compiling SwiftPlantUMLFramework Stereotype.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[134/165] Emitting module SwiftyBeaver
[137/166] Compiling SwiftPlantUMLFramework PlantUMLConsolePresenter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[138/166] Compiling SwiftPlantUMLFramework PlantUMLPresenting.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[139/166] Compiling SwiftPlantUMLFramework Version.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[140/166] Emitting module SwiftPlantUMLFramework
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[142/166] Compiling SwiftPlantUMLFramework SyntaxStructure+PlantUML.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[143/166] Compiling SwiftPlantUMLFramework SyntaxStructure.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[144/166] Compiling SwiftPlantUMLFramework SyntaxStructureProvider.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[145/166] Compiling SwiftPlantUMLFramework Logger.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[146/166] Compiling SwiftPlantUMLFramework NoLogger.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[147/166] Compiling SwiftPlantUMLFramework PlantUMLScript.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[148/166] Compiling SwiftPlantUMLFramework PlantUMLText.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[149/166] Compiling SwiftPlantUMLFramework PlantUMLBrowserPresenter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[150/166] Compiling SwiftPlantUMLFramework ConfigurationProvider.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[151/166] Compiling SwiftPlantUMLFramework ElementOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[152/166] Compiling SwiftPlantUMLFramework ExtensionVisualization.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[153/166] Compiling SwiftPlantUMLFramework FileOptions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[154/166] Compiling SwiftPlantUMLFramework Theme.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[155/166] Compiling SwiftPlantUMLFramework FileCollector.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[156/166] Compiling SwiftPlantUMLFramework Glob.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[157/166] Compiling SwiftPlantUMLFramework ConfigFileWriter.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[158/166] Compiling SwiftPlantUMLFramework ElementAccessibility+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[159/166] Compiling SwiftPlantUMLFramework PlantUMLContext.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[160/166] Compiling SwiftPlantUMLFramework String+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
[161/166] Compiling SwiftPlantUMLFramework SyntaxStructure+Extensions.swift
/host/spi-builder-workspace/Sources/SwiftPlantUMLFramework/PlantUMLScript.swift:2:8: error: no such module 'SwiftUI'
  1 | import Foundation
  2 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  3 |
  4 | /// Swift type representing a PlantUML script (@startuml ... @enduml)
BUILD FAILURE 6.1 linux