The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLua, reference main (ecbd9e), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 22:43:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLua/CLua.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "clua",
      "name": "CLua",
      "url": "https://github.com/SwiftyLua/CLua.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLua",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SwiftyLua/CLua.git
[1/207] Fetching clua
Fetched https://github.com/SwiftyLua/CLua.git from cache (0.90s)
Creating working copy for https://github.com/SwiftyLua/CLua.git
Working copy of https://github.com/SwiftyLua/CLua.git resolved at main (ecbd9e1)
warning: '.resolve-product-dependencies': dependency 'clua' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SwiftyLua/CLua.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/35] Compiling CLua lcorolib.c
[1/35] Compiling CLua ltests.c
[2/35] Compiling CLua lzio.c
[3/35] Compiling CLua ldump.c
[4/35] Compiling CLua ldebug.c
[5/35] Compiling CLua ltablib.c
[6/35] Compiling CLua lutf8lib.c
[7/35] Compiling CLua lundump.c
[8/35] Compiling CLua lstring.c
[9/35] Compiling CLua ltable.c
[10/35] Compiling CLua lstrlib.c
[11/35] Compiling CLua lvm.c
[12/35] Compiling CLua ltm.c
[13/35] Compiling CLua lopcodes.c
[14/35] Compiling CLua lstate.c
[15/35] Compiling CLua loslib.c
[16/35] Compiling CLua lparser.c
[17/35] Compiling CLua ldo.c
[18/35] Compiling CLua lobject.c
[19/35] Compiling CLua lmem.c
[20/35] Compiling CLua lmathlib.c
[21/35] Compiling CLua linit.c
[22/35] Compiling CLua llex.c
[23/35] Compiling CLua liolib.c
[24/35] Compiling CLua lgc.c
[25/35] Compiling CLua lfunc.c
[26/35] Compiling CLua lctype.c
[27/35] Compiling CLua ldblib.c
[28/35] Compiling CLua lbaselib.c
[29/35] Compiling CLua lauxlib.c
[30/35] Compiling CLua lcode.c
[31/35] Compiling CLua lapi.c
[32/35] Compiling CLua loadlib.c
[33/35] Write Objects.LinkFileList
libtool: warning: 'ltests.c.o' has no symbols
[34/35] Archiving libCLua.a
Build complete! (1.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLua",
  "name" : "CLua",
  "path" : "/Users/admin/builder/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"
}
Done.