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 Linux on 25 Apr 2025 15:22:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jerrymarino/SwiftCompilationDatabase.git
[1/28] Fetching swiftcompilationdatabase
Fetched https://github.com/jerrymarino/SwiftCompilationDatabase.git from cache (0.21s)
Fetching https://github.com/swift-vim/http
[1/861] Fetching http
Fetched https://github.com/swift-vim/http from cache (0.28s)
error: could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/jerrymarino/SwiftCompilationDatabase.git
Updated https://github.com/jerrymarino/SwiftCompilationDatabase.git (0.16s)
Updating https://github.com/swift-vim/http
Updated https://github.com/swift-vim/http (0.15s)
error: could not find the commit 671be3123752a8eebd18dccb9321e1dfcae8f9c0 in https://github.com/swift-vim/http
BUILD FAILURE 6.1 linux