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 SwiftTerm, reference main (68062e), with Swift 6.0 for macOS (SPM) on 27 Jun 2025 05:07:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/migueldeicaza/SwiftTerm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/migueldeicaza/SwiftTerm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 68062ef Implement word-extension selection, this implements #39
Cloned https://github.com/migueldeicaza/SwiftTerm.git
Revision (git rev-parse @):
68062ef23955084ec0702661aa2b0cd6b861a4c2
SUCCESS checkout https://github.com/migueldeicaza/SwiftTerm.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/migueldeicaza/SwiftTerm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write SwiftTermFuzz-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/44] Emitting module SwiftTerm
[6/48] Compiling SwiftTerm iOSKeyboardView.swift
[7/48] Compiling SwiftTerm iOSTerminalView.swift
[8/48] Compiling SwiftTerm iOSTextInput.swift
[9/48] Compiling SwiftTerm iOSTextStorage.swift
[10/48] Compiling SwiftTerm Position.swift
[11/48] Compiling SwiftTerm Pty.swift
[12/48] Compiling SwiftTerm SearchService.swift
[13/48] Compiling SwiftTerm SelectionService.swift
[14/48] Compiling SwiftTerm iOSAccessoryView.swift
[15/48] Compiling SwiftTerm iOSCaretView.swift
[16/48] Compiling SwiftTerm iOSDoubleButton.swift
[17/48] Compiling SwiftTerm iOSExtensions.swift
[18/48] Compiling SwiftTerm Buffer.swift
[19/48] Compiling SwiftTerm BufferLine.swift
[20/48] Compiling SwiftTerm BufferSet.swift
[21/48] Compiling SwiftTerm CharData.swift
[22/48] Compiling SwiftTerm CharSets.swift
[23/48] Compiling SwiftTerm CircularList.swift
[24/48] Compiling SwiftTerm Colors.swift
[25/48] Compiling SwiftTerm EscapeSequenceParser.swift
[26/48] Compiling SwiftTerm Line.swift
[27/48] Compiling SwiftTerm LocalProcess.swift
[28/48] Compiling SwiftTerm MacAccessibilityService.swift
[29/48] Compiling SwiftTerm MacCaretView.swift
[30/48] Compiling SwiftTerm AppleTerminalView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Apple/AppleTerminalView.swift:473:21: warning: variable 'extra' was never mutated; consider changing to 'let' constant
 471 |             // last row
 472 |             if startRow < row && endRow == row {
 473 |                 var extra = endCol == terminal.cols-1 ? 1 : 0
     |                     `- warning: variable 'extra' was never mutated; consider changing to 'let' constant
 474 |                 selectionRange = NSRange(location: 0, length: endCol + extra)
 475 |             }
[31/48] Compiling SwiftTerm CaretView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Apple/AppleTerminalView.swift:473:21: warning: variable 'extra' was never mutated; consider changing to 'let' constant
 471 |             // last row
 472 |             if startRow < row && endRow == row {
 473 |                 var extra = endCol == terminal.cols-1 ? 1 : 0
     |                     `- warning: variable 'extra' was never mutated; consider changing to 'let' constant
 474 |                 selectionRange = NSRange(location: 0, length: endCol + extra)
 475 |             }
[32/48] Compiling SwiftTerm Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Apple/AppleTerminalView.swift:473:21: warning: variable 'extra' was never mutated; consider changing to 'let' constant
 471 |             // last row
 472 |             if startRow < row && endRow == row {
 473 |                 var extra = endCol == terminal.cols-1 ? 1 : 0
     |                     `- warning: variable 'extra' was never mutated; consider changing to 'let' constant
 474 |                 selectionRange = NSRange(location: 0, length: endCol + extra)
 475 |             }
[33/48] Compiling SwiftTerm TerminalViewDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Apple/AppleTerminalView.swift:473:21: warning: variable 'extra' was never mutated; consider changing to 'let' constant
 471 |             // last row
 472 |             if startRow < row && endRow == row {
 473 |                 var extra = endCol == terminal.cols-1 ? 1 : 0
     |                     `- warning: variable 'extra' was never mutated; consider changing to 'let' constant
 474 |                 selectionRange = NSRange(location: 0, length: endCol + extra)
 475 |             }
