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 TermKit, reference main (89ff1e), with Swift 6.1 for Linux on 11 Sep 2025 17:32:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/TermKit.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/migueldeicaza/TermKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 89ff1e7 Move TermKit to a layer-based model, this simplifies the debugging of rendering of individual views, the ordering of what to implement when drawing and corner cases that required careful consideration of interaction between subviews, exposed regions and so on.
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
89ff1e7546d27856ea610f02b4fd806adf9ac06a
SUCCESS checkout https://github.com/migueldeicaza/TermKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/migueldeicaza/TermKit.git
https://github.com/migueldeicaza/TermKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "textbufferkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/TextBufferKit.git"
    },
    {
      "identity" : "swiftterm",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/migueldeicaza/SwiftTerm.git"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    },
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "TermKit",
  "name" : "TermKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TermKit",
      "targets" : [
        "TermKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TermKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TermKitTests",
      "path" : "Tests/TermKitTests",
      "sources" : [
        "TermKitTests.swift",
        "TerminfoTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TermKit",
      "module_type" : "SwiftTarget",
      "name" : "TermKit",
      "path" : "Sources/TermKit",
      "product_dependencies" : [
        "TextBufferKit",
        "SwiftTerm",
        "Markdown"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/Events.swift",
        "Core/Layer.swift",
        "Core/Painter.swift",
        "Core/Point.swift",
        "Core/Pos.swift",
        "Core/Rect.swift",
        "Core/Responder.swift",
        "Core/Size.swift",
        "Core/StandardToplevel.swift",
        "Core/Toplevel.swift",
        "Core/View.swift",
        "Core/WcWidth.swift",
        "Core/Window.swift",
        "Dialogs/Dialog.swift",
        "Dialogs/FileDialog.swift",
        "Dialogs/InputBox.swift",
        "Dialogs/MessageBox.swift",
        "Drivers/ConsoleDriver.swift",
        "Drivers/CursesDriver.swift",
        "Drivers/TTYDriver.swift",
        "Drivers/TerminalCapability.swift",
        "Drivers/TerminfoParser.swift",
        "Drivers/UnixDriver.swift",
        "Drivers/WindowsDriver.swift",
        "Drivers/XtermCapability.swift",
        "Extensions/StringChar.swift",
        "Views/Button.swift",
        "Views/Checkbox.swift",
        "Views/DataTable.swift",
        "Views/Desktop.swift",
        "Views/Frame.swift",
        "Views/HexView.swift",
        "Views/Label.swift",
        "Views/ListView.swift",
        "Views/MarkdownView.swift",
        "Views/Menu.swift",
        "Views/ProgressBar.swift",
        "Views/RadioGroup.swift",
        "Views/ScrollView.swift",
        "Views/Spinner.swift",
        "Views/SplitView.swift",
        "Views/StatusBar.swift",
        "Views/TabView.swift",
        "Views/Terminal.swift",
        "Views/TextField.swift",
        "Views/TextView.swift"
      ],
      "target_dependencies" : [
        "Curses"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_dependencies" : [
        "SwiftTerm"
      ],
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "DemoAssorted.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardToplevel.swift",
        "DemoStatusBar.swift",
        "DemoTabBar.swift",
        "DemoTerminal.swift",
        "DemoWindows.swift",
        "SpinnerDemo.swift",
        "SpinnerTest.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "TermKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Curses",
      "module_type" : "SystemLibraryTarget",
      "name" : "Curses",
      "path" : "Sources/Curses",
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/migueldeicaza/SwiftTerm.git
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/240] Fetching textbufferkit
[241/2334] Fetching textbufferkit, swift-docc-plugin
[472/2567] Fetching textbufferkit, swift-docc-plugin, swiftlintplugins
[726/9437] Fetching textbufferkit, swift-docc-plugin, swiftlintplugins, swift-markdown
[3176/16609] Fetching textbufferkit, swift-docc-plugin, swiftlintplugins, swift-markdown, swiftterm
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.43s)
[7449/16376] Fetching textbufferkit, swift-docc-plugin, swift-markdown, swiftterm
Fetched https://github.com/apple/swift-docc-plugin from cache (0.53s)
[9692/14282] Fetching textbufferkit, swift-markdown, swiftterm
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (0.74s)
Fetched https://github.com/apple/swift-markdown from cache (0.75s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (0.97s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
Computed https://github.com/migueldeicaza/SwiftTerm.git at 1.5.1 (1.57s)
Fetching https://github.com/apple/swift-argument-parser
[1/15914] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.70s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (3.04s)
Computing version for https://github.com/apple/swift-markdown
Computed https://github.com/apple/swift-markdown at 0.6.0 (0.69s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18196] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.99s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3509] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.57s)
Creating working copy for https://github.com/apple/swift-markdown
Working copy of https://github.com/apple/swift-markdown resolved at 0.6.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.61.0
Creating working copy for https://github.com/migueldeicaza/SwiftTerm.git
Working copy of https://github.com/migueldeicaza/SwiftTerm.git resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/migueldeicaza/TextBufferKit.git
Working copy of https://github.com/migueldeicaza/TextBufferKit.git resolved at 0.3.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
[1369/70760294] Downloading https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip (6.77s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftLintCommandPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/54] Compiling cmark-gfm cmark_ctype.c
[7/54] Compiling cmark-gfm-extensions tagfilter.c
[8/54] Compiling cmark-gfm buffer.c
[9/54] Compiling cmark-gfm-extensions tasklist.c
[10/54] Compiling cmark-gfm-extensions table.c
[11/54] Compiling cmark-gfm commonmark.c
[12/54] Compiling cmark-gfm-extensions strikethrough.c
[13/54] Compiling cmark-gfm-extensions core-extensions.c
[14/54] Compiling cmark-gfm-extensions ext_scanners.c
[15/54] Compiling cmark-gfm-extensions autolink.c
[16/54] Compiling cmark-gfm xml.c
[17/54] Compiling cmark-gfm render.c
[18/54] Compiling cmark-gfm registry.c
[19/54] Compiling cmark-gfm syntax_extension.c
[20/54] Compiling cmark-gfm plugin.c
[21/54] Compiling cmark-gfm references.c
[22/54] Compiling cmark-gfm plaintext.c
[23/54] Compiling cmark-gfm footnotes.c
[24/54] Write swift-version-24593BA9C3E375BF.txt
[25/54] Compiling cmark-gfm map.c
[26/54] Compiling cmark-gfm man.c
[27/54] Compiling cmark-gfm linked_list.c
[28/54] Compiling cmark-gfm utf8.c
[29/54] Compiling cmark-gfm iterator.c
[30/54] Compiling cmark-gfm latex.c
[31/54] Compiling cmark-gfm node.c
[32/54] Compiling cmark-gfm html.c
[33/54] Compiling cmark-gfm houdini_html_e.c
[34/54] Write sources
[35/54] Compiling cmark-gfm cmark.c
[36/54] Write sources
[37/54] Compiling cmark-gfm houdini_href_e.c
[38/54] Write sources
[41/54] Compiling cmark-gfm houdini_html_u.c
[42/54] Compiling CAtomic CAtomic.c
[43/54] Compiling cmark-gfm arena.c
[44/54] Compiling cmark-gfm scanners.c
[45/54] Compiling cmark-gfm inlines.c
[46/54] Compiling cmark-gfm blocks.c
[48/145] Emitting module SwiftTerm
[49/147] Emitting module Markdown
[50/155] Compiling Markdown UnorderedList.swift
[51/155] Compiling Markdown Paragraph.swift
[52/155] Compiling Markdown CodeBlock.swift
[53/155] Compiling Markdown HTMLBlock.swift
[54/155] Compiling Markdown Heading.swift
[55/155] Compiling Markdown ThematicBreak.swift
[56/155] Compiling Markdown Table.swift
[57/155] Compiling Markdown TableBody.swift
[58/155] Compiling Markdown TableCell.swift
[59/155] Compiling Markdown BasicBlockContainer.swift
[60/155] Compiling Markdown BasicInlineContainer.swift
[61/155] Compiling Markdown BlockContainer.swift
[62/155] Compiling Markdown BlockMarkup.swift
[63/155] Compiling Markdown InlineContainer.swift
[64/155] Compiling Markdown InlineMarkup.swift
[65/155] Compiling Markdown ListItemContainer.swift
[66/155] Compiling Markdown AtomicCounter.swift
[67/155] Compiling SwiftTerm TerminalOptions.swift
[68/155] Compiling SwiftTerm Utilities.swift
[69/155] Compiling TextBufferKit PieceTreeBuilder.swift
[70/155] Compiling TextBufferKit PieceTreeTextBuffer.swift
[71/156] Compiling TextBufferKit PieceTreeBase.swift
[72/156] Compiling Markdown CharacterExtensions.swift
[73/156] Compiling Markdown CollectionExtensions.swift
[74/156] Compiling Markdown StringExtensions.swift
[75/156] Compiling Markdown MarkupVisitor.swift
[76/156] Compiling Markdown MarkupWalker.swift
[77/156] Compiling Markdown HTMLFormatter.swift
[78/156] Compiling Markdown MarkupFormatter.swift
[79/156] Compiling Markdown MarkupTreeDumper.swift
[80/156] Emitting module TextBufferKit
[81/156] Compiling TextBufferKit FindMatch.swift
[82/156] Compiling Markdown RawMarkup.swift
[83/156] Compiling Markdown BlockDirective.swift
[84/156] Compiling Markdown BlockQuote.swift
[85/156] Compiling Markdown ChildIndexPath.swift
[86/156] Compiling Markdown DirectiveArgument.swift
[87/156] Compiling Markdown Document.swift
[88/156] Compiling Markdown LiteralMarkup.swift
[89/156] Compiling Markdown Markup.swift
[90/156] Compiling Markdown MarkupChildren.swift
[91/156] Compiling Markdown MarkupData.swift
[92/156] Compiling Markdown PlainTextConvertibleMarkup.swift
[98/156] Compiling Markdown DoxygenNote.swift
[99/156] Compiling Markdown DoxygenParameter.swift
[100/156] Compiling Markdown DoxygenReturns.swift
[101/156] Compiling Markdown ListItem.swift
[102/156] Compiling Markdown OrderedList.swift
[103/156] Compiling TextBufferKit Range.swift
[104/156] Compiling TextBufferKit Position.swift
[105/156] Compiling TextBufferKit SearchData.swift
[109/156] Compiling Markdown Strikethrough.swift
[110/156] Compiling Markdown Strong.swift
[111/156] Compiling Markdown CustomInline.swift
[112/156] Compiling Markdown InlineCode.swift
[113/156] Compiling Markdown InlineHTML.swift
[114/156] Compiling Markdown LineBreak.swift
[115/156] Compiling Markdown SoftBreak.swift
[116/156] Compiling Markdown SymbolLink.swift
[117/156] Compiling Markdown Text.swift
[118/156] Compiling Markdown Aside.swift
[119/156] Compiling Markdown BlockDirectiveParser.swift
[120/156] Compiling Markdown CommonMarkConverter.swift
[121/156] Compiling Markdown LazySplitLines.swift
[122/156] Compiling Markdown ParseOptions.swift
[123/156] Compiling Markdown RangeAdjuster.swift
[124/156] Compiling Markdown RangerTracker.swift
[125/156] Compiling Markdown MarkupRewriter.swift
[126/156] Compiling Markdown TableCellContainer.swift
[127/156] Compiling Markdown TableHead.swift
[128/156] Compiling Markdown TableRow.swift
[129/156] Compiling Markdown Replacement.swift
[130/156] Compiling Markdown SourceLocation.swift
[131/156] Compiling Markdown Emphasis.swift
[132/156] Compiling Markdown Image.swift
[133/156] Compiling Markdown InlineAttributes.swift
[134/156] Compiling Markdown Link.swift
[138/157] Wrapping AST for Markdown for debugging
[140/157] Compiling TextBufferKit TreeBase.swift
[141/158] Wrapping AST for TextBufferKit for debugging
[154/159] Wrapping AST for SwiftTerm for debugging
[156/204] Emitting module TermKit
[157/210] Compiling TermKit MarkdownView.swift
[158/210] Compiling TermKit Menu.swift
[159/210] Compiling TermKit ProgressBar.swift
[160/210] Compiling TermKit RadioGroup.swift
[161/210] Compiling TermKit ScrollView.swift
[162/210] Compiling TermKit Spinner.swift
[163/210] Compiling TermKit MessageBox.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[164/210] Compiling TermKit ConsoleDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[165/210] Compiling TermKit CursesDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[166/210] Compiling TermKit TTYDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[167/210] Compiling TermKit TerminalCapability.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[168/210] Compiling TermKit TerminfoParser.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[169/210] Compiling TermKit View.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[170/210] Compiling TermKit WcWidth.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[171/210] Compiling TermKit Window.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[172/210] Compiling TermKit Dialog.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[173/210] Compiling TermKit FileDialog.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[174/210] Compiling TermKit InputBox.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[175/210] Compiling TermKit UnixDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[176/210] Compiling TermKit WindowsDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[177/210] Compiling TermKit XtermCapability.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[178/210] Compiling TermKit StringChar.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[179/210] Compiling TermKit Button.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[180/210] Compiling TermKit Checkbox.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[181/210] Compiling TermKit Point.swift
[182/210] Compiling TermKit Pos.swift
[183/210] Compiling TermKit Rect.swift
[184/210] Compiling TermKit Responder.swift
[185/210] Compiling TermKit Size.swift
[186/210] Compiling TermKit StandardToplevel.swift
[187/210] Compiling TermKit Toplevel.swift
[188/210] Compiling TermKit Application.swift
[189/210] Compiling TermKit AttributedString.swift
[190/210] Compiling TermKit Clipboard.swift
[191/210] Compiling TermKit Dim.swift
[192/210] Compiling TermKit Events.swift
[193/210] Compiling TermKit Layer.swift
[194/210] Compiling TermKit Painter.swift
[195/210] Compiling TermKit DataTable.swift
[196/210] Compiling TermKit Desktop.swift
[197/210] Compiling TermKit Frame.swift
[198/210] Compiling TermKit HexView.swift
[199/210] Compiling TermKit Label.swift
[200/210] Compiling TermKit ListView.swift
[201/210] Compiling TermKit SplitView.swift
[202/210] Compiling TermKit StatusBar.swift
[203/210] Compiling TermKit TabView.swift
[204/210] Compiling TermKit Terminal.swift
[205/210] Compiling TermKit TextField.swift
[206/210] Compiling TermKit TextView.swift
[207/211] Wrapping AST for TermKit for debugging
[209/226] Compiling Example SpinnerDemo.swift
[210/226] Compiling Example SpinnerTest.swift
[211/227] Compiling Example DemoTerminal.swift
[212/227] Compiling Example DemoWindows.swift
[213/227] Compiling Example main.swift
/host/spi-builder-workspace/Sources/Example/main.swift:45:42: error: cannot find 'DemoLayer' in scope
 43 |     (id: "markdown",  "Markdown",     { DemoMarkdown() }),
 44 |     (id: "editor",    "Editor",       { DemoDesktop() }),
 45 |     (id: "layer",     "Layer/Compose", { DemoLayer() }),
    |                                          `- error: cannot find 'DemoLayer' in scope
 46 | ]
 47 | var demoToplevel: (() -> Toplevel)? = nil
[214/227] Compiling Example DemoDialogs.swift
[215/227] Compiling Example DemoDrawing.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[216/227] Compiling Example DemoAssorted.swift
[217/227] Compiling Example DemoDataTable.swift
[218/227] Emitting module Example
/host/spi-builder-workspace/Sources/Example/main.swift:45:42: error: cannot find 'DemoLayer' in scope
 43 |     (id: "markdown",  "Markdown",     { DemoMarkdown() }),
 44 |     (id: "editor",    "Editor",       { DemoDesktop() }),
 45 |     (id: "layer",     "Layer/Compose", { DemoLayer() }),
    |                                          `- error: cannot find 'DemoLayer' in scope
 46 | ]
 47 | var demoToplevel: (() -> Toplevel)? = nil
