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 CLua, reference 5.4.7 (12e19f), with Swift 6.1 for Linux on 30 Apr 2025 23:25:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLua/CLua.git
Reference: 5.4.7
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/SwiftyLua/CLua
 * tag               5.4.7      -> FETCH_HEAD
HEAD is now at 12e19f8 Merge pull request #1 from barryw/bw-update-to-lua-5-4-7
Cloned https://github.com/SwiftyLua/CLua.git
Revision (git rev-parse @):
12e19f89b9089dbc87615e1823049791cd665353
SUCCESS checkout https://github.com/SwiftyLua/CLua.git at 5.4.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyLua/CLua.git
https://github.com/SwiftyLua/CLua.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLua",
  "name" : "CLua",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CLua",
      "targets" : [
        "CLua"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLua",
      "module_type" : "ClangTarget",
      "name" : "CLua",
      "path" : "Sources/CLua",
      "product_memberships" : [
        "CLua"
      ],
      "sources" : [
        "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",
        "ltests.c",
        "ltm.c",
        "lundump.c",
        "lutf8lib.c",
        "lvm.c",
        "lzio.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/35] Compiling CLua lctype.c
[1/35] Compiling CLua lfunc.c
[2/35] Compiling CLua lauxlib.c
[3/35] Compiling CLua lbaselib.c
[4/35] Compiling CLua lzio.c
[5/35] Compiling CLua ldblib.c
[6/35] Compiling CLua lundump.c
[7/35] Compiling CLua ldo.c
[8/35] Compiling CLua lutf8lib.c
[9/35] Compiling CLua ltm.c
[10/35] Compiling CLua ldebug.c
[11/35] Compiling CLua ltests.c
[11/35] Compiling CLua lapi.c
[13/35] Compiling CLua ltablib.c
[14/35] Compiling CLua lopcodes.c
[15/35] Compiling CLua lstring.c
[16/35] Compiling CLua loslib.c
[16/35] Compiling CLua lstate.c
[18/35] Compiling CLua ltable.c
[19/35] Compiling CLua lvm.c
[20/35] Compiling CLua lparser.c
[21/35] Compiling CLua lstrlib.c
[22/35] Compiling CLua loadlib.c
[23/35] Compiling CLua llex.c
[24/35] Compiling CLua lmem.c
[24/35] Compiling CLua lobject.c
[26/35] Compiling CLua linit.c
[27/35] Compiling CLua lmathlib.c
[28/35] Compiling CLua liolib.c
[29/35] Compiling CLua ldump.c
[29/35] Compiling CLua lcorolib.c
[31/35] Compiling CLua lgc.c
[32/35] Compiling CLua lcode.c
[33/35] Write Objects.LinkFileList
[34/35] Archiving libCLua.a
Build complete! (1.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLua",
  "name" : "CLua",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CLua",
      "targets" : [
        "CLua"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLua",
      "module_type" : "ClangTarget",
      "name" : "CLua",
      "path" : "Sources/CLua",
      "product_memberships" : [
        "CLua"
      ],
      "sources" : [
        "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",
        "ltests.c",
        "ltm.c",
        "lundump.c",
        "lutf8lib.c",
        "lvm.c",
        "lzio.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.