Build Information
Failed to build Vim, reference master (53cab3
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 23:12:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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",
"dependencies": [
{
"identity": "swiftforvim",
"name": "Vim",
"url": "https://github.com/swift-vim/SwiftForVim.git",
"version": "unspecified",
"path": "/Users/admin/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 from cache (0.61s)
Creating working copy for https://github.com/swift-vim/SwiftForVim.git
Working copy of https://github.com/swift-vim/SwiftForVim.git resolved at master (53cab34)
warning: '.resolve-product-dependencies': dependency 'swiftforvim' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-vim/SwiftForVim.git
https://github.com/swift-vim/SwiftForVim.git
{
"dependencies" : [
],
"manifest_display_name" : "Vim",
"name" : "Vim",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VimInterface",
"targets" : [
"VimInterface"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Vim",
"targets" : [
"Vim"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "VimPluginBootstrap",
"targets" : [
"VimPluginBootstrap"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "VimAsync",
"targets" : [
"VimAsync"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "VimTests",
"module_type" : "SwiftTarget",
"name" : "VimTests",
"path" : "Tests/VimTests",
"sources" : [
"VimTests.swift"
],
"type" : "test"
},
{
"c99name" : "VimPluginBootstrap",
"module_type" : "ClangTarget",
"name" : "VimPluginBootstrap",
"path" : "Sources/VimPluginBootstrap",
"product_memberships" : [
"Vim",
"VimPluginBootstrap"
],
"sources" : [
"swiftvim.c"
],
"type" : "library"
},
{
"c99name" : "VimInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "VimInterfaceTests",
"path" : "Tests/VimInterfaceTests",
"sources" : [
"CallingTests.swift"
],
"target_dependencies" : [
"VimInterface"
],
"type" : "test"
},
{
"c99name" : "VimInterface",
"module_type" : "ClangTarget",
"name" : "VimInterface",
"path" : "Sources/VimInterface",
"product_memberships" : [
"VimInterface",
"Vim"
],
"sources" : [
"swiftvim_lib.c"
],
"type" : "library"
},
{
"c99name" : "VimAsyncTests",
"module_type" : "SwiftTarget",
"name" : "VimAsyncTests",
"path" : "Tests/VimAsyncTests",
"sources" : [
"VimAsyncTest.swift"
],
"type" : "test"
},
{
"c99name" : "VimAsync",
"module_type" : "SwiftTarget",
"name" : "VimAsync",
"path" : "Sources/VimAsync",
"product_memberships" : [
"VimAsync"
],
"sources" : [
"VimTask.swift",
"VimTimer.swift"
],
"type" : "library"
},
{
"c99name" : "Vim",
"module_type" : "SwiftTarget",
"name" : "Vim",
"path" : "Sources/Vim",
"product_memberships" : [
"Vim"
],
"sources" : [
"Vim.swift",
"VimBuffer.swift",
"VimCurrent.swift",
"VimExtensions.swift",
"VimPlugin.swift",
"VimValue.swift",
"VimWindow.swift"
],
"target_dependencies" : [
"VimInterface",
"VimPluginBootstrap"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"Example.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/16] Write sources
[3/16] Write swift-version-2F0A5646E1D333AE.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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
/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.
[0/13] Compiling VimPluginBootstrap swiftvim.c
[0/13] Write swift-version-2F0A5646E1D333AE.txt
/Users/admin/builder/spi-builder-workspace/Sources/VimInterface/swiftvim_lib.c:1:10: fatal error: 'Python.h' file not found
1 | #include <Python.h>
| ^~~~~~~~~~
[0/13] Compiling VimInterface swiftvim_lib.c
BUILD FAILURE 6.1 macosSpm