Build Information
Successful build of sql-kit, reference main (1a9ab0
), with Swift 6.1 for Android on 31 Aug 2025 19:09:27 UTC.
Swift 6 data race errors: 2
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 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" : "5.10"
}
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3897] Fetching swift-log
[2340/21291] Fetching swift-log, swift-collections
[6682/99224] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.78s)
[64934/95327] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.83s)
[48319/77933] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (11.34s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[707/6749] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.26s)
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
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Building for debugging...
[0/26] Write sources
[15/26] Compiling CNIODarwin shim.c
[16/26] Compiling CNIOLinux liburing_shims.c
[17/26] Compiling CNIOWindows WSAStartup.c
[17/26] Write sources
[19/26] Compiling CNIOWASI CNIOWASI.c
[20/26] Compiling CNIOWindows shim.c
[21/26] Compiling _AtomicsShims.c
[22/26] Compiling CNIOLinux shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[25/69] Emitting module Atomics
[26/71] Compiling _NIODataStructures _TinyArray.swift
[27/71] Compiling Atomics Primitives.native.swift
[28/71] Compiling Atomics AtomicStorage.swift
[29/72] Compiling Atomics UnsafeAtomic.swift
[30/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/72] Emitting module _NIOBase64
[32/72] Compiling _NIOBase64 Base64.swift
[33/72] Compiling Atomics IntegerConformances.swift
[34/72] Compiling Atomics PointerConformances.swift
[36/73] Compiling _NIODataStructures PriorityQueue.swift
[37/73] Compiling Logging LogHandler.swift
[38/73] Emitting module InternalCollectionsUtilities
[39/73] Compiling Atomics AtomicMemoryOrderings.swift
[40/73] Compiling Atomics DoubleWord.swift
[41/73] Compiling Atomics ManagedAtomic.swift
[42/73] Compiling Atomics ManagedAtomicLazyReference.swift
[43/73] Emitting module _NIODataStructures
[44/73] Compiling _NIODataStructures Heap.swift
[45/74] Compiling Atomics AtomicValue.swift
[47/74] Compiling Atomics RawRepresentable.swift
[48/74] Compiling Atomics AtomicBool.swift
[49/74] Compiling Atomics AtomicInteger.swift
[50/74] Compiling Atomics AtomicOptionalWrappable.swift
[51/74] Compiling Atomics AtomicReference.swift
[52/74] Compiling Atomics OptionalRawRepresentable.swift
[53/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/74] Compiling Atomics IntegerOperations.swift
[66/74] Compiling Atomics Unmanaged extensions.swift
[68/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/267] Compiling c-nioatomics.c
[72/297] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[73/297] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[74/299] Compiling HeapModule Heap+Descriptions.swift
[75/331] Compiling BitCollections BitArray+RandomBits.swift
[76/331] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[77/337] Compiling BitCollections BitArray+Extras.swift
[78/337] Compiling BitCollections BitArray+Fill.swift
[79/338] Compiling BitCollections BitArray+Hashable.swift
[80/338] Compiling BitCollections BitArray+Initializers.swift
[81/338] Compiling BitCollections BitArray+Invariants.swift
[82/338] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[83/338] Compiling HeapModule Heap.swift
[84/338] Compiling HeapModule _HeapNode.swift
[85/343] Compiling HeapModule Heap+Invariants.swift
[86/344] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[87/344] Compiling HeapModule Heap+UnsafeHandle.swift
[88/352] Emitting module HeapModule
[88/353] Compiling c-atomics.c
[91/353] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[92/353] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[93/353] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[94/353] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[95/353] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[96/353] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[97/353] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[100/360] Compiling BitCollections BitArray+Shifts.swift
[101/360] Compiling BitCollections BitArray+Testing.swift
[102/360] Compiling BitCollections BitArray._UnsafeHandle.swift
[103/360] Compiling BitCollections BitArray.swift
[104/360] Compiling BitCollections BitSet+BidirectionalCollection.swift
[105/360] Compiling BitCollections BitSet+Codable.swift
[108/360] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[109/360] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[110/360] Compiling BitCollections BitSet+SetAlgebra union.swift
[111/360] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[112/360] Compiling BitCollections BitSet.Counted.swift
[113/360] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[114/360] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[115/360] Compiling OrderedCollections OrderedSet+SubSequence.swift
[116/360] Compiling OrderedCollections OrderedSet+Testing.swift
[117/360] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[118/360] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[119/360] Compiling OrderedCollections OrderedSet.swift
[120/360] Compiling OrderedCollections _UnsafeBitset.swift
[121/360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[122/360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[123/360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[124/360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[125/376] Compiling BitCollections BitSet+Invariants.swift
[126/376] Compiling BitCollections BitSet+Random.swift
[127/376] Compiling BitCollections BitSet+SetAlgebra basics.swift
[128/376] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[129/376] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[130/376] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[131/376] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[132/376] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[133/376] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[134/376] Compiling BitCollections BitSet+CustomReflectable.swift
[135/376] Compiling BitCollections BitSet+CustomStringConvertible.swift
[136/376] Compiling BitCollections BitSet+Equatable.swift
[137/376] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[138/376] Compiling BitCollections BitSet+Extras.swift
[139/376] Compiling BitCollections BitSet+Hashable.swift
[140/376] Compiling BitCollections BitSet+Initializers.swift
[141/376] Compiling HashTreeCollections TreeDictionary.swift
[142/376] Compiling HashTreeCollections TreeSet+Codable.swift
[143/376] Compiling HashTreeCollections TreeSet+Collection.swift
[144/376] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[145/376] Compiling HashTreeCollections TreeSet+Debugging.swift
[146/376] Compiling HashTreeCollections TreeSet+Descriptions.swift
[147/376] Compiling HashTreeCollections TreeSet+Equatable.swift
[148/376] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[149/376] Compiling HashTreeCollections TreeSet+Extras.swift
[150/376] Compiling HashTreeCollections TreeSet+Filter.swift
[161/376] Compiling OrderedCollections OrderedSet+Sendable.swift
[164/376] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[165/376] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[188/383] Emitting module DequeModule
[190/384] Compiling Logging MetadataProvider.swift
[191/384] Emitting module Logging
[192/384] Compiling Logging Locks.swift
[193/384] Compiling Logging Logging.swift
[208/385] Compiling NIOConcurrencyHelpers lock.swift
[210/385] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[211/385] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[212/385] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[213/385] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[214/385] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[215/385] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[216/385] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[217/385] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[218/385] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[219/385] Compiling HashTreeCollections TreeSet.swift
[220/385] Emitting module BitCollections
[221/385] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[222/385] Compiling NIOConcurrencyHelpers NIOLock.swift
[223/385] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[224/385] Compiling NIOConcurrencyHelpers atomics.swift
[225/385] Emitting module NIOConcurrencyHelpers
[238/386] Compiling BitCollections BitArray+BitwiseOperations.swift
[239/386] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[240/386] Compiling BitCollections BitArray+Codable.swift
[241/386] Compiling BitCollections BitArray+Collection.swift
[242/386] Compiling BitCollections BitArray+Copy.swift
[243/386] Compiling BitCollections BitArray+CustomReflectable.swift
[244/386] Compiling BitCollections BitArray+Descriptions.swift
[245/386] Compiling BitCollections BitArray+Equatable.swift
[262/386] Compiling BitCollections _Word.swift
[274/386] Compiling BitCollections BitSet.Index.swift
[275/386] Compiling BitCollections BitSet._UnsafeHandle.swift
[276/386] Compiling BitCollections BitSet.swift
[277/386] Compiling BitCollections Range+Utilities.swift
[278/386] Compiling BitCollections Slice+Utilities.swift
[279/386] Compiling BitCollections UInt+Tricks.swift
[288/456] Compiling NIOCore NIOCoreSendableMetatype.swift
[289/456] Compiling NIOCore NIOLoopBound.swift
[290/456] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[291/456] Compiling NIOCore NIOScheduledCallback.swift
[292/456] Compiling NIOCore NIOSendable.swift
[293/456] Compiling NIOCore RecvByteBufferAllocator.swift
[295/456] Compiling NIOCore NIOAny.swift
[296/456] Compiling NIOCore NIOCloseOnErrorHandler.swift
[303/457] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[304/457] Compiling NIOCore BSDSocketAPI.swift
[305/457] Compiling NIOCore ByteBuffer-aux.swift
[306/457] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[307/457] Compiling NIOCore ByteBuffer-conversions.swift
[308/457] Compiling NIOCore ByteBuffer-core.swift
[309/457] Compiling NIOCore ByteBuffer-hex.swift
[310/457] Compiling NIOCore ByteBuffer-int.swift
[311/457] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[312/457] Compiling NIOCore AddressedEnvelope.swift
[313/457] Compiling NIOCore ByteBuffer-views.swift
[314/457] Compiling NIOCore Channel.swift
[315/457] Compiling NIOCore ChannelHandler.swift
[316/457] Compiling NIOCore ChannelHandlers.swift
[317/457] Compiling NIOCore ChannelInvoker.swift
[318/457] Compiling NIOCore ChannelOption.swift
[319/457] Compiling NIOCore ChannelPipeline.swift
[320/457] Compiling NIOCore CircularBuffer.swift
[321/457] Compiling NIOCore Codec.swift
[322/457] Compiling NIOCore ConvenienceOptionSupport.swift
[323/457] Compiling NIOCore AsyncAwaitSupport.swift
[324/457] Compiling NIOCore AsyncChannel.swift
[325/457] Compiling NIOCore AsyncChannelHandler.swift
[326/457] Compiling NIOCore AsyncChannelInboundStream.swift
[327/457] Compiling NIOCore AsyncChannelOutboundWriter.swift
[328/457] Compiling NIOCore NIOAsyncSequenceProducer.swift
[329/457] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[330/457] Compiling NIOCore NIOAsyncWriter.swift
[331/457] Compiling NIOCore ByteBuffer-multi-int.swift
[332/457] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[333/457] Emitting module OrderedCollections
[346/458] Emitting module _RopeModule
[355/458] Compiling NIOCore DeadChannel.swift
[356/458] Compiling NIOCore DispatchQueue+WithFuture.swift
[357/458] Compiling NIOCore EventLoop+Deprecated.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
[385/466] Compiling _RopeModule _CharacterRecognizer.swift
[386/466] Compiling NIOCore IOData.swift
[387/466] Compiling NIOCore IPProtocol.swift
[388/466] Compiling NIOCore IntegerBitPacking.swift
[389/466] Compiling NIOCore IntegerTypes.swift
[390/466] Compiling NIOCore Interfaces.swift
[391/466] Compiling NIOCore Linux.swift
[392/466] Compiling NIOCore MarkedCircularBuffer.swift
[393/466] Compiling NIOCore MulticastChannel.swift
[394/466] Emitting module HashTreeCollections
[399/467] Compiling NIOCore EventLoop+SerialExecutor.swift
[400/467] Compiling NIOCore EventLoop.swift
[401/467] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[402/467] Compiling NIOCore EventLoopFuture+Deprecated.swift
[403/467] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[404/467] Compiling NIOCore EventLoopFuture.swift
[405/467] Compiling NIOCore FileDescriptor.swift
[406/467] Compiling NIOCore FileHandle.swift
[407/467] Compiling NIOCore FileRegion.swift
[408/467] Compiling NIOCore GlobalSingletons.swift
[409/467] Compiling NIOCore IO.swift
[424/470] Emitting module Collections
[425/470] Compiling Collections Collections.swift
[427/471] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[428/471] Compiling NIOCore SocketAddresses.swift
[429/471] Compiling NIOCore SocketOptionProvider.swift
[430/471] Compiling NIOCore SystemCallHelpers.swift
[431/471] Compiling NIOCore TimeAmount+Duration.swift
[432/471] Compiling NIOCore TypeAssistedChannelHandler.swift
[433/471] Compiling NIOCore UniversalBootstrapSupport.swift
[471/471] Emitting module NIOCore
[473/564] Compiling SQLKit SQLDropIndex.swift
[474/564] Compiling SQLKit SQLDropTable.swift
[475/564] Compiling SQLKit SQLDropTrigger.swift
[476/564] Compiling SQLKit SQLInsert.swift
[477/564] Compiling SQLKit SQLSelect.swift
[478/564] Compiling SQLKit SQLUnion.swift
[479/564] Compiling SQLKit SQLUpdate.swift
[480/564] Compiling SQLKit SQLExpression.swift
[481/564] Compiling SQLKit SQLSerializer.swift
[482/564] Compiling SQLKit SQLStatement.swift
[483/564] Compiling SQLKit SQLBinaryExpression.swift
[484/564] Compiling SQLKit SQLBinaryOperator.swift
[485/564] Compiling SQLKit SQLBind.swift
[486/576] Compiling SQLKit SQLPredicateGroupBuilder.swift
[487/576] Compiling SQLKit SQLRawBuilder.swift
[488/576] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[489/576] Compiling SQLKit SQLSelectBuilder.swift
[490/576] Compiling SQLKit SQLSubqueryBuilder.swift
[491/576] Compiling SQLKit SQLUnionBuilder.swift
[492/576] Compiling SQLKit SQLUpdateBuilder.swift
[493/576] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[494/576] Compiling SQLKit SQLColumnUpdateBuilder.swift
[495/576] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[496/576] Compiling SQLKit SQLCommonUnionBuilder.swift
[497/576] Compiling SQLKit SQLJoinBuilder.swift
[498/576] Compiling SQLKit SQLPartialResultBuilder.swift
[499/576] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[500/576] Compiling SQLKit SQLColumnAssignment.swift
[501/576] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[502/576] Compiling SQLKit SQLColumnDefinition.swift
[503/576] Compiling SQLKit SQLCommonTableExpression.swift
[504/576] Compiling SQLKit SQLConflictAction.swift
[505/576] Compiling SQLKit SQLConflictResolutionStrategy.swift
[506/576] Compiling SQLKit SQLDropBehaviour.swift
[507/576] Compiling SQLKit SQLEnumDataType.swift
[508/576] Compiling SQLKit SQLExcludedColumn.swift
[509/576] Compiling SQLKit SQLForeignKey.swift
[510/576] Compiling SQLKit SQLJoin.swift
[511/576] Compiling SQLKit SQLJoinMethod.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 SQLPredicateBuilder.swift
[539/576] Compiling SQLKit SQLQueryBuilder.swift
[540/576] Compiling SQLKit SQLQueryFetcher.swift
[541/576] Compiling SQLKit SQLReturningBuilder.swift
[542/576] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[543/576] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[544/576] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[545/576] Compiling SQLKit SQLDatabase.swift
[546/576] Compiling SQLKit SQLDatabaseReportedVersion.swift
[547/576] Compiling SQLKit SQLDialect.swift
[548/576] Compiling SQLKit SQLDatabase+Deprecated.swift
[549/576] Compiling SQLKit SQLError.swift
[550/576] Compiling SQLKit SQLExpressions+Deprecated.swift
[551/576] Compiling SQLKit SQLAlterEnumBuilder.swift
[552/576] Compiling SQLKit SQLAlterTableBuilder.swift
[553/576] Compiling SQLKit SQLConflictUpdateBuilder.swift
[554/576] Compiling SQLKit SQLCreateEnumBuilder.swift
[555/576] Compiling SQLKit SQLCreateIndexBuilder.swift
[556/576] Compiling SQLKit SQLCreateTableBuilder.swift
[557/576] Compiling SQLKit SQLCreateTriggerBuilder.swift
[558/576] Compiling SQLKit SQLDeleteBuilder.swift
[559/576] Compiling SQLKit SQLDropEnumBuilder.swift
[560/576] Compiling SQLKit SQLDropIndexBuilder.swift
[561/576] Compiling SQLKit SQLDropTableBuilder.swift
[562/576] Compiling SQLKit SQLDropTriggerBuilder.swift
[563/576] Compiling SQLKit SQLInsertBuilder.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] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[579/585] Compiling SQLKitBenchmark SQLBenchmarker.swift
[580/585] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[581/585] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[582/585] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[583/585] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[584/585] Emitting module SQLKitBenchmark
[585/585] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
Build complete! (98.82s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.