The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Vim with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-vim/SwiftForVim.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftforvim",
      "name": "Vim",
      "url": "https://github.com/swift-vim/SwiftForVim.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftForVim",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swift-vim/SwiftForVim.git
[1/217] Fetching swiftforvim
Fetched https://github.com/swift-vim/SwiftForVim.git (0.30s)
Creating working copy for https://github.com/swift-vim/SwiftForVim.git
Working copy of https://github.com/swift-vim/SwiftForVim.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftforvim' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/12] Emitting module Example
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Example/Example.swift:2:8: error: no such module 'ExampleVim'
import ExampleVim
       ^
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VimPluginBootstrap/swiftvim.c:4:10: fatal error: 'Python.h' file not found
#include <Python.h>
         ^~~~~~~~~~
1 error generated.
[1/12] Compiling VimPluginBootstrap swiftvim.c
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VimInterface/swiftvim_lib.c:1:10: fatal error: 'Python.h' file not found
#include <Python.h>
         ^~~~~~~~~~
[1/12] Compiling VimInterface swiftvim_lib.c
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Example/Example.swift:2:8: error: no such module 'ExampleVim'
import ExampleVim
       ^
[0/1] Planning build
Building for debugging...
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VimPluginBootstrap/swiftvim.c:4:10: fatal error: 'Python.h' file not found
#include <Python.h>
         ^~~~~~~~~~
1 error generated.
/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VimInterface/swiftvim_lib.c:1:10: fatal error: 'Python.h' file not found
#include <Python.h>
         ^~~~~~~~~~
1 error generated.
[0/7] Compiling VimPluginBootstrap swiftvim.c
[0/7] Compiling VimInterface swiftvim_lib.c
BUILD FAILURE 5.9 macosSpm