Build Information
Successful build of sql-kit, reference 3.33.0 (baf0d8
), with Swift 6.1 for Linux on 1 May 2025 08:26:22 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sql-kit.git
Reference: 3.33.0
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
* tag 3.33.0 -> FETCH_HEAD
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 3.33.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/16306] Fetching swift-collections
[654/20142] Fetching swift-collections, swift-log
[3819/95719] Fetching swift-collections, swift-log, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.11s)
[49938/79413] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.82s)
Fetched https://github.com/apple/swift-nio.git from cache (7.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (8.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4367] Fetching swift-system
[4368/6072] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/29] Write sources
[17/29] Compiling CNIOWASI CNIOWASI.c
[18/29] Compiling CNIOWindows shim.c
[18/29] Compiling _AtomicsShims.c
[18/29] Write sources
[22/29] Compiling CNIOWindows WSAStartup.c
[23/29] Compiling CNIODarwin shim.c
[23/29] Compiling CNIOLinux liburing_shims.c
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/76] Emitting module Logging
[29/76] Emitting module InternalCollectionsUtilities
[30/78] Emitting module Atomics
[30/80] Compiling c-nioatomics.c
[32/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/80] Compiling Atomics UnsafeAtomic.swift
[35/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/80] Compiling Atomics AtomicStorage.swift
[37/80] Compiling Atomics AtomicValue.swift
[38/80] Compiling _NIODataStructures _TinyArray.swift
[39/80] Compiling _NIODataStructures PriorityQueue.swift
[40/80] Compiling Atomics AtomicMemoryOrderings.swift
[41/80] Compiling Atomics DoubleWord.swift
[44/80] Compiling Atomics IntegerConformances.swift
[45/80] Compiling Atomics PointerConformances.swift
[46/80] Compiling Atomics Primitives.native.swift
[49/80] Compiling Atomics AtomicReference.swift
[51/80] Emitting module _NIOBase64
[53/80] Compiling _NIOBase64 Base64.swift
[54/81] Compiling Atomics AtomicOptionalWrappable.swift
[56/81] Compiling Atomics OptionalRawRepresentable.swift
[57/81] Compiling Atomics RawRepresentable.swift
[58/81] Compiling Atomics AtomicBool.swift
[59/81] Compiling Atomics Primitives.shims.swift
[60/81] Compiling Atomics AtomicInteger.swift
[64/82] Compiling Atomics IntegerOperations.swift
[65/82] Compiling Atomics Unmanaged extensions.swift
[76/83] Compiling c-atomics.c
[78/352] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[79/357] Compiling HeapModule Heap+Descriptions.swift
[80/357] Compiling BitCollections BitArray+Copy.swift
[81/357] Compiling BitCollections BitArray+CustomReflectable.swift
[82/359] Compiling HeapModule _HeapNode.swift
[83/359] Compiling HeapModule Heap.swift
[84/359] Compiling BitCollections BitArray._UnsafeHandle.swift
[85/359] Compiling BitCollections BitArray.swift
[86/359] Compiling BitCollections BitArray+Shifts.swift
[87/359] Compiling BitCollections BitArray+Testing.swift
[88/359] Compiling HeapModule Heap+Invariants.swift
[89/359] Compiling HeapModule Heap+UnsafeHandle.swift
[90/359] Emitting module HeapModule
[91/360] Compiling Logging MetadataProvider.swift
[92/360] Compiling Logging Locks.swift
[93/360] Emitting module _NIODataStructures
[94/360] Compiling _NIODataStructures Heap.swift
[95/361] Compiling Logging LogHandler.swift
[96/361] Compiling Logging Logging.swift
[100/362] Compiling HashTreeCollections TreeSet+Hashable.swift
[101/362] Compiling HashTreeCollections TreeSet+Sendable.swift
[102/362] Compiling HashTreeCollections TreeSet+Sequence.swift
[103/362] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[104/362] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[105/362] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[106/362] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[107/362] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[108/362] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[109/362] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[110/368] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[111/368] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[112/368] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[113/368] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[114/368] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[115/368] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[116/368] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[117/368] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[118/368] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[119/368] Compiling BitCollections BitSet+SetAlgebra union.swift
[120/368] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[121/368] Compiling BitCollections BitSet.Counted.swift
[122/368] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[123/368] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[124/379] Compiling DequeModule _DequeSlot.swift
[125/379] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/385] Compiling BitCollections BitArray+BitwiseOperations.swift
[127/385] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[128/385] Compiling BitCollections BitArray+Codable.swift
[129/385] Compiling BitCollections BitArray+Collection.swift
[130/385] Compiling BitCollections BitSet+BidirectionalCollection.swift
[131/385] Compiling BitCollections BitSet+Codable.swift
[132/385] Emitting module BitCollections
[133/392] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[134/392] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[135/392] Compiling BitCollections BitArray+Extras.swift
[136/392] Compiling BitCollections BitArray+Fill.swift
[137/392] Compiling BitCollections BitArray+Hashable.swift
[138/392] Compiling BitCollections BitArray+Initializers.swift
[139/392] Compiling BitCollections BitArray+Invariants.swift
[140/392] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[141/392] Compiling BitCollections BitSet+Invariants.swift
[142/392] Compiling BitCollections BitSet+Random.swift
[143/392] Compiling BitCollections BitSet+SetAlgebra basics.swift
[144/392] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[145/392] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[146/392] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[147/392] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[148/392] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[149/392] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[150/392] Compiling BitCollections BitSet+CustomReflectable.swift
[151/392] Compiling BitCollections BitSet+CustomStringConvertible.swift
[152/392] Compiling BitCollections BitSet+Equatable.swift
[153/392] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[154/392] Compiling BitCollections BitSet+Extras.swift
[155/392] Compiling BitCollections BitSet+Hashable.swift
[156/392] Compiling BitCollections BitSet+Initializers.swift
[165/392] Compiling HashTreeCollections TreeDictionary.swift
[166/392] Compiling HashTreeCollections TreeSet+Codable.swift
[167/392] Compiling HashTreeCollections TreeSet+Collection.swift
[168/392] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[169/392] Compiling HashTreeCollections TreeSet+Debugging.swift
[170/392] Compiling HashTreeCollections TreeSet+Descriptions.swift
[171/392] Compiling HashTreeCollections TreeSet+Equatable.swift
[172/392] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[173/392] Compiling HashTreeCollections TreeSet+Extras.swift
[174/392] Compiling HashTreeCollections TreeSet+Filter.swift
[175/392] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[184/392] Compiling BitCollections BitSet.Index.swift
[185/392] Compiling BitCollections BitSet._UnsafeHandle.swift
[186/392] Compiling BitCollections BitSet.swift
[187/392] Compiling BitCollections BitArray+RandomBits.swift
[188/392] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[217/392] Compiling NIOConcurrencyHelpers NIOLock.swift
[218/392] Emitting module DequeModule
[219/393] Compiling NIOConcurrencyHelpers lock.swift
[221/393] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[222/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[223/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[224/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[225/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[226/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[227/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[228/393] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[229/393] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[230/393] Compiling HashTreeCollections TreeSet.swift
[231/393] Emitting module NIOConcurrencyHelpers
[232/393] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[233/393] Compiling NIOConcurrencyHelpers atomics.swift
[287/403] Compiling BitCollections _Word.swift
[288/403] Compiling OrderedCollections OrderedSet.swift
[289/403] Compiling OrderedCollections _UnsafeBitset.swift
[302/403] Compiling BitCollections Range+Utilities.swift
[303/403] Compiling BitCollections Slice+Utilities.swift
[304/403] Compiling BitCollections UInt+Tricks.swift
[324/463] Compiling NIOCore NIOLoopBound.swift
[325/463] Compiling NIOCore NIOScheduledCallback.swift
[326/463] Compiling NIOCore NIOSendable.swift
[327/463] Compiling NIOCore RecvByteBufferAllocator.swift
[331/463] Emitting module OrderedCollections
[333/464] Compiling NIOCore EventLoop+SerialExecutor.swift
[334/464] Compiling NIOCore EventLoop.swift
[335/464] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[336/464] Compiling NIOCore EventLoopFuture+Deprecated.swift
[337/464] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[338/464] Compiling NIOCore EventLoopFuture.swift
[339/464] Compiling NIOCore FileDescriptor.swift
[340/464] Compiling NIOCore FileHandle.swift
[341/464] Compiling NIOCore FileRegion.swift
[342/464] Compiling NIOCore GlobalSingletons.swift
[343/464] Compiling NIOCore IO.swift
[344/464] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[345/464] Compiling NIOCore BSDSocketAPI.swift
[346/464] Compiling NIOCore ByteBuffer-aux.swift
[347/464] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[348/464] Compiling NIOCore ByteBuffer-conversions.swift
[349/464] Compiling NIOCore ByteBuffer-core.swift
[350/464] Compiling NIOCore ByteBuffer-hex.swift
[351/464] Compiling NIOCore ByteBuffer-int.swift
[352/464] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[353/464] Compiling NIOCore AddressedEnvelope.swift
[354/464] Compiling NIOCore AsyncAwaitSupport.swift
[355/464] Compiling NIOCore AsyncChannel.swift
[356/464] Compiling NIOCore AsyncChannelHandler.swift
[357/464] Compiling NIOCore AsyncChannelInboundStream.swift
[358/464] Compiling NIOCore AsyncChannelOutboundWriter.swift
[359/464] Compiling NIOCore NIOAsyncSequenceProducer.swift
[360/464] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[361/464] Compiling NIOCore NIOAsyncWriter.swift
[362/464] Compiling NIOCore ByteBuffer-multi-int.swift
[363/464] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[364/464] Compiling NIOCore ByteBuffer-views.swift
[365/464] Compiling NIOCore Channel.swift
[366/464] Emitting module _RopeModule
[367/464] Compiling NIOCore MarkedCircularBuffer.swift
[368/464] Compiling NIOCore MulticastChannel.swift
[369/464] Compiling NIOCore NIOAny.swift
[370/464] Compiling NIOCore NIOCloseOnErrorHandler.swift
[375/472] Compiling _RopeModule Rope+Join.swift
[376/472] Compiling _RopeModule Rope+MutatingForEach.swift
[377/472] Compiling _RopeModule Rope+Remove.swift
[378/472] Compiling _RopeModule Rope+RemoveSubrange.swift
[379/472] Compiling _RopeModule Rope+Split.swift
[380/472] Compiling _RopeModule Optional Utilities.swift
[381/472] Compiling _RopeModule String Utilities.swift
[382/472] Compiling _RopeModule String.Index+ABI.swift
[383/472] Compiling _RopeModule _CharacterRecognizer.swift
[384/472] Emitting module HashTreeCollections
[404/473] Compiling NIOCore ConvenienceOptionSupport.swift
[405/473] Compiling NIOCore DeadChannel.swift
[406/473] Compiling NIOCore DispatchQueue+WithFuture.swift
[407/473] Compiling NIOCore EventLoop+Deprecated.swift
[416/473] Compiling NIOCore IOData.swift
[417/473] Compiling NIOCore IPProtocol.swift
[418/473] Compiling NIOCore IntegerBitPacking.swift
[419/473] Compiling NIOCore IntegerTypes.swift
[420/473] Compiling NIOCore Interfaces.swift
[421/473] Compiling NIOCore Linux.swift
[424/476] Emitting module Collections
[425/476] Compiling Collections Collections.swift
[427/477] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[428/477] Compiling NIOCore SocketAddresses.swift
[429/477] Compiling NIOCore SocketOptionProvider.swift
[430/477] Compiling NIOCore SystemCallHelpers.swift
[431/477] Compiling NIOCore TimeAmount+Duration.swift
[432/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[433/477] Compiling NIOCore UniversalBootstrapSupport.swift
[434/477] Compiling NIOCore Utilities.swift
[443/477] Compiling NIOCore ChannelPipeline.swift
[444/477] Compiling NIOCore CircularBuffer.swift
[445/477] Compiling NIOCore Codec.swift
[464/477] Compiling NIOCore ChannelHandler.swift
[465/477] Compiling NIOCore ChannelHandlers.swift
[466/477] Compiling NIOCore ChannelInvoker.swift
[467/477] Compiling NIOCore ChannelOption.swift
[477/477] Emitting module NIOCore
[479/529] Emitting module NIOEmbedded
[480/529] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[481/529] Compiling NIOEmbedded Embedded.swift
[482/529] Compiling NIOEmbedded AsyncTestingChannel.swift
[484/530] Emitting module NIOPosix
[485/536] Compiling NIOPosix SelectableChannel.swift
[486/536] Compiling NIOPosix SelectableEventLoop.swift
[487/536] Compiling NIOPosix SelectorEpoll.swift
[488/536] Compiling NIOPosix SelectorGeneric.swift
[489/536] Compiling NIOPosix SelectorKqueue.swift
[490/536] Compiling NIOPosix SelectorUring.swift
[491/536] Compiling NIOPosix PooledRecvBufferAllocator.swift
[492/536] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[493/536] Compiling NIOPosix PosixSingletons.swift
[494/536] Compiling NIOPosix RawSocketBootstrap.swift
[495/536] Compiling NIOPosix Resolver.swift
[496/536] Compiling NIOPosix Selectable.swift
[497/536] Compiling NIOPosix ServerSocket.swift
[498/536] Compiling NIOPosix Socket.swift
[499/536] Compiling NIOPosix SocketChannel.swift
[500/536] Compiling NIOPosix SocketProtocols.swift
[501/536] Compiling NIOPosix System.swift
[502/536] Compiling NIOPosix Thread.swift
[503/536] Compiling NIOPosix ThreadPosix.swift
[504/536] Compiling NIOPosix ThreadWindows.swift
[505/536] Compiling NIOPosix UnsafeTransfer.swift
[506/536] Compiling NIOPosix Utilities.swift
[507/536] Compiling NIOPosix VsockAddress.swift
[508/536] Compiling NIOPosix VsockChannelEvents.swift
[509/536] Compiling NIOPosix BSDSocketAPICommon.swift
[510/536] Compiling NIOPosix BSDSocketAPIPosix.swift
[511/536] Compiling NIOPosix BSDSocketAPIWindows.swift
[512/536] Compiling NIOPosix BaseSocket.swift
[513/536] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[514/536] Compiling NIOPosix BaseSocketChannel.swift
[515/536] Compiling NIOPosix BaseStreamSocketChannel.swift
[516/536] Compiling NIOPosix Bootstrap.swift
[517/536] Compiling NIOPosix ControlMessage.swift
[518/536] Compiling NIOPosix DatagramVectorReadManager.swift
[519/536] Compiling NIOPosix Errors+Any.swift
[520/536] Compiling NIOPosix FileDescriptor.swift
[521/536] Compiling NIOPosix GetaddrinfoResolver.swift
[522/536] Compiling NIOPosix HappyEyeballs.swift
[523/536] Compiling NIOPosix IO.swift
[524/536] Compiling NIOPosix IntegerBitPacking.swift
[525/536] Compiling NIOPosix IntegerTypes.swift
[526/536] Compiling NIOPosix Linux.swift
[527/536] Compiling NIOPosix LinuxCPUSet.swift
[528/536] Compiling NIOPosix LinuxUring.swift
[529/536] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[530/536] Compiling NIOPosix NIOThreadPool.swift
[531/536] Compiling NIOPosix NonBlockingFileIO.swift
[532/536] Compiling NIOPosix PendingDatagramWritesManager.swift
[533/536] Compiling NIOPosix PendingWritesManager.swift
[534/536] Compiling NIOPosix PipeChannel.swift
[535/536] Compiling NIOPosix PipePair.swift
[536/536] Compiling NIOPosix Pool.swift
[538/539] Compiling NIO Exports.swift
[539/539] Emitting module NIO
[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/644] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[555/644] Compiling SQLKit Exports.swift
[556/644] Compiling SQLKit SQLAlias.swift
[557/644] Compiling SQLKit SQLBetween.swift
[558/644] Compiling SQLKit SQLColumn.swift
[559/644] Compiling SQLKit SQLConstraint.swift
[560/644] Compiling SQLKit SQLDataType.swift
[561/644] Compiling SQLKit SQLDirection.swift
[562/644] Compiling SQLKit SQLDistinct.swift
[563/644] Compiling SQLKit SQLForeignKeyAction.swift
[564/644] Compiling SQLKit SQLNestedSubpathExpression.swift
[565/644] Compiling SQLKit SQLQualifiedTable.swift
[566/644] Compiling SQLKit SQLQueryString.swift
[567/644] Compiling SQLKit SQLDropIndex.swift
[568/644] Compiling SQLKit SQLDropTable.swift
[569/644] Compiling SQLKit SQLDropTrigger.swift
[570/644] Compiling SQLKit SQLInsert.swift
[571/644] Compiling SQLKit SQLSelect.swift
[572/644] Compiling SQLKit SQLUnion.swift
[573/644] Compiling SQLKit SQLUpdate.swift
[574/644] Compiling SQLKit SQLExpression.swift
[575/644] Compiling SQLKit SQLSerializer.swift
[576/644] Compiling SQLKit SQLStatement.swift
[577/644] Compiling SQLKit SQLBinaryExpression.swift
[578/644] Compiling SQLKit SQLBinaryOperator.swift
[579/644] Compiling SQLKit SQLBind.swift
[580/644] Compiling SQLKit SQLLockingClause.swift
[581/644] Compiling SQLKit SQLOrderBy.swift
[582/644] Compiling SQLKit SQLReturning.swift
[583/644] Compiling SQLKit SQLSubquery.swift
[584/644] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[585/644] Compiling SQLKit SQLAlterEnum.swift
[586/644] Compiling SQLKit SQLAlterTable.swift
[587/644] Compiling SQLKit SQLCreateEnum.swift
[588/644] Compiling SQLKit SQLCreateIndex.swift
[589/644] Compiling SQLKit SQLCreateTable.swift
[590/644] Compiling SQLKit SQLCreateTrigger.swift
[591/644] Compiling SQLKit SQLDelete.swift
[592/644] Compiling SQLKit SQLDropEnum.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] Emitting module SQLKit
[607/644] Compiling SQLKit SQLPredicateBuilder.swift
[608/644] Compiling SQLKit SQLQueryBuilder.swift
[609/644] Compiling SQLKit SQLQueryFetcher.swift
[610/644] Compiling SQLKit SQLReturningBuilder.swift
[611/644] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[612/644] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[613/644] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[614/644] Compiling SQLKit SQLDatabase.swift
[615/644] Compiling SQLKit SQLDatabaseReportedVersion.swift
[616/644] Compiling SQLKit SQLDialect.swift
[617/644] Compiling SQLKit SQLDatabase+Deprecated.swift
[618/644] Compiling SQLKit SQLError.swift
[619/644] Compiling SQLKit SQLExpressions+Deprecated.swift
[620/644] Compiling SQLKit SQLPredicateGroupBuilder.swift
[621/644] Compiling SQLKit SQLRawBuilder.swift
[622/644] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[623/644] Compiling SQLKit SQLSelectBuilder.swift
[624/644] Compiling SQLKit SQLSubqueryBuilder.swift
[625/644] Compiling SQLKit SQLUnionBuilder.swift
[626/644] Compiling SQLKit SQLUpdateBuilder.swift
[627/644] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[628/644] Compiling SQLKit SQLColumnUpdateBuilder.swift
[629/644] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[630/644] Compiling SQLKit SQLCommonUnionBuilder.swift
[631/644] Compiling SQLKit SQLJoinBuilder.swift
[632/644] Compiling SQLKit SQLPartialResultBuilder.swift
[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] Emitting module SQLKitBenchmark
[647/653] Compiling SQLKitBenchmark SQLBenchmarker.swift
[648/653] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[649/653] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[650/653] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[651/653] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[652/653] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[653/653] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
Build complete! (126.90s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.