The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/UKfvDsi8u/2/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
Revision (git rev-parse @):
b4ce5facb900c0b9e0929419f3a750aded289ce8
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-SQLite.git at 2.0.201
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Kitura/Swift-Kuery-SQLite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSQLite anchor.c
[5/6] Write swift-version--423B1241ED78D482.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging LogHandler.swift
[9/11] Compiling Logging Locks.swift
[10/11] Emitting module Logging
[11/11] Compiling Logging Logging.swift
[12/13] Emitting module LoggerAPI
[13/13] Compiling LoggerAPI Logger.swift
[14/57] Compiling SwiftKuery QueryError.swift
[15/57] Compiling SwiftKuery QueryResult.swift
[16/57] Compiling SwiftKuery QuerySuffixProtocol.swift
[17/57] Compiling SwiftKuery Raw.swift
[18/57] Compiling SwiftKuery RawField.swift
[19/57] Compiling SwiftKuery ResultFetcher.swift
[20/63] Compiling SwiftKuery OrderBy.swift
[21/63] Compiling SwiftKuery Parameter.swift
[22/63] Compiling SwiftKuery Predicate.swift
[23/63] Compiling SwiftKuery PreparedStatement.swift
[24/63] Compiling SwiftKuery Query.swift
[25/63] Compiling SwiftKuery QueryBuilder.swift
[26/63] Emitting module SwiftKuery
[27/63] Compiling SwiftKuery Index.swift
[28/63] Compiling SwiftKuery IndexColumn.swift
[29/63] Compiling SwiftKuery IndexColumnOrdered.swift
[30/63] Compiling SwiftKuery Insert.swift
[31/63] Compiling SwiftKuery Join.swift
[32/63] Compiling SwiftKuery Migration.swift
[33/63] Compiling SwiftKuery AggregateColumnExpression.swift
[34/63] Compiling SwiftKuery AuxiliaryTable.swift
[35/63] Compiling SwiftKuery Buildable.swift
[36/63] Compiling SwiftKuery Column.swift
[37/63] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[38/63] Compiling SwiftKuery ColumnCreator.swift
[39/63] Compiling SwiftKuery Condition.swift
[40/63] Compiling SwiftKuery ConditionalClause.swift
[41/63] Compiling SwiftKuery Connection.swift
[42/63] Compiling SwiftKuery ConnectionPool.swift
[43/63] Compiling SwiftKuery ConnectionPoolConnection.swift
[44/63] Compiling SwiftKuery ConnectionPoolOptions.swift
[45/63] Compiling SwiftKuery Delete.swift
[46/63] Compiling SwiftKuery ResultSet.swift
[47/63] Compiling SwiftKuery SQLDataType.swift
[48/63] Compiling SwiftKuery ScalarColumnExpression.swift
[49/63] Compiling SwiftKuery Select.swift
[50/63] Compiling SwiftKuery SpecialOperators_Extensions.swift
[51/63] Compiling SwiftKuery String+Buildable.swift
[52/63] Compiling SwiftKuery Field.swift
[53/63] Compiling SwiftKuery Filter.swift
[54/63] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[55/63] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[56/63] Compiling SwiftKuery ForeignKey.swift
[57/63] Compiling SwiftKuery Having.swift
[58/63] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[59/63] Compiling SwiftKuery Table.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[60/63] Compiling SwiftKuery Union.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[61/63] Compiling SwiftKuery Update.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[62/63] Compiling SwiftKuery Utils.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[63/63] Compiling SwiftKuery With.swift
/Users/builder/builds/UKfvDsi8u/2/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
Fetching https://github.com/Kitura/Swift-Kuery.git from cache
Fetched https://github.com/Kitura/Swift-Kuery.git from cache (0.21s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 3.0.200 (0.42s)
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.17s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.04s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.05s)
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.5.4
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/8] Compiling SwiftKuery Update.swift
[3/8] Compiling SwiftKuery Table.swift
[4/8] Compiling SwiftKuery With.swift
[5/13] Compiling SwiftKuery AuxiliaryTable.swift
[6/13] Compiling SwiftKuery Column.swift
[7/13] Compiling SwiftKuery Select.swift
[8/13] Compiling SwiftKuery Delete.swift
[9/13] Compiling SwiftKuery Insert.swift
[10/21] Compiling SwiftKuery IndexColumn.swift
[11/21] Compiling SwiftKuery IndexColumnOrdered.swift
[12/23] Compiling SwiftKuery Having.swift
[13/23] Compiling SwiftKuery Index.swift
[14/25] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
[15/25] Compiling SwiftKuery Union.swift
[16/25] Emitting module SwiftKuery
[17/26] Compiling SwiftKuery Utils.swift
/Users/builder/builds/UKfvDsi8u/2/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
                                  ^
[18/35] Compiling SwiftKuery Join.swift
[19/35] Compiling SwiftKuery Migration.swift
[20/38] Compiling SwiftKuery Predicate.swift
[21/38] Compiling SwiftKuery Raw.swift
[22/40] Compiling SwiftKuery ScalarColumnExpression.swift
[23/42] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[24/42] Compiling SwiftKuery OrderBy.swift
[25/42] Compiling SwiftKuery Parameter.swift
[26/44] Compiling SwiftKuery ResultSet.swift
[27/44] Compiling SwiftKuery SQLDataType.swift
[28/46] Compiling SwiftKuery QueryBuilder.swift
[29/46] Compiling SwiftKuery QueryError.swift
[30/46] Compiling SwiftKuery QueryResult.swift
[31/46] Compiling SwiftKuery RawField.swift
[32/46] Compiling SwiftKuery ConnectionPoolConnection.swift
[33/46] Compiling SwiftKuery ConnectionPoolOptions.swift
[34/46] Compiling SwiftKuery Field.swift
[35/46] Compiling SwiftKuery Condition.swift
[36/46] Compiling SwiftKuery Connection.swift
[37/46] Compiling SwiftKuery ConnectionPool.swift
[38/46] Compiling SwiftKuery AggregateColumnExpression.swift
[39/46] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[40/46] Compiling SwiftKuery ColumnCreator.swift
[41/46] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[42/46] Compiling SwiftKuery ForeignKey.swift
[43/46] Compiling SwiftKuery ConditionalClause.swift
[44/46] Compiling SwiftKuery Filter.swift
[45/46] Compiling SwiftKuery SpecialOperators_Extensions.swift
[46/46] Compiling SwiftKuery String+Buildable.swift
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7