The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-ascii, reference main (97b77b), with Swift 6.0 for Linux on 21 Jan 2026 01:52:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-ascii.git
Reference: main
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/CorvidLabs/swift-ascii
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 97b77b5 Update copyright year to 2026 (#1)
Cloned https://github.com/CorvidLabs/swift-ascii.git
Revision (git rev-parse @):
97b77b5a20e8d35671f08a2b0c78d317034099fe
SUCCESS checkout https://github.com/CorvidLabs/swift-ascii.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-ascii.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d60f78d1b94eb114d4ebb72af8c32e902a28db13a75577d0341a88c358a803b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/CorvidLabs/swift-color.git
[1/426] Fetching swift-color
[398/2589] Fetching swift-color, swift-docc-plugin
Fetched https://github.com/CorvidLabs/swift-color.git from cache (0.37s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.38s)
Computing version for https://github.com/CorvidLabs/swift-color.git
Computed https://github.com/CorvidLabs/swift-color.git at 0.1.0 (0.76s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3644] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.77s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/CorvidLabs/swift-color.git
Working copy of https://github.com/CorvidLabs/swift-color.git resolved at 0.1.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/11] Write sources
[5/11] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling Color Color.swift
[8/21] Compiling Color NamedColor.swift
[9/21] Emitting module Color
[10/21] Compiling Color Color+Accessibility.swift
[11/21] Compiling Color Color+HSL.swift
[12/21] Compiling Color Color+LAB.swift
[13/21] Compiling Color Color+Manipulation.swift
[14/21] Compiling Color Color+Palette.swift
[15/21] Compiling Color Color+Hex.swift
[16/21] Compiling Color Color+HSV.swift
[17/22] Wrapping AST for Color for debugging
[19/28] Compiling ASCIIPixelArt SVGBuilder.swift
[20/28] Compiling ASCIIPixelArt SVGRenderer.swift
[21/28] Emitting module ASCIIPixelArt
[22/28] Compiling ASCIIPixelArt ASCIIParser.swift
[23/28] Compiling ASCIIPixelArt LayerMerger.swift
[24/28] Compiling ASCIIPixelArt PixelGrid.swift
[25/29] Wrapping AST for ASCIIPixelArt for debugging
[27/31] Emitting module ascii_pixel_cli
[28/31] Compiling ascii_pixel_cli main.swift
[29/32] Wrapping AST for ascii-pixel-cli for debugging
[30/32] Write Objects.LinkFileList
[31/32] Linking ascii-pixel-cli
Build complete! (39.53s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-color",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-color.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-ascii",
  "name" : "swift-ascii",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ASCIIPixelArt",
      "targets" : [
        "ASCIIPixelArt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ascii-pixel-cli",
      "targets" : [
        "ascii-pixel-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ascii_pixel_cli",
      "module_type" : "SwiftTarget",
      "name" : "ascii-pixel-cli",
      "path" : "Sources/ascii-pixel-cli",
      "product_memberships" : [
        "ascii-pixel-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASCIIPixelArtTests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArtTests",
      "path" : "Tests/ASCIIPixelArtTests",
      "sources" : [
        "ASCIIPixelArtTests.swift"
      ],
      "target_dependencies" : [
        "ASCIIPixelArt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCIIPixelArt",
      "module_type" : "SwiftTarget",
      "name" : "ASCIIPixelArt",
      "path" : "Sources/ASCIIPixelArt",
      "product_dependencies" : [
        "Color"
      ],
      "product_memberships" : [
        "ASCIIPixelArt",
        "ascii-pixel-cli"
      ],
      "sources" : [
        "ASCIIParser.swift",
        "LayerMerger.swift",
        "PixelGrid.swift",
        "SVGBuilder.swift",
        "SVGRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d60f78d1b94eb114d4ebb72af8c32e902a28db13a75577d0341a88c358a803b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.