Build Information
Successful build of sql-kit, reference main (c0ea24), with Swift 6.0 for Linux on 11 Dec 2025 17:06:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 c0ea243 Update to Swift 6 (#196)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
c0ea243ffeb8b5ff9e20a281e44003c6abb8896f
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d50cceb83aba9237d7903cc3c4ef7bd8f8bfaaf83777b35554908a03d392fd03
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/5747] Fetching swift-log
[5748/24110] Fetching swift-log, swift-collections
[11074/104791] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.99s)
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
[36307/80681] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (2.09s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[1821/7041] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.91s)
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.29s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.35s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Building for debugging...
[0/27] Write sources
[14/27] Compiling CNIOWindows shim.c
[14/27] Compiling _AtomicsShims.c
[16/27] Compiling CNIOWindows WSAStartup.c
[17/27] Compiling CNIOLinux liburing_shims.c
[17/27] Write sources
[20/27] Compiling CNIODarwin shim.c
[21/27] Compiling CNIOWASI CNIOWASI.c
[22/27] Compiling CNIOOpenBSD shim.c
[23/27] Compiling CNIOLinux shim.c
[24/27] Write swift-version-24593BA9C3E375BF.txt
[26/72] Emitting module InternalCollectionsUtilities
[26/74] Compiling c-nioatomics.c
[28/74] Emitting module Atomics
[28/76] Compiling c-atomics.c
[30/82] Compiling Atomics IntegerOperations.swift
[31/82] Compiling Atomics Unmanaged extensions.swift
[32/82] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[33/82] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[34/82] Compiling Atomics AtomicStorage.swift
[35/82] Compiling Atomics AtomicValue.swift
[36/82] Compiling Atomics AtomicMemoryOrderings.swift
[37/82] Compiling Atomics DoubleWord.swift
[38/82] Compiling Atomics ManagedAtomic.swift
[39/82] Compiling Atomics ManagedAtomicLazyReference.swift
[42/82] Compiling Atomics OptionalRawRepresentable.swift
[43/82] Compiling Atomics RawRepresentable.swift
[46/82] Compiling _NIOBase64 Base64.swift
[47/82] Emitting module _NIOBase64
[48/83] Compiling Atomics AtomicOptionalWrappable.swift
[49/83] Compiling Atomics AtomicReference.swift
[50/83] Compiling Atomics IntegerConformances.swift
[51/83] Compiling Atomics PointerConformances.swift
[52/83] Compiling Atomics Primitives.native.swift
[53/83] Compiling Atomics AtomicBool.swift
[54/83] Compiling Atomics AtomicInteger.swift
[71/85] Compiling _NIODataStructures PriorityQueue.swift
[72/85] Compiling _NIODataStructures _TinyArray.swift
[73/161] Compiling HeapModule Heap+Descriptions.swift
[74/306] Compiling HeapModule Heap.swift
[75/306] Compiling HeapModule _HeapNode.swift
[76/306] Compiling _RopeModule BigString+Ingester.swift
[77/306] Compiling _RopeModule BigString+Invariants.swift
[78/306] Compiling _RopeModule BigString+Iterators.swift
[79/306] Compiling _RopeModule BigString+Metrics.swift
[80/306] Compiling _RopeModule BigString+Debugging.swift
[81/306] Compiling _RopeModule BigString+Index.swift
[82/308] Emitting module Logging
[83/308] Compiling Logging Locks.swift
[84/308] Compiling Logging MetadataProvider.swift
[85/308] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/308] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/308] Compiling HeapModule Heap+Invariants.swift
[88/308] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[89/308] Compiling HeapModule Heap+UnsafeHandle.swift
[90/308] Compiling NIOConcurrencyHelpers lock.swift
[91/308] Emitting module HeapModule
[92/309] Emitting module _NIODataStructures
[93/309] Compiling _NIODataStructures Heap.swift
[94/310] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[95/310] Compiling _RopeModule BigString+Chunk+Splitting.swift
[96/310] Compiling _RopeModule BigString+Chunk.swift
[97/310] Compiling _RopeModule BigString+BidirectionalCollection.swift
[98/310] Compiling _RopeModule BigString+Comparable.swift
[99/310] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[100/310] Compiling _RopeModule BigString+CustomStringConvertible.swift
[102/317] Compiling _RopeModule Rope+ForEachWhile.swift
[103/317] Compiling _RopeModule Rope+Insert.swift
[104/317] Compiling _RopeModule Rope+_Storage.swift
[105/317] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[106/317] Compiling _RopeModule Rope+_UnsafeHandle.swift
[107/317] Compiling _RopeModule Rope.swift
[108/317] Compiling _RopeModule RopeElement.swift
[110/317] Compiling OrderedCollections OrderedSet+SubSequence.swift
[111/317] Compiling OrderedCollections OrderedSet+Testing.swift
[112/317] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[113/317] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[114/317] Compiling OrderedCollections OrderedSet.swift
[115/317] Compiling OrderedCollections _UnsafeBitset.swift
[116/317] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[117/317] Compiling _RopeModule BigSubstring.swift
[118/317] Compiling _RopeModule Rope+Builder.swift
[119/317] Compiling _RopeModule Rope+Debugging.swift
[120/327] Compiling Logging LogHandler.swift
[121/327] Compiling Logging Logging.swift
[122/328] Compiling DequeModule _DequeSlot.swift
[123/328] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/328] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[125/328] Emitting module NIOConcurrencyHelpers
[126/328] Compiling NIOConcurrencyHelpers atomics.swift
[128/329] Compiling _RopeModule BigString+Initializers.swift
[129/329] Compiling _RopeModule BigString+Insert.swift
[130/329] Compiling _RopeModule BigString+Managing Breaks.swift
[131/329] Compiling _RopeModule BigString+RemoveSubrange.swift
[132/329] Compiling _RopeModule BigString+ReplaceSubrange.swift
[133/329] Compiling _RopeModule BigString+Split.swift
[134/329] Compiling _RopeModule Range+BigString.swift
[135/329] Compiling _RopeModule BigString+UTF16View.swift
[136/329] Compiling _RopeModule BigString+Builder.swift
[137/329] Compiling _RopeModule BigString+Contents.swift
[139/329] Compiling _RopeModule Rope+Invariants.swift
[140/329] Compiling _RopeModule Rope+_Node.swift
[141/329] Compiling HashTreeCollections TreeSet+Collection.swift
[142/329] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[143/329] Compiling HashTreeCollections TreeSet+Debugging.swift
[144/329] Compiling HashTreeCollections TreeSet+Descriptions.swift
[145/329] Compiling HashTreeCollections TreeSet+Equatable.swift
[146/329] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[147/329] Compiling HashTreeCollections TreeSet+Extras.swift
[148/329] Compiling HashTreeCollections TreeSet+Filter.swift
[149/330] Compiling _RopeModule BigString+Chunk+Counts.swift
[150/330] Compiling _RopeModule BigString+Chunk+Description.swift
[151/330] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[152/330] Compiling _RopeModule BigString+Chunk+Breaks.swift
[153/330] Compiling _RopeModule BigString+Summary.swift
[154/330] Compiling _RopeModule BigString.swift
[155/362] Compiling _RopeModule BigString+UTF8View.swift
[156/362] Compiling _RopeModule _RopeVersion.swift
[157/362] Compiling _RopeModule Rope+Collection.swift
[158/362] Compiling _RopeModule Rope+Index.swift
[159/362] Compiling _RopeModule Rope+Sequence.swift
[160/362] Compiling _RopeModule Rope+Append.swift
[161/362] Compiling _RopeModule Rope+Extract.swift
[162/362] Compiling _RopeModule Rope+Find.swift
[163/382] Compiling BitCollections BitArray+BitwiseOperations.swift
[164/382] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[165/382] Compiling BitCollections BitArray+Codable.swift
[166/382] Compiling BitCollections BitArray+Collection.swift
[167/382] Compiling BitCollections BitArray+Copy.swift
[168/382] Compiling BitCollections BitArray+CustomReflectable.swift
[169/382] Compiling BitCollections BitArray+Descriptions.swift
[170/382] Compiling BitCollections BitArray+Equatable.swift
[171/382] Compiling BitCollections BitSet+SetAlgebra basics.swift
[172/382] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[173/382] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[174/382] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[175/382] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[176/382] Compiling BitCollections BitSet+CustomReflectable.swift
[177/382] Compiling BitCollections BitSet+CustomStringConvertible.swift
[178/382] Compiling BitCollections BitSet+Equatable.swift
[179/382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[180/382] Compiling BitCollections BitSet+Extras.swift
[181/382] Compiling BitCollections BitSet+Hashable.swift
[182/382] Compiling BitCollections BitSet+Initializers.swift
[183/382] Compiling BitCollections BitSet+Invariants.swift
[184/382] Compiling BitCollections BitSet+Random.swift
[192/382] Compiling BitCollections BitArray+RandomBits.swift
[193/382] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[194/382] Compiling BitCollections BitArray+Shifts.swift
[195/382] Compiling BitCollections BitArray+Testing.swift
[196/382] Compiling BitCollections BitArray._UnsafeHandle.swift
[197/382] Compiling BitCollections BitArray.swift
[198/382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[199/382] Compiling BitCollections BitSet+Codable.swift
[200/391] Emitting module DequeModule
[201/392] Compiling _RopeModule _CharacterRecognizer.swift
[202/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[203/392] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[204/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[205/392] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[206/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[207/392] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[208/392] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[209/392] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[210/392] Compiling HashTreeCollections TreeSet.swift
[212/439] Compiling NIOCore ChannelInvoker.swift
[213/439] Compiling NIOCore ChannelOption.swift
[214/439] Compiling NIOCore ChannelPipeline.swift
[215/439] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[216/439] Compiling NIOCore BSDSocketAPI.swift
[217/439] Compiling NIOCore ByteBuffer-aux.swift
[218/439] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[219/440] Compiling NIOCore NIOCloseOnErrorHandler.swift
[220/440] Compiling NIOCore ByteBuffer-multi-int.swift
[221/440] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[222/440] Compiling NIOCore ByteBuffer-views.swift
[223/440] Compiling NIOCore Channel.swift
[224/440] Compiling NIOCore ChannelHandler.swift
[225/440] Compiling NIOCore ChannelHandlers.swift
[226/462] Compiling NIOCore GlobalSingletons.swift
[227/462] Compiling NIOCore IO.swift
[228/462] Compiling NIOCore IOData.swift
[229/462] Compiling NIOCore AddressedEnvelope.swift
[230/462] Compiling NIOCore AsyncAwaitSupport.swift
[231/462] Compiling NIOCore AsyncChannel.swift
[232/462] Compiling NIOCore AsyncChannelHandler.swift
[233/462] Compiling NIOCore AsyncChannelInboundStream.swift
[234/462] Compiling NIOCore AsyncChannelOutboundWriter.swift
[235/462] Compiling NIOCore NIOAsyncSequenceProducer.swift
[236/462] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[237/462] Emitting module BitCollections
[238/462] Compiling NIOCore ByteBuffer-core.swift
[239/462] Compiling NIOCore ByteBuffer-hex.swift
[240/462] Compiling NIOCore ByteBuffer-int.swift
[241/462] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[242/462] Compiling NIOCore EventLoopFuture+Deprecated.swift
[243/462] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[244/462] Compiling NIOCore EventLoopFuture.swift
[245/462] Compiling NIOCore FileDescriptor.swift
[256/462] Compiling NIOCore IPProtocol.swift
[257/462] Compiling NIOCore IntegerBitPacking.swift
[258/462] Compiling NIOCore IntegerTypes.swift
[259/462] Compiling NIOCore Interfaces.swift
[260/462] Compiling NIOCore Linux.swift
[261/462] Compiling NIOCore MarkedCircularBuffer.swift
[262/462] Compiling NIOCore MulticastChannel.swift
[263/462] Compiling NIOCore NIOAny.swift
[266/462] Compiling NIOCore NIOCoreSendableMetatype.swift
[267/462] Compiling NIOCore NIODecodedAsyncSequence.swift
[268/462] Compiling NIOCore NIOLoopBound.swift
[269/462] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[270/462] Compiling NIOCore NIOScheduledCallback.swift
[271/462] Compiling NIOCore NIOSendable.swift
[272/462] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[274/462] Compiling NIOCore FileHandle.swift
[275/462] Compiling NIOCore FileRegion.swift
[280/462] Compiling NIOCore Codec.swift
[281/462] Compiling NIOCore ConvenienceOptionSupport.swift
[282/462] Compiling NIOCore DeadChannel.swift
[283/462] Compiling NIOCore DispatchQueue+WithFuture.swift
[284/462] Compiling NIOCore EventLoop+Deprecated.swift
[285/462] Compiling NIOCore EventLoop+SerialExecutor.swift
[286/462] Compiling NIOCore EventLoop.swift
[290/462] Compiling NIOCore RecvByteBufferAllocator.swift
[291/462] Compiling NIOCore CircularBuffer.swift
[300/462] Compiling NIOCore NIOAsyncWriter.swift
[313/462] Emitting module _RopeModule
[314/462] Emitting module OrderedCollections
[315/463] Compiling NIOCore ByteBuffer-conversions.swift
[340/464] Compiling _RopeModule Rope+Join.swift
[341/464] Compiling _RopeModule Rope+MutatingForEach.swift
[342/464] Compiling _RopeModule Rope+Remove.swift
[343/464] Compiling _RopeModule Rope+RemoveSubrange.swift
[344/464] Compiling _RopeModule Rope+Split.swift
[345/464] Compiling _RopeModule Optional Utilities.swift
[346/464] Compiling _RopeModule String Utilities.swift
[347/464] Compiling _RopeModule String.Index+ABI.swift
[412/472] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[413/472] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[414/472] Compiling NIOCore SocketAddresses.swift
[415/472] Compiling NIOCore SocketOptionProvider.swift
[416/472] Compiling NIOCore SystemCallHelpers.swift
[417/472] Compiling NIOCore TimeAmount+Duration.swift
[428/473] Emitting module HashTreeCollections
[430/476] Emitting module Collections
[431/476] Compiling Collections Collections.swift
[438/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[439/477] Compiling NIOCore UniversalBootstrapSupport.swift
[440/477] Compiling NIOCore Utilities.swift
[477/477] Emitting module NIOCore
[479/570] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[480/570] Compiling SQLKit SQLColumnAssignment.swift
[481/570] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[482/570] Compiling SQLKit SQLColumnDefinition.swift
[483/570] Compiling SQLKit SQLCommonTableExpression.swift
[484/570] Compiling SQLKit SQLConflictAction.swift
[485/570] Compiling SQLKit SQLConflictResolutionStrategy.swift
[486/570] Compiling SQLKit SQLDropBehaviour.swift
[487/570] Compiling SQLKit SQLEnumDataType.swift
[488/570] Compiling SQLKit SQLExcludedColumn.swift
[489/570] Compiling SQLKit SQLForeignKey.swift
[490/570] Compiling SQLKit SQLJoin.swift
[491/570] Compiling SQLKit SQLJoinMethod.swift
[492/582] Compiling SQLKit SQLDropIndex.swift
[493/582] Compiling SQLKit SQLDropTable.swift
[494/582] Compiling SQLKit SQLDropTrigger.swift
[495/582] Compiling SQLKit SQLInsert.swift
[496/582] Compiling SQLKit SQLSelect.swift
[497/582] Compiling SQLKit SQLUnion.swift
[498/582] Compiling SQLKit SQLUpdate.swift
[499/582] Compiling SQLKit SQLExpression.swift
[500/582] Compiling SQLKit SQLSerializer.swift
[501/582] Compiling SQLKit SQLStatement.swift
[502/582] Compiling SQLKit SQLBinaryExpression.swift
[503/582] Compiling SQLKit SQLBinaryOperator.swift
[504/582] Compiling SQLKit SQLBind.swift
[505/582] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[506/582] Compiling SQLKit Exports.swift
[507/582] Compiling SQLKit SQLAlias.swift
[508/582] Compiling SQLKit SQLBetween.swift
[509/582] Compiling SQLKit SQLColumn.swift
[510/582] Compiling SQLKit SQLConstraint.swift
[511/582] Compiling SQLKit SQLDataType.swift
[512/582] Compiling SQLKit SQLDirection.swift
[513/582] Compiling SQLKit SQLDistinct.swift
[514/582] Compiling SQLKit SQLForeignKeyAction.swift
[515/582] Compiling SQLKit SQLNestedSubpathExpression.swift
[516/582] Compiling SQLKit SQLQualifiedTable.swift
[517/582] Compiling SQLKit SQLQueryString.swift
[518/582] Compiling SQLKit SQLLockingClause.swift
[519/582] Compiling SQLKit SQLOrderBy.swift
[520/582] Compiling SQLKit SQLReturning.swift
[521/582] Compiling SQLKit SQLSubquery.swift
[522/582] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[523/582] Compiling SQLKit SQLAlterEnum.swift
[524/582] Compiling SQLKit SQLAlterTable.swift
[525/582] Compiling SQLKit SQLCreateEnum.swift
[526/582] Compiling SQLKit SQLCreateIndex.swift
[527/582] Compiling SQLKit SQLCreateTable.swift
[528/582] Compiling SQLKit SQLCreateTrigger.swift
[529/582] Compiling SQLKit SQLDelete.swift
[530/582] Compiling SQLKit SQLDropEnum.swift
[531/582] Compiling SQLKit SQLAlterEnumBuilder.swift
[532/582] Compiling SQLKit SQLAlterTableBuilder.swift
[533/582] Compiling SQLKit SQLConflictUpdateBuilder.swift
[534/582] Compiling SQLKit SQLCreateEnumBuilder.swift
[535/582] Compiling SQLKit SQLCreateIndexBuilder.swift
[536/582] Compiling SQLKit SQLCreateTableBuilder.swift
[537/582] Compiling SQLKit SQLCreateTriggerBuilder.swift
[538/582] Compiling SQLKit SQLDeleteBuilder.swift
[539/582] Compiling SQLKit SQLDropEnumBuilder.swift
[540/582] Compiling SQLKit SQLDropIndexBuilder.swift
[541/582] Compiling SQLKit SQLDropTableBuilder.swift
[542/582] Compiling SQLKit SQLDropTriggerBuilder.swift
[543/582] Compiling SQLKit SQLInsertBuilder.swift
[544/582] Compiling SQLKit SQLPredicateBuilder.swift
[545/582] Compiling SQLKit SQLQueryBuilder.swift
[546/582] Compiling SQLKit SQLQueryFetcher.swift
[547/582] Compiling SQLKit SQLReturningBuilder.swift
[548/582] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[549/582] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[550/582] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[551/582] Compiling SQLKit SQLDatabase.swift
[552/582] Compiling SQLKit SQLDatabaseReportedVersion.swift
[553/582] Compiling SQLKit SQLDialect.swift
[554/582] Compiling SQLKit SQLDatabase+Deprecated.swift
[555/582] Compiling SQLKit SQLError.swift
[556/582] Compiling SQLKit SQLExpressions+Deprecated.swift
[557/582] Compiling SQLKit SQLPredicateGroupBuilder.swift
[558/582] Compiling SQLKit SQLRawBuilder.swift
[559/582] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[560/582] Compiling SQLKit SQLSelectBuilder.swift
[561/582] Compiling SQLKit SQLSubqueryBuilder.swift
[562/582] Compiling SQLKit SQLUnionBuilder.swift
[563/582] Compiling SQLKit SQLUpdateBuilder.swift
[564/582] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[565/582] Compiling SQLKit SQLColumnUpdateBuilder.swift
[566/582] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[567/582] Compiling SQLKit SQLCommonUnionBuilder.swift
[568/582] Compiling SQLKit SQLJoinBuilder.swift
[569/582] Compiling SQLKit SQLPartialResultBuilder.swift
[570/582] Emitting module SQLKit
[571/582] Compiling SQLKit SQLFunction.swift
[572/582] Compiling SQLKit SQLGroupExpression.swift
[573/582] Compiling SQLKit SQLIdentifier.swift
[574/582] Compiling SQLKit SQLList.swift
[575/582] Compiling SQLKit SQLLiteral.swift
[576/582] Compiling SQLKit SQLRaw.swift
[577/582] Compiling SQLKit SQLCodingUtilities.swift
[578/582] Compiling SQLKit SQLQueryEncoder.swift
[579/582] Compiling SQLKit SQLRow.swift
[580/582] Compiling SQLKit SQLRowDecoder.swift
[581/582] Compiling SQLKit SomeCodingKey.swift
[582/582] Compiling SQLKit StringHandling.swift
[584/591] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[585/591] Emitting module SQLKitBenchmark
[586/591] Compiling SQLKitBenchmark SQLBenchmarker.swift
[587/591] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[588/591] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[589/591] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[590/591] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[591/591] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
Build complete! (138.21s)
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.84.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",
"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" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d50cceb83aba9237d7903cc3c4ef7bd8f8bfaaf83777b35554908a03d392fd03
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.