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 Console, reference 0.14.1 (9f4946), with Swift 6.2 (beta) for Linux on 21 Jun 2025 19:34:00 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/luizzak/console.git
Reference: 0.14.1
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/luizzak/console
 * tag               0.14.1     -> FETCH_HEAD
HEAD is now at 9f49469 Fixes to NO_COLOR detection and adding StandardErrorTextStream/NullOutputStream
Cloned https://github.com/luizzak/console.git
Revision (git rev-parse @):
9f4946929b7aac54ecc642c3ef15ec4fc05618a0
SUCCESS checkout https://github.com/luizzak/console.git at 0.14.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/luizzak/console.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling Console LinuxSupport.swift
[5/18] Compiling Console Console+Command.swift
[6/18] Compiling Console Console+Paging.swift
[7/18] Emitting module Console
/host/spi-builder-workspace/Sources/Console/Platform/FileHandle+Ext.swift:5:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 3 | var standardError = FileHandle.standardError
 4 |
 5 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     public func write(_ string: String) {
 7 |         guard let data = string.data(using: .utf8) else { return }
[8/18] Compiling Console FileHandle+Ext.swift
/host/spi-builder-workspace/Sources/Console/Platform/FileHandle+Ext.swift:5:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 3 | var standardError = FileHandle.standardError
 4 |
 5 | extension FileHandle: TextOutputStream {
   | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 6 |     public func write(_ string: String) {
 7 |         guard let data = string.data(using: .utf8) else { return }
[9/18] Compiling Console ConsoleType.swift
[10/18] Compiling Console ConsoleColor.swift
[11/18] Compiling Console ConsoleFormat.swift
[12/18] Compiling Console String+ConsoleFormatting.swift
[13/18] Compiling Console ConsoleOutputStream.swift
[14/18] Compiling Console ConsoleString.swift
[15/18] Compiling Console Console+Static.swift
[16/18] Compiling Console Console.swift
[17/18] Compiling Console ConsoleDataProvider.swift
[18/18] Compiling Console ConsoleMenuController.swift
[20/22] Compiling ConsoleTestHelpers MockConsoleTestAdapterType.swift
[21/22] Compiling ConsoleTestHelpers MockConsole.swift
[22/22] Emitting module ConsoleTestHelpers
Build complete! (10.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Console",
  "name" : "Console",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Console",
      "targets" : [
        "Console"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ConsoleTestHelpers",
      "targets" : [
        "ConsoleTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ConsoleTests",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleTests",
      "path" : "Tests/ConsoleTests",
      "sources" : [
        "ConsoleMenuControllerTests.swift",
        "ConsoleStringTests.swift",
        "ConsoleTestCase.swift",
        "Formatting/String+ConsoleFormattingTests.swift",
        "PagesTests.swift"
      ],
      "target_dependencies" : [
        "Console",
        "ConsoleTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConsoleTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "ConsoleTestHelpers",
      "path" : "Sources/ConsoleTestHelpers",
      "product_memberships" : [
        "ConsoleTestHelpers"
      ],
      "sources" : [
        "MockConsole.swift",
        "MockConsoleTestAdapterType.swift"
      ],
      "target_dependencies" : [
        "Console"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Console",
      "module_type" : "SwiftTarget",
      "name" : "Console",
      "path" : "Sources/Console",
      "product_memberships" : [
        "Console",
        "ConsoleTestHelpers"
      ],
      "sources" : [
        "Console+Command.swift",
        "Console+Paging.swift",
        "Console+Static.swift",
        "Console.swift",
        "ConsoleDataProvider.swift",
        "ConsoleMenuController.swift",
        "ConsoleOutputStream.swift",
        "ConsoleString.swift",
        "ConsoleType.swift",
        "Formatting/ConsoleColor.swift",
        "Formatting/ConsoleFormat.swift",
        "Formatting/String+ConsoleFormatting.swift",
        "LinuxSupport.swift",
        "Platform/FileHandle+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.