The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TermKit, reference main (2cdfc9), with Swift 6.1 for macOS (SPM) on 1 Feb 2026 06:31:46 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 2cdfc96 Fix scrolling on the list by using the actual height
Cloned https://github.com/migueldeicaza/TermKit.git
Revision (git rev-parse @):
2cdfc96f9c524251ae1f517a440f28150182b7c2
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"
    },
    {
      "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" : "/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 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/52] Write sources
[11/52] Write Example-entitlement.plist
[11/52] Write sources
[13/52] Write swift-version-2F0A5646E1D333AE.txt
[14/52] Compiling CAtomic CAtomic.c
[15/52] Compiling cmark-gfm xml.c
[16/52] Compiling cmark-gfm arena.c
[17/55] Compiling cmark-gfm-extensions core-extensions.c
[18/61] Compiling cmark-gfm-extensions tagfilter.c
[19/61] Compiling cmark-gfm syntax_extension.c
[20/61] Compiling cmark-gfm-extensions table.c
[21/61] Compiling cmark-gfm-extensions ext_scanners.c
[22/61] Compiling cmark-gfm utf8.c
[23/98] Compiling cmark-gfm-extensions strikethrough.c
[24/98] Compiling cmark-gfm references.c
[25/103] Compiling cmark-gfm-extensions tasklist.c
[26/103] Compiling cmark-gfm plugin.c
[27/103] Compiling cmark-gfm registry.c
[28/103] Compiling cmark-gfm render.c
[29/103] Compiling cmark-gfm plaintext.c
[30/103] Compiling cmark-gfm map.c
[31/103] Compiling cmark-gfm linked_list.c
[32/103] Compiling cmark-gfm man.c
[33/103] Compiling cmark-gfm latex.c
[34/103] Compiling cmark-gfm iterator.c
[35/103] Compiling cmark-gfm node.c
[36/103] Compiling cmark-gfm html.c
[37/103] Compiling cmark-gfm houdini_html_u.c
[38/103] Compiling cmark-gfm houdini_html_e.c
[39/103] Compiling cmark-gfm inlines.c
[40/103] Compiling cmark-gfm houdini_href_e.c
[41/103] Compiling cmark-gfm scanners.c
[42/103] Compiling cmark-gfm cmark_ctype.c
[43/103] Compiling cmark-gfm footnotes.c
[44/103] Compiling cmark-gfm commonmark.c
[45/103] Compiling cmark-gfm cmark.c
[46/103] Compiling cmark-gfm buffer.c
[47/103] Compiling cmark-gfm blocks.c
[48/103] Compiling cmark-gfm-extensions autolink.c
[50/167] Compiling Logging Locks.swift
[51/167] Compiling Logging MetadataProvider.swift
[52/167] Compiling Logging LogHandler.swift
[53/167] Emitting module Logging
[54/167] Compiling Logging Logging.swift
[55/167] Compiling Markdown InlineAttributes.swift
[56/167] Compiling Markdown Link.swift
[57/167] Compiling Markdown Strikethrough.swift
[58/167] Compiling Markdown Strong.swift
[59/167] Compiling Markdown CustomInline.swift
[60/167] Compiling Markdown InlineCode.swift
[61/167] Compiling Markdown InlineHTML.swift
[62/174] Compiling Markdown CodeBlock.swift
[63/174] Compiling Markdown HTMLBlock.swift
[64/174] Compiling Markdown Heading.swift
[65/174] Compiling Markdown ThematicBreak.swift
[66/174] Compiling Markdown Table.swift
[67/174] Compiling Markdown TableBody.swift
[68/174] Compiling Markdown TableCell.swift
[69/174] Emitting module Markdown
[70/174] Compiling TextBufferKit SearchData.swift
[71/174] Compiling TextBufferKit Range.swift
[72/174] Compiling TextBufferKit PieceTreeTextBuffer.swift
[73/174] Compiling TextBufferKit TreeBase.swift
[74/174] Compiling TextBufferKit Position.swift
[75/174] Compiling Markdown BlockContainer.swift
[76/174] Compiling Markdown BlockMarkup.swift
[77/174] Compiling Markdown InlineContainer.swift
[78/174] Compiling Markdown InlineMarkup.swift
[79/174] Compiling Markdown ListItemContainer.swift
[80/174] Compiling Markdown AtomicCounter.swift
[81/174] Compiling Markdown CharacterExtensions.swift
[82/174] Compiling Markdown TableCellContainer.swift
[83/174] Compiling Markdown TableHead.swift
[84/174] Compiling Markdown TableRow.swift
[85/174] Compiling Markdown Replacement.swift
[86/174] Compiling Markdown SourceLocation.swift
[87/174] Compiling Markdown Emphasis.swift
[88/174] Compiling Markdown Image.swift
[89/174] Compiling Markdown LazySplitLines.swift
[90/174] Compiling Markdown ParseOptions.swift
[91/174] Compiling Markdown RangeAdjuster.swift
[92/174] Compiling Markdown RangerTracker.swift
[93/174] Compiling Markdown MarkupRewriter.swift
[94/174] Compiling Markdown BasicBlockContainer.swift
[95/174] Compiling Markdown BasicInlineContainer.swift
[96/174] Compiling Markdown DoxygenNote.swift
[97/174] Compiling Markdown DoxygenParameter.swift
[98/174] Compiling Markdown DoxygenReturns.swift
[99/174] Compiling Markdown ListItem.swift
[100/174] Compiling Markdown OrderedList.swift
[101/174] Compiling Markdown UnorderedList.swift
[102/174] Compiling Markdown Paragraph.swift
[103/174] Compiling Markdown PlainTextConvertibleMarkup.swift
[104/174] Compiling Markdown RawMarkup.swift
[105/174] Compiling Markdown BlockDirective.swift
[106/174] Compiling Markdown BlockQuote.swift
[107/174] Compiling Markdown CustomBlock.swift
[108/174] Compiling Markdown DoxygenAbstract.swift
[109/174] Compiling Markdown DoxygenDiscussion.swift
[110/174] Compiling Markdown ChildIndexPath.swift
[111/174] Compiling Markdown DirectiveArgument.swift
[112/174] Compiling Markdown Document.swift
[113/174] Compiling Markdown LiteralMarkup.swift
[114/174] Compiling Markdown Markup.swift
[115/174] Compiling Markdown MarkupChildren.swift
[116/174] Compiling Markdown MarkupData.swift
[117/174] Compiling TextBufferKit PieceTreeBuilder.swift
[118/174] Compiling TextBufferKit FindMatch.swift
[119/174] Compiling TextBufferKit PieceTreeBase.swift
[120/174] Emitting module TextBufferKit
[121/174] Compiling Markdown CollectionExtensions.swift
[122/174] Compiling Markdown StringExtensions.swift
[123/174] Compiling Markdown MarkupVisitor.swift
[124/174] Compiling Markdown MarkupWalker.swift
[125/174] Compiling Markdown HTMLFormatter.swift
[126/174] Compiling Markdown MarkupFormatter.swift
[127/174] Compiling Markdown MarkupTreeDumper.swift
[128/174] Compiling Markdown LineBreak.swift
[129/174] Compiling Markdown SoftBreak.swift
[130/174] Compiling Markdown SymbolLink.swift
[131/174] Compiling Markdown Text.swift
[132/174] Compiling Markdown Aside.swift
[133/174] Compiling Markdown BlockDirectiveParser.swift
[134/174] Compiling Markdown CommonMarkConverter.swift
[135/174] Emitting module SwiftTerm
[136/178] Compiling SwiftTerm iOSKeyboardView.swift
[137/178] Compiling SwiftTerm iOSTerminalView.swift
[138/178] Compiling SwiftTerm iOSTextInput.swift
[139/178] Compiling SwiftTerm iOSTextStorage.swift
[176/228] Compiling TermKit WcWidth.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[177/228] Compiling TermKit Window.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[178/228] Compiling TermKit Dialog.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[179/228] Compiling TermKit FileDialog.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[180/228] Compiling TermKit InputBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[181/228] Compiling TermKit MessageBox.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Window.swift:129:13: warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
127 |     open override func redraw(region: Rect, painter p: Painter) {
128 |         //log ("Window.redraw: \(frame) and region to redraw is: \(region)")
129 |         let contentFrame = contentView.frame
    |             `- warning: initialization of immutable value 'contentFrame' was never used; consider replacing with assignment to '_' or removing it
130 |         if !needDisplay.isEmpty {
131 |             // Background
[182/233] Emitting module TermKit
[183/233] Compiling TermKit RadioGroup.swift
[184/233] Compiling TermKit ScrollView.swift
[185/233] Compiling TermKit SolidBackground.swift
[186/233] Compiling TermKit Spinner.swift
[187/233] Compiling TermKit SplitView.swift
[188/233] Compiling TermKit Label.swift
[189/233] Compiling TermKit ListView.swift
[190/233] Compiling TermKit MarkdownView.swift
[191/233] Compiling TermKit Menu.swift
[192/233] Compiling TermKit ProgressBar.swift
[193/233] Compiling TermKit UnixDriver.swift
[194/233] Compiling TermKit WindowsDriver.swift
[195/233] Compiling TermKit XtermCapability.swift
[196/233] Compiling TermKit StringChar.swift
[197/233] Compiling TermKit Button.swift
[198/233] 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 |
[199/233] 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 |
[200/233] 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 |
[201/233] 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 |
[202/233] 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 |
[203/233] 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 |
[204/233] Compiling TermKit Events.swift
[205/233] Compiling TermKit Layer.swift
[206/233] Compiling TermKit Painter.swift
[207/233] Compiling TermKit Point.swift
[208/233] Compiling TermKit Pos.swift
[209/233] Compiling TermKit Rect.swift
[210/233] Compiling TermKit Application.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[211/233] Compiling TermKit AttributedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[212/233] Compiling TermKit BorderStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[213/233] Compiling TermKit Clipboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[214/233] Compiling TermKit Dim.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[215/233] Compiling TermKit EdgeInsets.swift
/Users/admin/builder/spi-builder-workspace/Sources/TermKit/Core/Application.swift:513:25: warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
511 |                 if Application.traceRows.contains(y) {
512 |                     let slice = view.layer.store[sourceOffset..<(sourceOffset+intersection.width)]
513 |                     let preview = String(slice.prefix(80).map { $0.ch == "\u{0}" ? "·" : $0.ch })
    |                         `- warning: initialization of immutable value 'preview' was never used; consider replacing with assignment to '_' or removing it
514 |                     //TermKitLog.logger.debug("compose->screen row=\(y) x=\(intersection.minX)..\(intersection.maxX) preview='\(preview)'")
515 |                 }
[216/233] Compiling TermKit Checkbox.swift
[217/233] Compiling TermKit CommandPalette.swift
[218/233] Compiling TermKit DataTable.swift
[219/233] Compiling TermKit Frame.swift
[220/233] Compiling TermKit HexView.swift
[221/233] Compiling TermKit ConsoleDriver.swift
[222/233] Compiling TermKit CursesDriver.swift
[223/233] Compiling TermKit TTYDriver.swift
[224/233] Compiling TermKit TerminalCapability.swift
[225/233] Compiling TermKit TerminfoParser.swift
[226/233] Compiling TermKit StatusBar.swift
[227/233] Compiling TermKit TabView.swift
[228/233] Compiling TermKit Terminal.swift
[229/233] Compiling TermKit TextField.swift
[230/233] Compiling TermKit TextView.swift
[231/251] Compiling Example DemoStandardDesktop.swift
[232/251] Compiling Example DemoStatusBar.swift
[233/252] Compiling Example DemoWindows.swift
[234/252] Compiling Example SpinnerDemo.swift
[235/252] Compiling Example DemoTabBar.swift
[236/252] Compiling Example DemoTerminal.swift
[237/252] Compiling Example SpinnerTest.swift
[238/252] Compiling Example DemoHost.swift
[239/252] Compiling Example DemoLayer.swift
[240/252] 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: [
[241/252] 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: [
[242/252] Compiling Example DemoDialogs.swift
[243/252] Compiling Example DemoDrawing.swift
[244/252] Compiling Example DemoCommandPalette.swift
[245/252] Compiling Example DemoDataTable.swift
[246/252] Compiling Example DemoAssorted.swift
[247/252] Compiling Example DemoBoxModel.swift
[248/252] Emitting module Example
[249/252] Compiling Example main.swift
[249/252] Write Objects.LinkFileList
[250/252] Linking Example
[251/252] Applying Example
Build complete! (56.82s)
Fetching https://github.com/migueldeicaza/TextBufferKit.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/SimplyDanny/SwiftLintPlugins
Fetching https://github.com/migueldeicaza/SwiftTerm.git
Fetching https://github.com/apple/swift-markdown
Fetching https://github.com/apple/swift-log.git from cache
[1/291] Fetching swiftlintplugins
[240/531] Fetching swiftlintplugins, textbufferkit
[288/2698] Fetching swiftlintplugins, textbufferkit, swift-docc-plugin
[439/10927] Fetching swiftlintplugins, textbufferkit, swift-docc-plugin, swiftterm
[1079/17996] Fetching swiftlintplugins, textbufferkit, swift-docc-plugin, swiftterm, swift-markdown
Fetched https://github.com/apple/swift-log.git from cache (1.44s)
Fetched https://github.com/migueldeicaza/TextBufferKit.git from cache (3.51s)
Fetched https://github.com/SimplyDanny/SwiftLintPlugins from cache (3.51s)
Fetched https://github.com/migueldeicaza/SwiftTerm.git from cache (3.51s)
Fetched https://github.com/apple/swift-markdown from cache (3.51s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.51s)
Computing version for https://github.com/migueldeicaza/TextBufferKit.git
Computed https://github.com/migueldeicaza/TextBufferKit.git at 0.3.0 (6.42s)
Computing version for https://github.com/migueldeicaza/SwiftTerm.git
Computed https://github.com/migueldeicaza/SwiftTerm.git at 1.5.1 (0.46s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.38s)
Computing version for https://github.com/apple/swift-markdown
Computed https://github.com/apple/swift-markdown at 0.7.3 (2.01s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18285] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.86s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.03s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins
Computed https://github.com/SimplyDanny/SwiftLintPlugins at 0.63.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.51s)
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/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git 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.7.0
Creating working copy for https://github.com/apple/swift-markdown
Working copy of https://github.com/apple/swift-markdown resolved at 0.7.3
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/SimplyDanny/SwiftLintPlugins
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins resolved at 0.63.2
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.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
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
[2747/72588246] Downloading https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip (3.79s)
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"
    },
    {
      "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" : "/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.