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 SwiftDjot, reference main (56fb0d), with Swift 5.10 for Linux on 31 Aug 2025 10:51:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wti/SwiftDjot.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/wti/SwiftDjot
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 56fb0db swift-format: disable UseLetInEveryBoundCaseVariable as 6.0.1 formatter
Cloned https://github.com/wti/SwiftDjot.git
Revision (git rev-parse @):
56fb0db12df3c84a1654c1152419f0ac81e963d1
SUCCESS checkout https://github.com/wti/SwiftDjot.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/wti/SwiftDjot.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/38] Write sources
[1/38] Compiling Cdjot djot_demo.c
[2/38] Compiling Cdjot lcorolib.c
[3/38] Compiling Cdjot lzio.c
[4/38] Compiling Cdjot lbaselib.c
[5/38] Compiling Cdjot lutf8lib.c
[6/38] Compiling Cdjot lauxlib.c
[7/38] Compiling Cdjot lundump.c
[8/38] Compiling Cdjot lcode.c
[9/38] Compiling Cdjot lua.c
[10/38] Compiling Cdjot ltm.c
[10/38] Compiling Cdjot ltablib.c
[10/38] Compiling Cdjot djot.c
[10/38] Write swift-version-24593BA9C3E375BF.txt
[14/38] Compiling Cdjot luac.c
[15/38] Compiling Cdjot ltable.c
[16/38] Compiling Cdjot lstate.c
[17/38] Compiling Cdjot lvm.c
[18/38] Compiling Cdjot lstring.c
[19/38] Compiling Cdjot lopcodes.c
[20/38] Compiling Cdjot loslib.c
[21/38] Compiling Cdjot lstrlib.c
[21/38] Compiling Cdjot lparser.c
[23/38] Compiling Cdjot lmem.c
[24/38] Compiling Cdjot linit.c
[25/38] Compiling Cdjot loadlib.c
[26/38] Compiling Cdjot lmathlib.c
[27/38] Compiling Cdjot liolib.c
[28/38] Compiling Cdjot llex.c
[29/38] Compiling Cdjot lobject.c
[30/38] Compiling Cdjot lfunc.c
[31/38] Compiling Cdjot ldump.c
[32/38] Compiling Cdjot lctype.c
[33/38] Compiling Cdjot ldblib.c
[34/38] Compiling Cdjot ldo.c
[35/38] Compiling Cdjot ldebug.c
[36/38] Compiling Cdjot lgc.c
[37/38] Compiling Cdjot lapi.c
[39/40] Emitting module SwiftDjot
[40/40] Compiling SwiftDjot Djot.swift
Build complete! (5.83s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDjot",
  "name" : "SwiftDjot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cdjot",
      "targets" : [
        "Cdjot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftDjot",
      "targets" : [
        "SwiftDjot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDjotTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDjotTests",
      "path" : "Tests/SwiftDjotTests",
      "sources" : [
        "DjotTest.swift"
      ],
      "target_dependencies" : [
        "SwiftDjot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftDjot",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDjot",
      "path" : "Sources/SwiftDjot",
      "product_memberships" : [
        "SwiftDjot"
      ],
      "sources" : [
        "Djot.swift"
      ],
      "target_dependencies" : [
        "Cdjot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cdjot",
      "module_type" : "ClangTarget",
      "name" : "Cdjot",
      "path" : "Sources/Cdjot",
      "product_memberships" : [
        "Cdjot",
        "SwiftDjot"
      ],
      "sources" : [
        "djot.c",
        "djot_demo.c",
        "lapi.c",
        "lauxlib.c",
        "lbaselib.c",
        "lcode.c",
        "lcorolib.c",
        "lctype.c",
        "ldblib.c",
        "ldebug.c",
        "ldo.c",
        "ldump.c",
        "lfunc.c",
        "lgc.c",
        "linit.c",
        "liolib.c",
        "llex.c",
        "lmathlib.c",
        "lmem.c",
        "loadlib.c",
        "lobject.c",
        "lopcodes.c",
        "loslib.c",
        "lparser.c",
        "lstate.c",
        "lstring.c",
        "lstrlib.c",
        "ltable.c",
        "ltablib.c",
        "ltm.c",
        "lua.c",
        "luac.c",
        "lundump.c",
        "lutf8lib.c",
        "lvm.c",
        "lzio.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.