The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Symbolic, reference 1.0.0 (de85c3), with Swift 6.2 for Linux on 17 Jun 2025 23:25:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/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.2
Building package at path:  $PWD
https://github.com/justmaku/symbolic.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Generator Extensions.swift
[5/18] Compiling Symbolic Symbolic.swift
[6/18] Compiling Generator main.swift
[7/18] Compiling Symbolic Types.swift
[8/18] Compiling Generator Modifier.swift
[9/18] Compiling Generator Node.swift
[10/18] Emitting module Generator
[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 Symbols.swift
[17/19] Emitting module Symbolic
[18/19] Compiling Symbolic Extensions.swift
[19/19] Compiling Symbolic Numbers.swift
Build complete! (20.74s)
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.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.