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 PerfectSQLite, reference 5.0.0 (43c0e1), with Swift 6.1 for Linux on 25 Apr 2025 09:37:01 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/perfectlysoft/perfect-sqlite.git
Reference: 5.0.0
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/perfectlysoft/perfect-sqlite
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at 43c0e16 spacing
Cloned https://github.com/perfectlysoft/perfect-sqlite.git
Revision (git rev-parse @):
43c0e16cfce1dada7914d8334e43ffa887e66f8e
SUCCESS checkout https://github.com/perfectlysoft/perfect-sqlite.git at 5.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/perfectlysoft/perfect-sqlite.git
https://github.com/perfectlysoft/perfect-sqlite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "perfect-crud",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/Perfect-CRUD.git"
    },
    {
      "identity" : "perfect-sqlite3-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PerfectlySoft/Perfect-sqlite3-support.git"
    }
  ],
  "manifest_display_name" : "PerfectSQLite",
  "name" : "PerfectSQLite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PerfectSQLite",
      "targets" : [
        "PerfectSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PerfectSQLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "PerfectSQLiteTests",
      "path" : "Tests/PerfectSQLiteTests",
      "sources" : [
        "PerfectSQLiteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "PerfectSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PerfectSQLite",
      "module_type" : "SwiftTarget",
      "name" : "PerfectSQLite",
      "path" : "Sources/PerfectSQLite",
      "product_dependencies" : [
        "PerfectCRUD"
      ],
      "product_memberships" : [
        "PerfectSQLite"
      ],
      "sources" : [
        "SQLite.swift",
        "SQLiteCRUD.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/PerfectlySoft/Perfect-sqlite3-support.git
Fetching https://github.com/PerfectlySoft/Perfect-CRUD.git
[1/58] Fetching perfect-sqlite3-support
[59/1251] Fetching perfect-sqlite3-support, perfect-crud
Fetched https://github.com/PerfectlySoft/Perfect-sqlite3-support.git from cache (0.20s)
Fetched https://github.com/PerfectlySoft/Perfect-CRUD.git from cache (0.21s)
Computing version for https://github.com/PerfectlySoft/Perfect-CRUD.git
Computed https://github.com/PerfectlySoft/Perfect-CRUD.git at 2.0.0 (1.36s)
Computing version for https://github.com/PerfectlySoft/Perfect-sqlite3-support.git
Computed https://github.com/PerfectlySoft/Perfect-sqlite3-support.git at 3.1.1 (2.74s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CRUD.git
Working copy of https://github.com/PerfectlySoft/Perfect-CRUD.git resolved at 2.0.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-sqlite3-support.git
Working copy of https://github.com/PerfectlySoft/Perfect-sqlite3-support.git resolved at 3.1.1
warning: 'perfect-sqlite3-support': ignoring declared target(s) 'PerfectCSQLite3' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-sqlite3-support' is not used by any target
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/27] Emitting module PerfectCRUD
[5/30] Compiling PerfectCRUD Table.swift
[6/30] Compiling PerfectCRUD Update.swift
[7/30] Compiling PerfectCRUD Where.swift
[8/30] Compiling PerfectCRUD Delete.swift
[9/30] Compiling PerfectCRUD Comparison.swift
[10/30] Compiling PerfectCRUD ComparisonInts.swift
[11/30] Compiling PerfectCRUD In.swift
[12/30] Compiling PerfectCRUD InInts.swift
[13/30] Compiling PerfectCRUD Like.swift
[14/30] Compiling PerfectCRUD Coding.swift
[15/30] Compiling PerfectCRUD CodingBindings.swift
[16/30] Compiling PerfectCRUD CodingJoins.swift
[17/30] Compiling PerfectCRUD CodingKeyPaths.swift
[18/30] Compiling PerfectCRUD Equality.swift
[19/30] Compiling PerfectCRUD EqualityInts.swift
[20/30] Compiling PerfectCRUD Expression.swift
[21/30] Compiling PerfectCRUD CodingNames.swift
[22/30] Compiling PerfectCRUD CodingRows.swift
[23/30] Compiling PerfectCRUD Create.swift
[24/30] Compiling PerfectCRUD Database.swift
[25/30] Compiling PerfectCRUD Logical.swift
[26/30] Compiling PerfectCRUD Insert.swift
[27/30] Compiling PerfectCRUD Join.swift
[28/30] Compiling PerfectCRUD Logging.swift
[29/30] Compiling PerfectCRUD PerfectCRUD.swift
[30/30] Compiling PerfectCRUD Select.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/34] Compiling PerfectSQLite SQLite.swift
[33/34] Emitting module PerfectSQLite
/host/spi-builder-workspace/Sources/PerfectSQLite/SQLiteCRUD.swift:349:28: error: 'Expression' is ambiguous for type lookup in this context
347 | 		return "\(name) \(typeName)\(addendum)"
348 | 	}
349 | 	func getBinding(for expr: Expression) throws -> String {
    |                            `- error: 'Expression' is ambiguous for type lookup in this context
350 | 		bindings.append(("?", expr))
351 | 		return "?"
/host/spi-builder-workspace/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/PerfectCRUD.swift:10:18: note: found this candidate
  8 | import Foundation
  9 |
 10 | public typealias Expression = CRUDExpression
    |                  `- note: found this candidate
 11 | public typealias Bindings = [(String, Expression)]
 12 |
FoundationEssentials.Expression:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Expression<each Input, Output> : Sendable {
  |               `- note: found this candidate
3 |     public let expression: any StandardPredicateExpression<Output>
4 |     public let variable: (repeat PredicateExpressions.Variable<each Input>)
[34/34] Compiling PerfectSQLite SQLiteCRUD.swift
/host/spi-builder-workspace/Sources/PerfectSQLite/SQLiteCRUD.swift:349:28: error: 'Expression' is ambiguous for type lookup in this context
347 | 		return "\(name) \(typeName)\(addendum)"
348 | 	}
349 | 	func getBinding(for expr: Expression) throws -> String {
    |                            `- error: 'Expression' is ambiguous for type lookup in this context
350 | 		bindings.append(("?", expr))
351 | 		return "?"
/host/spi-builder-workspace/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/PerfectCRUD.swift:10:18: note: found this candidate
  8 | import Foundation
  9 |
 10 | public typealias Expression = CRUDExpression
    |                  `- note: found this candidate
 11 | public typealias Bindings = [(String, Expression)]
 12 |
FoundationEssentials.Expression:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Expression<each Input, Output> : Sendable {
  |               `- note: found this candidate
3 |     public let expression: any StandardPredicateExpression<Output>
4 |     public let variable: (repeat PredicateExpressions.Variable<each Input>)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: 'perfect-sqlite3-support': ignoring declared target(s) 'PerfectCSQLite3' in the system package
warning: 'spi-builder-workspace': dependency 'perfect-sqlite3-support' is not used by any target
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/25] Emitting module PerfectCRUD
[3/28] Compiling PerfectCRUD Logical.swift
[4/28] Compiling PerfectCRUD Insert.swift
[5/28] Compiling PerfectCRUD Join.swift
[6/28] Compiling PerfectCRUD In.swift
[7/28] Compiling PerfectCRUD InInts.swift
[8/28] Compiling PerfectCRUD Like.swift
[9/28] Compiling PerfectCRUD Equality.swift
[10/28] Compiling PerfectCRUD EqualityInts.swift
[11/28] Compiling PerfectCRUD Expression.swift
[12/28] Compiling PerfectCRUD Delete.swift
[13/28] Compiling PerfectCRUD Comparison.swift
[14/28] Compiling PerfectCRUD ComparisonInts.swift
[15/28] Compiling PerfectCRUD Logging.swift
[16/28] Compiling PerfectCRUD PerfectCRUD.swift
[17/28] Compiling PerfectCRUD Select.swift
[18/28] Compiling PerfectCRUD Table.swift
[19/28] Compiling PerfectCRUD Update.swift
[20/28] Compiling PerfectCRUD Where.swift
[21/28] Compiling PerfectCRUD CodingNames.swift
[22/28] Compiling PerfectCRUD CodingRows.swift
[23/28] Compiling PerfectCRUD Create.swift
[24/28] Compiling PerfectCRUD Database.swift
[25/28] Compiling PerfectCRUD Coding.swift
[26/28] Compiling PerfectCRUD CodingBindings.swift
[27/28] Compiling PerfectCRUD CodingJoins.swift
[28/28] Compiling PerfectCRUD CodingKeyPaths.swift
[30/32] Compiling PerfectSQLite SQLiteCRUD.swift
/host/spi-builder-workspace/Sources/PerfectSQLite/SQLiteCRUD.swift:349:28: error: 'Expression' is ambiguous for type lookup in this context
347 | 		return "\(name) \(typeName)\(addendum)"
348 | 	}
349 | 	func getBinding(for expr: Expression) throws -> String {
    |                            `- error: 'Expression' is ambiguous for type lookup in this context
350 | 		bindings.append(("?", expr))
351 | 		return "?"
/host/spi-builder-workspace/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/PerfectCRUD.swift:10:18: note: found this candidate
  8 | import Foundation
  9 |
 10 | public typealias Expression = CRUDExpression
    |                  `- note: found this candidate
 11 | public typealias Bindings = [(String, Expression)]
 12 |
FoundationEssentials.Expression:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Expression<each Input, Output> : Sendable {
  |               `- note: found this candidate
3 |     public let expression: any StandardPredicateExpression<Output>
4 |     public let variable: (repeat PredicateExpressions.Variable<each Input>)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/32] Emitting module PerfectSQLite
/host/spi-builder-workspace/Sources/PerfectSQLite/SQLiteCRUD.swift:349:28: error: 'Expression' is ambiguous for type lookup in this context
347 | 		return "\(name) \(typeName)\(addendum)"
348 | 	}
349 | 	func getBinding(for expr: Expression) throws -> String {
    |                            `- error: 'Expression' is ambiguous for type lookup in this context
350 | 		bindings.append(("?", expr))
351 | 		return "?"
/host/spi-builder-workspace/.build/checkouts/Perfect-CRUD/Sources/PerfectCRUD/PerfectCRUD.swift:10:18: note: found this candidate
  8 | import Foundation
  9 |
 10 | public typealias Expression = CRUDExpression
    |                  `- note: found this candidate
 11 | public typealias Bindings = [(String, Expression)]
 12 |
FoundationEssentials.Expression:2:15: note: found this candidate
1 | @available(macOS 14, iOS 17, tvOS 17, watchOS 10, *)
2 | public struct Expression<each Input, Output> : Sendable {
  |               `- note: found this candidate
3 |     public let expression: any StandardPredicateExpression<Output>
4 |     public let variable: (repeat PredicateExpressions.Variable<each Input>)
[32/32] Compiling PerfectSQLite SQLite.swift
BUILD FAILURE 6.1 linux