The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Symbolic, reference 1.0.0 (de85c3), with Swift 6.3 for Linux on 21 Apr 2026 07:08:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/justmaku/symbolic.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/justmaku/symbolic
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at de85c30 Added proper readme
Cloned https://github.com/justmaku/symbolic.git
Revision (git rev-parse @):
de85c3053a19c6252456ef24e16d78faf5694019
SUCCESS checkout https://github.com/justmaku/symbolic.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/justmaku/symbolic.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Symbolic Symbolic.swift
[5/18] Compiling Generator Extensions.swift
[6/18] Compiling Symbolic Types.swift
[7/18] Compiling Generator Modifier.swift
[8/18] Emitting module Generator
[9/18] Compiling Generator main.swift
[10/18] Compiling Generator Node.swift
[11/19] Wrapping AST for Generator for debugging
[12/19] Write Objects.LinkFileList
[13/19] Linking Generator
[15/19] Compiling Symbolic Letters.swift
[16/19] Compiling Symbolic Numbers.swift
[17/19] Compiling Symbolic Extensions.swift
[18/19] Compiling Symbolic Symbols.swift
[19/19] Emitting module Symbolic
Build complete! (20.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Symbolic",
  "name" : "Symbolic",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Symbolic",
      "targets" : [
        "Symbolic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Generator",
      "targets" : [
        "Generator"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Symbolic",
      "module_type" : "SwiftTarget",
      "name" : "Symbolic",
      "path" : "Sources/Symbolic",
      "product_memberships" : [
        "Symbolic"
      ],
      "sources" : [
        "Extensions.swift",
        "Generated/Letters.swift",
        "Generated/Numbers.swift",
        "Generated/Symbols.swift",
        "Symbolic.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Generator",
      "module_type" : "SwiftTarget",
      "name" : "Generator",
      "path" : "Sources/Generator",
      "product_memberships" : [
        "Generator"
      ],
      "sources" : [
        "Extensions.swift",
        "Modifier.swift",
        "Node.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.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
Done.