Build Information
Failed to build SwiftPlantUML, reference 0.8.1 (0f5875
), with Swift 6.1 for Linux on 28 Apr 2025 09:55:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarcoEidinger/SwiftPlantUML.git
Reference: 0.8.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/MarcoEidinger/SwiftPlantUML
* tag 0.8.1 -> FETCH_HEAD
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 0.8.1
========================================
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/SourceKitten
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/16112] Fetching sourcekitten
[163/20164] Fetching sourcekitten, swiftybeaver
[15493/35114] Fetching sourcekitten, swiftybeaver, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.19s)
Fetched https://github.com/jpsim/SourceKitten from cache (1.20s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 1.9.5 (1.78s)
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.33s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.32.0 (0.61s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[424/13109] Fetching swxmlhash, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (1.23s)
Fetched https://github.com/jpsim/Yams.git from cache (1.27s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (3.29s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 6.0.0 (0.63s)
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/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
Building for debugging...
[0/27] Write sources
[8/27] Compiling SourceKit SourceKit.m
[9/27] Compiling Clang_C Clang_C.m
[10/27] Compiling reader.c
[11/27] Compiling writer.c
[12/27] Compiling api.c
[13/27] Compiling scanner.c
[14/27] Compiling emitter.c
[15/27] Compiling parser.c
[16/27] Write swift-version-24593BA9C3E375BF.txt
[18/59] Emitting module ArgumentParserToolInfo
[19/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/60] Compiling SWXMLHash shim.swift
[21/60] Wrapping AST for ArgumentParserToolInfo for debugging
[23/94] Compiling ArgumentParser NameSpecification.swift
[24/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/94] Compiling ArgumentParser CompletionsGenerator.swift
[26/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/95] Compiling ArgumentParser ParsableCommand.swift
[28/95] Compiling ArgumentParser ArgumentDecoder.swift
[29/95] Emitting module SWXMLHash
[30/95] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[31/95] Compiling SWXMLHash XMLHash.swift
[32/96] Compiling ArgumentParser Errors.swift
[33/96] Compiling ArgumentParser Flag.swift
[34/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/96] Compiling ArgumentParser Argument.swift
[36/96] Compiling ArgumentParser ParsableArguments.swift
[37/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/96] Compiling ArgumentParser ArgumentHelp.swift
[39/96] Compiling ArgumentParser CompletionKind.swift
[43/96] Emitting module Yams
[46/100] Compiling SwiftyBeaver GoogleCloudDestination.swift
[47/100] Compiling SwiftyBeaver FilterValidator.swift
[48/100] Compiling SwiftyBeaver Filter.swift
[49/100] Compiling SwiftyBeaver SBPlatformDestination.swift
[59/101] Emitting module ArgumentParser
[60/101] Wrapping AST for SWXMLHash for debugging
[62/101] Compiling Yams YamlError.swift
[64/102] Compiling SwiftyBeaver SwiftyBeaver.swift
[65/102] Compiling ArgumentParser ParsedValues.swift
[66/102] Compiling ArgumentParser ParserError.swift
[67/102] Compiling ArgumentParser SplitArguments.swift
[68/102] Compiling ArgumentParser DumpHelpGenerator.swift
[69/102] Compiling ArgumentParser HelpCommand.swift
[70/102] Compiling ArgumentParser HelpGenerator.swift
[71/102] Compiling ArgumentParser MessageInfo.swift
[72/102] Compiling ArgumentParser UsageGenerator.swift
[73/102] Emitting module SwiftyBeaver
[76/103] Compiling ArgumentParser ArgumentSet.swift
[77/103] Compiling ArgumentParser CommandParser.swift
[78/103] Compiling ArgumentParser InputOrigin.swift
[79/103] Compiling ArgumentParser Name.swift
[80/103] Compiling ArgumentParser Parsed.swift
[80/103] Wrapping AST for Yams for debugging
[83/110] Compiling ArgumentParser CollectionExtensions.swift
[84/110] Compiling ArgumentParser SequenceExtensions.swift
[85/110] Compiling ArgumentParser StringExtensions.swift
[86/110] Compiling ArgumentParser Tree.swift
[86/145] Wrapping AST for SwiftyBeaver for debugging
[88/145] Compiling SourceKittenFramework SourceKittenConfiguration.swift
[89/145] Compiling SourceKittenFramework SourceLocation.swift
[90/145] Compiling SourceKittenFramework Language.swift
[91/145] Compiling SourceKittenFramework Line.swift
[92/145] Compiling SourceKittenFramework LinuxCompatibility.swift
[93/145] Compiling SourceKittenFramework Module.swift
[94/145] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[95/145] Compiling SourceKittenFramework OffsetMap.swift
[96/145] Compiling SourceKittenFramework Dictionary+Merge.swift
[97/145] Compiling SourceKittenFramework Documentation.swift
[98/146] Wrapping AST for ArgumentParser for debugging
[100/146] Emitting module SourceKittenFramework
[101/151] Compiling SourceKittenFramework ByteCount.swift
[102/151] Compiling SourceKittenFramework ByteRange.swift
[103/151] Compiling SourceKittenFramework Clang+SourceKitten.swift
[104/151] Compiling SourceKittenFramework ClangTranslationUnit.swift
[105/151] Compiling SourceKittenFramework CodeCompletionItem.swift
[106/151] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[107/151] Compiling SourceKittenFramework SyntaxToken.swift
[108/151] Compiling SourceKittenFramework Text.swift
[109/151] Compiling SourceKittenFramework UID.swift
[110/151] Compiling SourceKittenFramework UIDRepresentable.swift
[111/151] Compiling SourceKittenFramework Version.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 StatementKind.swift
[119/151] Compiling SourceKittenFramework String+SourceKitten.swift
[120/151] Compiling SourceKittenFramework StringView+SourceKitten.swift
[121/151] Compiling SourceKittenFramework StringView.swift
[122/151] Compiling SourceKittenFramework Structure.swift
[123/151] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[132/151] Compiling SourceKittenFramework Exec.swift
[133/151] Compiling SourceKittenFramework File+Hashable.swift
[134/151] Compiling SourceKittenFramework File.swift
[135/151] Compiling SourceKittenFramework JSONOutput.swift
[136/151] Compiling SourceKittenFramework Parameter.swift
[137/151] Compiling SourceKittenFramework Request.swift
[138/151] Compiling SourceKittenFramework SourceDeclaration.swift
[139/151] Compiling SourceKittenFramework SourceKitObject.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 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)
[150/181] 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)
[151/181] 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)
[152/181] 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)
[153/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)
[154/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)
[155/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)
[156/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)
[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 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)
[170/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)
[171/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)
[172/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)
[173/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)
[174/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)
[175/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)
[176/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)
[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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/11] Write swift-version-24593BA9C3E375BF.txt
[2/39] Compiling SWXMLHash shim.swift
[3/43] Compiling SwiftyBeaver FilterValidator.swift
[4/44] Compiling Yams Representer.swift
[5/44] Compiling Yams Resolver.swift
[6/45] Compiling SWXMLHash XMLIndexer+XMLIndexerDeserializable.swift
[7/45] Compiling SwiftyBeaver GoogleCloudDestination.swift
[8/45] Compiling SwiftyBeaver Filter.swift
[9/45] Compiling SwiftyBeaver SBPlatformDestination.swift
[10/45] Compiling SwiftyBeaver SwiftyBeaver.swift
[11/45] Compiling Yams Constructor.swift
[12/45] Compiling Yams Decoder.swift
[13/45] Compiling Yams Emitter.swift
[14/45] Compiling Yams Encoder.swift
[15/45] Compiling Yams String+Yams.swift
[16/45] Compiling Yams Tag.swift
[17/45] Compiling Yams Mark.swift
[18/45] Compiling Yams Node.Mapping.swift
[19/45] Emitting module SWXMLHash
[20/45] Compiling SWXMLHash XMLHash.swift
[21/46] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/46] Emitting module ArgumentParserToolInfo
[23/47] Compiling Yams Node.Scalar.swift
[24/47] Compiling Yams Node.Sequence.swift
[25/47] Compiling Yams Node.swift
[26/47] Compiling Yams Parser.swift
[29/47] Compiling Yams YamlError.swift
[29/46] 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/127] Compiling SourceKittenFramework Dictionary+Merge.swift
[40/127] Compiling SourceKittenFramework Documentation.swift
[41/127] Compiling SourceKittenFramework Exec.swift
[42/127] Compiling SourceKittenFramework File+Hashable.swift
[43/127] Compiling SourceKittenFramework File.swift
[44/127] Compiling SourceKittenFramework SyntaxToken.swift
[45/127] Compiling SourceKittenFramework Text.swift
[46/127] Compiling SourceKittenFramework UID.swift
[47/127] Compiling SourceKittenFramework UIDRepresentable.swift
[48/127] Compiling SourceKittenFramework Version.swift
[49/132] Compiling SourceKittenFramework SwiftVersion.swift
[50/132] Compiling SourceKittenFramework SyntaxKind.swift
[51/132] Compiling SourceKittenFramework SyntaxMap.swift
[53/132] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[54/132] Compiling SourceKittenFramework SwiftDocKey.swift
[55/132] Compiling SourceKittenFramework SwiftDocs.swift
[59/132] Emitting module SourceKittenFramework
[60/132] Compiling SourceKittenFramework JSONOutput.swift
[61/132] Compiling SourceKittenFramework ByteCount.swift
[62/132] Compiling SourceKittenFramework ByteRange.swift
[63/132] Compiling SourceKittenFramework Clang+SourceKitten.swift
[64/132] Compiling SourceKittenFramework ClangTranslationUnit.swift
[65/132] Compiling SourceKittenFramework StatementKind.swift
[66/132] Compiling SourceKittenFramework String+SourceKitten.swift
[67/132] Compiling SourceKittenFramework StringView+SourceKitten.swift
[68/132] Compiling SourceKittenFramework StringView.swift
[69/132] Compiling SourceKittenFramework Structure.swift
[70/132] Compiling SourceKittenFramework CodeCompletionItem.swift
[71/132] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[72/132] Compiling SourceKittenFramework Parameter.swift
[73/132] Compiling SourceKittenFramework Request.swift
[74/132] Compiling SourceKittenFramework Line.swift
[75/132] Compiling SourceKittenFramework LinuxCompatibility.swift
[76/132] Compiling SourceKittenFramework Module.swift
[77/132] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[78/132] Compiling SourceKittenFramework OffsetMap.swift
[79/132] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[83/132] Compiling SourceKittenFramework SourceDeclaration.swift
[84/132] Compiling SourceKittenFramework SourceKitObject.swift
[85/132] Compiling SourceKittenFramework SourceKittenConfiguration.swift
[86/132] Compiling SourceKittenFramework SourceLocation.swift
[87/132] Compiling SourceKittenFramework Language.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/134] Wrapping AST for ArgumentParser for debugging
[126/162] 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)
[127/162] 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)
[128/162] 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)
[129/162] 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)
[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] 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)
[135/165] 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)
[136/165] 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)
[137/165] 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)
[138/165] 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)
[139/165] 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)
[140/165] 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)
[141/165] 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)
[142/165] 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/165] 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/165] 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/165] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[146/165] 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)
[147/165] 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)
[148/165] 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)
[149/165] 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)
[150/165] Emitting module SwiftyBeaver
[154/165] 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/165] 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/165] 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/165] 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/165] 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/165] 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/165] 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/165] 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