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 TerminalPaint, reference 1.0.0 (8395f8), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:36: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/dduan/terminalpaint.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/terminalpaint
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8395f8e Update for Swift 5.0 and Termbox 1.0
Cloned https://github.com/dduan/terminalpaint.git
Revision (git rev-parse @):
8395f8ee9768e88954766b787b05b83b57d67280
SUCCESS checkout https://github.com/dduan/terminalpaint.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dduan/terminalpaint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write TerminalPaint-entitlement.plist
[0/9] Write sources
[3/9] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling ctermbox utf8.c
[5/9] Compiling ctermbox termbox.c
[7/11] Compiling Termbox Termbox.swift
[8/11] Emitting module Termbox
[9/13] Compiling TerminalPaint main.swift
[10/13] Emitting module TerminalPaint
[10/13] Write Objects.LinkFileList
[11/13] Linking TerminalPaint
[12/13] Applying TerminalPaint
Build complete! (5.42s)
Fetching https://github.com/dduan/Termbox.git
[1/236] Fetching termbox
Fetched https://github.com/dduan/Termbox.git from cache (0.74s)
Computing version for https://github.com/dduan/Termbox.git
Computed https://github.com/dduan/Termbox.git at 1.0.0 (2.63s)
Creating working copy for https://github.com/dduan/Termbox.git
Working copy of https://github.com/dduan/Termbox.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "termbox",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dduan/Termbox.git"
    }
  ],
  "manifest_display_name" : "TerminalPaint",
  "name" : "TerminalPaint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TerminalPaint",
      "targets" : [
        "TerminalPaint"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TerminalPaint",
      "module_type" : "SwiftTarget",
      "name" : "TerminalPaint",
      "path" : "Sources/TerminalPaint",
      "product_dependencies" : [
        "Termbox"
      ],
      "product_memberships" : [
        "TerminalPaint"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Done.