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 LLVS, reference main (7e714f), with Swift 6.1 for Linux on 27 Apr 2025 13:39:11 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/mentalfaculty/LLVS.git
Reference: main
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/mentalfaculty/LLVS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7e714f4 Migrated to Swift 5.9, and fixed a few small issues in the sample.
Cloned https://github.com/mentalfaculty/LLVS.git
Revision (git rev-parse @):
7e714f414648bdbdae71fccc1aa7c816320bfe62
SUCCESS checkout https://github.com/mentalfaculty/LLVS.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mentalfaculty/LLVS.git
https://github.com/mentalfaculty/LLVS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LLVS",
  "name" : "LLVS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "SQLite3",
      "targets" : [
        "SQLite3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVS",
      "targets" : [
        "LLVS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVSCloudKit",
      "targets" : [
        "LLVSCloudKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LLVSSQLite",
      "targets" : [
        "LLVSSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLite3",
      "module_type" : "SystemLibraryTarget",
      "name" : "SQLite3",
      "path" : "Sources/SQLite3",
      "product_memberships" : [
        "SQLite3",
        "LLVSSQLite"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "LLVSTests",
      "module_type" : "SwiftTarget",
      "name" : "LLVSTests",
      "path" : "Tests/LLVSTests",
      "sources" : [
        "ArrayDiffTests.swift",
        "AsynchronousTaskTests.swift",
        "DiffTests.swift",
        "DynamicTaskBatcherTests.swift",
        "FileSystemExchangeTests.swift",
        "FileZoneTests.swift",
        "GeneralTests.swift",
        "HistoryTests.swift",
        "MapTests.swift",
        "MergeTests.swift",
        "MostRecentBranchArbiterTests.swift",
        "MostRecentChangeArbiterTests.swift",
        "PerformanceTests.swift",
        "PrevailingValueTests.swift",
        "SQLitePerformanceTests.swift",
        "SQLiteZoneTests.swift",
        "SerialHistoryTests.swift",
        "SharedStoreTests.swift",
        "StoreSetupTests.swift",
        "ValueChangesInVersionTests.swift",
        "ValueTests.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "LLVS",
        "LLVSSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LLVSSQLite",
      "module_type" : "SwiftTarget",
      "name" : "LLVSSQLite",
      "path" : "Sources/LLVSSQLite",
      "product_memberships" : [
        "LLVSSQLite"
      ],
      "sources" : [
        "SQLiteDatabase+Zones.swift",
        "SQLiteDatabase.swift",
        "SQLiteZone.swift"
      ],
      "target_dependencies" : [
        "LLVS",
        "SQLite3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLVSCloudKit",
      "module_type" : "SwiftTarget",
      "name" : "LLVSCloudKit",
      "path" : "Sources/LLVSCloudKit",
      "product_memberships" : [
        "LLVSCloudKit"
      ],
      "sources" : [
        "CloudKitExchange.swift"
      ],
      "target_dependencies" : [
        "LLVS"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LLVS",
      "module_type" : "SwiftTarget",
      "name" : "LLVS",
      "path" : "Sources/LLVS",
      "product_memberships" : [
        "LLVS",
        "LLVSCloudKit",
        "LLVSSQLite"
      ],
      "sources" : [
        "Core/Exchange.swift",
        "Core/FileZone.swift",
        "Core/History.swift",
        "Core/Map.swift",
        "Core/Merge.swift",
        "Core/Storage.swift",
        "Core/Store.swift",
        "Core/StoreCoordinator.swift",
        "Core/Value.swift",
        "Core/Version.swift",
        "Core/Zone.swift",
        "Exchanges/FileSystemExchange.swift",
        "General/AsynchronousOperation.swift",
        "General/AsynchronousTask.swift",
        "General/Cache.swift",
        "General/DynamicTaskBatcher.swift",
        "General/General.swift",
        "General/Log.swift",
        "Utilities/ArrayDiff.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling LLVS Exchange.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[6/22] Compiling LLVS FileZone.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[7/22] Compiling LLVS History.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/22] Emitting module LLVS
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[9/22] Compiling LLVS AsynchronousTask.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[10/22] Compiling LLVS Cache.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[11/22] Compiling LLVS DynamicTaskBatcher.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[12/22] Compiling LLVS General.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[13/22] Compiling LLVS FileSystemExchange.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[14/22] Compiling LLVS AsynchronousOperation.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[15/24] Compiling LLVS Version.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[16/24] Compiling LLVS Zone.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[17/24] Compiling LLVS Map.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[18/24] Compiling LLVS Merge.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[19/24] Compiling LLVS Storage.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[20/24] Compiling LLVS Store.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[21/24] Compiling LLVS StoreCoordinator.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[22/24] Compiling LLVS Value.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[23/24] Compiling LLVS Log.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[24/24] Compiling LLVS ArrayDiff.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling LLVS FileSystemExchange.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[3/19] Compiling LLVS AsynchronousOperation.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[4/19] Compiling LLVS AsynchronousTask.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[5/19] Compiling LLVS Cache.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[6/21] Compiling LLVS DynamicTaskBatcher.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[7/21] Compiling LLVS General.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[8/21] Compiling LLVS Version.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[9/21] Compiling LLVS Zone.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/21] Emitting module LLVS
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[11/21] Compiling LLVS Store.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[12/21] Compiling LLVS StoreCoordinator.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[13/21] Compiling LLVS Value.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[14/21] Compiling LLVS Map.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[15/21] Compiling LLVS Merge.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[16/21] Compiling LLVS Storage.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[17/21] Compiling LLVS Exchange.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[18/21] Compiling LLVS FileZone.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[19/21] Compiling LLVS History.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[20/21] Compiling LLVS Log.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
[21/21] Compiling LLVS ArrayDiff.swift
/host/spi-builder-workspace/Sources/LLVS/Core/Exchange.swift:9:8: error: no such module 'Combine'
  7 |
  8 | import Foundation
  9 | import Combine
    |        `- error: no such module 'Combine'
 10 |
 11 | enum ExchangeError: Swift.Error {
BUILD FAILURE 6.1 linux