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 SwiftKuerySQLite, reference master (b4ce5f), with Swift 6.1 for Linux on 26 Apr 2025 04:33:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Kitura/Swift-Kuery-SQLite.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/Kitura/Swift-Kuery-SQLite
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b4ce5fa Merge pull request #49 from dannys42-contrib/MISC-CommunityVersion2
Cloned https://github.com/Kitura/Swift-Kuery-SQLite.git
Revision (git rev-parse @):
b4ce5facb900c0b9e0929419f3a750aded289ce8
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-SQLite.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery-SQLite.git
https://github.com/Kitura/Swift-Kuery-SQLite.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-kuery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.200",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/Swift-Kuery.git"
    }
  ],
  "manifest_display_name" : "SwiftKuerySQLite",
  "name" : "SwiftKuerySQLite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftKuerySQLite",
      "targets" : [
        "SwiftKuerySQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKuerySQLiteTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKuerySQLiteTests",
      "path" : "Tests/SwiftKuerySQLiteTests",
      "sources" : [
        "CommonUtils.swift",
        "Test.swift",
        "TestAlias.swift",
        "TestInsert.swift",
        "TestJoin.swift",
        "TestParameters.swift",
        "TestSchema.swift",
        "TestSelect.swift",
        "TestSubquery.swift",
        "TestTransaction.swift",
        "TestUpdate.swift",
        "TestWith.swift",
        "VerifyLinuxTestCount.swift"
      ],
      "target_dependencies" : [
        "SwiftKuerySQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKuerySQLite",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKuerySQLite",
      "path" : "Sources/SwiftKuerySQLite",
      "product_dependencies" : [
        "SwiftKuery"
      ],
      "product_memberships" : [
        "SwiftKuerySQLite"
      ],
      "sources" : [
        "Location.swift",
        "SQLiteConnection.swift",
        "SQLitePreparedStatement.swift",
        "SQLiteResultFetcher.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLite",
      "module_type" : "ClangTarget",
      "name" : "CSQLite",
      "path" : "Sources/CSQLite",
      "product_memberships" : [
        "SwiftKuerySQLite"
      ],
      "sources" : [
        "anchor.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/Kitura/Swift-Kuery.git
[1/5661] Fetching swift-kuery
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (0.84s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 3.0.200 (1.29s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.24s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.70s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.73s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/Kitura/Swift-Kuery.git
Working copy of https://github.com/Kitura/Swift-Kuery.git resolved at 3.0.200
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSQLite anchor.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging Locks.swift
[9/11] Compiling Logging LogHandler.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging Logging.swift
[13/14] Emitting module LoggerAPI
[14/14] Compiling LoggerAPI Logger.swift
[16/59] Emitting module SwiftKuery
[17/65] Compiling SwiftKuery Index.swift
[18/65] Compiling SwiftKuery IndexColumn.swift
[19/65] Compiling SwiftKuery IndexColumnOrdered.swift
[20/65] Compiling SwiftKuery Insert.swift
[21/65] Compiling SwiftKuery Join.swift
[22/65] Compiling SwiftKuery Migration.swift
[23/65] Compiling SwiftKuery AggregateColumnExpression.swift
[24/65] Compiling SwiftKuery AuxiliaryTable.swift
[25/65] Compiling SwiftKuery Buildable.swift
[26/65] Compiling SwiftKuery Column.swift
[27/65] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[28/65] Compiling SwiftKuery ColumnCreator.swift
[29/65] Compiling SwiftKuery Condition.swift
[30/65] Compiling SwiftKuery ResultSet.swift
[31/65] Compiling SwiftKuery SQLDataType.swift
[32/65] Compiling SwiftKuery ScalarColumnExpression.swift
[33/65] Compiling SwiftKuery Select.swift
[34/65] Compiling SwiftKuery SpecialOperators_Extensions.swift
[35/65] Compiling SwiftKuery String+Buildable.swift
[36/65] Compiling SwiftKuery ConditionalClause.swift
[37/65] Compiling SwiftKuery Connection.swift
[38/65] Compiling SwiftKuery ConnectionPool.swift
[39/65] Compiling SwiftKuery ConnectionPoolConnection.swift
[40/65] Compiling SwiftKuery ConnectionPoolOptions.swift
[41/65] Compiling SwiftKuery Delete.swift
[42/65] Compiling SwiftKuery OrderBy.swift
[43/65] Compiling SwiftKuery Parameter.swift
[44/65] Compiling SwiftKuery Predicate.swift
[45/65] Compiling SwiftKuery PreparedStatement.swift
[46/65] Compiling SwiftKuery Query.swift
[47/65] Compiling SwiftKuery QueryBuilder.swift
[48/65] Compiling SwiftKuery QueryError.swift
[49/65] Compiling SwiftKuery QueryResult.swift
[50/65] Compiling SwiftKuery QuerySuffixProtocol.swift
[51/65] Compiling SwiftKuery Raw.swift
[52/65] Compiling SwiftKuery RawField.swift
[53/65] Compiling SwiftKuery ResultFetcher.swift
[54/65] Compiling SwiftKuery Field.swift
[55/65] Compiling SwiftKuery Filter.swift
[56/65] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[57/65] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[58/65] Compiling SwiftKuery ForeignKey.swift
[59/65] Compiling SwiftKuery Having.swift
[60/65] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[61/65] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[62/65] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[63/65] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[64/65] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[65/65] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Compiling Logging Locks.swift
[5/6] Emitting module Logging
[6/6] Compiling Logging Logging.swift
[8/9] Emitting module LoggerAPI
[9/9] Compiling LoggerAPI Logger.swift
[11/54] Emitting module SwiftKuery
[12/54] Compiling SwiftKuery AggregateColumnExpression.swift
[13/54] Compiling SwiftKuery AuxiliaryTable.swift
[14/54] Compiling SwiftKuery Buildable.swift
[15/54] Compiling SwiftKuery Column.swift
[16/54] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[17/54] Compiling SwiftKuery ColumnCreator.swift
[18/54] Compiling SwiftKuery Condition.swift
[19/60] Compiling SwiftKuery ConditionalClause.swift
[20/60] Compiling SwiftKuery Connection.swift
[21/60] Compiling SwiftKuery ConnectionPool.swift
[22/60] Compiling SwiftKuery ConnectionPoolConnection.swift
[23/60] Compiling SwiftKuery ConnectionPoolOptions.swift
[24/60] Compiling SwiftKuery Delete.swift
[25/60] Compiling SwiftKuery Index.swift
[26/60] Compiling SwiftKuery IndexColumn.swift
[27/60] Compiling SwiftKuery IndexColumnOrdered.swift
[28/60] Compiling SwiftKuery Insert.swift
[29/60] Compiling SwiftKuery Join.swift
[30/60] Compiling SwiftKuery Migration.swift
[31/60] Compiling SwiftKuery OrderBy.swift
[32/60] Compiling SwiftKuery Parameter.swift
[33/60] Compiling SwiftKuery Predicate.swift
[34/60] Compiling SwiftKuery PreparedStatement.swift
[35/60] Compiling SwiftKuery Query.swift
[36/60] Compiling SwiftKuery QueryBuilder.swift
[37/60] Compiling SwiftKuery QueryError.swift
[38/60] Compiling SwiftKuery QueryResult.swift
[39/60] Compiling SwiftKuery QuerySuffixProtocol.swift
[40/60] Compiling SwiftKuery Raw.swift
[41/60] Compiling SwiftKuery RawField.swift
[42/60] Compiling SwiftKuery ResultFetcher.swift
[43/60] Compiling SwiftKuery ResultSet.swift
[44/60] Compiling SwiftKuery SQLDataType.swift
[45/60] Compiling SwiftKuery ScalarColumnExpression.swift
[46/60] Compiling SwiftKuery Select.swift
[47/60] Compiling SwiftKuery SpecialOperators_Extensions.swift
[48/60] Compiling SwiftKuery String+Buildable.swift
[49/60] Compiling SwiftKuery Field.swift
[50/60] Compiling SwiftKuery Filter.swift
[51/60] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[52/60] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[53/60] Compiling SwiftKuery ForeignKey.swift
[54/60] Compiling SwiftKuery Having.swift
[55/60] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[56/60] Compiling SwiftKuery Table.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[57/60] Compiling SwiftKuery Union.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[58/60] Compiling SwiftKuery Update.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[59/60] Compiling SwiftKuery Utils.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
[60/60] Compiling SwiftKuery With.swift
/host/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
 69 |         var index = 1
 70 |         while let _range = range {
 71 |             resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
    |                                                             `- error: ambiguous use of operator '+'
 72 |             inputQuery = String(inputQuery[_range.upperBound...])
 73 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
Swift.RangeReplaceableCollection.+:2:31: note: found this candidate in module 'Swift'
1 | protocol RangeReplaceableCollection {
2 | @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element}
  |                               `- note: found this candidate in module 'Swift'
3 |
BUILD FAILURE 6.1 linux