The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftKuerySQLite with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

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
Cloned https://github.com/Kitura/Swift-Kuery-SQLite.git into spi-builder-workspace
SUCCESS checkout https://github.com/Kitura/Swift-Kuery-SQLite.git at 2.0.201
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/Kitura/Swift-Kuery.git
[1/5661] Fetching swift-kuery
Fetched https://github.com/Kitura/Swift-Kuery.git (1.34s)
Computing version for https://github.com/Kitura/Swift-Kuery.git
Computed https://github.com/Kitura/Swift-Kuery.git at 3.0.200 (0.27s)
Fetching https://github.com/Kitura/LoggerAPI.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git (0.22s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.29s)
Fetching https://github.com/apple/swift-log.git
[1/3079] Fetching swift-log
Fetched https://github.com/apple/swift-log.git (0.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.27s)
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
[9/10] Emitting module LoggerAPI
[10/10] Compiling LoggerAPI Logger.swift
[13/56] Emitting module SwiftKuery
[14/62] Compiling SwiftKuery ConditionalClause.swift
[15/62] Compiling SwiftKuery Connection.swift
[16/62] Compiling SwiftKuery ConnectionPool.swift
[17/62] Compiling SwiftKuery ConnectionPoolConnection.swift
[18/62] Compiling SwiftKuery ConnectionPoolOptions.swift
[19/62] Compiling SwiftKuery Delete.swift
[20/62] Compiling SwiftKuery AggregateColumnExpression.swift
[21/62] Compiling SwiftKuery AuxiliaryTable.swift
[22/62] Compiling SwiftKuery Buildable.swift
[23/62] Compiling SwiftKuery Column.swift
[24/62] Compiling SwiftKuery ColumnAndExpressions_Extensions.swift
[25/62] Compiling SwiftKuery ColumnCreator.swift
[26/62] Compiling SwiftKuery Condition.swift
[27/62] Compiling SwiftKuery Subqueries_GlobalFunctionsAndExtensions.swift
/host/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
                                  ^
[28/62] Compiling SwiftKuery Table.swift
/host/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
                                  ^
[29/62] Compiling SwiftKuery Union.swift
/host/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
                                  ^
[30/62] Compiling SwiftKuery Update.swift
/host/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
                                  ^
[31/62] Compiling SwiftKuery Utils.swift
/host/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
                                  ^
[32/62] Compiling SwiftKuery With.swift
/host/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
                                  ^
[33/62] Compiling SwiftKuery OrderBy.swift
[34/62] Compiling SwiftKuery Parameter.swift
[35/62] Compiling SwiftKuery Predicate.swift
[36/62] Compiling SwiftKuery PreparedStatement.swift
[37/62] Compiling SwiftKuery Query.swift
[38/62] Compiling SwiftKuery QueryBuilder.swift
[39/62] Compiling SwiftKuery QueryError.swift
[40/62] Compiling SwiftKuery QueryResult.swift
[41/62] Compiling SwiftKuery QuerySuffixProtocol.swift
[42/62] Compiling SwiftKuery Raw.swift
[43/62] Compiling SwiftKuery RawField.swift
[44/62] Compiling SwiftKuery ResultFetcher.swift
[45/62] Compiling SwiftKuery Index.swift
[46/62] Compiling SwiftKuery IndexColumn.swift
[47/62] Compiling SwiftKuery IndexColumnOrdered.swift
[48/62] Compiling SwiftKuery Insert.swift
[49/62] Compiling SwiftKuery Join.swift
[50/62] Compiling SwiftKuery Migration.swift
[51/62] Compiling SwiftKuery ResultSet.swift
[52/62] Compiling SwiftKuery SQLDataType.swift
[53/62] Compiling SwiftKuery ScalarColumnExpression.swift
[54/62] Compiling SwiftKuery Select.swift
[55/62] Compiling SwiftKuery SpecialOperators_Extensions.swift
[56/62] Compiling SwiftKuery String+Buildable.swift
[57/62] Compiling SwiftKuery Field.swift
[58/62] Compiling SwiftKuery Filter.swift
[59/62] Compiling SwiftKuery FilterAndHaving_Extensions.swift
[60/62] Compiling SwiftKuery FilterAndHaving_GlobalFunctions.swift
[61/62] Compiling SwiftKuery ForeignKey.swift
[62/62] Compiling SwiftKuery Having.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1