The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLua, reference main (ecbd9e), with Swift 6.2 for Android on 18 Sep 2025 21:28:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLua/CLua.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/SwiftyLua/CLua
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ecbd9e1 set swift version to 6.2
Cloned https://github.com/SwiftyLua/CLua.git
Revision (git rev-parse @):
ecbd9e14292b3aa945fc82562097b105de1bee1a
SUCCESS checkout https://github.com/SwiftyLua/CLua.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftyLua/CLua.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/35] Compiling CLua lctype.c
[1/35] Compiling CLua lcorolib.c
[2/35] Compiling CLua lzio.c
[3/35] Compiling CLua lauxlib.c
[4/35] Compiling CLua lbaselib.c
[5/35] Compiling CLua lmathlib.c
[6/35] Compiling CLua llex.c
[7/35] Compiling CLua lutf8lib.c
[8/35] Compiling CLua lapi.c
[9/35] Compiling CLua ltm.c
[10/35] Compiling CLua ltablib.c
[11/35] Compiling CLua lcode.c
[12/35] Compiling CLua lundump.c
[13/35] Compiling CLua ltests.c
[14/35] Compiling CLua lopcodes.c
[15/35] Compiling CLua lstate.c
/host/spi-builder-workspace/Sources/CLua/loslib.c:174:3: warning: 'tmpnam' is deprecated: tmpnam is unsafe, use mkstemp or tmpfile instead [-Wdeprecated-declarations]
  174 |   lua_tmpnam(buff, err);
      |   ^
/host/spi-builder-workspace/Sources/CLua/loslib.c:124:33: note: expanded from macro 'lua_tmpnam'
  124 | #define lua_tmpnam(b,e)         { e = (tmpnam(b) == NULL); }
      |                                        ^
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/stdio.h:151:5: note: 'tmpnam' has been explicitly marked deprecated here
  151 |     __warnattr("tmpnam is unsafe, use mkstemp or tmpfile instead");
      |     ^
/root/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a-android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/include/sys/cdefs.h:146:40: note: expanded from macro '__warnattr'
  146 | #define __warnattr(msg) __attribute__((__deprecated__(msg)))
      |                                        ^
1 warning generated.
[16/35] Compiling CLua loslib.c
[17/35] Compiling CLua ltable.c
[18/35] Compiling CLua lstring.c
[19/35] Compiling CLua lmem.c
[20/35] Compiling CLua loadlib.c
[21/35] Compiling CLua lstrlib.c
[22/35] Compiling CLua linit.c
[23/35] Compiling CLua lobject.c
[24/35] Compiling CLua lgc.c
[24/35] Compiling CLua lvm.c
[26/35] Compiling CLua lparser.c
[26/35] Compiling CLua liolib.c
[28/35] Compiling CLua lfunc.c
[29/35] Compiling CLua ldump.c
[30/35] Compiling CLua ldebug.c
[31/35] Compiling CLua ldblib.c
[32/35] Compiling CLua ldo.c
[33/35] Write Objects.LinkFileList
[34/35] Archiving libCLua.a
Build complete! (1.66s)
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.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.