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

Failed to build Vim, reference master (53cab3), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:56:47 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/swift-vim/SwiftForVim.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-vim/SwiftForVim
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 53cab34 Implement callable args (#2)
Cloned https://github.com/swift-vim/SwiftForVim.git
Revision (git rev-parse @):
53cab34a3bcb3fd35a4874b72eabb0042067d76c
SUCCESS checkout https://github.com/swift-vim/SwiftForVim.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-vim/SwiftForVim.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Write sources
[3/16] Write swift-version-1EA4D86E10B52AF.txt
/Users/admin/builder/spi-builder-workspace/Sources/VimPluginBootstrap/swiftvim.c:4:10: fatal error: 'Python.h' file not found
    4 | #include <Python.h>
      |          ^~~~~~~~~~
1 error generated.
[4/21] Compiling VimPluginBootstrap swiftvim.c
/Users/admin/builder/spi-builder-workspace/Sources/VimInterface/swiftvim_lib.c:1:10: fatal error: 'Python.h' file not found
    1 | #include <Python.h>
      |          ^~~~~~~~~~
[4/21] Compiling VimInterface swiftvim_lib.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.2 macosSpm