The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ascii, reference 1.2.2 (2ba27c), with Swift 6.3 for Linux on 15 Apr 2026 22:07:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftconsole/ascii.git
Reference: 1.2.2
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/swiftconsole/ascii
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 2ba27cf ci: update the license header template
Cloned https://github.com/swiftconsole/ascii.git
Revision (git rev-parse @):
2ba27cf34851352353b8963480eb5cf24d64bd25
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftconsole/ascii.git at 1.2.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swiftconsole/ascii.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling ASCII ASCII+Comparable+UInt8.swift
[4/17] Compiling ASCII ASCII+Comparable.swift
[5/17] Compiling ASCII ASCII+Decimal.swift
[6/17] Compiling ASCII ASCII+Escaped.swift
[7/17] Compiling ASCII ASCII+Binary.swift
[8/17] Compiling ASCII ASCII+ControlDescription.swift
[9/18] Compiling ASCII ASCII+Convenience.swift
[10/18] Compiling ASCII ASCII+Initializers.swift
[11/18] Compiling ASCII ASCII.swift
[12/18] Compiling ASCII ASCII+Comparable+Int.swift
[13/18] Emitting module ASCII
[14/18] Compiling ASCII ASCII+Unicode.swift
[15/18] Compiling ASCII ASCII+Hexadecimal.swift
[16/18] Compiling ASCII ASCII+HtmlEntity.swift
[17/18] Compiling ASCII ASCII+Int.swift
[18/18] Compiling ASCII ASCII+Octal.swift
Build complete! (5.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ascii",
  "name" : "ascii",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ASCII",
      "targets" : [
        "ASCII"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ASCIITests",
      "module_type" : "SwiftTarget",
      "name" : "ASCIITests",
      "path" : "Tests/ASCIITests",
      "sources" : [
        "ASCII+ComparableTests.swift",
        "ASCIITests.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "ASCII"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASCII",
      "module_type" : "SwiftTarget",
      "name" : "ASCII",
      "path" : "Sources/ASCII",
      "product_memberships" : [
        "ASCII"
      ],
      "sources" : [
        "ASCII+Convenience.swift",
        "ASCII+Initializers.swift",
        "ASCII.swift",
        "Comparable/ASCII+Comparable+Int.swift",
        "Comparable/ASCII+Comparable+UInt8.swift",
        "Comparable/ASCII+Comparable.swift",
        "Representations/ASCII+Binary.swift",
        "Representations/ASCII+ControlDescription.swift",
        "Representations/ASCII+Decimal.swift",
        "Representations/ASCII+Escaped.swift",
        "Representations/ASCII+Hexadecimal.swift",
        "Representations/ASCII+HtmlEntity.swift",
        "Representations/ASCII+Int.swift",
        "Representations/ASCII+Octal.swift",
        "Representations/ASCII+Unicode.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.