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 SPMVim, reference master (528573), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 06:38:17 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

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
========================================
Build
========================================
Selected platform:         tvOS
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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/jerrymarino/SwiftCompilationDatabase.git
Fetching from https://github.com/swift-vim/http
could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/httpResolve Package Graph
Updating from https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating from https://github.com/swift-vim/http
could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/httpResolve Package Graph
Updating from https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating from https://github.com/swift-vim/http
could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/httpResolve Package Graph
Updating from https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating from https://github.com/swift-vim/http
could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 23:38:16.023 xcodebuild[513:2831] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_23-38-0016.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updating from https://github.com/swift-vim/http
could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-24 23:38:17.635 xcodebuild[763:3969] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_23-38-0017.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
BUILD FAILURE 6.1 tvOS