[219/227] Compiling Example DemoHost.swift
[220/227] Compiling Example DemoMarkdown.swift
[221/227] Compiling Example DemoSplitView.swift
/host/spi-builder-workspace/Sources/Example/DemoSplitView.swift:25:13: warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
23 |
24 |     override func setupDemo() {
25 |         let top = topWindow
   |             `- warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
26 |
27 |         setMenu(MenuBar(menus: [
[222/227] Compiling Example DemoStandardToplevel.swift
/host/spi-builder-workspace/Sources/Example/DemoSplitView.swift:25:13: warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
23 |
24 |     override func setupDemo() {
25 |         let top = topWindow
   |             `- warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
26 |
27 |         setMenu(MenuBar(menus: [
[223/227] Compiling Example DemoStatusBar.swift
[224/227] Compiling Example DemoTabBar.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftLintCommandPlugin
[4/4] Compiling plugin SwiftLintBuildToolPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/105] Compiling TextBufferKit SearchData.swift
[9/106] Compiling Markdown BasicBlockContainer.swift
[10/106] Compiling Markdown BasicInlineContainer.swift
[11/106] Compiling Markdown BlockContainer.swift
[12/106] Compiling Markdown BlockMarkup.swift
[13/106] Compiling Markdown InlineContainer.swift
[14/106] Compiling Markdown InlineMarkup.swift
[15/106] Compiling Markdown ListItemContainer.swift
[16/106] Compiling Markdown AtomicCounter.swift
[17/114] Compiling TextBufferKit PieceTreeBuilder.swift
[18/114] Compiling TextBufferKit TreeBase.swift
[19/114] Emitting module SwiftTerm
[20/116] Compiling TextBufferKit Range.swift
[21/116] Compiling TextBufferKit Position.swift
[22/116] Compiling TextBufferKit PieceTreeTextBuffer.swift
[23/116] Emitting module Markdown
[24/116] Compiling SwiftTerm SixelDcsHandler.swift
[25/116] Compiling SwiftTerm Terminal.swift
[26/116] Compiling SwiftTerm TerminalOptions.swift
[27/116] Compiling SwiftTerm Utilities.swift
[28/116] Compiling Markdown SourceLocation.swift
[29/116] Compiling Markdown Emphasis.swift
[30/116] Compiling Markdown Image.swift
[31/116] Compiling Markdown InlineAttributes.swift
[32/116] Compiling Markdown Link.swift
[33/116] Compiling Markdown UnorderedList.swift
[34/116] Compiling Markdown Paragraph.swift
[35/116] Compiling Markdown CodeBlock.swift
[36/116] Compiling Markdown HTMLBlock.swift
[37/116] Compiling Markdown Heading.swift
[38/116] Compiling Markdown ThematicBreak.swift
[39/116] Compiling Markdown Table.swift
[40/116] Compiling Markdown TableBody.swift
[41/116] Compiling Markdown TableCell.swift
[42/116] Compiling SwiftTerm Colors.swift
[43/116] Compiling SwiftTerm EscapeSequenceParser.swift
[44/116] Compiling SwiftTerm EscapeSequences.swift
[45/116] Compiling SwiftTerm Line.swift
[46/116] Compiling SwiftTerm LocalProcess.swift
[47/116] Compiling SwiftTerm Position.swift
[48/116] Compiling SwiftTerm Pty.swift
[49/116] Compiling SwiftTerm SearchService.swift
[50/116] Compiling SwiftTerm SelectionService.swift
[53/116] Compiling SwiftTerm CharData.swift
[54/116] Compiling SwiftTerm CharSets.swift
[55/116] Compiling SwiftTerm CircularList.swift
[56/116] Compiling Markdown ChildIndexPath.swift
[57/116] Compiling Markdown DirectiveArgument.swift
[58/116] Compiling Markdown Document.swift
[65/116] Compiling SwiftTerm ExternsionsTerminal.swift
[66/116] Compiling SwiftTerm File.swift
[67/116] Compiling SwiftTerm HeadlessTerminal.swift
[68/116] Emitting module TextBufferKit
[69/116] Compiling TextBufferKit FindMatch.swift
[70/116] Compiling TextBufferKit PieceTreeBase.swift
[72/116] Compiling Markdown CharacterExtensions.swift
[73/116] Compiling Markdown CollectionExtensions.swift
[74/116] Compiling Markdown StringExtensions.swift
[75/116] Compiling Markdown MarkupVisitor.swift
[76/116] Compiling Markdown MarkupWalker.swift
[77/116] Compiling Markdown HTMLFormatter.swift
[78/116] Compiling Markdown MarkupFormatter.swift
[79/116] Compiling Markdown MarkupTreeDumper.swift
[80/116] Compiling Markdown Strikethrough.swift
[81/116] Compiling Markdown Strong.swift
[82/116] Compiling Markdown CustomInline.swift
[83/116] Compiling Markdown InlineCode.swift
[84/116] Compiling Markdown InlineHTML.swift
[85/116] Compiling Markdown LineBreak.swift
[86/116] Compiling Markdown SoftBreak.swift
[87/116] Compiling Markdown SymbolLink.swift
[88/116] Compiling Markdown Text.swift
[89/116] Compiling Markdown Aside.swift
[90/116] Compiling Markdown BlockDirectiveParser.swift
[91/116] Compiling Markdown CommonMarkConverter.swift
[92/116] Compiling Markdown LazySplitLines.swift
[93/116] Compiling Markdown ParseOptions.swift
[94/116] Compiling Markdown RangeAdjuster.swift
[95/116] Compiling Markdown RangerTracker.swift
[96/116] Compiling Markdown MarkupRewriter.swift
[113/161] Compiling TermKit Point.swift
[114/161] Compiling TermKit Pos.swift
[115/161] Compiling TermKit Rect.swift
[116/161] Compiling TermKit Responder.swift
[117/161] Compiling TermKit Size.swift
[118/161] Compiling TermKit StandardToplevel.swift
[119/161] Compiling TermKit Toplevel.swift
[120/167] Compiling TermKit Application.swift
[121/167] Compiling TermKit AttributedString.swift
[122/167] Compiling TermKit Clipboard.swift
[123/167] Compiling TermKit Dim.swift
[124/167] Compiling TermKit Events.swift
[125/167] Compiling TermKit Layer.swift
[126/167] Compiling TermKit Painter.swift
[127/167] Compiling TermKit MarkdownView.swift
[128/167] Compiling TermKit Menu.swift
[129/167] Compiling TermKit ProgressBar.swift
[130/167] Compiling TermKit RadioGroup.swift
[131/167] Compiling TermKit ScrollView.swift
[132/167] Compiling TermKit Spinner.swift
[133/167] Compiling TermKit UnixDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[134/167] Compiling TermKit WindowsDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[135/167] Compiling TermKit XtermCapability.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[136/167] Compiling TermKit StringChar.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[137/167] Compiling TermKit Button.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[138/167] Compiling TermKit Checkbox.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/UnixDriver.swift:148:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
146 |             if !data.isEmpty {
147 |                 self?.inputQueue.async {
148 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
149 |                 }
150 |             }
[139/167] Compiling TermKit View.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[140/167] Compiling TermKit WcWidth.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[141/167] Compiling TermKit Window.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[142/167] Compiling TermKit Dialog.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[143/167] Compiling TermKit FileDialog.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[144/167] Compiling TermKit InputBox.swift
/host/spi-builder-workspace/Sources/TermKit/Core/Window.swift:125:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
123 |     open override func redraw(region: Rect, painter p: Painter) {
124 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
125 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
126 |         if !needDisplay.isEmpty {
127 |             p.attribute = colorScheme.normal
[145/167] Compiling TermKit MessageBox.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[146/167] Compiling TermKit ConsoleDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[147/167] Compiling TermKit CursesDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[148/167] Compiling TermKit TTYDriver.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[149/167] Compiling TermKit TerminalCapability.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[150/167] Compiling TermKit TerminfoParser.swift
/host/spi-builder-workspace/Sources/TermKit/Drivers/TTYDriver.swift:73:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 71 |             if !data.isEmpty {
 72 |                 self?.inputQueue.async {
 73 |                     self?.processInputData(data)
    |                     `- warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
 74 |                 }
 75 |             }
[151/167] Compiling TermKit DataTable.swift
[152/167] Compiling TermKit Desktop.swift
[153/167] Compiling TermKit Frame.swift
[154/167] Compiling TermKit HexView.swift
[155/167] Compiling TermKit Label.swift
[156/167] Compiling TermKit ListView.swift
[157/167] Emitting module TermKit
[158/167] Compiling TermKit SplitView.swift
[159/167] Compiling TermKit StatusBar.swift
[160/167] Compiling TermKit TabView.swift
[161/167] Compiling TermKit Terminal.swift
[162/167] Compiling TermKit TextField.swift
[163/167] Compiling TermKit TextView.swift
[165/182] Compiling Example DemoTerminal.swift
[166/182] Compiling Example DemoWindows.swift
[167/182] Compiling Example SpinnerDemo.swift
[168/182] Compiling Example SpinnerTest.swift
[169/183] Compiling Example DemoHost.swift
[170/183] Compiling Example DemoMarkdown.swift
[171/183] Compiling Example DemoDialogs.swift
[172/183] Compiling Example DemoDrawing.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[173/183] Compiling Example DemoAssorted.swift
[174/183] Compiling Example DemoDataTable.swift
[175/183] Emitting module Example
/host/spi-builder-workspace/Sources/Example/main.swift:45:42: error: cannot find 'DemoLayer' in scope
 43 |     (id: "markdown",  "Markdown",     { DemoMarkdown() }),
 44 |     (id: "editor",    "Editor",       { DemoDesktop() }),
 45 |     (id: "layer",     "Layer/Compose", { DemoLayer() }),
    |                                          `- error: cannot find 'DemoLayer' in scope
 46 | ]
 47 | var demoToplevel: (() -> Toplevel)? = nil
[176/183] Compiling Example DemoStatusBar.swift
[177/183] Compiling Example DemoTabBar.swift
[178/183] Compiling Example main.swift
/host/spi-builder-workspace/Sources/Example/main.swift:45:42: error: cannot find 'DemoLayer' in scope
 43 |     (id: "markdown",  "Markdown",     { DemoMarkdown() }),
 44 |     (id: "editor",    "Editor",       { DemoDesktop() }),
 45 |     (id: "layer",     "Layer/Compose", { DemoLayer() }),
    |                                          `- error: cannot find 'DemoLayer' in scope
 46 | ]
 47 | var demoToplevel: (() -> Toplevel)? = nil
[179/183] Compiling Example DemoSplitView.swift
/host/spi-builder-workspace/Sources/Example/DemoSplitView.swift:25:13: warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
23 |
24 |     override func setupDemo() {
25 |         let top = topWindow
   |             `- warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
26 |
27 |         setMenu(MenuBar(menus: [
[180/183] Compiling Example DemoStandardToplevel.swift
/host/spi-builder-workspace/Sources/Example/DemoSplitView.swift:25:13: warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
23 |
24 |     override func setupDemo() {
25 |         let top = topWindow
   |             `- warning: initialization of immutable value 'top' was never used; consider replacing with assignment to '_' or removing it
26 |
27 |         setMenu(MenuBar(menus: [
BUILD FAILURE 6.1 linux