[34/48] Compiling SwiftTerm MacDebugView.swift
[35/48] Compiling SwiftTerm MacExtensions.swift
[36/48] Compiling SwiftTerm MacLocalTerminalView.swift
[37/48] Compiling SwiftTerm MacTerminalView.swift
[38/48] Compiling SwiftTerm EscapeSequences.swift
[39/48] Compiling SwiftTerm ExternsionsTerminal.swift
[40/48] Compiling SwiftTerm File.swift
[41/48] Compiling SwiftTerm HeadlessTerminal.swift
[42/48] Compiling SwiftTerm SixelDcsHandler.swift
[43/48] Compiling SwiftTerm Terminal.swift
[44/48] Compiling SwiftTerm TerminalOptions.swift
[45/48] Compiling SwiftTerm Utilities.swift
[46/50] Emitting module SwiftTermFuzz
[47/50] Compiling SwiftTermFuzz main.swift
[47/50] Write Objects.LinkFileList
[48/50] Linking SwiftTermFuzz
[49/50] Applying SwiftTermFuzz
Build complete! (9.09s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/SwiftTerm/Mac/README.md
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftTerm",
  "name" : "SwiftTerm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftTermFuzz",
      "targets" : [
        "SwiftTermFuzz"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftTerm",
      "targets" : [
        "SwiftTerm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftTermTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTermTests",
      "path" : "Tests/SwiftTermTests",
      "sources" : [
        "ColorTests.swift",
        "FuzzerTests.swift",
        "ImageTests.swift",
        "MeanTests.swift",
        "Memory.swift",
        "OscTests.swift",
        "PerformanceTest.swift",
        "ReflowTests.swift",
        "SelectionTests.swift",
        "SwiftTermTests.swift",
        "UnicodeTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftTermFuzz",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTermFuzz",
      "path" : "Sources/SwiftTermFuzz",
      "product_memberships" : [
        "SwiftTermFuzz"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftTerm"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftTerm",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTerm",
      "path" : "Sources/SwiftTerm",
      "product_memberships" : [
        "SwiftTermFuzz",
        "SwiftTerm"
      ],
      "sources" : [
        "Apple/AppleTerminalView.swift",
        "Apple/CaretView.swift",
        "Apple/Extensions.swift",
        "Apple/TerminalViewDelegate.swift",
        "Buffer.swift",
        "BufferLine.swift",
        "BufferSet.swift",
        "CharData.swift",
        "CharSets.swift",
        "CircularList.swift",
        "Colors.swift",
        "EscapeSequenceParser.swift",
        "EscapeSequences.swift",
        "ExternsionsTerminal.swift",
        "File.swift",
        "HeadlessTerminal.swift",
        "Line.swift",
        "LocalProcess.swift",
        "Mac/MacAccessibilityService.swift",
        "Mac/MacCaretView.swift",
        "Mac/MacDebugView.swift",
        "Mac/MacExtensions.swift",
        "Mac/MacLocalTerminalView.swift",
        "Mac/MacTerminalView.swift",
        "Position.swift",
        "Pty.swift",
        "SearchService.swift",
        "SelectionService.swift",
        "SixelDcsHandler.swift",
        "Terminal.swift",
        "TerminalOptions.swift",
        "Utilities.swift",
        "iOS/iOSAccessoryView.swift",
        "iOS/iOSCaretView.swift",
        "iOS/iOSDoubleButton.swift",
        "iOS/iOSExtensions.swift",
        "iOS/iOSKeyboardView.swift",
        "iOS/iOSTerminalView.swift",
        "iOS/iOSTextInput.swift",
        "iOS/iOSTextStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.