Build Information
Successful build of sql-kit, reference main (c0ea24), with Swift 6.1 for Android on 11 Dec 2025 17:06:26 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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: android
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" : "6.0"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[58/5747] Fetching swift-log
[5748/24110] Fetching swift-log, swift-collections
[5749/104791] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.17s)
[20149/99044] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (8.24s)
Fetched https://github.com/apple/swift-nio.git from cache (8.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (11.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.86s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[19/1820] Fetching swift-atomics
[511/7041] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.27s)
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-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-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-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 _AtomicsShims.c
[15/27] Compiling CNIOWindows shim.c
[16/27] Compiling CNIOWindows WSAStartup.c
[17/27] Compiling CNIOWASI CNIOWASI.c
[18/27] Write sources
[20/27] Compiling CNIODarwin shim.c
[21/27] Compiling CNIOOpenBSD shim.c
[22/27] Compiling CNIOLinux liburing_shims.c
[23/27] Compiling CNIOLinux shim.c
[24/27] Write swift-version-24593BA9C3E375BF.txt
[26/72] Compiling Atomics ManagedAtomic.swift
[27/72] Compiling Atomics ManagedAtomicLazyReference.swift
[28/74] Emitting module Atomics
[29/74] Compiling _NIODataStructures PriorityQueue.swift
[30/74] Compiling _NIODataStructures _TinyArray.swift
[31/74] Compiling Atomics UnsafeAtomic.swift
[32/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[33/74] Compiling Atomics AtomicStorage.swift
[34/74] Compiling Atomics AtomicValue.swift
[35/74] Compiling Atomics AtomicMemoryOrderings.swift
[36/74] Compiling Atomics DoubleWord.swift
[37/74] Emitting module _NIOBase64
[38/74] Compiling _NIOBase64 Base64.swift
[39/75] Compiling Atomics AtomicInteger.swift
[40/75] Compiling Atomics AtomicOptionalWrappable.swift
[41/75] Compiling Atomics AtomicReference.swift
[48/77] Compiling Atomics IntegerConformances.swift
[49/77] Compiling Atomics PointerConformances.swift
[50/77] Compiling Atomics Primitives.native.swift
[53/77] Compiling Atomics OptionalRawRepresentable.swift
[54/77] Compiling Atomics RawRepresentable.swift
[55/77] Compiling Atomics AtomicBool.swift
[57/77] Emitting module InternalCollectionsUtilities
[65/77] Emitting module _NIODataStructures
[66/77] Compiling _NIODataStructures Heap.swift
[67/78] Compiling Atomics IntegerOperations.swift
[68/78] Compiling Atomics Unmanaged extensions.swift
[69/79] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[70/79] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[72/80] Compiling c-nioatomics.c
[75/354] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/354] Compiling HeapModule Heap+Invariants.swift
[77/354] Compiling HeapModule Heap+Descriptions.swift
[78/354] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[79/354] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[80/356] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[81/356] Compiling OrderedCollections OrderedSet+Descriptions.swift
[82/356] Compiling OrderedCollections OrderedSet+Diffing.swift
[83/356] Compiling OrderedCollections OrderedSet+Equatable.swift
[84/356] Compiling HeapModule _HeapNode.swift
[85/356] Compiling HeapModule Heap.swift
[86/356] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/356] Compiling OrderedCollections OrderedDictionary+Elements.swift
[88/356] Compiling HeapModule Heap+UnsafeHandle.swift
[89/356] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/356] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[91/356] Compiling OrderedCollections OrderedDictionary.swift
[92/356] Compiling OrderedCollections OrderedSet+Codable.swift
[93/356] Emitting module HeapModule
[94/357] Compiling HashTreeCollections TreeSet+Hashable.swift
[95/357] Compiling HashTreeCollections TreeSet+Sendable.swift
[96/357] Compiling HashTreeCollections TreeSet+Sequence.swift
[97/357] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[98/357] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[99/357] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[100/357] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[101/357] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[102/357] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[103/357] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[105/367] Compiling DequeModule _DequeSlot.swift
[106/367] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/367] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[108/367] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[109/367] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[110/367] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[111/367] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/367] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[113/367] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[114/374] Compiling BitCollections Range+Utilities.swift
[115/374] Compiling BitCollections Slice+Utilities.swift
[116/374] Compiling BitCollections UInt+Tricks.swift
[117/374] Compiling BitCollections _Word.swift
[118/374] Compiling HashTreeCollections TreeSet+Debugging.swift
[119/374] Compiling HashTreeCollections TreeSet+Descriptions.swift
[120/374] Compiling HashTreeCollections TreeSet+Equatable.swift
[121/374] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[122/374] Compiling HashTreeCollections TreeSet+Extras.swift
[123/374] Compiling HashTreeCollections TreeSet+Filter.swift
[124/374] Emitting module BitCollections
[125/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[126/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[127/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[128/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[129/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[130/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[131/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[132/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[133/374] Compiling BitCollections BitSet.Index.swift
[134/374] Compiling BitCollections BitSet._UnsafeHandle.swift
[135/374] Compiling BitCollections BitSet.swift
[136/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[137/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[138/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[139/374] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[150/381] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[151/381] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[157/381] Compiling OrderedCollections OrderedDictionary+Values.swift
[158/381] Compiling OrderedCollections OrderedSet+Initializers.swift
[159/381] Compiling OrderedCollections OrderedSet+Insertions.swift
[160/381] Compiling OrderedCollections OrderedSet+Invariants.swift
[161/381] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[162/381] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[163/381] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/381] Compiling OrderedCollections OrderedDictionary+Codable.swift
[196/381] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[196/381] Compiling c-atomics.c
[198/381] Emitting module DequeModule
[199/382] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[200/382] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[201/382] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[202/382] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[203/382] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[204/382] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[205/382] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[206/382] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[207/382] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[208/382] Compiling HashTreeCollections TreeSet.swift
[210/382] Compiling OrderedCollections _HashTable+Bucket.swift
[211/382] Compiling OrderedCollections _HashTable+BucketIterator.swift
[212/382] Compiling OrderedCollections _HashTable+Constants.swift
[213/382] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[214/382] Compiling OrderedCollections _HashTable+Testing.swift
[215/382] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[216/382] Compiling OrderedCollections _HashTable.swift
[217/382] Compiling OrderedCollections _Hashtable+Header.swift
[234/388] Compiling Logging MetadataProvider.swift
[235/388] Emitting module Logging
[236/388] Compiling Logging Locks.swift
[237/388] Compiling Logging LogHandler.swift
[238/388] Compiling Logging Logging.swift
[255/389] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[256/389] Compiling OrderedCollections OrderedSet.swift
[257/389] Compiling OrderedCollections _UnsafeBitset.swift
[269/389] Compiling OrderedCollections OrderedSet+Sendable.swift
[270/389] Compiling OrderedCollections OrderedSet+SubSequence.swift
[271/389] Compiling OrderedCollections OrderedSet+Testing.swift
[272/389] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[281/399] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[304/399] Compiling NIOConcurrencyHelpers NIOLock.swift
[315/399] Emitting module NIOConcurrencyHelpers
[316/399] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[317/399] Compiling NIOConcurrencyHelpers lock.swift
[335/399] Compiling NIOConcurrencyHelpers atomics.swift
[337/400] Emitting module OrderedCollections
[339/464] Emitting module _RopeModule
[340/464] Compiling NIOCore ChannelHandler.swift
[341/464] Compiling NIOCore ChannelHandlers.swift
[342/464] Compiling NIOCore ChannelInvoker.swift
[343/464] Compiling NIOCore ChannelOption.swift
[344/464] Compiling NIOCore ChannelPipeline.swift
[345/464] Compiling NIOCore EventLoopFuture+Deprecated.swift
[346/464] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[347/464] Compiling NIOCore EventLoopFuture.swift
[348/464] Compiling NIOCore FileDescriptor.swift
[349/464] Compiling NIOCore FileHandle.swift
[350/464] Compiling NIOCore FileRegion.swift
[351/464] Compiling NIOCore AddressedEnvelope.swift
[352/464] Compiling NIOCore AsyncAwaitSupport.swift
[353/464] Compiling NIOCore AsyncChannel.swift
[354/464] Compiling NIOCore AsyncChannelHandler.swift
[355/464] Compiling NIOCore AsyncChannelInboundStream.swift
[356/464] Compiling NIOCore AsyncChannelOutboundWriter.swift
[357/464] Compiling NIOCore NIOAsyncSequenceProducer.swift
[358/464] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[359/464] Compiling NIOCore NIOAsyncWriter.swift
[360/464] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[361/464] Compiling NIOCore BSDSocketAPI.swift
[362/464] Compiling NIOCore ByteBuffer-aux.swift
[363/464] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[364/464] Compiling NIOCore ByteBuffer-conversions.swift
[365/464] Compiling NIOCore ByteBuffer-core.swift
[366/464] Compiling NIOCore ByteBuffer-hex.swift
[367/464] Compiling NIOCore ByteBuffer-int.swift
[368/464] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[369/464] Compiling NIOCore ByteBuffer-multi-int.swift
[370/464] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[371/464] Compiling NIOCore ByteBuffer-views.swift
[372/464] Compiling NIOCore Channel.swift
[373/464] Compiling _RopeModule Rope+Join.swift
[374/464] Compiling _RopeModule Rope+MutatingForEach.swift
[375/464] Compiling _RopeModule Rope+Remove.swift
[376/464] Compiling _RopeModule Rope+RemoveSubrange.swift
[377/464] Compiling _RopeModule Rope+Split.swift
[378/464] Compiling _RopeModule Optional Utilities.swift
[379/464] Compiling _RopeModule String Utilities.swift
[380/464] Compiling _RopeModule String.Index+ABI.swift
[381/464] Compiling _RopeModule _CharacterRecognizer.swift
[382/464] Emitting module HashTreeCollections
[387/465] Compiling NIOCore GlobalSingletons.swift
[388/465] Compiling NIOCore IO.swift
[389/465] Compiling NIOCore IOData.swift
[390/465] Compiling NIOCore CircularBuffer.swift
[391/465] Compiling NIOCore Codec.swift
[392/465] Compiling NIOCore ConvenienceOptionSupport.swift
[393/465] Compiling NIOCore DeadChannel.swift
[394/465] Compiling NIOCore DispatchQueue+WithFuture.swift
[395/465] Compiling NIOCore EventLoop+Deprecated.swift
[396/465] Compiling NIOCore EventLoop+SerialExecutor.swift
[397/465] Compiling NIOCore EventLoop.swift
[398/465] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[399/465] Compiling NIOCore NIOCoreSendableMetatype.swift
[400/465] Compiling NIOCore NIODecodedAsyncSequence.swift
[401/465] Compiling NIOCore NIOLoopBound.swift
[402/465] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[408/466] Compiling NIOCore NIOScheduledCallback.swift
[409/466] Compiling NIOCore NIOSendable.swift
[410/466] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[411/466] Compiling NIOCore RecvByteBufferAllocator.swift
[412/476] Emitting module Collections
[413/476] Compiling Collections Collections.swift
[415/477] Compiling NIOCore IPProtocol.swift
[416/477] Compiling NIOCore IntegerBitPacking.swift
[417/477] Compiling NIOCore IntegerTypes.swift
[418/477] Compiling NIOCore Interfaces.swift
[419/477] Compiling NIOCore Linux.swift
[420/477] Compiling NIOCore MarkedCircularBuffer.swift
[421/477] Compiling NIOCore MulticastChannel.swift
[422/477] Compiling NIOCore NIOAny.swift
[423/477] Compiling NIOCore NIOCloseOnErrorHandler.swift
[442/477] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[443/477] Compiling NIOCore SocketAddresses.swift
[444/477] Compiling NIOCore SocketOptionProvider.swift
[445/477] Compiling NIOCore SystemCallHelpers.swift
[446/477] Compiling NIOCore TimeAmount+Duration.swift
[447/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[448/477] Compiling NIOCore UniversalBootstrapSupport.swift
[449/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 SQLPredicateGroupBuilder.swift
[493/582] Compiling SQLKit SQLRawBuilder.swift
[494/582] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[495/582] Compiling SQLKit SQLSelectBuilder.swift
[496/582] Compiling SQLKit SQLSubqueryBuilder.swift
[497/582] Compiling SQLKit SQLUnionBuilder.swift
[498/582] Compiling SQLKit SQLUpdateBuilder.swift
[499/582] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[500/582] Compiling SQLKit SQLColumnUpdateBuilder.swift
[501/582] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[502/582] Compiling SQLKit SQLCommonUnionBuilder.swift
[503/582] Compiling SQLKit SQLJoinBuilder.swift
[504/582] Compiling SQLKit SQLPartialResultBuilder.swift
[505/582] Compiling SQLKit SQLAlterEnumBuilder.swift
[506/582] Compiling SQLKit SQLAlterTableBuilder.swift
[507/582] Compiling SQLKit SQLConflictUpdateBuilder.swift
[508/582] Compiling SQLKit SQLCreateEnumBuilder.swift
[509/582] Compiling SQLKit SQLCreateIndexBuilder.swift
[510/582] Compiling SQLKit SQLCreateTableBuilder.swift
[511/582] Compiling SQLKit SQLCreateTriggerBuilder.swift
[512/582] Compiling SQLKit SQLDeleteBuilder.swift
[513/582] Compiling SQLKit SQLDropEnumBuilder.swift
[514/582] Compiling SQLKit SQLDropIndexBuilder.swift
[515/582] Compiling SQLKit SQLDropTableBuilder.swift
[516/582] Compiling SQLKit SQLDropTriggerBuilder.swift
[517/582] Compiling SQLKit SQLInsertBuilder.swift
[518/582] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[519/582] Compiling SQLKit Exports.swift
[520/582] Compiling SQLKit SQLAlias.swift
[521/582] Compiling SQLKit SQLBetween.swift
[522/582] Compiling SQLKit SQLColumn.swift
[523/582] Compiling SQLKit SQLConstraint.swift
[524/582] Compiling SQLKit SQLDataType.swift
[525/582] Compiling SQLKit SQLDirection.swift
[526/582] Compiling SQLKit SQLDistinct.swift
[527/582] Compiling SQLKit SQLForeignKeyAction.swift
[528/582] Compiling SQLKit SQLNestedSubpathExpression.swift
[529/582] Compiling SQLKit SQLQualifiedTable.swift
[530/582] Compiling SQLKit SQLQueryString.swift
[531/582] Compiling SQLKit SQLDropIndex.swift
[532/582] Compiling SQLKit SQLDropTable.swift
[533/582] Compiling SQLKit SQLDropTrigger.swift
[534/582] Compiling SQLKit SQLInsert.swift
[535/582] Compiling SQLKit SQLSelect.swift
[536/582] Compiling SQLKit SQLUnion.swift
[537/582] Compiling SQLKit SQLUpdate.swift
[538/582] Compiling SQLKit SQLExpression.swift
[539/582] Compiling SQLKit SQLSerializer.swift
[540/582] Compiling SQLKit SQLStatement.swift
[541/582] Compiling SQLKit SQLBinaryExpression.swift
[542/582] Compiling SQLKit SQLBinaryOperator.swift
[543/582] Compiling SQLKit SQLBind.swift
[544/582] Compiling SQLKit SQLLockingClause.swift
[545/582] Compiling SQLKit SQLOrderBy.swift
[546/582] Compiling SQLKit SQLReturning.swift
[547/582] Compiling SQLKit SQLSubquery.swift
[548/582] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[549/582] Compiling SQLKit SQLAlterEnum.swift
[550/582] Compiling SQLKit SQLAlterTable.swift
[551/582] Compiling SQLKit SQLCreateEnum.swift
[552/582] Compiling SQLKit SQLCreateIndex.swift
[553/582] Compiling SQLKit SQLCreateTable.swift
[554/582] Compiling SQLKit SQLCreateTrigger.swift
[555/582] Compiling SQLKit SQLDelete.swift
[556/582] Compiling SQLKit SQLDropEnum.swift
[557/582] Compiling SQLKit SQLPredicateBuilder.swift
[558/582] Compiling SQLKit SQLQueryBuilder.swift
[559/582] Compiling SQLKit SQLQueryFetcher.swift
[560/582] Compiling SQLKit SQLReturningBuilder.swift
[561/582] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[562/582] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[563/582] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[564/582] Compiling SQLKit SQLDatabase.swift
[565/582] Compiling SQLKit SQLDatabaseReportedVersion.swift
[566/582] Compiling SQLKit SQLDialect.swift
[567/582] Compiling SQLKit SQLDatabase+Deprecated.swift
[568/582] Compiling SQLKit SQLError.swift
[569/582] Compiling SQLKit SQLExpressions+Deprecated.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] Emitting module SQLKitBenchmark
[585/591] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[586/591] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[587/591] Compiling SQLKitBenchmark SQLBenchmarker.swift
[588/591] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[589/591] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[590/591] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[591/591] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
Build complete! (136.66s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.