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.2 (beta) for Linux on 21 Jun 2025 04:45:40 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/MarcoEidinger/SwiftPlantUML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/jpsim/SourceKitten
[1/4057] Fetching swiftybeaver
[651/20201] Fetching swiftybeaver, sourcekitten
[15844/35581] Fetching swiftybeaver, sourcekitten, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.28s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.30s)
Fetched https://github.com/jpsim/SourceKitten from cache (1.30s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 1.9.5 (1.86s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.0.3 (1.04s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.32.0 (0.41s)
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2820] Fetching swxmlhash
[2821/13694] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.14s)
Fetched https://github.com/jpsim/Yams.git from cache (1.19s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (1.59s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 6.0.0 (0.41s)
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/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.32.0
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 6.0.0
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
Building for debugging...
[0/27] Write sources
[6/27] Compiling Clang_C Clang_C.m
[7/27] Compiling SourceKit SourceKit.m
[8/27] Write swift-version-24593BA9C3E375BF.txt
[9/27] Write sources
[11/27] Compiling writer.c
[12/27] Compiling reader.c
[13/27] Compiling parser.c
[14/39] Compiling api.c
[15/44] Compiling emitter.c
[16/44] Compiling scanner.c
[18/59] Emitting module ArgumentParserToolInfo
[19/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/60] Compiling Yams Mark.swift
[21/60] Compiling Yams Node.Mapping.swift
[22/60] Compiling Yams Node.Scalar.swift
[23/60] Compiling Yams Node.Sequence.swift
[24/60] Compiling SWXMLHash shim.swift
[25/61] Wrapping AST for ArgumentParserToolInfo for debugging
[27/95] Compiling Yams YamlError.swift
[28/95] Compiling ArgumentParser Option.swift
[29/95] Compiling ArgumentParser OptionGroup.swift
[30/95] Compiling ArgumentParser CommandConfiguration.swift
[31/95] Compiling ArgumentParser EnumerableFlag.swift
[32/95] Compiling ArgumentParser ExpressibleByArgument.swift
[33/99] Compiling ArgumentParser ArgumentHelp.swift
[34/99] Compiling ArgumentParser CompletionKind.swift
[35/99] Compiling ArgumentParser Errors.swift
[36/99] Compiling ArgumentParser Flag.swift
[37/99] Compiling ArgumentParser NameSpecification.swift
[38/99] Emitting module ArgumentParser
[39/99] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/99] Compiling ArgumentParser CompletionsGenerator.swift
[41/99] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/99] Compiling ArgumentParser Argument.swift
[46/99] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[49/100] Compiling SwiftyBeaver Filter.swift
[52/100] Emitting module Yams
[57/100] Emitting module SwiftyBeaver
[64/100] Compiling SwiftyBeaver GoogleCloudDestination.swift
[65/100] Compiling SwiftyBeaver FilterValidator.swift
[66/100] Compiling SwiftyBeaver SBPlatformDestination.swift
[68/101] Compiling ArgumentParser CollectionExtensions.swift
[69/101] Compiling ArgumentParser SequenceExtensions.swift
[70/101] Compiling ArgumentParser StringExtensions.swift
[71/101] Compiling ArgumentParser Tree.swift
[72/101] Compiling ArgumentParser ArgumentSet.swift
[73/101] Compiling ArgumentParser CommandParser.swift
[74/101] Compiling ArgumentParser InputOrigin.swift
[75/101] Compiling ArgumentParser Name.swift
[76/101] Compiling ArgumentParser Parsed.swift
[76/101] Wrapping AST for Yams for debugging
[78/101] Compiling SWXMLHash XMLHash.swift
[79/101] Emitting module SWXMLHash
[81/102] Compiling SwiftyBeaver SwiftyBeaver.swift
[82/103] Compiling ArgumentParser ParsedValues.swift
[83/103] Compiling ArgumentParser ParserError.swift
[84/103] Compiling ArgumentParser SplitArguments.swift
[85/103] Compiling ArgumentParser DumpHelpGenerator.swift
[86/103] Compiling ArgumentParser HelpCommand.swift
[87/103] Compiling ArgumentParser HelpGenerator.swift
[88/103] Compiling ArgumentParser MessageInfo.swift
[89/103] Compiling ArgumentParser UsageGenerator.swift
[90/103] Wrapping AST for SWXMLHash for debugging
[91/145] Wrapping AST for SwiftyBeaver for debugging
[93/145] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[94/145] Compiling SourceKittenFramework OffsetMap.swift
[95/145] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[96/145] Compiling SourceKittenFramework SwiftDocKey.swift
[97/145] Compiling SourceKittenFramework SwiftDocs.swift
[98/146] Wrapping AST for ArgumentParser for debugging
[100/146] Emitting module SourceKittenFramework
[101/151] Compiling SourceKittenFramework SyntaxToken.swift
[102/151] Compiling SourceKittenFramework Text.swift
[103/151] Compiling SourceKittenFramework UID.swift
[104/151] Compiling SourceKittenFramework UIDRepresentable.swift
[105/151] Compiling SourceKittenFramework Version.swift
[109/151] Compiling SourceKittenFramework SwiftVersion.swift
[110/151] Compiling SourceKittenFramework SyntaxKind.swift
[111/151] Compiling SourceKittenFramework SyntaxMap.swift
[112/151] Compiling SourceKittenFramework StatementKind.swift
[113/151] Compiling SourceKittenFramework String+SourceKitten.swift
[114/151] Compiling SourceKittenFramework StringView+SourceKitten.swift
[115/151] Compiling SourceKittenFramework StringView.swift
[116/151] Compiling SourceKittenFramework Structure.swift
[117/151] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[118/151] Compiling SourceKittenFramework Dictionary+Merge.swift
[119/151] Compiling SourceKittenFramework Documentation.swift
[120/151] Compiling SourceKittenFramework Exec.swift
[121/151] Compiling SourceKittenFramework File+Hashable.swift
[122/151] Compiling SourceKittenFramework File.swift
[123/151] Compiling SourceKittenFramework JSONOutput.swift
[124/151] Compiling SourceKittenFramework ByteCount.swift
[125/151] Compiling SourceKittenFramework ByteRange.swift
[126/151] Compiling SourceKittenFramework Clang+SourceKitten.swift
[127/151] Compiling SourceKittenFramework ClangTranslationUnit.swift
[128/151] Compiling SourceKittenFramework CodeCompletionItem.swift
[129/151] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[130/151] Compiling SourceKittenFramework Parameter.swift
[131/151] Compiling SourceKittenFramework Request.swift
[132/151] Compiling SourceKittenFramework SourceDeclaration.swift
[133/151] Compiling SourceKittenFramework SourceKitObject.swift
[134/151] Compiling SourceKittenFramework SourceKittenConfiguration.swift
[135/151] Compiling SourceKittenFramework SourceLocation.swift
[136/151] Compiling SourceKittenFramework Language.swift
[137/151] Compiling SourceKittenFramework Line.swift
[138/151] Compiling SourceKittenFramework LinuxCompatibility.swift
[139/151] Compiling SourceKittenFramework Module.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 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)
[150/181] 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)
[151/181] 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)
[152/181] 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)
[153/184] 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)
[154/184] 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)
[155/184] 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)
[156/184] 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)
[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 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)
[162/184] 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)
[163/184] 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)
[164/184] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[165/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)
[166/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)
[167/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)
[168/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)
[169/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)
[170/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)
[171/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)
[172/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)
[173/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)
[174/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)
[175/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)
[176/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)
[177/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)
[178/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)
[179/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)
[180/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)
BUILD FAILURE 6.2 linux