The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftKuerySQLite, reference master (b4ce5f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:31:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Swift-Kuery-SQLite.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/Swift-Kuery-SQLite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSQLite anchor.c
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging Locks.swift
[9/11] Compiling Logging LogHandler.swift
[10/11] Compiling Logging Logging.swift
[11/11] Emitting module Logging
[12/13] Compiling LoggerAPI Logger.swift
[13/13] Emitting module LoggerAPI
[14/59] Emitting module SwiftKuery
[15/63] Compiling SwiftKuery RawField.swift
[16/63] Compiling SwiftKuery ResultFetcher.swift
[17/63] Compiling SwiftKuery ResultSet.swift
[18/63] Compiling SwiftKuery SQLDataType.swift
[19/63] Compiling SwiftKuery ScalarColumnExpression.swift
[20/63] Compiling SwiftKuery QueryBuilder.swift
[21/63] Compiling SwiftKuery QueryError.swift
[22/63] Compiling SwiftKuery QueryResult.swift
[23/63] Compiling SwiftKuery QuerySuffixProtocol.swift
[24/63] Compiling SwiftKuery Raw.swift
[25/63] Compiling SwiftKuery ConnectionPoolConnection.swift
[26/63] Compiling SwiftKuery ConnectionPoolOptions.swift
[27/63] Compiling SwiftKuery Delete.swift
[28/63] Compiling SwiftKuery Field.swift
[29/63] Compiling SwiftKuery Filter.swift
[30/63] Compiling SwiftKuery Union.swift
/Users/admin/builder/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 |
[31/63] Compiling SwiftKuery Update.swift
/Users/admin/builder/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 |
[32/63] Compiling SwiftKuery Utils.swift
/Users/admin/builder/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 |
[33/63] Compiling SwiftKuery With.swift
/Users/admin/builder/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 |
[34/63] Compiling SwiftKuery ColumnCreator.swift
[35/63] Compiling SwiftKuery Condition.swift
[36/63] Compiling SwiftKuery ConditionalClause.swift
[37/63] Compiling SwiftKuery Connection.swift
[38/63] Compiling SwiftKuery ConnectionPool.swift
[39/63] Compiling SwiftKuery AggregateColumnExpression.swift
[40/63] Compiling SwiftKuery AuxiliaryTable.swift
[41/63] Compiling SwiftKuery Buildable.swift
[42/63] Compiling SwiftKuery Column.swift
[43/63] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[44/63] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[45/63] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[46/63] Compiling SwiftKuery ForeignKey.swift
[47/63] Compiling SwiftKuery Having.swift
[48/63] Compiling SwiftKuery Index.swift
[49/63] Compiling SwiftKuery IndexColumn.swift
[50/63] Compiling SwiftKuery IndexColumnOrdered.swift
[51/63] Compiling SwiftKuery Insert.swift
[52/63] Compiling SwiftKuery Join.swift
[53/63] Compiling SwiftKuery Migration.swift
[54/63] Compiling SwiftKuery OrderBy.swift
[55/63] Compiling SwiftKuery Parameter.swift
[56/63] Compiling SwiftKuery Predicate.swift
[57/63] Compiling SwiftKuery PreparedStatement.swift
[58/63] Compiling SwiftKuery Query.swift
[59/63] Compiling SwiftKuery Select.swift
[60/63] Compiling SwiftKuery SpecialOperators_Extensions.swift
[61/63] Compiling SwiftKuery String+Buildable.swift
[62/63] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[63/63] Compiling SwiftKuery Table.swift
Fetching https://github.com/Kitura/Swift-Kuery.git
[1/5661] Fetching swift-kuery
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (1.33s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 3.0.200 (1.84s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.99s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (1.49s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.37s)
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
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
BUILD FAILURE 6.2 macosSpm