Build Information
Successful build of sql-kit, reference main (baf0d8
), with Swift 6.0 for Linux on 13 Apr 2025 18:59:54 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sql-kit.git
Reference: main
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/vapor/sql-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at baf0d86 Add the missing `SQLDatabase.alter(table: any SQLExpression)` method (#188)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
baf0d8684a43f16cd11ebcc67300c8ab5cb5d078
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sql-kit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/vapor/sql-kit.git
https://github.com/vapor/sql-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "sql-kit",
"name" : "sql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLKit",
"targets" : [
"SQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLKitBenchmark",
"targets" : [
"SQLKitBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLKitTests",
"path" : "Tests/SQLKitTests",
"sources" : [
"AsyncTests.swift",
"BaseTests.swift",
"BasicQueryTests.swift",
"DeprecatedTests.swift",
"SQLBetweenTests.swift",
"SQLCodingTests.swift",
"SQLCommonTableExpressionTests.swift",
"SQLCreateDropTriggerTests.swift",
"SQLCreateTableTests.swift",
"SQLDialectFeatureTests.swift",
"SQLExpressionTests.swift",
"SQLInsertUpsertTests.swift",
"SQLQueryEncoderTests.swift",
"SQLQueryStringTests.swift",
"SQLRowDecoderTests.swift",
"SQLUnionTests.swift",
"TestMocks.swift",
"Utilities.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"type" : "test"
},
{
"c99name" : "SQLKitBenchmark",
"module_type" : "SwiftTarget",
"name" : "SQLKitBenchmark",
"path" : "Sources/SQLKitBenchmark",
"product_memberships" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLBenchmark+Codable.swift",
"SQLBenchmark+Enum.swift",
"SQLBenchmark+JSONPaths.swift",
"SQLBenchmark+Planets.swift",
"SQLBenchmark+Union.swift",
"SQLBenchmark+Upsert.swift",
"SQLBenchmarker.swift"
],
"target_dependencies" : [
"SQLKit"
],
"type" : "library"
},
{
"c99name" : "SQLKit",
"module_type" : "SwiftTarget",
"name" : "SQLKit",
"path" : "Sources/SQLKit",
"product_dependencies" : [
"Collections",
"Logging",
"NIO",
"NIOCore"
],
"product_memberships" : [
"SQLKit",
"SQLKitBenchmark"
],
"sources" : [
"Builders/Implementations/SQLAlterEnumBuilder.swift",
"Builders/Implementations/SQLAlterTableBuilder.swift",
"Builders/Implementations/SQLConflictUpdateBuilder.swift",
"Builders/Implementations/SQLCreateEnumBuilder.swift",
"Builders/Implementations/SQLCreateIndexBuilder.swift",
"Builders/Implementations/SQLCreateTableBuilder.swift",
"Builders/Implementations/SQLCreateTriggerBuilder.swift",
"Builders/Implementations/SQLDeleteBuilder.swift",
"Builders/Implementations/SQLDropEnumBuilder.swift",
"Builders/Implementations/SQLDropIndexBuilder.swift",
"Builders/Implementations/SQLDropTableBuilder.swift",
"Builders/Implementations/SQLDropTriggerBuilder.swift",
"Builders/Implementations/SQLInsertBuilder.swift",
"Builders/Implementations/SQLPredicateGroupBuilder.swift",
"Builders/Implementations/SQLRawBuilder.swift",
"Builders/Implementations/SQLSecondaryPredicateGroupBuilder.swift",
"Builders/Implementations/SQLSelectBuilder.swift",
"Builders/Implementations/SQLSubqueryBuilder.swift",
"Builders/Implementations/SQLUnionBuilder.swift",
"Builders/Implementations/SQLUpdateBuilder.swift",
"Builders/Prototypes/SQLAliasedColumnListBuilder.swift",
"Builders/Prototypes/SQLColumnUpdateBuilder.swift",
"Builders/Prototypes/SQLCommonTableExpressionBuilder.swift",
"Builders/Prototypes/SQLCommonUnionBuilder.swift",
"Builders/Prototypes/SQLJoinBuilder.swift",
"Builders/Prototypes/SQLPartialResultBuilder.swift",
"Builders/Prototypes/SQLPredicateBuilder.swift",
"Builders/Prototypes/SQLQueryBuilder.swift",
"Builders/Prototypes/SQLQueryFetcher.swift",
"Builders/Prototypes/SQLReturningBuilder.swift",
"Builders/Prototypes/SQLSecondaryPredicateBuilder.swift",
"Builders/Prototypes/SQLSubqueryClauseBuilder.swift",
"Builders/Prototypes/SQLUnqualifiedColumnListBuilder.swift",
"Database/SQLDatabase.swift",
"Database/SQLDatabaseReportedVersion.swift",
"Database/SQLDialect.swift",
"Deprecated/SQLDatabase+Deprecated.swift",
"Deprecated/SQLError.swift",
"Deprecated/SQLExpressions+Deprecated.swift",
"Deprecated/SQLQueryBuilders+Deprecated.swift",
"Exports.swift",
"Expressions/Basics/SQLAlias.swift",
"Expressions/Basics/SQLBetween.swift",
"Expressions/Basics/SQLColumn.swift",
"Expressions/Basics/SQLConstraint.swift",
"Expressions/Basics/SQLDataType.swift",
"Expressions/Basics/SQLDirection.swift",
"Expressions/Basics/SQLDistinct.swift",
"Expressions/Basics/SQLForeignKeyAction.swift",
"Expressions/Basics/SQLNestedSubpathExpression.swift",
"Expressions/Basics/SQLQualifiedTable.swift",
"Expressions/Basics/SQLQueryString.swift",
"Expressions/Clauses/SQLAlterColumnDefinitionType.swift",
"Expressions/Clauses/SQLColumnAssignment.swift",
"Expressions/Clauses/SQLColumnConstraintAlgorithm.swift",
"Expressions/Clauses/SQLColumnDefinition.swift",
"Expressions/Clauses/SQLCommonTableExpression.swift",
"Expressions/Clauses/SQLConflictAction.swift",
"Expressions/Clauses/SQLConflictResolutionStrategy.swift",
"Expressions/Clauses/SQLDropBehaviour.swift",
"Expressions/Clauses/SQLEnumDataType.swift",
"Expressions/Clauses/SQLExcludedColumn.swift",
"Expressions/Clauses/SQLForeignKey.swift",
"Expressions/Clauses/SQLJoin.swift",
"Expressions/Clauses/SQLJoinMethod.swift",
"Expressions/Clauses/SQLLockingClause.swift",
"Expressions/Clauses/SQLOrderBy.swift",
"Expressions/Clauses/SQLReturning.swift",
"Expressions/Clauses/SQLSubquery.swift",
"Expressions/Clauses/SQLTableConstraintAlgorithm.swift",
"Expressions/Queries/SQLAlterEnum.swift",
"Expressions/Queries/SQLAlterTable.swift",
"Expressions/Queries/SQLCreateEnum.swift",
"Expressions/Queries/SQLCreateIndex.swift",
"Expressions/Queries/SQLCreateTable.swift",
"Expressions/Queries/SQLCreateTrigger.swift",
"Expressions/Queries/SQLDelete.swift",
"Expressions/Queries/SQLDropEnum.swift",
"Expressions/Queries/SQLDropIndex.swift",
"Expressions/Queries/SQLDropTable.swift",
"Expressions/Queries/SQLDropTrigger.swift",
"Expressions/Queries/SQLInsert.swift",
"Expressions/Queries/SQLSelect.swift",
"Expressions/Queries/SQLUnion.swift",
"Expressions/Queries/SQLUpdate.swift",
"Expressions/SQLExpression.swift",
"Expressions/SQLSerializer.swift",
"Expressions/SQLStatement.swift",
"Expressions/Syntax/SQLBinaryExpression.swift",
"Expressions/Syntax/SQLBinaryOperator.swift",
"Expressions/Syntax/SQLBind.swift",
"Expressions/Syntax/SQLFunction.swift",
"Expressions/Syntax/SQLGroupExpression.swift",
"Expressions/Syntax/SQLIdentifier.swift",
"Expressions/Syntax/SQLList.swift",
"Expressions/Syntax/SQLLiteral.swift",
"Expressions/Syntax/SQLRaw.swift",
"Rows/SQLCodingUtilities.swift",
"Rows/SQLQueryEncoder.swift",
"Rows/SQLRow.swift",
"Rows/SQLRowDecoder.swift",
"Utilities/SomeCodingKey.swift",
"Utilities/StringHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3825] Fetching swift-log
[3826/19815] Fetching swift-log, swift-collections
[8144/94945] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.22s)
Fetched https://github.com/apple/swift-collections.git from cache (4.24s)
Fetched https://github.com/apple/swift-nio.git from cache (4.31s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.87s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[530/5929] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Building for debugging...
[0/29] Write sources
[17/29] Compiling CNIOWindows WSAStartup.c
[18/29] Compiling CNIOWindows shim.c
[19/29] Compiling CNIOWASI CNIOWASI.c
[20/29] Write sources
[22/29] Compiling _AtomicsShims.c
[23/29] Compiling CNIOLinux liburing_shims.c
[24/29] Compiling CNIODarwin shim.c
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/76] Emitting module _NIOBase64
[29/76] Emitting module InternalCollectionsUtilities
[30/78] Emitting module _NIODataStructures
[30/78] Compiling c-nioatomics.c
[31/78] Compiling c-atomics.c
[33/84] Compiling Logging LogHandler.swift
[34/84] Compiling _NIOBase64 Base64.swift
[36/85] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/85] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/85] Compiling _NIODataStructures _TinyArray.swift
[40/85] Compiling InternalCollectionsUtilities Debugging.swift
[41/85] Compiling InternalCollectionsUtilities Descriptions.swift
[42/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[43/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/87] Compiling InternalCollectionsUtilities Integer rank.swift
[45/87] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[47/87] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[48/87] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[49/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[50/87] Compiling InternalCollectionsUtilities Specialize.swift
[53/87] Emitting module NIOConcurrencyHelpers
[54/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[59/87] Compiling _NIODataStructures PriorityQueue.swift
[60/87] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/87] Emitting module Atomics
[78/88] Compiling Atomics IntegerOperations.swift
[79/88] Compiling Atomics Unmanaged extensions.swift
[81/89] Compiling Logging MetadataProvider.swift
[82/89] Compiling NIOConcurrencyHelpers lock.swift
[83/89] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/89] Compiling NIOConcurrencyHelpers atomics.swift
[86/89] Emitting module Logging
[87/89] Compiling Logging Locks.swift
[88/89] Compiling _NIODataStructures Heap.swift
[89/91] Compiling Logging Logging.swift
[93/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[94/313] Compiling HeapModule Heap+Descriptions.swift
[95/313] Compiling DequeModule Deque+CustomReflectable.swift
[96/313] Compiling DequeModule Deque+Descriptions.swift
[97/315] Compiling DequeModule _DequeBuffer.swift
[98/315] Compiling DequeModule _DequeBufferHeader.swift
[99/368] Compiling HeapModule Heap.swift
[100/368] Compiling HeapModule _HeapNode.swift
[101/368] Emitting module HeapModule
[102/368] Compiling BitCollections BitArray+Shifts.swift
[103/368] Compiling BitCollections BitArray+Testing.swift
[104/368] Compiling HeapModule Heap+Invariants.swift
[105/368] Compiling HeapModule Heap+UnsafeHandle.swift
[106/369] Compiling BitCollections BitArray+Copy.swift
[107/369] Compiling BitCollections BitArray+CustomReflectable.swift
[109/369] Compiling BitCollections BitArray+Descriptions.swift
[110/369] Compiling BitCollections BitArray+Equatable.swift
[111/369] Compiling BitCollections BitArray+RandomBits.swift
[112/369] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[113/369] Compiling _RopeModule Rope+ForEachWhile.swift
[114/369] Compiling _RopeModule Rope+Insert.swift
[115/369] Compiling HashTreeCollections TreeSet+Sequence.swift
[116/369] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[117/369] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[118/369] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[119/369] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[120/369] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[121/369] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[122/369] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[123/379] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[124/379] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[125/379] Compiling BitCollections BitSet+SetAlgebra union.swift
[126/379] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[127/379] Compiling BitCollections BitSet.Counted.swift
[128/379] Compiling _RopeModule Rope.swift
[129/379] Compiling _RopeModule RopeElement.swift
[130/379] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[131/379] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[132/379] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[133/379] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[134/379] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[135/379] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[136/379] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[137/386] Compiling BitCollections BitSet+BidirectionalCollection.swift
[138/386] Compiling BitCollections BitSet+Codable.swift
[139/386] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/386] Compiling OrderedCollections OrderedSet+Testing.swift
[141/386] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/386] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/386] Compiling OrderedCollections OrderedSet.swift
[144/386] Compiling OrderedCollections _UnsafeBitset.swift
[145/386] Compiling _RopeModule Rope+Sequence.swift
[146/386] Compiling _RopeModule Rope+Append.swift
[147/386] Compiling _RopeModule Rope+Extract.swift
[148/386] Compiling _RopeModule Rope+Find.swift
[149/386] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[150/386] Compiling BitCollections BitSet+CustomReflectable.swift
[151/386] Compiling BitCollections BitSet+CustomStringConvertible.swift
[152/386] Compiling BitCollections BitSet+Equatable.swift
[153/386] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[154/386] Compiling BitCollections BitSet+Extras.swift
[155/386] Compiling BitCollections BitSet+Hashable.swift
[156/386] Compiling BitCollections BitSet+Initializers.swift
[157/386] Compiling BitCollections BitSet+Invariants.swift
[158/386] Compiling BitCollections BitSet+Random.swift
[159/386] Compiling BitCollections BitSet+SetAlgebra basics.swift
[160/386] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[161/386] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[162/386] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[163/386] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[164/386] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[186/393] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[187/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[188/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[189/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[190/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[191/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[192/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[193/393] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[194/393] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[195/393] Compiling HashTreeCollections TreeSet.swift
[200/393] Compiling BitCollections BitArray._UnsafeHandle.swift
[201/393] Compiling BitCollections BitArray.swift
[204/393] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[205/393] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[206/393] Compiling BitCollections BitArray+Extras.swift
[207/393] Compiling BitCollections BitArray+Fill.swift
[208/393] Compiling BitCollections BitArray+Hashable.swift
[209/393] Compiling BitCollections BitArray+Initializers.swift
[210/393] Compiling BitCollections BitArray+Invariants.swift
[211/393] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[220/393] Compiling BitCollections BitSet.Index.swift
[221/393] Compiling BitCollections BitSet._UnsafeHandle.swift
[222/393] Compiling BitCollections BitSet.swift
[223/393] Compiling BitCollections BitArray+BitwiseOperations.swift
[224/393] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[242/402] Emitting module DequeModule
[256/403] Compiling BitCollections BitArray+Codable.swift
[257/403] Compiling BitCollections BitArray+Collection.swift
[273/403] Emitting module BitCollections
[320/403] Compiling BitCollections Range+Utilities.swift
[321/403] Compiling BitCollections Slice+Utilities.swift
[322/403] Compiling BitCollections UInt+Tricks.swift
[323/403] Compiling BitCollections _Word.swift
[326/403] Emitting module OrderedCollections
[354/464] Compiling NIOCore AddressedEnvelope.swift
[355/464] Compiling NIOCore AsyncAwaitSupport.swift
[356/464] Compiling NIOCore AsyncChannel.swift
[357/464] Compiling NIOCore AsyncChannelHandler.swift
[358/464] Compiling NIOCore AsyncChannelInboundStream.swift
[359/464] Compiling NIOCore AsyncChannelOutboundWriter.swift
[360/464] Compiling NIOCore NIOAsyncSequenceProducer.swift
[361/464] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[362/464] Compiling NIOCore NIOAsyncWriter.swift
[363/464] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[364/464] Compiling NIOCore BSDSocketAPI.swift
[365/464] Compiling NIOCore ChannelOption.swift
[366/464] Compiling NIOCore EventLoop.swift
[367/464] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[368/464] Compiling NIOCore EventLoopFuture+Deprecated.swift
[369/464] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[370/464] Compiling NIOCore EventLoopFuture.swift
[371/464] Compiling NIOCore FileDescriptor.swift
[372/464] Compiling NIOCore FileHandle.swift
[373/464] Compiling NIOCore FileRegion.swift
[374/464] Compiling NIOCore GlobalSingletons.swift
[375/464] Compiling NIOCore IO.swift
[376/464] Emitting module _RopeModule
[377/464] Compiling _RopeModule Rope+Join.swift
[378/464] Compiling _RopeModule Rope+MutatingForEach.swift
[379/464] Compiling _RopeModule Rope+Remove.swift
[380/464] Compiling _RopeModule Rope+RemoveSubrange.swift
[381/464] Compiling _RopeModule Rope+Split.swift
[382/464] Compiling _RopeModule Optional Utilities.swift
[383/464] Compiling _RopeModule String Utilities.swift
[384/464] Compiling _RopeModule String.Index+ABI.swift
[385/464] Compiling _RopeModule _CharacterRecognizer.swift
[386/464] Compiling NIOCore ChannelHandler.swift
[387/464] Compiling NIOCore ChannelHandlers.swift
[388/464] Compiling NIOCore ChannelInvoker.swift
[400/464] Compiling NIOCore IOData.swift
[401/464] Compiling NIOCore IPProtocol.swift
[402/464] Compiling NIOCore IntegerBitPacking.swift
[403/464] Compiling NIOCore IntegerTypes.swift
[404/464] Compiling NIOCore Interfaces.swift
[406/465] Compiling NIOCore MarkedCircularBuffer.swift
[407/465] Compiling NIOCore MulticastChannel.swift
[408/465] Compiling NIOCore NIOAny.swift
[409/465] Compiling NIOCore NIOCloseOnErrorHandler.swift
[410/465] Compiling NIOCore NIOLoopBound.swift
[411/465] Compiling NIOCore NIOScheduledCallback.swift
[412/465] Compiling NIOCore NIOSendable.swift
[413/465] Compiling NIOCore RecvByteBufferAllocator.swift
[421/473] Compiling NIOCore Linux.swift
[422/473] Emitting module HashTreeCollections
[424/476] Emitting module Collections
[425/476] Compiling Collections Collections.swift
[427/477] Compiling NIOCore ChannelPipeline.swift
[428/477] Compiling NIOCore CircularBuffer.swift
[429/477] Compiling NIOCore Codec.swift
[430/477] Compiling NIOCore ConvenienceOptionSupport.swift
[431/477] Compiling NIOCore DeadChannel.swift
[432/477] Compiling NIOCore DispatchQueue+WithFuture.swift
[433/477] Compiling NIOCore EventLoop+Deprecated.swift
[434/477] Compiling NIOCore EventLoop+SerialExecutor.swift
[443/477] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[444/477] Compiling NIOCore SocketAddresses.swift
[445/477] Compiling NIOCore SocketOptionProvider.swift
[446/477] Compiling NIOCore SystemCallHelpers.swift
[447/477] Compiling NIOCore TimeAmount+Duration.swift
[448/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[449/477] Compiling NIOCore UniversalBootstrapSupport.swift
[450/477] Compiling NIOCore Utilities.swift
[460/477] Compiling NIOCore ByteBuffer-multi-int.swift
[461/477] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[462/477] Compiling NIOCore ByteBuffer-views.swift
[463/477] Compiling NIOCore Channel.swift
[470/477] Compiling NIOCore ByteBuffer-aux.swift
[471/477] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[472/477] Compiling NIOCore ByteBuffer-conversions.swift
[473/477] Compiling NIOCore ByteBuffer-core.swift
[474/477] Compiling NIOCore ByteBuffer-hex.swift
[475/477] Compiling NIOCore ByteBuffer-int.swift
[476/477] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[477/477] Emitting module NIOCore
[479/529] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[480/529] Compiling NIOEmbedded AsyncTestingChannel.swift
[481/529] Emitting module NIOEmbedded
[482/529] Compiling NIOEmbedded Embedded.swift
[484/530] Emitting module NIOPosix
[485/536] Compiling NIOPosix NIOThreadPool.swift
[486/536] Compiling NIOPosix NonBlockingFileIO.swift
[487/536] Compiling NIOPosix PendingDatagramWritesManager.swift
[488/536] Compiling NIOPosix PendingWritesManager.swift
[489/536] Compiling NIOPosix PipeChannel.swift
[490/536] Compiling NIOPosix PipePair.swift
[491/536] Compiling NIOPosix Pool.swift
[492/536] Compiling NIOPosix ThreadPosix.swift
[493/536] Compiling NIOPosix ThreadWindows.swift
[494/536] Compiling NIOPosix UnsafeTransfer.swift
[495/536] Compiling NIOPosix Utilities.swift
[496/536] Compiling NIOPosix VsockAddress.swift
[497/536] Compiling NIOPosix VsockChannelEvents.swift
[498/536] Compiling NIOPosix ServerSocket.swift
[499/536] Compiling NIOPosix Socket.swift
[500/536] Compiling NIOPosix SocketChannel.swift
[501/536] Compiling NIOPosix SocketProtocols.swift
[502/536] Compiling NIOPosix System.swift
[503/536] Compiling NIOPosix Thread.swift
[504/536] Compiling NIOPosix PooledRecvBufferAllocator.swift
[505/536] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[506/536] Compiling NIOPosix PosixSingletons.swift
[507/536] Compiling NIOPosix RawSocketBootstrap.swift
[508/536] Compiling NIOPosix Resolver.swift
[509/536] Compiling NIOPosix Selectable.swift
[510/536] Compiling NIOPosix IO.swift
[511/536] Compiling NIOPosix IntegerBitPacking.swift
[512/536] Compiling NIOPosix IntegerTypes.swift
[513/536] Compiling NIOPosix Linux.swift
[514/536] Compiling NIOPosix LinuxCPUSet.swift
[515/536] Compiling NIOPosix LinuxUring.swift
[516/536] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[517/536] Compiling NIOPosix BSDSocketAPICommon.swift
[518/536] Compiling NIOPosix BSDSocketAPIPosix.swift
[519/536] Compiling NIOPosix BSDSocketAPIWindows.swift
[520/536] Compiling NIOPosix BaseSocket.swift
[521/536] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[522/536] Compiling NIOPosix BaseSocketChannel.swift
[523/536] Compiling NIOPosix BaseStreamSocketChannel.swift
[524/536] Compiling NIOPosix SelectableChannel.swift
[525/536] Compiling NIOPosix SelectableEventLoop.swift
[526/536] Compiling NIOPosix SelectorEpoll.swift
[527/536] Compiling NIOPosix SelectorGeneric.swift
[528/536] Compiling NIOPosix SelectorKqueue.swift
[529/536] Compiling NIOPosix SelectorUring.swift
[530/536] Compiling NIOPosix Bootstrap.swift
[531/536] Compiling NIOPosix ControlMessage.swift
[532/536] Compiling NIOPosix DatagramVectorReadManager.swift
[533/536] Compiling NIOPosix Errors+Any.swift
[534/536] Compiling NIOPosix FileDescriptor.swift
[535/536] Compiling NIOPosix GetaddrinfoResolver.swift
[536/536] Compiling NIOPosix HappyEyeballs.swift
[538/539] Emitting module NIO
[539/539] Compiling NIO Exports.swift
[541/632] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[542/632] Compiling SQLKit SQLColumnAssignment.swift
[543/632] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[544/632] Compiling SQLKit SQLColumnDefinition.swift
[545/632] Compiling SQLKit SQLCommonTableExpression.swift
[546/632] Compiling SQLKit SQLConflictAction.swift
[547/632] Compiling SQLKit SQLConflictResolutionStrategy.swift
[548/632] Compiling SQLKit SQLDropBehaviour.swift
[549/632] Compiling SQLKit SQLEnumDataType.swift
[550/632] Compiling SQLKit SQLExcludedColumn.swift
[551/632] Compiling SQLKit SQLForeignKey.swift
[552/632] Compiling SQLKit SQLJoin.swift
[553/632] Compiling SQLKit SQLJoinMethod.swift
[554/632] Compiling SQLKit SQLDropIndex.swift
[555/632] Compiling SQLKit SQLDropTable.swift
[556/632] Compiling SQLKit SQLDropTrigger.swift
[557/632] Compiling SQLKit SQLInsert.swift
[558/632] Compiling SQLKit SQLSelect.swift
[559/632] Compiling SQLKit SQLUnion.swift
[560/632] Compiling SQLKit SQLUpdate.swift
[561/632] Compiling SQLKit SQLExpression.swift
[562/632] Compiling SQLKit SQLSerializer.swift
[563/632] Compiling SQLKit SQLStatement.swift
[564/632] Compiling SQLKit SQLBinaryExpression.swift
[565/632] Compiling SQLKit SQLBinaryOperator.swift
[566/632] Compiling SQLKit SQLBind.swift
[567/644] Compiling SQLKit SQLLockingClause.swift
[568/644] Compiling SQLKit SQLOrderBy.swift
[569/644] Compiling SQLKit SQLReturning.swift
[570/644] Compiling SQLKit SQLSubquery.swift
[571/644] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[572/644] Compiling SQLKit SQLAlterEnum.swift
[573/644] Compiling SQLKit SQLAlterTable.swift
[574/644] Compiling SQLKit SQLCreateEnum.swift
[575/644] Compiling SQLKit SQLCreateIndex.swift
[576/644] Compiling SQLKit SQLCreateTable.swift
[577/644] Compiling SQLKit SQLCreateTrigger.swift
[578/644] Compiling SQLKit SQLDelete.swift
[579/644] Compiling SQLKit SQLDropEnum.swift
[580/644] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[581/644] Compiling SQLKit Exports.swift
[582/644] Compiling SQLKit SQLAlias.swift
[583/644] Compiling SQLKit SQLBetween.swift
[584/644] Compiling SQLKit SQLColumn.swift
[585/644] Compiling SQLKit SQLConstraint.swift
[586/644] Compiling SQLKit SQLDataType.swift
[587/644] Compiling SQLKit SQLDirection.swift
[588/644] Compiling SQLKit SQLDistinct.swift
[589/644] Compiling SQLKit SQLForeignKeyAction.swift
[590/644] Compiling SQLKit SQLNestedSubpathExpression.swift
[591/644] Compiling SQLKit SQLQualifiedTable.swift
[592/644] Compiling SQLKit SQLQueryString.swift
[593/644] Compiling SQLKit SQLAlterEnumBuilder.swift
[594/644] Compiling SQLKit SQLAlterTableBuilder.swift
[595/644] Compiling SQLKit SQLConflictUpdateBuilder.swift
[596/644] Compiling SQLKit SQLCreateEnumBuilder.swift
[597/644] Compiling SQLKit SQLCreateIndexBuilder.swift
[598/644] Compiling SQLKit SQLCreateTableBuilder.swift
[599/644] Compiling SQLKit SQLCreateTriggerBuilder.swift
[600/644] Compiling SQLKit SQLDeleteBuilder.swift
[601/644] Compiling SQLKit SQLDropEnumBuilder.swift
[602/644] Compiling SQLKit SQLDropIndexBuilder.swift
[603/644] Compiling SQLKit SQLDropTableBuilder.swift
[604/644] Compiling SQLKit SQLDropTriggerBuilder.swift
[605/644] Compiling SQLKit SQLInsertBuilder.swift
[606/644] Compiling SQLKit SQLPredicateBuilder.swift
[607/644] Compiling SQLKit SQLQueryBuilder.swift
[608/644] Compiling SQLKit SQLQueryFetcher.swift
[609/644] Compiling SQLKit SQLReturningBuilder.swift
[610/644] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[611/644] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[612/644] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[613/644] Compiling SQLKit SQLDatabase.swift
[614/644] Compiling SQLKit SQLDatabaseReportedVersion.swift
[615/644] Compiling SQLKit SQLDialect.swift
[616/644] Compiling SQLKit SQLDatabase+Deprecated.swift
[617/644] Compiling SQLKit SQLError.swift
[618/644] Compiling SQLKit SQLExpressions+Deprecated.swift
[619/644] Compiling SQLKit SQLPredicateGroupBuilder.swift
[620/644] Compiling SQLKit SQLRawBuilder.swift
[621/644] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[622/644] Compiling SQLKit SQLSelectBuilder.swift
[623/644] Compiling SQLKit SQLSubqueryBuilder.swift
[624/644] Compiling SQLKit SQLUnionBuilder.swift
[625/644] Compiling SQLKit SQLUpdateBuilder.swift
[626/644] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[627/644] Compiling SQLKit SQLColumnUpdateBuilder.swift
[628/644] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[629/644] Compiling SQLKit SQLCommonUnionBuilder.swift
[630/644] Compiling SQLKit SQLJoinBuilder.swift
[631/644] Compiling SQLKit SQLPartialResultBuilder.swift
[632/644] Emitting module SQLKit
[633/644] Compiling SQLKit SQLFunction.swift
[634/644] Compiling SQLKit SQLGroupExpression.swift
[635/644] Compiling SQLKit SQLIdentifier.swift
[636/644] Compiling SQLKit SQLList.swift
[637/644] Compiling SQLKit SQLLiteral.swift
[638/644] Compiling SQLKit SQLRaw.swift
[639/644] Compiling SQLKit SQLCodingUtilities.swift
[640/644] Compiling SQLKit SQLQueryEncoder.swift
[641/644] Compiling SQLKit SQLRow.swift
[642/644] Compiling SQLKit SQLRowDecoder.swift
[643/644] Compiling SQLKit SomeCodingKey.swift
[644/644] Compiling SQLKit StringHandling.swift
[646/653] Compiling SQLKitBenchmark SQLBenchmarker.swift
[647/653] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[648/653] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[649/653] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[650/653] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[651/653] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[652/653] Emitting module SQLKitBenchmark
[653/653] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
Build complete! (70.28s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "sql-kit",
"name" : "sql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLKit",
"targets" : [
"SQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLKitBenchmark",
"targets" : [
"SQLKitBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLKitTests",
"path" : "Tests/SQLKitTests",
"sources" : [
"AsyncTests.swift",
"BaseTests.swift",
"BasicQueryTests.swift",
"DeprecatedTests.swift",
"SQLBetweenTests.swift",
"SQLCodingTests.swift",
"SQLCommonTableExpressionTests.swift",
"SQLCreateDropTriggerTests.swift",
"SQLCreateTableTests.swift",
"SQLDialectFeatureTests.swift",
"SQLExpressionTests.swift",
"SQLInsertUpsertTests.swift",
"SQLQueryEncoderTests.swift",
"SQLQueryStringTests.swift",
"SQLRowDecoderTests.swift",
"SQLUnionTests.swift",
"TestMocks.swift",
"Utilities.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"type" : "test"
},
{
"c99name" : "SQLKitBenchmark",
"module_type" : "SwiftTarget",
"name" : "SQLKitBenchmark",
"path" : "Sources/SQLKitBenchmark",
"product_memberships" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLBenchmark+Codable.swift",
"SQLBenchmark+Enum.swift",
"SQLBenchmark+JSONPaths.swift",
"SQLBenchmark+Planets.swift",
"SQLBenchmark+Union.swift",
"SQLBenchmark+Upsert.swift",
"SQLBenchmarker.swift"
],
"target_dependencies" : [
"SQLKit"
],
"type" : "library"
},
{
"c99name" : "SQLKit",
"module_type" : "SwiftTarget",
"name" : "SQLKit",
"path" : "Sources/SQLKit",
"product_dependencies" : [
"Collections",
"Logging",
"NIO",
"NIOCore"
],
"product_memberships" : [
"SQLKit",
"SQLKitBenchmark"
],
"sources" : [
"Builders/Implementations/SQLAlterEnumBuilder.swift",
"Builders/Implementations/SQLAlterTableBuilder.swift",
"Builders/Implementations/SQLConflictUpdateBuilder.swift",
"Builders/Implementations/SQLCreateEnumBuilder.swift",
"Builders/Implementations/SQLCreateIndexBuilder.swift",
"Builders/Implementations/SQLCreateTableBuilder.swift",
"Builders/Implementations/SQLCreateTriggerBuilder.swift",
"Builders/Implementations/SQLDeleteBuilder.swift",
"Builders/Implementations/SQLDropEnumBuilder.swift",
"Builders/Implementations/SQLDropIndexBuilder.swift",
"Builders/Implementations/SQLDropTableBuilder.swift",
"Builders/Implementations/SQLDropTriggerBuilder.swift",
"Builders/Implementations/SQLInsertBuilder.swift",
"Builders/Implementations/SQLPredicateGroupBuilder.swift",
"Builders/Implementations/SQLRawBuilder.swift",
"Builders/Implementations/SQLSecondaryPredicateGroupBuilder.swift",
"Builders/Implementations/SQLSelectBuilder.swift",
"Builders/Implementations/SQLSubqueryBuilder.swift",
"Builders/Implementations/SQLUnionBuilder.swift",
"Builders/Implementations/SQLUpdateBuilder.swift",
"Builders/Prototypes/SQLAliasedColumnListBuilder.swift",
"Builders/Prototypes/SQLColumnUpdateBuilder.swift",
"Builders/Prototypes/SQLCommonTableExpressionBuilder.swift",
"Builders/Prototypes/SQLCommonUnionBuilder.swift",
"Builders/Prototypes/SQLJoinBuilder.swift",
"Builders/Prototypes/SQLPartialResultBuilder.swift",
"Builders/Prototypes/SQLPredicateBuilder.swift",
"Builders/Prototypes/SQLQueryBuilder.swift",
"Builders/Prototypes/SQLQueryFetcher.swift",
"Builders/Prototypes/SQLReturningBuilder.swift",
"Builders/Prototypes/SQLSecondaryPredicateBuilder.swift",
"Builders/Prototypes/SQLSubqueryClauseBuilder.swift",
"Builders/Prototypes/SQLUnqualifiedColumnListBuilder.swift",
"Database/SQLDatabase.swift",
"Database/SQLDatabaseReportedVersion.swift",
"Database/SQLDialect.swift",
"Deprecated/SQLDatabase+Deprecated.swift",
"Deprecated/SQLError.swift",
"Deprecated/SQLExpressions+Deprecated.swift",
"Deprecated/SQLQueryBuilders+Deprecated.swift",
"Exports.swift",
"Expressions/Basics/SQLAlias.swift",
"Expressions/Basics/SQLBetween.swift",
"Expressions/Basics/SQLColumn.swift",
"Expressions/Basics/SQLConstraint.swift",
"Expressions/Basics/SQLDataType.swift",
"Expressions/Basics/SQLDirection.swift",
"Expressions/Basics/SQLDistinct.swift",
"Expressions/Basics/SQLForeignKeyAction.swift",
"Expressions/Basics/SQLNestedSubpathExpression.swift",
"Expressions/Basics/SQLQualifiedTable.swift",
"Expressions/Basics/SQLQueryString.swift",
"Expressions/Clauses/SQLAlterColumnDefinitionType.swift",
"Expressions/Clauses/SQLColumnAssignment.swift",
"Expressions/Clauses/SQLColumnConstraintAlgorithm.swift",
"Expressions/Clauses/SQLColumnDefinition.swift",
"Expressions/Clauses/SQLCommonTableExpression.swift",
"Expressions/Clauses/SQLConflictAction.swift",
"Expressions/Clauses/SQLConflictResolutionStrategy.swift",
"Expressions/Clauses/SQLDropBehaviour.swift",
"Expressions/Clauses/SQLEnumDataType.swift",
"Expressions/Clauses/SQLExcludedColumn.swift",
"Expressions/Clauses/SQLForeignKey.swift",
"Expressions/Clauses/SQLJoin.swift",
"Expressions/Clauses/SQLJoinMethod.swift",
"Expressions/Clauses/SQLLockingClause.swift",
"Expressions/Clauses/SQLOrderBy.swift",
"Expressions/Clauses/SQLReturning.swift",
"Expressions/Clauses/SQLSubquery.swift",
"Expressions/Clauses/SQLTableConstraintAlgorithm.swift",
"Expressions/Queries/SQLAlterEnum.swift",
"Expressions/Queries/SQLAlterTable.swift",
"Expressions/Queries/SQLCreateEnum.swift",
"Expressions/Queries/SQLCreateIndex.swift",
"Expressions/Queries/SQLCreateTable.swift",
"Expressions/Queries/SQLCreateTrigger.swift",
"Expressions/Queries/SQLDelete.swift",
"Expressions/Queries/SQLDropEnum.swift",
"Expressions/Queries/SQLDropIndex.swift",
"Expressions/Queries/SQLDropTable.swift",
"Expressions/Queries/SQLDropTrigger.swift",
"Expressions/Queries/SQLInsert.swift",
"Expressions/Queries/SQLSelect.swift",
"Expressions/Queries/SQLUnion.swift",
"Expressions/Queries/SQLUpdate.swift",
"Expressions/SQLExpression.swift",
"Expressions/SQLSerializer.swift",
"Expressions/SQLStatement.swift",
"Expressions/Syntax/SQLBinaryExpression.swift",
"Expressions/Syntax/SQLBinaryOperator.swift",
"Expressions/Syntax/SQLBind.swift",
"Expressions/Syntax/SQLFunction.swift",
"Expressions/Syntax/SQLGroupExpression.swift",
"Expressions/Syntax/SQLIdentifier.swift",
"Expressions/Syntax/SQLList.swift",
"Expressions/Syntax/SQLLiteral.swift",
"Expressions/Syntax/SQLRaw.swift",
"Rows/SQLCodingUtilities.swift",
"Rows/SQLQueryEncoder.swift",
"Rows/SQLRow.swift",
"Rows/SQLRowDecoder.swift",
"Utilities/SomeCodingKey.swift",
"Utilities/StringHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.