Build Information
Successful build of sql-kit, reference main (baf0d8
), with Swift 6.1 for Linux on 1 May 2025 08:26:14 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 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.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-1":/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-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3837/20142] Fetching swift-log, swift-collections
[4490/95719] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.04s)
[65432/91883] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.08s)
[49881/75577] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[1706/6072] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.94s)
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-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-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
[18/29] Compiling _AtomicsShims.c
[19/29] Compiling CNIOWindows WSAStartup.c
[20/29] Compiling CNIOWindows shim.c
[20/29] Write sources
[22/29] Compiling CNIODarwin shim.c
[23/29] Compiling CNIOWASI CNIOWASI.c
[23/29] Compiling CNIOLinux liburing_shims.c
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[27/76] Compiling c-nioatomics.c
[29/76] Compiling Atomics OptionalRawRepresentable.swift
[30/76] Compiling Atomics RawRepresentable.swift
[31/76] Compiling Atomics AtomicBool.swift
[32/78] Compiling Atomics ManagedAtomic.swift
[33/78] Compiling Atomics ManagedAtomicLazyReference.swift
[35/78] Compiling _NIODataStructures _TinyArray.swift
[37/80] Emitting module InternalCollectionsUtilities
[38/80] Compiling Atomics IntegerConformances.swift
[39/80] Compiling Atomics PointerConformances.swift
[40/80] Compiling Atomics Primitives.native.swift
[41/80] Compiling _NIODataStructures PriorityQueue.swift
[42/80] Emitting module _NIOBase64
[43/80] Compiling _NIOBase64 Base64.swift
[44/80] Compiling Atomics AtomicReference.swift
[45/80] Compiling Atomics AtomicStorage.swift
[46/81] Compiling Atomics AtomicMemoryOrderings.swift
[47/81] Compiling Atomics DoubleWord.swift
[48/81] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[50/81] Compiling Atomics AtomicInteger.swift
[51/81] Compiling Atomics AtomicOptionalWrappable.swift
[52/81] Compiling Atomics AtomicValue.swift
[53/81] Compiling Atomics Primitives.shims.swift
[56/81] Emitting module Atomics
[73/82] Compiling Atomics IntegerOperations.swift
[74/82] Compiling Atomics Unmanaged extensions.swift
[74/83] Compiling c-atomics.c
[77/304] Compiling HeapModule Heap+Descriptions.swift
[78/308] Compiling _RopeModule BigString+Comparable.swift
[79/308] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[80/312] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[81/312] Compiling _RopeModule BigString+Chunk+Breaks.swift
[82/312] Compiling HeapModule _HeapNode.swift
[83/312] Compiling HeapModule Heap.swift
[84/312] Compiling Logging MetadataProvider.swift
[85/312] Emitting module Logging
[86/312] Compiling Logging Locks.swift
[87/312] Emitting module _NIODataStructures
[88/312] Compiling _NIODataStructures Heap.swift
[89/313] Compiling Logging LogHandler.swift
[90/313] Compiling Logging Logging.swift
[91/314] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[92/314] Compiling HeapModule Heap+UnsafeHandle.swift
[93/314] Compiling HeapModule Heap+Invariants.swift
[94/314] Emitting module HeapModule
[95/315] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[96/315] Compiling _RopeModule BigString+Hashing.swift
[100/315] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/315] Compiling _RopeModule Rope+ForEachWhile.swift
[102/315] Compiling _RopeModule Rope+Insert.swift
[103/315] Compiling HashTreeCollections TreeSet+Sequence.swift
[104/315] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[105/315] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[106/315] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[107/315] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[108/315] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[109/315] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[110/315] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[111/325] Compiling DequeModule _DequeSlot.swift
[112/325] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/325] Compiling _RopeModule _RopeItem.swift
[114/325] Compiling _RopeModule _RopePath.swift
[115/325] Compiling _RopeModule BigString+UnicodeScalarView.swift
[116/325] Compiling _RopeModule BigSubstring+UTF16View.swift
[117/325] Compiling _RopeModule BigSubstring+UTF8View.swift
[118/325] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[119/325] Compiling _RopeModule BigSubstring.swift
[120/332] Compiling _RopeModule Rope+_Storage.swift
[121/332] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[122/332] Compiling _RopeModule Rope+_UnsafeHandle.swift
[123/332] Compiling _RopeModule Rope.swift
[124/332] Compiling _RopeModule RopeElement.swift
[125/332] Compiling _RopeModule RopeMetric.swift
[126/332] Compiling _RopeModule RopeSummary.swift
[127/332] Compiling NIOConcurrencyHelpers lock.swift
[128/385] Compiling BitCollections BitArray+Descriptions.swift
[129/385] Compiling BitCollections BitArray+Equatable.swift
[130/385] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[131/385] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[132/385] Compiling BitCollections BitArray+Hashable.swift
[133/385] Compiling BitCollections BitArray+Initializers.swift
[134/385] Emitting module NIOConcurrencyHelpers
[135/385] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[138/385] Compiling BitCollections BitArray+Extras.swift
[139/385] Compiling BitCollections BitArray+Fill.swift
[142/385] Compiling BitCollections BitArray+Invariants.swift
[143/385] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[144/385] Compiling BitCollections BitArray+RandomBits.swift
[145/385] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[146/385] Compiling BitCollections BitArray+Shifts.swift
[147/385] Compiling BitCollections BitArray+Testing.swift
[148/385] Compiling BitCollections BitArray._UnsafeHandle.swift
[149/385] Compiling BitCollections BitArray.swift
[150/385] Compiling BitCollections BitSet+BidirectionalCollection.swift
[151/385] Compiling BitCollections BitSet+Codable.swift
[152/385] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[153/385] Compiling NIOConcurrencyHelpers atomics.swift
[154/386] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[155/386] Compiling BitCollections BitSet+CustomReflectable.swift
[156/386] Compiling BitCollections BitSet+CustomStringConvertible.swift
[157/386] Compiling BitCollections BitSet+Equatable.swift
[158/386] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[159/386] Compiling BitCollections BitSet+Extras.swift
[160/386] Compiling BitCollections BitSet+Hashable.swift
[161/386] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[162/386] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[163/386] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[164/386] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[165/386] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[166/386] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[167/386] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[168/386] Compiling BitCollections BitSet+Initializers.swift
[169/386] Compiling BitCollections BitSet+Invariants.swift
[170/386] Compiling BitCollections BitArray+Codable.swift
[171/386] Compiling BitCollections BitArray+Collection.swift
[173/386] Emitting module DequeModule
[174/387] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/387] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/387] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[177/387] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[178/387] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[179/387] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[180/387] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[181/387] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[182/387] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[183/387] Compiling HashTreeCollections TreeSet.swift
[185/387] Emitting module BitCollections
[186/394] Compiling BitCollections BitArray+BitwiseOperations.swift
[187/394] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[190/394] Compiling BitCollections BitArray+Copy.swift
[191/394] Compiling BitCollections BitArray+CustomReflectable.swift
[201/453] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[202/453] Compiling NIOCore BSDSocketAPI.swift
[203/453] Compiling NIOCore ByteBuffer-aux.swift
[204/453] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[205/453] Compiling NIOCore ByteBuffer-conversions.swift
[206/453] Compiling NIOCore ByteBuffer-core.swift
[207/453] Compiling NIOCore ByteBuffer-hex.swift
[208/453] Compiling NIOCore ByteBuffer-int.swift
[209/453] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[210/453] Compiling NIOCore AddressedEnvelope.swift
[211/462] Compiling NIOCore ChannelInvoker.swift
[212/462] Compiling NIOCore ChannelOption.swift
[213/462] Compiling NIOCore EventLoop.swift
[214/462] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[215/462] Compiling NIOCore EventLoopFuture+Deprecated.swift
[216/462] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[217/462] Compiling NIOCore EventLoopFuture.swift
[218/462] Compiling NIOCore FileDescriptor.swift
[219/462] Compiling NIOCore FileHandle.swift
[220/462] Compiling NIOCore FileRegion.swift
[221/462] Compiling NIOCore GlobalSingletons.swift
[222/462] Compiling NIOCore AsyncChannel.swift
[223/462] Compiling NIOCore AsyncChannelHandler.swift
[224/462] Compiling NIOCore AsyncChannelInboundStream.swift
[225/462] Compiling NIOCore AsyncChannelOutboundWriter.swift
[226/462] Compiling NIOCore NIOAsyncSequenceProducer.swift
[227/462] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[228/462] Compiling NIOCore NIOAsyncWriter.swift
[229/462] Compiling NIOCore ChannelPipeline.swift
[230/462] Compiling NIOCore CircularBuffer.swift
[231/462] Compiling NIOCore Codec.swift
[232/462] Compiling NIOCore ConvenienceOptionSupport.swift
[233/462] Compiling NIOCore DeadChannel.swift
[234/462] Compiling NIOCore DispatchQueue+WithFuture.swift
[235/462] Compiling NIOCore EventLoop+Deprecated.swift
[236/462] Compiling NIOCore EventLoop+SerialExecutor.swift
[237/462] Compiling NIOCore ByteBuffer-multi-int.swift
[238/462] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[239/462] Compiling NIOCore ByteBuffer-views.swift
[240/462] Compiling NIOCore Channel.swift
[241/462] Compiling NIOCore ChannelHandler.swift
[242/462] Compiling NIOCore ChannelHandlers.swift
[246/462] Compiling NIOCore IO.swift
[247/462] Compiling NIOCore IOData.swift
[248/462] Compiling NIOCore IPProtocol.swift
[249/462] Compiling NIOCore IntegerBitPacking.swift
[250/462] Compiling NIOCore IntegerTypes.swift
[251/462] Compiling NIOCore Interfaces.swift
[252/462] Compiling BitCollections _Word.swift
[253/462] Compiling OrderedCollections OrderedSet.swift
[254/462] Compiling OrderedCollections _UnsafeBitset.swift
[255/462] Compiling _RopeModule Rope+Sequence.swift
[256/462] Compiling _RopeModule Rope+Append.swift
[257/462] Compiling _RopeModule Rope+Extract.swift
[258/462] Compiling _RopeModule Rope+Find.swift
[272/462] Compiling NIOCore Linux.swift
[273/462] Compiling NIOCore MarkedCircularBuffer.swift
[274/462] Compiling NIOCore MulticastChannel.swift
[282/462] Compiling NIOCore AsyncAwaitSupport.swift
[292/462] Compiling NIOCore NIOLoopBound.swift
[293/462] Compiling NIOCore NIOScheduledCallback.swift
[294/462] Compiling NIOCore NIOSendable.swift
[295/462] Compiling NIOCore RecvByteBufferAllocator.swift
[334/462] Emitting module OrderedCollections
[336/463] Compiling NIOCore NIOAny.swift
[337/463] Compiling NIOCore NIOCloseOnErrorHandler.swift
[366/464] Emitting module _RopeModule
[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
[392/472] Emitting module HashTreeCollections
[432/476] Emitting module Collections
[433/476] Compiling Collections Collections.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
[477/477] Emitting module NIOCore
[479/529] Emitting module NIOEmbedded
[480/529] Compiling NIOEmbedded AsyncTestingChannel.swift
[481/529] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[482/529] Compiling NIOPosix PooledRecvBufferAllocator.swift
[483/529] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[484/529] Compiling NIOPosix PosixSingletons.swift
[485/529] Compiling NIOPosix RawSocketBootstrap.swift
[486/529] Compiling NIOPosix Resolver.swift
[487/529] Compiling NIOPosix Selectable.swift
[488/535] Compiling NIOEmbedded Embedded.swift
[490/536] Compiling NIOPosix IO.swift
[491/536] Compiling NIOPosix IntegerBitPacking.swift
[492/536] Compiling NIOPosix IntegerTypes.swift
[493/536] Compiling NIOPosix Linux.swift
[494/536] Compiling NIOPosix LinuxCPUSet.swift
[495/536] Compiling NIOPosix LinuxUring.swift
[496/536] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[497/536] Compiling NIOPosix ThreadPosix.swift
[498/536] Compiling NIOPosix ThreadWindows.swift
[499/536] Compiling NIOPosix UnsafeTransfer.swift
[500/536] Compiling NIOPosix Utilities.swift
[501/536] Compiling NIOPosix VsockAddress.swift
[502/536] Compiling NIOPosix VsockChannelEvents.swift
[503/536] Emitting module NIOPosix
[504/536] Compiling NIOPosix SelectableChannel.swift
[505/536] Compiling NIOPosix SelectableEventLoop.swift
[506/536] Compiling NIOPosix SelectorEpoll.swift
[507/536] Compiling NIOPosix SelectorGeneric.swift
[508/536] Compiling NIOPosix SelectorKqueue.swift
[509/536] Compiling NIOPosix SelectorUring.swift
[510/536] Compiling NIOPosix ServerSocket.swift
[511/536] Compiling NIOPosix Socket.swift
[512/536] Compiling NIOPosix SocketChannel.swift
[513/536] Compiling NIOPosix SocketProtocols.swift
[514/536] Compiling NIOPosix System.swift
[515/536] Compiling NIOPosix Thread.swift
[516/536] Compiling NIOPosix NIOThreadPool.swift
[517/536] Compiling NIOPosix NonBlockingFileIO.swift
[518/536] Compiling NIOPosix PendingDatagramWritesManager.swift
[519/536] Compiling NIOPosix PendingWritesManager.swift
[520/536] Compiling NIOPosix PipeChannel.swift
[521/536] Compiling NIOPosix PipePair.swift
[522/536] Compiling NIOPosix Pool.swift
[523/536] Compiling NIOPosix BSDSocketAPICommon.swift
[524/536] Compiling NIOPosix BSDSocketAPIPosix.swift
[525/536] Compiling NIOPosix BSDSocketAPIWindows.swift
[526/536] Compiling NIOPosix BaseSocket.swift
[527/536] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[528/536] Compiling NIOPosix BaseSocketChannel.swift
[529/536] Compiling NIOPosix BaseStreamSocketChannel.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 SQLQueryBuilders+Deprecated.swift
[542/632] Compiling SQLKit Exports.swift
[543/632] Compiling SQLKit SQLAlias.swift
[544/632] Compiling SQLKit SQLBetween.swift
[545/632] Compiling SQLKit SQLColumn.swift
[546/632] Compiling SQLKit SQLConstraint.swift
[547/632] Compiling SQLKit SQLDataType.swift
[548/632] Compiling SQLKit SQLDirection.swift
[549/632] Compiling SQLKit SQLDistinct.swift
[550/632] Compiling SQLKit SQLForeignKeyAction.swift
[551/632] Compiling SQLKit SQLNestedSubpathExpression.swift
[552/632] Compiling SQLKit SQLQualifiedTable.swift
[553/632] Compiling SQLKit SQLQueryString.swift
[554/644] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[555/644] Compiling SQLKit SQLColumnAssignment.swift
[556/644] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[557/644] Compiling SQLKit SQLColumnDefinition.swift
[558/644] Compiling SQLKit SQLCommonTableExpression.swift
[559/644] Compiling SQLKit SQLConflictAction.swift
[560/644] Compiling SQLKit SQLConflictResolutionStrategy.swift
[561/644] Compiling SQLKit SQLDropBehaviour.swift
[562/644] Compiling SQLKit SQLEnumDataType.swift
[563/644] Compiling SQLKit SQLExcludedColumn.swift
[564/644] Compiling SQLKit SQLForeignKey.swift
[565/644] Compiling SQLKit SQLJoin.swift
[566/644] Compiling SQLKit SQLJoinMethod.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 SQLDropIndex.swift
[581/644] Compiling SQLKit SQLDropTable.swift
[582/644] Compiling SQLKit SQLDropTrigger.swift
[583/644] Compiling SQLKit SQLInsert.swift
[584/644] Compiling SQLKit SQLSelect.swift
[585/644] Compiling SQLKit SQLUnion.swift
[586/644] Compiling SQLKit SQLUpdate.swift
[587/644] Compiling SQLKit SQLExpression.swift
[588/644] Compiling SQLKit SQLSerializer.swift
[589/644] Compiling SQLKit SQLStatement.swift
[590/644] Compiling SQLKit SQLBinaryExpression.swift
[591/644] Compiling SQLKit SQLBinaryOperator.swift
[592/644] Compiling SQLKit SQLBind.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 SQLPredicateGroupBuilder.swift
[607/644] Compiling SQLKit SQLRawBuilder.swift
[608/644] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[609/644] Compiling SQLKit SQLSelectBuilder.swift
[610/644] Compiling SQLKit SQLSubqueryBuilder.swift
[611/644] Compiling SQLKit SQLUnionBuilder.swift
[612/644] Compiling SQLKit SQLUpdateBuilder.swift
[613/644] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[614/644] Compiling SQLKit SQLColumnUpdateBuilder.swift
[615/644] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[616/644] Compiling SQLKit SQLCommonUnionBuilder.swift
[617/644] Compiling SQLKit SQLJoinBuilder.swift
[618/644] Compiling SQLKit SQLPartialResultBuilder.swift
[619/644] Compiling SQLKit SQLPredicateBuilder.swift
[620/644] Compiling SQLKit SQLQueryBuilder.swift
[621/644] Compiling SQLKit SQLQueryFetcher.swift
[622/644] Compiling SQLKit SQLReturningBuilder.swift
[623/644] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[624/644] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[625/644] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[626/644] Compiling SQLKit SQLDatabase.swift
[627/644] Compiling SQLKit SQLDatabaseReportedVersion.swift
[628/644] Compiling SQLKit SQLDialect.swift
[629/644] Compiling SQLKit SQLDatabase+Deprecated.swift
[630/644] Compiling SQLKit SQLError.swift
[631/644] Compiling SQLKit SQLExpressions+Deprecated.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 SQLBenchmark+Codable.swift
[647/653] Emitting module SQLKitBenchmark
[648/653] Compiling SQLKitBenchmark SQLBenchmarker.swift
[649/653] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[650/653] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[651/653] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[652/653] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[653/653] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
Build complete! (120.44s)
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.