The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TerminalPaint with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/terminalpaint.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dduan/terminalpaint
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
Fetching https://github.com/dduan/Termbox.git from cache
Fetched https://github.com/dduan/Termbox.git (0.19s)
Computing version for https://github.com/dduan/Termbox.git
Computed https://github.com/dduan/Termbox.git at 1.0.0 (0.45s)
Creating working copy for https://github.com/dduan/Termbox.git
Working copy of https://github.com/dduan/Termbox.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "terminalpaint",
      "name": "TerminalPaint",
      "url": "https://github.com/dduan/terminalpaint.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/terminalpaint",
      "dependencies": [
        {
          "identity": "termbox",
          "name": "Termbox",
          "url": "https://github.com/dduan/Termbox.git",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Termbox",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dduan/terminalpaint.git
[1/24] Fetching terminalpaint
Fetched https://github.com/dduan/terminalpaint.git (0.24s)
Fetching https://github.com/dduan/Termbox.git from cache
Fetched https://github.com/dduan/Termbox.git (0.18s)
Computing version for https://github.com/dduan/Termbox.git
Computed https://github.com/dduan/Termbox.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/dduan/terminalpaint.git
Working copy of https://github.com/dduan/terminalpaint.git resolved at master
Creating working copy for https://github.com/dduan/Termbox.git
Working copy of https://github.com/dduan/Termbox.git resolved at 1.0.0
Found 1 product dependencies
  - Termbox
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling ctermbox utf8.c
[1/3] Compiling ctermbox termbox.c
[3/5] Compiling Termbox Termbox.swift
[4/5] Emitting module Termbox
[5/7] Compiling TerminalPaint main.swift
[6/7] Emitting module TerminalPaint
[6/7] Linking TerminalPaint
Build complete! (6.29s)
Build complete.
Done.