The Swift Package Index logo.Swift Package Index

Build Information

Failed to build libvim, reference main (7780ae), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 07:29:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaii-zen/libvim.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kaii-zen/libvim.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7780ae5 Commt .swiftpm to retain scheme settings in xcode
Submodule path 'Sources/clibvim/onilibvim': checked out '9ade7d1e2ac54cb945724762cb8be9c68adef3f0'
Submodule 'onilibvim' (https://github.com/onivim/libvim.git) registered for path 'Sources/clibvim/onilibvim'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim'...
Cloned https://github.com/kaii-zen/libvim.swift.git
Revision (git rev-parse @):
7780ae5f437fa4654b1aafa50e070a4d0533e627
SUCCESS checkout https://github.com/kaii-zen/libvim.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kaii-zen/libvim.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/71] Write swift-version-1EA4D86E10B52AF.txt
[1/71] Write sources
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:285:12: warning: passing 'char[2]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  285 |   msg2_put("\n", msg);
      |            ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:291:18: warning: passing 'char *' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  291 |         msg2_put((char *)get_deleted_augroup(), msg);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:293:18: warning: passing 'char *' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  293 |         msg2_put((char *)AUGROUP_NAME(ap->group), msg);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:295:16: warning: passing 'char[3]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  295 |       msg2_put("  ", msg);
      |                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:298:14: warning: passing 'char *' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  298 |     msg2_put((char *)event_nr2name(event), msg);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:301:14: warning: passing 'char[2]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  301 |     msg2_put("\n", msg);
      |              ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:315:18: warning: passing 'char[2]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  315 |         msg2_put("\n", msg);
      |                  ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/autocmd.c:334:18: warning: passing 'char[2]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  334 |         msg2_put("\n", msg);
      |                  ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
8 warnings generated.
[2/71] Compiling autocmd.c
[3/71] Compiling channel.c
[4/71] Compiling pty.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xprepare.c:23:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xinclude.h:28:
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/../auto/config.h:477:10: fatal error: 'fixes.h' file not found
  477 | #include "fixes.h"
      |          ^~~~~~~~~
1 error generated.
[5/71] Compiling xprepare.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xpatience.c:22:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xinclude.h:28:
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/../auto/config.h:477:10: fatal error: 'fixes.h' file not found
  477 | #include "fixes.h"
      |          ^~~~~~~~~
1 error generated.
[5/71] Compiling xpatience.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xhistogram.c:44:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xinclude.h:28:
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/../auto/config.h:477:10: fatal error: 'fixes.h' file not found
  477 | #include "fixes.h"
      |          ^~~~~~~~~
[5/71] Compiling xhistogram.c
[5/71] Compiling quickfix.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xutils.c:25:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/xinclude.h:28:
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/src/xdiff/../auto/config.h:477:10: fatal error: 'fixes.h' file not found
  477 | #include "fixes.h"
      |          ^~~~~~~~~
[5/71] Compiling xutils.c
[5/71] Compiling regexp.c
[5/71] Compiling blob.c
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/buffer.c:2801:14: warning: passing 'char[2]' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 2801 |     msg2_put("\n", msg);
      |              ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/onilibvim/src/buffer.c:3253:12: warning: passing 'char *' to parameter of type 'char_u *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 3253 |   msg2_put(buffer, msg);
      |            ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/clibvim/include/message2.pro:6:23: note: passing argument to parameter 's' here
    6 | void msg2_put(char_u *s, msg_T *msg);
      |                       ^
[5/71] Compiling buffer.c
[5/71] Compiling diff.c
[5/71] Compiling change.c
BUILD FAILURE 6.2 macosSpm