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.1 for Android on 27 May 2025 10:56:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/terminalpaint.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dduan/terminalpaint.git
https://github.com/dduan/terminalpaint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "termbox",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dduan/Termbox.git"
    }
  ],
  "manifest_display_name" : "TerminalPaint",
  "name" : "TerminalPaint",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/dduan/Termbox.git
[1/236] Fetching termbox
Fetched https://github.com/dduan/Termbox.git from cache (0.25s)
Computing version for https://github.com/dduan/Termbox.git
Computed https://github.com/dduan/Termbox.git at 1.0.0 (2.41s)
Creating working copy for https://github.com/dduan/Termbox.git
Working copy of https://github.com/dduan/Termbox.git resolved at 1.0.0
Building for debugging...
[0/9] Write sources
[2/9] Compiling ctermbox termbox.c
[3/9] Compiling ctermbox utf8.c
[4/9] Write swift-version-24593BA9C3E375BF.txt
[6/11] Emitting module Termbox
[7/11] Compiling Termbox Termbox.swift
[8/12] Wrapping AST for Termbox for debugging
[10/14] Emitting module TerminalPaint
[11/14] Compiling TerminalPaint main.swift
[12/15] Wrapping AST for TerminalPaint for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking TerminalPaint
Build complete! (8.06s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.