The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftKuerySQLite with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Swift-Kuery-SQLite.git
Reference: 2.0.201
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kitura/Swift-Kuery-SQLite
 * tag               2.0.201    -> FETCH_HEAD
HEAD is now at b4ce5fa Merge pull request #49 from dannys42-contrib/MISC-CommunityVersion2
Cloned https://github.com/Kitura/Swift-Kuery-SQLite.git into spi-builder-workspace
b4ce5facb900c0b9e0929419f3a750aded289ce8
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-SQLite.git at 2.0.201
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Kitura/Swift-Kuery.git from cache
Fetched https://github.com/Kitura/Swift-Kuery.git (0.28s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 3.0.200 (0.05s)
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git (0.24s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.06s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git (0.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.06s)
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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
Building for debugging...
[0/1] Compiling CSQLite anchor.c
[2/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Logging.swift
[6/6] Compiling Logging Locks.swift
[7/8] Compiling LoggerAPI Logger.swift
[8/8] Emitting module LoggerAPI
[9/52] Compiling SwiftKuery OrderBy.swift
[10/52] Compiling SwiftKuery Parameter.swift
[11/52] Compiling SwiftKuery Predicate.swift
[12/52] Compiling SwiftKuery PreparedStatement.swift
[13/52] Compiling SwiftKuery Query.swift
[14/52] Compiling SwiftKuery QueryBuilder.swift
[15/58] Compiling SwiftKuery QueryError.swift
[16/58] Compiling SwiftKuery QueryResult.swift
[17/58] Compiling SwiftKuery QuerySuffixProtocol.swift
[18/58] Compiling SwiftKuery Raw.swift
[19/58] Compiling SwiftKuery RawField.swift
[20/58] Compiling SwiftKuery ResultFetcher.swift
[21/58] Emitting module SwiftKuery
[22/58] Compiling SwiftKuery Index.swift
[23/58] Compiling SwiftKuery IndexColumn.swift
[24/58] Compiling SwiftKuery IndexColumnOrdered.swift
[25/58] Compiling SwiftKuery Insert.swift
[26/58] Compiling SwiftKuery Join.swift
[27/58] Compiling SwiftKuery Migration.swift
[28/58] Compiling SwiftKuery ConditionalClause.swift
[29/58] Compiling SwiftKuery Connection.swift
[30/58] Compiling SwiftKuery ConnectionPool.swift
[31/58] Compiling SwiftKuery ConnectionPoolConnection.swift
[32/58] Compiling SwiftKuery ConnectionPoolOptions.swift
[33/58] Compiling SwiftKuery Delete.swift
[34/58] Compiling SwiftKuery AggregateColumnExpression.swift
[35/58] Compiling SwiftKuery AuxiliaryTable.swift
[36/58] Compiling SwiftKuery Buildable.swift
[37/58] Compiling SwiftKuery Column.swift
[38/58] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[39/58] Compiling SwiftKuery ColumnCreator.swift
[40/58] Compiling SwiftKuery Condition.swift
[41/58] Compiling SwiftKuery ResultSet.swift
[42/58] Compiling SwiftKuery SQLDataType.swift
[43/58] Compiling SwiftKuery ScalarColumnExpression.swift
[44/58] Compiling SwiftKuery Select.swift
[45/58] Compiling SwiftKuery SpecialOperators_Extensions.swift
[46/58] Compiling SwiftKuery String+Buildable.swift
[47/58] Compiling SwiftKuery Field.swift
[48/58] Compiling SwiftKuery Filter.swift
[49/58] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[50/58] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[51/58] Compiling SwiftKuery ForeignKey.swift
[52/58] Compiling SwiftKuery Having.swift
[53/58] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[54/58] Compiling SwiftKuery Table.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[55/58] Compiling SwiftKuery Union.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[56/58] Compiling SwiftKuery Update.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[57/58] Compiling SwiftKuery Utils.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[58/58] Compiling SwiftKuery With.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
error: fatalError
Retrying in 0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
Building for debugging...
[1/7] Compiling SwiftKuery With.swift
[2/9] Compiling SwiftKuery Union.swift
[3/9] Compiling SwiftKuery Update.swift
[4/11] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[5/11] Compiling SwiftKuery Table.swift
[6/11] Emitting module SwiftKuery
[7/11] Compiling SwiftKuery Utils.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Swift-Kuery/Sources/SwiftKuery/Utils.swift:71:61: error: ambiguous use of operator '+'
            resultQuery += inputQuery[..<_range.lowerBound] + marker + "\(index)"
                                                            ^
Swift.RangeReplaceableCollection:2:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:3:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Other, rhs: Self) -> Self where Other : Sequence, Self.Element == Other.Element
                                  ^
Swift.RangeReplaceableCollection:5:35: note: found this candidate
    @inlinable public static func + <Other>(lhs: Self, rhs: Other) -> Self where Other : RangeReplaceableCollection, Self.Element == Other.Element
                                  ^
[8/15] Compiling SwiftKuery Insert.swift
[9/15] Compiling SwiftKuery Delete.swift
[10/23] Compiling SwiftKuery ConditionalClause.swift
[11/27] Compiling SwiftKuery Select.swift
[12/31] Compiling SwiftKuery Having.swift
[13/35] Compiling SwiftKuery Predicate.swift
[14/38] Compiling SwiftKuery Filter.swift
[15/41] Compiling SwiftKuery ColumnCreator.swift
[16/41] Compiling SwiftKuery Condition.swift
[17/41] Compiling SwiftKuery Connection.swift
[18/41] Compiling SwiftKuery ConnectionPool.swift
[19/44] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[20/45] Compiling SwiftKuery ConnectionPoolConnection.swift
[21/45] Compiling SwiftKuery ConnectionPoolOptions.swift
[22/45] Compiling SwiftKuery Field.swift
[23/45] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[24/45] Compiling SwiftKuery AggregateColumnExpression.swift
[25/45] Compiling SwiftKuery AuxiliaryTable.swift
[26/45] Compiling SwiftKuery Column.swift
[27/45] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[28/45] Compiling SwiftKuery RawField.swift
[29/45] Compiling SwiftKuery ResultSet.swift
[30/45] Compiling SwiftKuery SQLDataType.swift
[31/45] Compiling SwiftKuery QueryError.swift
[32/45] Compiling SwiftKuery QueryResult.swift
[33/45] Compiling SwiftKuery Raw.swift
[34/45] Compiling SwiftKuery Migration.swift
[35/45] Compiling SwiftKuery OrderBy.swift
[36/45] Compiling SwiftKuery Parameter.swift
[37/45] Compiling SwiftKuery QueryBuilder.swift
[38/45] Compiling SwiftKuery ForeignKey.swift
[39/45] Compiling SwiftKuery Index.swift
[40/45] Compiling SwiftKuery IndexColumnOrdered.swift
[41/45] Compiling SwiftKuery Join.swift
[42/45] Compiling SwiftKuery IndexColumn.swift
[43/45] Compiling SwiftKuery ScalarColumnExpression.swift
[44/45] Compiling SwiftKuery SpecialOperators_Extensions.swift
[45/45] Compiling SwiftKuery String+Buildable.swift
error: fatalError
Retrying in 0 seconds ...
BUILD FAILURE 5.9 macosSpm