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 macOS (SPM) on 28 Sep 2025 13:40:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/migueldeicaza/TermKit.git
https://github.com/migueldeicaza/TermKit.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/50] Write sources
[10/50] Write swift-version-2F0A5646E1D333AE.txt
[11/50] Compiling cmark-gfm xml.c
[12/50] Compiling cmark-gfm arena.c
[13/50] Compiling cmark-gfm-extensions core-extensions.c
[14/50] Compiling cmark-gfm-extensions tagfilter.c
[15/50] Compiling cmark-gfm-extensions tasklist.c
[16/50] Compiling cmark-gfm syntax_extension.c
[17/50] Compiling cmark-gfm-extensions table.c
[18/55] Compiling cmark-gfm utf8.c
[19/59] Compiling cmark-gfm render.c
[20/101] Compiling cmark-gfm references.c
[21/101] Compiling cmark-gfm registry.c
[22/101] Compiling cmark-gfm plugin.c
[23/101] Compiling cmark-gfm-extensions ext_scanners.c
[24/101] Compiling cmark-gfm-extensions strikethrough.c
[25/101] Compiling cmark-gfm plaintext.c
[26/101] Compiling cmark-gfm map.c
[27/101] Compiling cmark-gfm linked_list.c
[28/101] Compiling cmark-gfm node.c
[29/101] Compiling cmark-gfm man.c
[30/101] Compiling cmark-gfm scanners.c
[31/101] Compiling cmark-gfm latex.c
[32/101] Compiling cmark-gfm houdini_html_e.c
[33/101] Compiling cmark-gfm houdini_href_e.c
[34/101] Compiling cmark-gfm iterator.c
[35/101] Compiling cmark-gfm html.c
[36/101] Compiling cmark-gfm inlines.c
[37/101] Compiling cmark-gfm houdini_html_u.c
[38/101] Compiling cmark-gfm footnotes.c
[39/101] Write Example-entitlement.plist
[40/101] Compiling cmark-gfm cmark_ctype.c
[41/101] Compiling cmark-gfm commonmark.c
[42/101] Compiling cmark-gfm cmark.c
[43/101] Compiling cmark-gfm buffer.c
[44/101] Compiling cmark-gfm blocks.c
[45/101] Compiling CAtomic CAtomic.c
[46/101] Compiling cmark-gfm-extensions autolink.c
[48/165] Compiling Logging MetadataProvider.swift
[49/165] Compiling Logging Locks.swift
[50/165] Emitting module Logging
[51/165] Compiling Logging LogHandler.swift
[52/165] Compiling Logging Logging.swift
[53/165] Compiling Markdown BlockContainer.swift
[54/165] Compiling Markdown BlockMarkup.swift
[55/165] Compiling Markdown InlineContainer.swift
[56/165] Compiling Markdown InlineMarkup.swift
[57/165] Compiling Markdown ListItemContainer.swift
[58/165] Compiling Markdown AtomicCounter.swift
[59/165] Compiling Markdown CharacterExtensions.swift
[60/172] Compiling Markdown InlineAttributes.swift
[61/172] Compiling Markdown Link.swift
[62/172] Compiling Markdown Strikethrough.swift
[63/172] Compiling Markdown Strong.swift
[64/172] Compiling Markdown CustomInline.swift
[65/172] Compiling Markdown InlineCode.swift
[66/172] Compiling Markdown InlineHTML.swift
[67/172] Compiling Markdown CodeBlock.swift
[68/172] Compiling Markdown HTMLBlock.swift
[69/172] Compiling Markdown Heading.swift
[70/172] Compiling Markdown ThematicBreak.swift
[71/172] Compiling Markdown Table.swift
[72/172] Compiling Markdown TableBody.swift
[73/172] Compiling Markdown TableCell.swift
[74/172] Emitting module Markdown
[75/172] Compiling Markdown DoxygenNote.swift
[76/172] Compiling Markdown DoxygenParameter.swift
[77/172] Compiling Markdown DoxygenReturns.swift
[78/172] Compiling Markdown ListItem.swift
[79/172] Compiling Markdown OrderedList.swift
[80/172] Compiling Markdown UnorderedList.swift
[81/172] Compiling Markdown Paragraph.swift
[82/172] Compiling TextBufferKit TreeBase.swift
[83/172] Compiling TextBufferKit SearchData.swift
[84/172] Compiling Markdown LazySplitLines.swift
[85/172] Compiling Markdown ParseOptions.swift
[86/172] Compiling Markdown RangeAdjuster.swift
[87/172] Compiling Markdown RangerTracker.swift
[88/172] Compiling Markdown MarkupRewriter.swift
[89/172] Compiling Markdown BasicBlockContainer.swift
[90/172] Compiling Markdown BasicInlineContainer.swift
[91/172] Compiling TextBufferKit Position.swift
[92/172] Compiling TextBufferKit PieceTreeTextBuffer.swift
[93/172] Compiling TextBufferKit FindMatch.swift
[94/172] Compiling TextBufferKit Range.swift
[95/172] Compiling Markdown PlainTextConvertibleMarkup.swift
[96/172] Compiling Markdown RawMarkup.swift
[97/172] Compiling Markdown BlockDirective.swift
[98/172] Compiling Markdown BlockQuote.swift
[99/172] Compiling Markdown CustomBlock.swift
[100/172] Compiling Markdown DoxygenAbstract.swift
[101/172] Compiling Markdown DoxygenDiscussion.swift
[102/172] Compiling Markdown TableCellContainer.swift
[103/172] Compiling Markdown TableHead.swift
[104/172] Compiling Markdown TableRow.swift
[105/172] Compiling Markdown Replacement.swift
[106/172] Compiling Markdown SourceLocation.swift
[107/172] Compiling Markdown Emphasis.swift
[108/172] Compiling Markdown Image.swift
[109/172] Compiling TextBufferKit PieceTreeBuilder.swift
[110/172] Emitting module TextBufferKit
[111/172] Compiling TextBufferKit PieceTreeBase.swift
[112/172] Compiling Markdown ChildIndexPath.swift
[113/172] Compiling Markdown DirectiveArgument.swift
[114/172] Compiling Markdown Document.swift
[115/172] Compiling Markdown LiteralMarkup.swift
[116/172] Compiling Markdown Markup.swift
[117/172] Compiling Markdown MarkupChildren.swift
[118/172] Compiling Markdown MarkupData.swift
[119/172] Compiling Markdown CollectionExtensions.swift
[120/172] Compiling Markdown StringExtensions.swift
[121/172] Compiling Markdown MarkupVisitor.swift
[122/172] Compiling Markdown MarkupWalker.swift
[123/172] Compiling Markdown HTMLFormatter.swift
[124/172] Compiling Markdown MarkupFormatter.swift
[125/172] Compiling Markdown MarkupTreeDumper.swift
[126/172] Compiling Markdown LineBreak.swift
[127/172] Compiling Markdown SoftBreak.swift
[128/172] Compiling Markdown SymbolLink.swift
[129/172] Compiling Markdown Text.swift
[130/172] Compiling Markdown Aside.swift
[131/172] Compiling Markdown BlockDirectiveParser.swift
[132/172] Compiling Markdown CommonMarkConverter.swift
[137/176] Compiling SwiftTerm iOSKeyboardView.swift
[138/176] Compiling SwiftTerm iOSTerminalView.swift
[139/176] Compiling SwiftTerm iOSTextInput.swift
[140/176] Compiling SwiftTerm iOSTextStorage.swift
[145/176] Emitting module SwiftTerm
[174/226] Emitting module TermKit
[175/231] Compiling TermKit Events.swift
[176/231] Compiling TermKit Layer.swift
[177/231] Compiling TermKit Painter.swift
[178/231] Compiling TermKit Point.swift
[179/231] Compiling TermKit Pos.swift
[180/231] Compiling TermKit Rect.swift
[181/231] Compiling TermKit WcWidth.swift
/Users/admin/builder/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
[182/231] Compiling TermKit Window.swift
/Users/admin/builder/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
[183/231] Compiling TermKit Dialog.swift
/Users/admin/builder/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
[184/231] Compiling TermKit FileDialog.swift
/Users/admin/builder/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
[185/231] Compiling TermKit InputBox.swift
/Users/admin/builder/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
[186/231] Compiling TermKit MessageBox.swift
/Users/admin/builder/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
[187/231] Compiling TermKit Label.swift
[188/231] Compiling TermKit ListView.swift
[189/231] Compiling TermKit MarkdownView.swift
[190/231] Compiling TermKit Menu.swift
[191/231] Compiling TermKit ProgressBar.swift
[192/231] Compiling TermKit RadioGroup.swift
[193/231] Compiling TermKit ScrollView.swift
[194/231] Compiling TermKit SolidBackground.swift
[195/231] Compiling TermKit Spinner.swift
[196/231] Compiling TermKit SplitView.swift
[197/231] Compiling TermKit Responder.swift
/Users/admin/builder/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 |
[198/231] Compiling TermKit Size.swift
/Users/admin/builder/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 |
[199/231] Compiling TermKit StandardDesktop.swift
/Users/admin/builder/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 |
[200/231] Compiling TermKit SwiftLogging.swift
/Users/admin/builder/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 |
[201/231] Compiling TermKit Toplevel.swift
/Users/admin/builder/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 |
[202/231] Compiling TermKit View.swift
/Users/admin/builder/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 |
[203/231] Compiling TermKit Application.swift
[204/231] Compiling TermKit AttributedString.swift
[205/231] Compiling TermKit BorderStyle.swift
[206/231] Compiling TermKit Clipboard.swift
[207/231] Compiling TermKit Dim.swift
[208/231] Compiling TermKit EdgeInsets.swift
[209/231] Compiling TermKit ConsoleDriver.swift
[210/231] Compiling TermKit CursesDriver.swift
[211/231] Compiling TermKit TTYDriver.swift
[212/231] Compiling TermKit TerminalCapability.swift
[213/231] Compiling TermKit TerminfoParser.swift
[214/231] Compiling TermKit UnixDriver.swift
[215/231] Compiling TermKit WindowsDriver.swift
[216/231] Compiling TermKit XtermCapability.swift
[217/231] Compiling TermKit StringChar.swift
[218/231] Compiling TermKit Button.swift
[219/231] Compiling TermKit Checkbox.swift
[220/231] Compiling TermKit CommandPalette.swift
[221/231] Compiling TermKit DataTable.swift
[222/231] Compiling TermKit Frame.swift
[223/231] Compiling TermKit HexView.swift
[224/231] Compiling TermKit StatusBar.swift
[225/231] Compiling TermKit TabView.swift
[226/231] Compiling TermKit Terminal.swift
[227/231] Compiling TermKit TextField.swift
[228/231] Compiling TermKit TextView.swift
[229/249] Compiling Example SpinnerTest.swift
[230/250] Compiling Example DemoHost.swift
[231/250] Compiling Example DemoLayer.swift
[232/250] Compiling Example DemoDialogs.swift
[233/250] Compiling Example DemoDrawing.swift
[234/250] Compiling Example DemoTabBar.swift
[235/250] Compiling Example DemoTerminal.swift
[236/250] Compiling Example DemoMarkdown.swift
/Users/admin/builder/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: [
[237/250] Compiling Example DemoSplitView.swift
/Users/admin/builder/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: [
[238/250] Compiling Example DemoStandardDesktop.swift
[239/250] Compiling Example DemoStatusBar.swift
[240/250] Compiling Example DemoWindows.swift
[241/250] Compiling Example SpinnerDemo.swift
[242/250] Compiling Example DemoAssorted.swift
[243/250] Compiling Example DemoBoxModel.swift
[244/250] Emitting module Example
[245/250] Compiling Example DemoCommandPalette.swift
[246/250] Compiling Example DemoDataTable.swift
[247/250] Compiling Example main.swift
[247/250] Write Objects.LinkFileList
[248/250] Linking Example
[249/250] Applying Example
Build complete! (40.55s)
Fetching https://github.com/migueldeicaza/SwiftTerm.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/apple/swift-log.git from cache
[1/239] Fetching swiftlintplugins
[226/479] Fetching swiftlintplugins, textbufferkit
[286/7673] Fetching swiftlintplugins, textbufferkit, swiftterm
[977/14594] Fetching swiftlintplugins, textbufferkit, swiftterm, swift-markdown
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (1.27s)
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (1.27s)
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
Fetched https://github.com/apple/swift-markdown from cache (1.31s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (1.31s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
Computed https://github.com/migueldeicaza/SwiftTerm.git at 1.5.1 (1.90s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.23s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (4.57s)
Computing version for https://github.com/apple/swift-markdown
Computed https://github.com/apple/swift-markdown at 0.7.1 (0.63s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18208] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.59s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.0 (2.23s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.61.0 (0.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.55s)
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/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-markdown
Working copy of https://github.com/apple/swift-markdown resolved at 0.7.1
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/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.61.0
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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.61.0/SwiftLintBinary.artifactbundle.zip
[16375/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 (3.45s)
warning: 'swiftterm': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftTerm/Sources/SwiftTerm/Mac/README.md
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" : "/Users/admin/builder/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"
}
Done.