The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftDjot, reference main (658ab5), with Swift 5.9 for Linux on 29 Apr 2025 03:26:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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 658ab58 Package: declare C++ standard as 17
Cloned https://github.com/wti/SwiftDjot.git
Revision (git rev-parse @):
658ab58d292b9eb7c8a1613e6837b9ffcc092fd4
SUCCESS checkout https://github.com/wti/SwiftDjot.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/wti/SwiftDjot.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/36] Compiling Cdjot djot_demo.c
[1/36] Compiling Cdjot lutf8lib.c
[2/36] Compiling Cdjot lbaselib.c
[3/36] Compiling Cdjot lzio.c
[4/36] Compiling Cdjot lauxlib.c
[5/36] Compiling Cdjot lundump.c
[6/36] Compiling Cdjot luac.c
[7/36] Compiling Cdjot lapi.c
[8/36] Compiling Cdjot ltablib.c
[9/36] Compiling Cdjot ltm.c
[10/36] Compiling Cdjot lua.c
[11/36] Compiling Cdjot lopcodes.c
[12/36] Compiling Cdjot lstring.c
[13/36] Compiling Cdjot ltable.c
[14/36] Compiling Cdjot lvm.c
[15/36] Compiling Cdjot lstate.c
[16/36] Compiling Cdjot loslib.c
[17/36] Compiling Cdjot lstrlib.c
[18/36] Compiling Cdjot lmem.c
[19/36] Compiling Cdjot loadlib.c
[20/36] Compiling Cdjot lobject.c
[21/36] Compiling Cdjot lparser.c
[22/36] Compiling Cdjot linit.c
[23/36] Compiling Cdjot lmathlib.c
[24/36] Compiling Cdjot llex.c
[25/36] Compiling Cdjot ldump.c
[26/36] Compiling Cdjot lfunc.c
[27/36] Compiling Cdjot lctype.c
[27/36] Compiling Cdjot liolib.c
[27/36] Compiling Cdjot ldblib.c
[30/36] Compiling Cdjot lgc.c
[31/36] Compiling Cdjot ldo.c
[32/36] Compiling Cdjot ldebug.c
[33/36] Compiling Cdjot lcorolib.c
[34/36] Compiling Cdjot djot.c
[35/36] Compiling Cdjot lcode.c
[37/38] Compiling SwiftDjot Djot.swift
[38/38] Emitting module SwiftDjot
Build complete! (5.62s)
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.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.