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 SwiftTUI, reference 1.0.4 (7ab7a7), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:22:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Finnvoor/SwiftTUI.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Finnvoor/SwiftTUI
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at 7ab7a7c Add ProgressBar
Cloned https://github.com/Finnvoor/SwiftTUI.git
Revision (git rev-parse @):
7ab7a7c8f0a30b8c84201903aa8bbbac99a99e9c
SUCCESS checkout https://github.com/Finnvoor/SwiftTUI.git at 1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Finnvoor/SwiftTUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling SwiftTUI String+ANSI.swift
[4/11] Compiling SwiftTUI Termios.swift
[5/11] Compiling SwiftTUI Window.swift
[6/11] Compiling SwiftTUI CommandLine.swift
[7/11] Compiling SwiftTUI Key.swift
[8/11] Compiling SwiftTUI Cursor.swift
[9/11] Compiling SwiftTUI ActivityIndicator.swift
[10/11] Emitting module SwiftTUI
[11/11] Compiling SwiftTUI ProgressBar.swift
Build complete! (4.44s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftTUI",
  "name" : "SwiftTUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftTUI",
      "targets" : [
        "SwiftTUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftTUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftTUI",
      "path" : "Sources/SwiftTUI",
      "product_memberships" : [
        "SwiftTUI"
      ],
      "sources" : [
        "ActivityIndicator.swift",
        "CommandLine.swift",
        "Cursor.swift",
        "Key.swift",
        "ProgressBar.swift",
        "String+ANSI.swift",
        "Termios.swift",
        "Window.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.