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

Successful build of TermKit, reference main (6fd4a9), with Swift 6.1 for Linux on 28 Sep 2025 13:41:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 6fd4a96 Command Palette touchups
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
6fd4a96b1f310576d8cb1894f8897cbfd4f3ed55
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-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "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",
        "Logging"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/BorderStyle.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/EdgeInsets.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/StandardDesktop.swift",
        "Core/SwiftLogging.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/CommandPalette.swift",
        "Views/DataTable.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/SolidBackground.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",
        "DemoBoxModel.swift",
        "DemoCommandPalette.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoLayer.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardDesktop.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-4609320-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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/migueldeicaza/SwiftTerm.git
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
[1/239] Fetching swiftlintplugins
[240/479] Fetching swiftlintplugins, textbufferkit
[480/4389] Fetching swiftlintplugins, textbufferkit, swift-log
[1458/11310] Fetching swiftlintplugins, textbufferkit, swift-log, swift-markdown
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (0.24s)
[4040/11071] Fetching textbufferkit, swift-log, swift-markdown
[7681/18265] Fetching textbufferkit, swift-log, swift-markdown, swiftterm
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[10830/14355] Fetching textbufferkit, swift-markdown, swiftterm
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (0.43s)
Fetched https://github.com/apple/swift-markdown from cache (0.44s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (0.58s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
Computed https://github.com/migueldeicaza/SwiftTerm.git at 1.5.1 (1.02s)
Fetching https://github.com/apple/swift-argument-parser
[1/16394] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.59s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (2.36s)
Computing version for https://github.com/apple/swift-markdown
Computed https://github.com/apple/swift-markdown at 0.7.1 (0.49s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18208] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (0.76s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (1.24s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.43s)
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/TextBufferKit.git
Working copy of https://github.com/migueldeicaza/TextBufferKit.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-markdown
Working copy of https://github.com/apple/swift-markdown resolved at 0.7.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.7.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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
[2747/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 (5.43s)
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/54] Compiling cmark-gfm cmark_ctype.c
[5/54] Compiling CAtomic CAtomic.c
[6/54] Compiling cmark-gfm cmark.c
[7/54] Compiling cmark-gfm buffer.c
[8/54] Compiling cmark-gfm arena.c
[9/54] Compiling cmark-gfm footnotes.c
[10/54] Compiling cmark-gfm commonmark.c
[11/54] Compiling cmark-gfm-extensions tasklist.c
[12/54] Compiling cmark-gfm-extensions strikethrough.c
[13/54] Compiling cmark-gfm-extensions tagfilter.c
[14/54] Compiling cmark-gfm blocks.c
[15/54] Compiling cmark-gfm-extensions ext_scanners.c
[16/54] Compiling cmark-gfm-extensions core-extensions.c
[17/54] Compiling cmark-gfm-extensions table.c
[18/54] Compiling cmark-gfm-extensions autolink.c
[19/54] Compiling cmark-gfm xml.c
[20/54] Compiling cmark-gfm syntax_extension.c
[21/54] Compiling cmark-gfm render.c
[22/54] Compiling cmark-gfm plugin.c
[22/54] Compiling cmark-gfm registry.c
[22/54] Compiling cmark-gfm references.c
[25/54] Compiling cmark-gfm plaintext.c
[26/54] Write swift-version-24593BA9C3E375BF.txt
[27/54] Compiling cmark-gfm linked_list.c
[28/54] Compiling cmark-gfm map.c
[29/54] Compiling cmark-gfm man.c
[30/54] Compiling cmark-gfm utf8.c
[31/54] Compiling cmark-gfm latex.c
[32/54] Compiling cmark-gfm iterator.c
[33/54] Write sources
[34/54] Compiling cmark-gfm node.c
[35/54] Write sources
[37/54] Compiling cmark-gfm houdini_html_e.c
[38/54] Write sources
[40/54] Compiling cmark-gfm html.c
[41/54] Write sources
[42/54] Compiling cmark-gfm houdini_href_e.c
[43/54] Compiling cmark-gfm houdini_html_u.c
[44/54] Compiling cmark-gfm inlines.c
[45/54] Compiling cmark-gfm scanners.c
[47/151] Compiling Markdown BasicBlockContainer.swift
[48/151] Compiling Markdown BasicInlineContainer.swift
[49/151] Compiling Markdown BlockContainer.swift
[50/151] Compiling Markdown BlockMarkup.swift
[51/151] Compiling Markdown InlineContainer.swift
[52/151] Compiling Markdown InlineMarkup.swift
[53/151] Compiling Markdown ListItemContainer.swift
[54/151] Compiling Markdown AtomicCounter.swift
[55/159] Compiling Logging MetadataProvider.swift
[56/159] Compiling Logging Locks.swift
[57/159] Compiling Logging LogHandler.swift
[58/159] Compiling Logging Logging.swift
[59/159] Emitting module Logging
[61/160] Compiling Markdown OrderedList.swift
[62/160] Compiling Markdown UnorderedList.swift
[63/160] Compiling Markdown Paragraph.swift
[64/160] Compiling Markdown CodeBlock.swift
[65/160] Compiling Markdown HTMLBlock.swift
[66/160] Compiling Markdown Heading.swift
[67/160] Compiling Markdown ThematicBreak.swift
[68/160] Compiling Markdown Table.swift
[69/160] Compiling Markdown TableBody.swift
[70/160] Compiling Markdown TableCell.swift
[71/160] Compiling Markdown TableCellContainer.swift
[72/160] Compiling Markdown TableHead.swift
[73/160] Compiling Markdown TableRow.swift
[74/160] Compiling Markdown Replacement.swift
[75/160] Compiling Markdown SourceLocation.swift
[76/160] Compiling Markdown Emphasis.swift
[77/160] Compiling Markdown Image.swift
[78/160] Compiling Markdown InlineAttributes.swift
[79/160] Emitting module SwiftTerm
[80/162] Compiling Markdown ChildIndexPath.swift
[81/162] Compiling Markdown DirectiveArgument.swift
[82/162] Compiling Markdown Document.swift
[83/162] Compiling Markdown BlockDirective.swift
[84/162] Compiling Markdown BlockQuote.swift
[85/162] Compiling Markdown CustomBlock.swift
[86/162] Compiling Markdown DoxygenAbstract.swift
[87/162] Compiling Markdown DoxygenDiscussion.swift
[88/162] Compiling Markdown DoxygenNote.swift
[89/162] Compiling Markdown DoxygenParameter.swift
[90/162] Compiling Markdown DoxygenReturns.swift
[91/162] Compiling Markdown ListItem.swift
[92/162] Compiling TextBufferKit SearchData.swift
[93/163] Compiling TextBufferKit Range.swift
[94/163] Compiling TextBufferKit PieceTreeTextBuffer.swift
[95/163] Compiling TextBufferKit Position.swift
[95/163] Wrapping AST for Logging for debugging
[97/163] Compiling Markdown LiteralMarkup.swift
[98/163] Compiling Markdown Markup.swift
[99/163] Compiling Markdown MarkupChildren.swift
[100/163] Emitting module Markdown
[107/163] Compiling Markdown MarkupData.swift
[108/163] Compiling Markdown PlainTextConvertibleMarkup.swift
[109/163] Compiling Markdown RawMarkup.swift
[119/163] Compiling TextBufferKit PieceTreeBuilder.swift
[120/163] Compiling TextBufferKit FindMatch.swift
[121/163] Emitting module TextBufferKit
[122/163] Compiling TextBufferKit PieceTreeBase.swift
[123/163] Compiling SwiftTerm TerminalOptions.swift
[124/163] Compiling SwiftTerm Utilities.swift
[125/163] Compiling TextBufferKit TreeBase.swift
[126/164] Wrapping AST for TextBufferKit for debugging
[128/164] Compiling Markdown Link.swift
[129/164] Compiling Markdown Strikethrough.swift
[130/164] Compiling Markdown Strong.swift
[131/164] Compiling Markdown CustomInline.swift
[132/164] Compiling Markdown InlineCode.swift
[133/164] Compiling Markdown InlineHTML.swift
[134/164] Compiling Markdown LineBreak.swift
[135/164] Compiling Markdown SoftBreak.swift
[136/164] Compiling Markdown SymbolLink.swift
[137/164] Compiling Markdown Text.swift
[138/164] Compiling Markdown Aside.swift
[139/164] Compiling Markdown BlockDirectiveParser.swift
[140/164] Compiling Markdown CommonMarkConverter.swift
[141/164] Compiling Markdown LazySplitLines.swift
[142/164] Compiling Markdown ParseOptions.swift
[143/164] Compiling Markdown RangeAdjuster.swift
[144/164] Compiling Markdown RangerTracker.swift
[145/164] Compiling Markdown MarkupRewriter.swift
[146/164] Compiling Markdown CharacterExtensions.swift
[147/164] Compiling Markdown CollectionExtensions.swift
[148/164] Compiling Markdown StringExtensions.swift
[149/164] Compiling Markdown MarkupVisitor.swift
[150/164] Compiling Markdown MarkupWalker.swift
[151/164] Compiling Markdown HTMLFormatter.swift
[152/164] Compiling Markdown MarkupFormatter.swift
[153/164] Compiling Markdown MarkupTreeDumper.swift
[154/165] Wrapping AST for Markdown for debugging
[161/166] Wrapping AST for SwiftTerm for debugging
[163/215] Emitting module TermKit
[164/221] Compiling TermKit Layer.swift
[165/221] Compiling TermKit Painter.swift
[166/221] Compiling TermKit Point.swift
[167/221] Compiling TermKit Pos.swift
[168/221] Compiling TermKit Rect.swift
[169/221] Compiling TermKit Responder.swift
[170/221] Compiling TermKit Size.swift
[171/221] Compiling TermKit Application.swift
[172/221] Compiling TermKit AttributedString.swift
[173/221] Compiling TermKit BorderStyle.swift
[174/221] Compiling TermKit Clipboard.swift
[175/221] Compiling TermKit Dim.swift
[176/221] Compiling TermKit EdgeInsets.swift
[177/221] Compiling TermKit Events.swift
[178/221] Compiling TermKit Menu.swift
[179/221] Compiling TermKit ProgressBar.swift
[180/221] Compiling TermKit RadioGroup.swift
[181/221] Compiling TermKit ScrollView.swift
[182/221] Compiling TermKit SolidBackground.swift
[183/221] Compiling TermKit Spinner.swift
[184/221] Compiling TermKit FileDialog.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 |             }
[185/221] Compiling TermKit InputBox.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 |             }
[186/221] 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 |             }
[187/221] 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 |             }
[188/221] 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 |             }
[189/221] 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 |             }
[190/221] 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 |             }
[191/221] Compiling TermKit StandardDesktop.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[192/221] Compiling TermKit SwiftLogging.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[193/221] Compiling TermKit Toplevel.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[194/221] Compiling TermKit View.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[195/221] Compiling TermKit WcWidth.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[196/221] Compiling TermKit Window.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[197/221] Compiling TermKit Dialog.swift
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:23:33: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
21 |         // Ensure file exists
22 |         if !FileManager.default.fileExists(atPath: fileURL.path) {
23 |             FileManager.default.createFile(atPath: fileURL.path, contents: nil)
   |                                 `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
24 |         }
25 |         // Open for appending
/host/spi-builder-workspace/Sources/TermKit/Core/SwiftLogging.swift:28:9: warning: result of 'try?' is unused
26 |         self.fileHandle = try! FileHandle(forWritingTo: fileURL)
27 |         // Seek to end for append behavior
28 |         try? self.fileHandle.seekToEnd()
   |         `- warning: result of 'try?' is unused
29 |     }
30 |
/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 |             // Background
[198/221] Compiling TermKit TerminfoParser.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 |             }
[199/221] 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 |             }
[200/221] 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 |             }
[201/221] 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 |             }
[202/221] 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 |             }
[203/221] 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 |             }
[204/221] 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 |             }
[205/221] Compiling TermKit CommandPalette.swift
[206/221] Compiling TermKit DataTable.swift
[207/221] Compiling TermKit Frame.swift
[208/221] Compiling TermKit HexView.swift
[209/221] Compiling TermKit Label.swift
[210/221] Compiling TermKit ListView.swift
[211/221] Compiling TermKit MarkdownView.swift
[212/221] Compiling TermKit SplitView.swift
[213/221] Compiling TermKit StatusBar.swift
[214/221] Compiling TermKit TabView.swift
[215/221] Compiling TermKit Terminal.swift
[216/221] Compiling TermKit TextField.swift
[217/221] Compiling TermKit TextView.swift
[218/222] Wrapping AST for TermKit for debugging
[220/239] Emitting module Example
[221/241] Compiling Example DemoTabBar.swift
[222/241] Compiling Example DemoTerminal.swift
[223/241] Compiling Example SpinnerTest.swift
[224/241] Compiling Example main.swift
[225/241] Compiling Example DemoAssorted.swift
[226/241] Compiling Example DemoBoxModel.swift
[227/241] Compiling Example DemoCommandPalette.swift
[228/241] Compiling Example DemoMarkdown.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: [
[229/241] 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: [
[230/241] Compiling Example DemoHost.swift
[231/241] Compiling Example DemoLayer.swift
[232/241] Compiling Example DemoDataTable.swift
[233/241] Compiling Example DemoDialogs.swift
[234/241] Compiling Example DemoDrawing.swift
[235/241] Compiling Example DemoWindows.swift
[236/241] Compiling Example SpinnerDemo.swift
[237/241] Compiling Example DemoStandardDesktop.swift
[238/241] Compiling Example DemoStatusBar.swift
[239/242] Wrapping AST for Example for debugging
[240/242] Write Objects.LinkFileList
[241/242] Linking Example
Build complete! (40.62s)
Build complete.
{
  "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-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "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",
        "Logging"
      ],
      "product_memberships" : [
        "TermKit",
        "Example"
      ],
      "sources" : [
        "Core/Application.swift",
        "Core/AttributedString.swift",
        "Core/BorderStyle.swift",
        "Core/Clipboard.swift",
        "Core/Dim.swift",
        "Core/EdgeInsets.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/StandardDesktop.swift",
        "Core/SwiftLogging.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/CommandPalette.swift",
        "Views/DataTable.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/SolidBackground.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",
        "DemoBoxModel.swift",
        "DemoCommandPalette.swift",
        "DemoDataTable.swift",
        "DemoDialogs.swift",
        "DemoDrawing.swift",
        "DemoHost.swift",
        "DemoLayer.swift",
        "DemoMarkdown.swift",
        "DemoSplitView.swift",
        "DemoStandardDesktop.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.