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 VirtualTerminal, reference main (b3c636), with Swift 6.1 for macOS (SPM) on 24 Aug 2025 01:15:31 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/VirtualTerminal.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/compnerd/VirtualTerminal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b3c636a Primitives,VirtualTerminal: replace `Atomic` with `Synchronization`
Cloned https://github.com/compnerd/VirtualTerminal.git
Revision (git rev-parse @):
b3c636aabc1cd532e11aecc1eb0f7ab1db30baf0
SUCCESS checkout https://github.com/compnerd/VirtualTerminal.git at main
Fetching https://github.com/compnerd/swift-platform-core.git
[1/107] Fetching swift-platform-core
Fetched https://github.com/compnerd/swift-platform-core.git from cache (0.60s)
Creating working copy for https://github.com/compnerd/swift-platform-core.git
Working copy of https://github.com/compnerd/swift-platform-core.git resolved at main (2c267eb)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "virtualterminal",
      "name": "VirtualTerminal",
      "url": "https://github.com/compnerd/VirtualTerminal.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VirtualTerminal",
      "dependencies": [
        {
          "identity": "swift-platform-core",
          "name": "swift-platform-core",
          "url": "https://github.com/compnerd/swift-platform-core.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-platform-core",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/compnerd/VirtualTerminal.git
[1/221] Fetching virtualterminal
Fetched https://github.com/compnerd/VirtualTerminal.git from cache (0.71s)
Fetching https://github.com/compnerd/swift-platform-core.git from cache
Fetched https://github.com/compnerd/swift-platform-core.git from cache (0.42s)
Creating working copy for https://github.com/compnerd/VirtualTerminal.git
Working copy of https://github.com/compnerd/VirtualTerminal.git resolved at main (b3c636a)
Creating working copy for https://github.com/compnerd/swift-platform-core.git
Working copy of https://github.com/compnerd/swift-platform-core.git resolved at main (2c267eb)
Found 1 product dependencies
  - swift-platform-core
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/compnerd/VirtualTerminal.git
https://github.com/compnerd/VirtualTerminal.git
{
  "dependencies" : [
    {
      "identity" : "swift-platform-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/compnerd/swift-platform-core.git"
    }
  ],
  "manifest_display_name" : "VirtualTerminal",
  "name" : "VirtualTerminal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "VTDemo",
      "targets" : [
        "VTDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VirtualTerminal",
      "targets" : [
        "VirtualTerminal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VirtualTerminal",
      "module_type" : "SwiftTarget",
      "name" : "VirtualTerminal",
      "path" : "Sources/VirtualTerminal",
      "product_dependencies" : [
        "POSIXCore",
        "WindowsCore"
      ],
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "Buffer/TextMetrics.swift",
        "Buffer/VTBuffer.swift",
        "Buffer/VTCell.swift",
        "Buffer/VTPosition.swift",
        "Buffer/VTStyle.swift",
        "Extensions/Duration+Extensions.swift",
        "Extensions/Task+Extensions.swift",
        "Input/VTEvent.swift",
        "Input/VTEventStream.swift",
        "Input/VTInputParser.swift",
        "Platform/Event+POSIX.swift",
        "Platform/Event+Windows.swift",
        "Platform/POSIXTerminal.swift",
        "Platform/WindowsTerminal.swift",
        "Protocol/Encoding.swift",
        "Protocol/ISO6429.swift",
        "Protocol/Operators.swift",
        "Rendering/CursorMotionOptimizer.swift",
        "Rendering/DeltaCompression.swift",
        "Rendering/SGROptimizer.swift",
        "Rendering/VTBufferedTerminalStream.swift",
        "Rendering/VTDisplayLink.swift",
        "Rendering/VTProfiler.swift",
        "Rendering/VTRenderer.swift",
        "Terminal/VTTerminal.swift",
        "Types/VTColor.swift",
        "Types/VTMode.swift"
      ],
      "target_dependencies" : [
        "Geometry",
        "Primitives"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VTDemo",
      "module_type" : "SwiftTarget",
      "name" : "VTDemo",
      "path" : "Sources/VTDemo",
      "product_dependencies" : [
        "POSIXCore"
      ],
      "product_memberships" : [
        "VTDemo"
      ],
      "sources" : [
        "VTDemo.swift"
      ],
      "target_dependencies" : [
        "VirtualTerminal"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Primitives",
      "module_type" : "SwiftTarget",
      "name" : "Primitives",
      "path" : "Sources/Primitives",
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "RingBuffer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Geometry",
      "module_type" : "SwiftTarget",
      "name" : "Geometry",
      "path" : "Sources/Geometry",
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "Point.swift",
        "Rect.swift",
        "Size.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[1/10] Write VTDemo-entitlement.plist
[1/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/22] Compiling Geometry Size.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/22] Compiling Geometry Point.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/22] Compiling Geometry Rect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/22] Emitting module Geometry
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/22] Emitting module Primitives
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/22] Compiling Primitives RingBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/22] Compiling POSIXCore SignalHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/22] Compiling POSIXCore SystemInfo+POSIX.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/22] Compiling POSIXCore POSIXError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/22] Compiling POSIXCore GNU+Overlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/22] Emitting module POSIXCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/22] Compiling POSIXCore Darwin+Overlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/48] Compiling VirtualTerminal DeltaCompression.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/48] Compiling VirtualTerminal SGROptimizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/48] Compiling VirtualTerminal VTBufferedTerminalStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/50] Compiling VirtualTerminal TextMetrics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/VirtualTerminal/Buffer/TextMetrics.swift:11:18: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
  9 |
 10 | private enum Locale {
 11 |   private static nonisolated(unsafe) let utf8: Mutex<locale_t?> = Mutex(nil)
    |                  `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
 12 |
 13 |   static var ID_UTF8: locale_t? {
[24/50] Compiling VirtualTerminal VTBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/VirtualTerminal/Buffer/TextMetrics.swift:11:18: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
  9 |
 10 | private enum Locale {
 11 |   private static nonisolated(unsafe) let utf8: Mutex<locale_t?> = Mutex(nil)
    |                  `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
 12 |
 13 |   static var ID_UTF8: locale_t? {
[25/50] Compiling VirtualTerminal VTCell.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/VirtualTerminal/Buffer/TextMetrics.swift:11:18: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
  9 |
 10 | private enum Locale {
 11 |   private static nonisolated(unsafe) let utf8: Mutex<locale_t?> = Mutex(nil)
    |                  `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
 12 |
 13 |   static var ID_UTF8: locale_t? {
[26/50] Compiling VirtualTerminal POSIXTerminal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/50] Compiling VirtualTerminal WindowsTerminal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/50] Compiling VirtualTerminal Encoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/50] Compiling VirtualTerminal VTRenderer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/50] Compiling VirtualTerminal VTTerminal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/50] Compiling VirtualTerminal VTDisplayLink.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/50] Compiling VirtualTerminal VTProfiler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/50] Emitting module VirtualTerminal
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/VirtualTerminal/Buffer/TextMetrics.swift:11:18: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
  9 |
 10 | private enum Locale {
 11 |   private static nonisolated(unsafe) let utf8: Mutex<locale_t?> = Mutex(nil)
    |                  `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'Mutex<locale_t?>' (aka 'Mutex<Optional<OpaquePointer>>'), consider removing it
 12 |
 13 |   static var ID_UTF8: locale_t? {
[34/50] Compiling VirtualTerminal ISO6429.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/50] Compiling VirtualTerminal Operators.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/50] Compiling VirtualTerminal CursorMotionOptimizer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/50] Compiling VirtualTerminal VTColor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/50] Compiling VirtualTerminal VTMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/50] Compiling VirtualTerminal Task+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/50] Compiling VirtualTerminal VTEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/50] Compiling VirtualTerminal VTEventStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/50] Compiling VirtualTerminal VTPosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/50] Compiling VirtualTerminal VTStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/50] Compiling VirtualTerminal Duration+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/50] Compiling VirtualTerminal VTInputParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/50] Compiling VirtualTerminal Event+POSIX.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/50] Compiling VirtualTerminal Event+Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/52] Emitting module VTDemo
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/52] Compiling VTDemo VTDemo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/52] Write Objects.LinkFileList
[50/52] Linking VTDemo
[51/52] Applying VTDemo
Build complete! (7.39s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-platform-core",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/compnerd/swift-platform-core.git"
    }
  ],
  "manifest_display_name" : "VirtualTerminal",
  "name" : "VirtualTerminal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "VTDemo",
      "targets" : [
        "VTDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "VirtualTerminal",
      "targets" : [
        "VirtualTerminal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VirtualTerminal",
      "module_type" : "SwiftTarget",
      "name" : "VirtualTerminal",
      "path" : "Sources/VirtualTerminal",
      "product_dependencies" : [
        "POSIXCore",
        "WindowsCore"
      ],
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "Buffer/TextMetrics.swift",
        "Buffer/VTBuffer.swift",
        "Buffer/VTCell.swift",
        "Buffer/VTPosition.swift",
        "Buffer/VTStyle.swift",
        "Extensions/Duration+Extensions.swift",
        "Extensions/Task+Extensions.swift",
        "Input/VTEvent.swift",
        "Input/VTEventStream.swift",
        "Input/VTInputParser.swift",
        "Platform/Event+POSIX.swift",
        "Platform/Event+Windows.swift",
        "Platform/POSIXTerminal.swift",
        "Platform/WindowsTerminal.swift",
        "Protocol/Encoding.swift",
        "Protocol/ISO6429.swift",
        "Protocol/Operators.swift",
        "Rendering/CursorMotionOptimizer.swift",
        "Rendering/DeltaCompression.swift",
        "Rendering/SGROptimizer.swift",
        "Rendering/VTBufferedTerminalStream.swift",
        "Rendering/VTDisplayLink.swift",
        "Rendering/VTProfiler.swift",
        "Rendering/VTRenderer.swift",
        "Terminal/VTTerminal.swift",
        "Types/VTColor.swift",
        "Types/VTMode.swift"
      ],
      "target_dependencies" : [
        "Geometry",
        "Primitives"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VTDemo",
      "module_type" : "SwiftTarget",
      "name" : "VTDemo",
      "path" : "Sources/VTDemo",
      "product_dependencies" : [
        "POSIXCore"
      ],
      "product_memberships" : [
        "VTDemo"
      ],
      "sources" : [
        "VTDemo.swift"
      ],
      "target_dependencies" : [
        "VirtualTerminal"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Primitives",
      "module_type" : "SwiftTarget",
      "name" : "Primitives",
      "path" : "Sources/Primitives",
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "RingBuffer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Geometry",
      "module_type" : "SwiftTarget",
      "name" : "Geometry",
      "path" : "Sources/Geometry",
      "product_memberships" : [
        "VTDemo",
        "VirtualTerminal"
      ],
      "sources" : [
        "Point.swift",
        "Rect.swift",
        "Size.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.