Build Information
Successful build of sql-kit, reference main (1a9ab0
), with Swift 6.1 for Linux on 31 Aug 2025 19:08:50 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sql-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/sql-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a9ab05 Fix SendableMetatype-related warnings which appear in Swift 6.2 (#193)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
1a9ab0523fb742d9629558cede64290165c4285b
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.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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/3897] Fetching swift-log
[3898/21291] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
[2957/17394] Fetching swift-collections
[4176/95327] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (5.16s)
Fetched https://github.com/apple/swift-nio.git from cache (5.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (6.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[996/6749] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.76s)
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.2
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/26] Write sources
[15/26] Compiling _AtomicsShims.c
[16/26] Compiling CNIOWASI CNIOWASI.c
[16/26] Compiling CNIOWindows shim.c
[16/26] Compiling CNIOWindows WSAStartup.c
[16/26] Write sources
[20/26] Compiling CNIOLinux liburing_shims.c
[21/26] Compiling CNIODarwin shim.c
[22/26] Compiling CNIOLinux shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[25/69] Emitting module Atomics
[25/71] Compiling c-nioatomics.c
[27/71] Emitting module InternalCollectionsUtilities
[28/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[29/71] Compiling InternalCollectionsUtilities Integer rank.swift
[30/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/72] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/72] Compiling InternalCollectionsUtilities Debugging.swift
[33/72] Compiling InternalCollectionsUtilities Descriptions.swift
[34/72] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/72] Compiling Atomics IntegerOperations.swift
[36/72] Compiling Atomics Unmanaged extensions.swift
[37/72] Compiling _NIODataStructures _TinyArray.swift
[38/72] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[39/72] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[40/72] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/72] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/72] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[43/72] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/72] Compiling Logging LogHandler.swift
[48/72] Emitting module _NIOBase64
[49/72] Compiling _NIOBase64 Base64.swift
[50/72] Compiling Atomics UnsafeAtomic.swift
[51/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/72] Compiling Atomics ManagedAtomicLazyReference.swift
[54/72] Compiling _NIODataStructures PriorityQueue.swift
[60/73] Compiling Atomics AtomicStorage.swift
[61/73] Compiling Atomics AtomicValue.swift
[65/74] Compiling c-atomics.c
[68/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/81] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[71/302] Compiling HeapModule Heap+Descriptions.swift
[72/302] Compiling HashTreeCollections _Bucket.swift
[73/302] Compiling HashTreeCollections _Hash.swift
[74/304] Emitting module _NIODataStructures
[75/304] Compiling _NIODataStructures Heap.swift
[76/305] Compiling Logging MetadataProvider.swift
[77/305] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/305] Compiling Logging Logging.swift
[79/305] Emitting module Logging
[80/305] Compiling Logging Locks.swift
[81/306] Compiling HashTreeCollections _HashLevel.swift
[82/306] Compiling HashTreeCollections _HashNode+Builder.swift
[84/306] Compiling NIOConcurrencyHelpers lock.swift
[85/306] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[86/306] Compiling HashTreeCollections _HashNode+Storage.swift
[88/306] Compiling HeapModule Heap.swift
[89/306] Compiling HeapModule _HeapNode.swift
[90/306] Emitting module NIOConcurrencyHelpers
[91/306] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/306] Compiling HeapModule Heap+Invariants.swift
[93/306] Compiling HeapModule Heap+UnsafeHandle.swift
[94/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[95/306] Emitting module HeapModule
[96/308] Compiling NIOConcurrencyHelpers atomics.swift
[99/361] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[100/361] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[101/361] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[102/361] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[103/361] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[104/361] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[105/361] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[106/368] Compiling BitCollections BitSet+Hashable.swift
[107/368] Compiling BitCollections BitArray+BitwiseOperations.swift
[108/368] Compiling HashTreeCollections TreeSet+Hashable.swift
[109/368] Compiling HashTreeCollections TreeSet+Sendable.swift
[110/368] Compiling HashTreeCollections TreeSet+Sequence.swift
[111/368] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[112/368] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[113/368] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[114/368] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[115/368] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[116/368] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[117/368] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[118/378] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[119/378] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[120/378] Compiling BitCollections BitSet+SetAlgebra union.swift
[121/378] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[122/378] Compiling BitCollections BitSet.Counted.swift
[123/378] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[124/378] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[125/378] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[126/378] Compiling BitCollections BitSet+CustomReflectable.swift
[127/378] Compiling BitCollections BitSet+CustomStringConvertible.swift
[128/378] Compiling BitCollections BitSet+Equatable.swift
[129/378] Compiling BitCollections BitSet+BidirectionalCollection.swift
[130/378] Compiling BitCollections BitSet+Codable.swift
[131/378] Compiling BitCollections BitSet+Invariants.swift
[132/378] Compiling BitCollections BitSet+Random.swift
[133/378] Compiling BitCollections BitSet+SetAlgebra basics.swift
[134/378] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[135/378] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[136/378] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[137/378] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[138/378] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[150/378] Compiling OrderedCollections OrderedSet+SubSequence.swift
[151/378] Compiling OrderedCollections OrderedSet+Testing.swift
[152/378] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[153/378] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[154/378] Compiling OrderedCollections OrderedSet.swift
[155/378] Compiling OrderedCollections _UnsafeBitset.swift
[156/378] Compiling HashTreeCollections TreeSet+Equatable.swift
[157/378] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[158/378] Compiling HashTreeCollections TreeSet+Extras.swift
[159/378] Compiling HashTreeCollections TreeSet+Filter.swift
[160/378] Compiling BitCollections BitArray+RandomBits.swift
[161/378] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[166/378] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[167/378] Compiling BitCollections BitSet+Extras.swift
[169/385] Emitting module DequeModule
[173/386] Compiling BitCollections BitSet.Index.swift
[174/386] Compiling BitCollections BitSet._UnsafeHandle.swift
[175/386] Compiling BitCollections BitSet.swift
[176/386] Compiling BitCollections Range+Utilities.swift
[177/386] Compiling BitCollections Slice+Utilities.swift
[178/386] Compiling BitCollections UInt+Tricks.swift
[180/395] Emitting module BitCollections
[181/395] Compiling BitCollections BitSet+Initializers.swift
[188/395] Compiling _RopeModule _CharacterRecognizer.swift
[189/395] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[190/395] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[191/395] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[192/395] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[193/395] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[194/395] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[195/395] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[196/395] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[197/395] Compiling HashTreeCollections TreeSet.swift
[198/456] Compiling NIOCore ByteBuffer-views.swift
[199/456] Compiling NIOCore Channel.swift
[200/456] Compiling NIOCore ChannelHandler.swift
[201/456] Compiling NIOCore ChannelHandlers.swift
[202/456] Compiling NIOCore ChannelInvoker.swift
[203/456] Compiling NIOCore ChannelOption.swift
[204/456] Compiling NIOCore ChannelPipeline.swift
[205/456] Compiling NIOCore AsyncChannelInboundStream.swift
[206/456] Compiling NIOCore AsyncChannelOutboundWriter.swift
[207/456] Compiling NIOCore NIOAsyncSequenceProducer.swift
[208/456] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[209/456] Compiling NIOCore NIOAsyncWriter.swift
[210/456] Compiling NIOCore ByteBuffer-multi-int.swift
[211/456] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[212/456] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[213/456] Compiling NIOCore ByteBuffer-conversions.swift
[214/456] Compiling NIOCore ByteBuffer-core.swift
[215/456] Compiling NIOCore ByteBuffer-hex.swift
[216/456] Compiling NIOCore ByteBuffer-int.swift
[217/456] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[218/456] Compiling NIOCore IOData.swift
[219/456] Compiling NIOCore IPProtocol.swift
[220/456] Compiling NIOCore IntegerBitPacking.swift
[221/456] Compiling NIOCore IntegerTypes.swift
[230/456] Compiling NIOCore NIOAny.swift
[231/456] Compiling NIOCore NIOCloseOnErrorHandler.swift
[232/456] Compiling NIOCore NIOCoreSendableMetatype.swift
[239/456] Compiling NIOCore Interfaces.swift
[240/456] Compiling NIOCore Linux.swift
[241/456] Compiling NIOCore CircularBuffer.swift
[242/456] Compiling NIOCore Codec.swift
[243/456] Compiling NIOCore ConvenienceOptionSupport.swift
[244/456] Compiling NIOCore DeadChannel.swift
[245/456] Compiling NIOCore DispatchQueue+WithFuture.swift
[246/456] Compiling NIOCore EventLoop+Deprecated.swift
[247/456] Compiling NIOCore EventLoop+SerialExecutor.swift
[248/456] Compiling NIOCore EventLoop.swift
[249/456] Compiling NIOCore EventLoopFuture+Deprecated.swift
[250/456] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[251/456] Compiling NIOCore EventLoopFuture.swift
[252/456] Compiling NIOCore FileDescriptor.swift
[253/456] Compiling NIOCore FileHandle.swift
[254/456] Compiling NIOCore FileRegion.swift
[255/456] Compiling NIOCore GlobalSingletons.swift
[256/456] Compiling NIOCore IO.swift
[257/456] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[258/456] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[259/456] Compiling NIOCore BSDSocketAPI.swift
[260/456] Compiling NIOCore ByteBuffer-aux.swift
[265/456] Compiling NIOCore NIOSendable.swift
[266/456] Compiling NIOCore RecvByteBufferAllocator.swift
[275/456] Compiling NIOCore NIOLoopBound.swift
[276/456] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[277/456] Compiling NIOCore NIOScheduledCallback.swift
[333/457] Emitting module OrderedCollections
[335/458] Emitting module _RopeModule
[368/458] Compiling NIOCore MarkedCircularBuffer.swift
[377/466] Compiling NIOCore Utilities.swift
[378/466] Compiling _RopeModule Rope+MutatingForEach.swift
[379/466] Compiling _RopeModule Rope+Remove.swift
[380/466] Compiling _RopeModule Rope+RemoveSubrange.swift
[381/466] Compiling _RopeModule Rope+Split.swift
[382/466] Compiling _RopeModule Optional Utilities.swift
[383/466] Compiling _RopeModule String Utilities.swift
[384/466] Compiling _RopeModule String.Index+ABI.swift
[386/466] Emitting module HashTreeCollections
[399/467] Compiling NIOCore MulticastChannel.swift
[400/467] Compiling NIOCore AddressedEnvelope.swift
[401/467] Compiling NIOCore AsyncAwaitSupport.swift
[402/467] Compiling NIOCore AsyncChannel.swift
[403/467] Compiling NIOCore AsyncChannelHandler.swift
[408/468] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[409/468] Compiling NIOCore SocketAddresses.swift
[410/468] Compiling NIOCore SocketOptionProvider.swift
[411/468] Compiling NIOCore SystemCallHelpers.swift
[412/468] Compiling NIOCore TimeAmount+Duration.swift
[413/468] Compiling NIOCore TypeAssistedChannelHandler.swift
[414/468] Compiling NIOCore UniversalBootstrapSupport.swift
[416/470] Emitting module Collections
[417/470] Compiling Collections Collections.swift
[471/471] Emitting module NIOCore
[473/564] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[474/564] Compiling SQLKit SQLColumnAssignment.swift
[475/564] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[476/564] Compiling SQLKit SQLColumnDefinition.swift
[477/564] Compiling SQLKit SQLCommonTableExpression.swift
[478/564] Compiling SQLKit SQLConflictAction.swift
[479/564] Compiling SQLKit SQLConflictResolutionStrategy.swift
[480/564] Compiling SQLKit SQLDropBehaviour.swift
[481/564] Compiling SQLKit SQLEnumDataType.swift
[482/564] Compiling SQLKit SQLExcludedColumn.swift
[483/564] Compiling SQLKit SQLForeignKey.swift
[484/564] Compiling SQLKit SQLJoin.swift
[485/564] Compiling SQLKit SQLJoinMethod.swift
[486/576] Compiling SQLKit SQLDropIndex.swift
[487/576] Compiling SQLKit SQLDropTable.swift
[488/576] Compiling SQLKit SQLDropTrigger.swift
[489/576] Compiling SQLKit SQLInsert.swift
[490/576] Compiling SQLKit SQLSelect.swift
[491/576] Compiling SQLKit SQLUnion.swift
[492/576] Compiling SQLKit SQLUpdate.swift
[493/576] Compiling SQLKit SQLExpression.swift
[494/576] Compiling SQLKit SQLSerializer.swift
[495/576] Compiling SQLKit SQLStatement.swift
[496/576] Compiling SQLKit SQLBinaryExpression.swift
[497/576] Compiling SQLKit SQLBinaryOperator.swift
[498/576] Compiling SQLKit SQLBind.swift
[499/576] Compiling SQLKit SQLPredicateGroupBuilder.swift
[500/576] Compiling SQLKit SQLRawBuilder.swift
[501/576] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[502/576] Compiling SQLKit SQLSelectBuilder.swift
[503/576] Compiling SQLKit SQLSubqueryBuilder.swift
[504/576] Compiling SQLKit SQLUnionBuilder.swift
[505/576] Compiling SQLKit SQLUpdateBuilder.swift
[506/576] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[507/576] Compiling SQLKit SQLColumnUpdateBuilder.swift
[508/576] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[509/576] Compiling SQLKit SQLCommonUnionBuilder.swift
[510/576] Compiling SQLKit SQLJoinBuilder.swift
[511/576] Compiling SQLKit SQLPartialResultBuilder.swift
[512/576] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[513/576] Compiling SQLKit Exports.swift
[514/576] Compiling SQLKit SQLAlias.swift
[515/576] Compiling SQLKit SQLBetween.swift
[516/576] Compiling SQLKit SQLColumn.swift
[517/576] Compiling SQLKit SQLConstraint.swift
[518/576] Compiling SQLKit SQLDataType.swift
[519/576] Compiling SQLKit SQLDirection.swift
[520/576] Compiling SQLKit SQLDistinct.swift
[521/576] Compiling SQLKit SQLForeignKeyAction.swift
[522/576] Compiling SQLKit SQLNestedSubpathExpression.swift
[523/576] Compiling SQLKit SQLQualifiedTable.swift
[524/576] Compiling SQLKit SQLQueryString.swift
[525/576] Compiling SQLKit SQLLockingClause.swift
[526/576] Compiling SQLKit SQLOrderBy.swift
[527/576] Compiling SQLKit SQLReturning.swift
[528/576] Compiling SQLKit SQLSubquery.swift
[529/576] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[530/576] Compiling SQLKit SQLAlterEnum.swift
[531/576] Compiling SQLKit SQLAlterTable.swift
[532/576] Compiling SQLKit SQLCreateEnum.swift
[533/576] Compiling SQLKit SQLCreateIndex.swift
[534/576] Compiling SQLKit SQLCreateTable.swift
[535/576] Compiling SQLKit SQLCreateTrigger.swift
[536/576] Compiling SQLKit SQLDelete.swift
[537/576] Compiling SQLKit SQLDropEnum.swift
[538/576] Compiling SQLKit SQLAlterEnumBuilder.swift
[539/576] Compiling SQLKit SQLAlterTableBuilder.swift
[540/576] Compiling SQLKit SQLConflictUpdateBuilder.swift
[541/576] Compiling SQLKit SQLCreateEnumBuilder.swift
[542/576] Compiling SQLKit SQLCreateIndexBuilder.swift
[543/576] Compiling SQLKit SQLCreateTableBuilder.swift
[544/576] Compiling SQLKit SQLCreateTriggerBuilder.swift
[545/576] Compiling SQLKit SQLDeleteBuilder.swift
[546/576] Compiling SQLKit SQLDropEnumBuilder.swift
[547/576] Compiling SQLKit SQLDropIndexBuilder.swift
[548/576] Compiling SQLKit SQLDropTableBuilder.swift
[549/576] Compiling SQLKit SQLDropTriggerBuilder.swift
[550/576] Compiling SQLKit SQLInsertBuilder.swift
[551/576] Compiling SQLKit SQLPredicateBuilder.swift
[552/576] Compiling SQLKit SQLQueryBuilder.swift
[553/576] Compiling SQLKit SQLQueryFetcher.swift
[554/576] Compiling SQLKit SQLReturningBuilder.swift
[555/576] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[556/576] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[557/576] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[558/576] Compiling SQLKit SQLDatabase.swift
[559/576] Compiling SQLKit SQLDatabaseReportedVersion.swift
[560/576] Compiling SQLKit SQLDialect.swift
[561/576] Compiling SQLKit SQLDatabase+Deprecated.swift
[562/576] Compiling SQLKit SQLError.swift
[563/576] Compiling SQLKit SQLExpressions+Deprecated.swift
[564/576] Emitting module SQLKit
[565/576] Compiling SQLKit SQLFunction.swift
[566/576] Compiling SQLKit SQLGroupExpression.swift
[567/576] Compiling SQLKit SQLIdentifier.swift
[568/576] Compiling SQLKit SQLList.swift
[569/576] Compiling SQLKit SQLLiteral.swift
[570/576] Compiling SQLKit SQLRaw.swift
[571/576] Compiling SQLKit SQLCodingUtilities.swift
[572/576] Compiling SQLKit SQLQueryEncoder.swift
[573/576] Compiling SQLKit SQLRow.swift
[574/576] Compiling SQLKit SQLRowDecoder.swift
[575/576] Compiling SQLKit SomeCodingKey.swift
[576/576] Compiling SQLKit StringHandling.swift
[578/585] Emitting module SQLKitBenchmark
[579/585] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[580/585] Compiling SQLKitBenchmark SQLBenchmarker.swift
[581/585] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[582/585] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[583/585] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[584/585] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[585/585] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
Build complete! (98.10s)
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" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.