Build Information
Failed to build SPMVim, reference master (528573
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 06:45:04 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/swiftpackagemanager.vim.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-vim/swiftpackagemanager.vim
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 528573a Update SwiftForVim / Cleanups
Cloned https://github.com/swift-vim/swiftpackagemanager.vim.git
Revision (git rev-parse @):
528573a80aa221903028310546e157e2beb0546c
SUCCESS checkout https://github.com/swift-vim/swiftpackagemanager.vim.git at master
Fetching https://github.com/jerrymarino/SwiftCompilationDatabase.git
[1/28] Fetching swiftcompilationdatabase
Fetched https://github.com/jerrymarino/SwiftCompilationDatabase.git from cache (0.57s)
Fetching https://github.com/swift-vim/http
[1/861] Fetching http
Fetched https://github.com/swift-vim/http from cache (0.98s)
error: could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-vim/swiftpackagemanager.vim.git
https://github.com/swift-vim/swiftpackagemanager.vim.git
{
"dependencies" : [
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant"
},
{
"identity" : "swiftcompilationdatabase",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/jerrymarino/SwiftCompilationDatabase.git"
},
{
"identity" : "skqueue",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daniel-pedersen/SKQueue.git"
},
{
"identity" : "http",
"requirement" : {
"revision" : [
"671be3123752a8eebd18dccb9321e1dfcae8f9c0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-vim/http"
},
{
"identity" : "swiftforvim",
"requirement" : {
"revision" : [
"898eb9cd7539d1fdc927ce6c657c64d05ef8a872"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-vim/SwiftForVim.git"
}
],
"manifest_display_name" : "SPMVim",
"name" : "SPMVim",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SPMVimPlugin",
"targets" : [
"SPMVimPlugin"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "EditorService",
"targets" : [
"EditorService"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SPMVim",
"targets" : [
"SPMVim"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "StubVimImport",
"module_type" : "SwiftTarget",
"name" : "StubVimImport",
"path" : "Sources/StubVimImport",
"product_dependencies" : [
"VimAsync",
"Vim"
],
"sources" : [
"Dummy.swift"
],
"type" : "library"
},
{
"c99name" : "SPMVimTests",
"module_type" : "SwiftTarget",
"name" : "SPMVimTests",
"path" : "Tests/SPMVimTests",
"sources" : [
"SPMVimTests.swift"
],
"target_dependencies" : [
"SPMVimPlugin"
],
"type" : "test"
},
{
"c99name" : "SPMVimPlugin",
"module_type" : "SwiftTarget",
"name" : "SPMVimPlugin",
"path" : "Sources/SPMVimPlugin",
"product_dependencies" : [
"HTTP"
],
"product_memberships" : [
"SPMVimPlugin"
],
"sources" : [
"DiagnosticInterface.swift",
"FutureValue.swift",
"RPCRunner.swift",
"SPMVimPlugin.swift",
"VimCoreBootstrap.swift",
"VimExtensions.swift",
"VimProcess.swift"
],
"target_dependencies" : [
"EditorService",
"SPMProtocol"
],
"type" : "library"
},
{
"c99name" : "SPMVim",
"module_type" : "SwiftTarget",
"name" : "SPMVim",
"path" : "Sources/SPMVim",
"product_dependencies" : [
"Commandant",
"LogParser"
],
"product_memberships" : [
"SPMVim"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"EditorService"
],
"type" : "executable"
},
{
"c99name" : "SPMProtocol",
"module_type" : "SwiftTarget",
"name" : "SPMProtocol",
"path" : "Sources/SPMProtocol",
"product_memberships" : [
"SPMVimPlugin",
"EditorService",
"SPMVim"
],
"sources" : [
"DiagnosticMessage.swift"
],
"type" : "library"
},
{
"c99name" : "EditorService",
"module_type" : "SwiftTarget",
"name" : "EditorService",
"path" : "Sources/EditorService",
"product_dependencies" : [
"LogParser",
"SKQueue"
],
"product_memberships" : [
"SPMVimPlugin",
"EditorService",
"SPMVim"
],
"sources" : [
"EditorService.swift"
],
"target_dependencies" : [
"SPMProtocol"
],
"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
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updated https://github.com/jerrymarino/SwiftCompilationDatabase.git (0.45s)
Updating https://github.com/swift-vim/http
Updated https://github.com/swift-vim/http (0.40s)
error: could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updated https://github.com/jerrymarino/SwiftCompilationDatabase.git (0.44s)
Updating https://github.com/swift-vim/http
Updated https://github.com/swift-vim/http (0.45s)
error: could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
BUILD FAILURE 6.1 macosSpm