Build Information
Successful build of sql-kit, reference main (baf0d8
), with Swift 6.1 for Android on 30 May 2025 19:17:51 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.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 baf0d86 Add the missing `SQLDatabase.alter(table: any SQLExpression)` method (#188)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
baf0d8684a43f16cd11ebcc67300c8ab5cb5d078
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sql-kit.git at main
========================================
Build
========================================
Selected platform: 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.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "sql-kit",
"name" : "sql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLKit",
"targets" : [
"SQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLKitBenchmark",
"targets" : [
"SQLKitBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLKitTests",
"path" : "Tests/SQLKitTests",
"sources" : [
"AsyncTests.swift",
"BaseTests.swift",
"BasicQueryTests.swift",
"DeprecatedTests.swift",
"SQLBetweenTests.swift",
"SQLCodingTests.swift",
"SQLCommonTableExpressionTests.swift",
"SQLCreateDropTriggerTests.swift",
"SQLCreateTableTests.swift",
"SQLDialectFeatureTests.swift",
"SQLExpressionTests.swift",
"SQLInsertUpsertTests.swift",
"SQLQueryEncoderTests.swift",
"SQLQueryStringTests.swift",
"SQLRowDecoderTests.swift",
"SQLUnionTests.swift",
"TestMocks.swift",
"Utilities.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"type" : "test"
},
{
"c99name" : "SQLKitBenchmark",
"module_type" : "SwiftTarget",
"name" : "SQLKitBenchmark",
"path" : "Sources/SQLKitBenchmark",
"product_memberships" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLBenchmark+Codable.swift",
"SQLBenchmark+Enum.swift",
"SQLBenchmark+JSONPaths.swift",
"SQLBenchmark+Planets.swift",
"SQLBenchmark+Union.swift",
"SQLBenchmark+Upsert.swift",
"SQLBenchmarker.swift"
],
"target_dependencies" : [
"SQLKit"
],
"type" : "library"
},
{
"c99name" : "SQLKit",
"module_type" : "SwiftTarget",
"name" : "SQLKit",
"path" : "Sources/SQLKit",
"product_dependencies" : [
"Collections",
"Logging",
"NIO",
"NIOCore"
],
"product_memberships" : [
"SQLKit",
"SQLKitBenchmark"
],
"sources" : [
"Builders/Implementations/SQLAlterEnumBuilder.swift",
"Builders/Implementations/SQLAlterTableBuilder.swift",
"Builders/Implementations/SQLConflictUpdateBuilder.swift",
"Builders/Implementations/SQLCreateEnumBuilder.swift",
"Builders/Implementations/SQLCreateIndexBuilder.swift",
"Builders/Implementations/SQLCreateTableBuilder.swift",
"Builders/Implementations/SQLCreateTriggerBuilder.swift",
"Builders/Implementations/SQLDeleteBuilder.swift",
"Builders/Implementations/SQLDropEnumBuilder.swift",
"Builders/Implementations/SQLDropIndexBuilder.swift",
"Builders/Implementations/SQLDropTableBuilder.swift",
"Builders/Implementations/SQLDropTriggerBuilder.swift",
"Builders/Implementations/SQLInsertBuilder.swift",
"Builders/Implementations/SQLPredicateGroupBuilder.swift",
"Builders/Implementations/SQLRawBuilder.swift",
"Builders/Implementations/SQLSecondaryPredicateGroupBuilder.swift",
"Builders/Implementations/SQLSelectBuilder.swift",
"Builders/Implementations/SQLSubqueryBuilder.swift",
"Builders/Implementations/SQLUnionBuilder.swift",
"Builders/Implementations/SQLUpdateBuilder.swift",
"Builders/Prototypes/SQLAliasedColumnListBuilder.swift",
"Builders/Prototypes/SQLColumnUpdateBuilder.swift",
"Builders/Prototypes/SQLCommonTableExpressionBuilder.swift",
"Builders/Prototypes/SQLCommonUnionBuilder.swift",
"Builders/Prototypes/SQLJoinBuilder.swift",
"Builders/Prototypes/SQLPartialResultBuilder.swift",
"Builders/Prototypes/SQLPredicateBuilder.swift",
"Builders/Prototypes/SQLQueryBuilder.swift",
"Builders/Prototypes/SQLQueryFetcher.swift",
"Builders/Prototypes/SQLReturningBuilder.swift",
"Builders/Prototypes/SQLSecondaryPredicateBuilder.swift",
"Builders/Prototypes/SQLSubqueryClauseBuilder.swift",
"Builders/Prototypes/SQLUnqualifiedColumnListBuilder.swift",
"Database/SQLDatabase.swift",
"Database/SQLDatabaseReportedVersion.swift",
"Database/SQLDialect.swift",
"Deprecated/SQLDatabase+Deprecated.swift",
"Deprecated/SQLError.swift",
"Deprecated/SQLExpressions+Deprecated.swift",
"Deprecated/SQLQueryBuilders+Deprecated.swift",
"Exports.swift",
"Expressions/Basics/SQLAlias.swift",
"Expressions/Basics/SQLBetween.swift",
"Expressions/Basics/SQLColumn.swift",
"Expressions/Basics/SQLConstraint.swift",
"Expressions/Basics/SQLDataType.swift",
"Expressions/Basics/SQLDirection.swift",
"Expressions/Basics/SQLDistinct.swift",
"Expressions/Basics/SQLForeignKeyAction.swift",
"Expressions/Basics/SQLNestedSubpathExpression.swift",
"Expressions/Basics/SQLQualifiedTable.swift",
"Expressions/Basics/SQLQueryString.swift",
"Expressions/Clauses/SQLAlterColumnDefinitionType.swift",
"Expressions/Clauses/SQLColumnAssignment.swift",
"Expressions/Clauses/SQLColumnConstraintAlgorithm.swift",
"Expressions/Clauses/SQLColumnDefinition.swift",
"Expressions/Clauses/SQLCommonTableExpression.swift",
"Expressions/Clauses/SQLConflictAction.swift",
"Expressions/Clauses/SQLConflictResolutionStrategy.swift",
"Expressions/Clauses/SQLDropBehaviour.swift",
"Expressions/Clauses/SQLEnumDataType.swift",
"Expressions/Clauses/SQLExcludedColumn.swift",
"Expressions/Clauses/SQLForeignKey.swift",
"Expressions/Clauses/SQLJoin.swift",
"Expressions/Clauses/SQLJoinMethod.swift",
"Expressions/Clauses/SQLLockingClause.swift",
"Expressions/Clauses/SQLOrderBy.swift",
"Expressions/Clauses/SQLReturning.swift",
"Expressions/Clauses/SQLSubquery.swift",
"Expressions/Clauses/SQLTableConstraintAlgorithm.swift",
"Expressions/Queries/SQLAlterEnum.swift",
"Expressions/Queries/SQLAlterTable.swift",
"Expressions/Queries/SQLCreateEnum.swift",
"Expressions/Queries/SQLCreateIndex.swift",
"Expressions/Queries/SQLCreateTable.swift",
"Expressions/Queries/SQLCreateTrigger.swift",
"Expressions/Queries/SQLDelete.swift",
"Expressions/Queries/SQLDropEnum.swift",
"Expressions/Queries/SQLDropIndex.swift",
"Expressions/Queries/SQLDropTable.swift",
"Expressions/Queries/SQLDropTrigger.swift",
"Expressions/Queries/SQLInsert.swift",
"Expressions/Queries/SQLSelect.swift",
"Expressions/Queries/SQLUnion.swift",
"Expressions/Queries/SQLUpdate.swift",
"Expressions/SQLExpression.swift",
"Expressions/SQLSerializer.swift",
"Expressions/SQLStatement.swift",
"Expressions/Syntax/SQLBinaryExpression.swift",
"Expressions/Syntax/SQLBinaryOperator.swift",
"Expressions/Syntax/SQLBind.swift",
"Expressions/Syntax/SQLFunction.swift",
"Expressions/Syntax/SQLGroupExpression.swift",
"Expressions/Syntax/SQLIdentifier.swift",
"Expressions/Syntax/SQLList.swift",
"Expressions/Syntax/SQLLiteral.swift",
"Expressions/Syntax/SQLRaw.swift",
"Rows/SQLCodingUtilities.swift",
"Rows/SQLQueryEncoder.swift",
"Rows/SQLRow.swift",
"Rows/SQLRowDecoder.swift",
"Utilities/SomeCodingKey.swift",
"Utilities/StringHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[3531/20427] Fetching swift-log, swift-collections
[7985/96550] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.63s)
Fetched https://github.com/apple/swift-collections.git from cache (6.67s)
Fetched https://github.com/apple/swift-nio.git from cache (6.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.61s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[465/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.79s)
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.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.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.5.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.2.0
Building for debugging...
[0/29] Write sources
[18/29] Compiling CNIOWindows shim.c
[19/29] Compiling CNIOLinux liburing_shims.c
[20/29] Compiling _AtomicsShims.c
[20/29] Write sources
[22/29] Compiling CNIOWindows WSAStartup.c
[23/29] Compiling CNIOWASI CNIOWASI.c
[24/29] Compiling CNIOLinux shim.c
[25/29] Write swift-version-24593BA9C3E375BF.txt
[26/29] Compiling CNIODarwin shim.c
[28/73] Emitting module Atomics
[29/75] Compiling InternalCollectionsUtilities Descriptions.swift
[30/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/76] Compiling _NIODataStructures PriorityQueue.swift
[32/76] Compiling _NIODataStructures _TinyArray.swift
[33/76] Compiling Atomics UnsafeAtomic.swift
[34/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/76] Compiling _NIOBase64 Base64.swift
[36/76] Emitting module _NIOBase64
[37/77] Compiling Atomics IntegerOperations.swift
[38/77] Compiling Atomics Unmanaged extensions.swift
[39/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/77] Compiling InternalCollectionsUtilities Debugging.swift
[41/77] Emitting module _NIODataStructures
[42/77] Compiling Atomics AtomicMemoryOrderings.swift
[43/77] Compiling Atomics DoubleWord.swift
[44/77] Emitting module InternalCollectionsUtilities
[45/77] Compiling _NIODataStructures Heap.swift
[46/77] Compiling Atomics ManagedAtomic.swift
[47/77] Compiling Atomics ManagedAtomicLazyReference.swift
[48/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[49/78] Compiling InternalCollectionsUtilities Integer rank.swift
[50/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[54/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[55/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/154] Compiling c-nioatomics.c
[75/301] Compiling HeapModule Heap+Invariants.swift
[76/301] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[77/301] Compiling HeapModule Heap+Descriptions.swift
[78/302] Compiling _RopeModule BigString+Append.swift
[79/302] Compiling _RopeModule BigString+Initializers.swift
[79/356] Compiling c-atomics.c
[81/356] Compiling HeapModule _HeapNode.swift
[82/356] Compiling BitCollections BitArray+Codable.swift
[83/356] Compiling BitCollections BitArray+Collection.swift
[84/356] Compiling BitCollections BitArray+Copy.swift
[85/356] Compiling BitCollections BitArray+CustomReflectable.swift
[86/356] Compiling HeapModule Heap.swift
[87/356] Compiling BitCollections BitArray+Descriptions.swift
[88/356] Compiling BitCollections BitArray+Equatable.swift
[89/356] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[90/356] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[91/356] Compiling HeapModule Heap+UnsafeHandle.swift
[92/362] Emitting module HeapModule
[94/363] Compiling _RopeModule BigString+Sequence.swift
[95/363] Compiling _RopeModule BigString+TextOutputStream.swift
[96/363] Compiling HashTreeCollections TreeSet+Sequence.swift
[97/363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[98/363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[99/363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[100/363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[101/363] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[102/363] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[103/363] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[104/373] Compiling BitCollections BitArray+Invariants.swift
[105/373] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[106/373] Compiling BitCollections BitSet+Random.swift
[107/373] Compiling BitCollections BitSet+SetAlgebra basics.swift
[108/373] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[109/373] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[110/373] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[111/373] Compiling _RopeModule Rope+Append.swift
[112/373] Compiling _RopeModule Rope+Extract.swift
[113/380] Compiling NIOConcurrencyHelpers NIOLock.swift
[114/380] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[115/380] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[116/380] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[117/380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[118/380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[119/380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[120/380] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[121/380] Compiling BitCollections BitSet+CustomReflectable.swift
[122/380] Compiling BitCollections BitSet+CustomStringConvertible.swift
[123/380] Compiling BitCollections BitSet+Equatable.swift
[124/380] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[125/380] Compiling BitCollections BitSet+Extras.swift
[126/380] Compiling BitCollections BitSet+Hashable.swift
[127/380] Compiling BitCollections BitSet+Initializers.swift
[128/380] Compiling BitCollections BitSet+Invariants.swift
[129/380] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[130/380] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[131/380] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[132/380] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[133/380] Compiling BitCollections BitSet+SetAlgebra union.swift
[134/380] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[135/380] Compiling BitCollections BitSet.Counted.swift
[136/380] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[137/380] Compiling BitCollections BitArray+Hashable.swift
[138/380] Compiling BitCollections BitArray+Initializers.swift
[139/380] Emitting module BitCollections
[140/387] Compiling BitCollections BitArray+BitwiseOperations.swift
[141/387] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[150/387] Compiling BitCollections BitArray+Extras.swift
[151/387] Compiling BitCollections BitArray+Fill.swift
[156/387] Emitting module NIOConcurrencyHelpers
[157/387] Compiling BitCollections Range+Utilities.swift
[158/387] Compiling BitCollections Slice+Utilities.swift
[159/387] Compiling BitCollections UInt+Tricks.swift
[160/387] Compiling BitCollections _Word.swift
[161/387] Compiling OrderedCollections OrderedSet.swift
[162/387] Compiling OrderedCollections _UnsafeBitset.swift
[163/387] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[164/387] Compiling _RopeModule BigString+Hashing.swift
[165/387] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[166/387] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[184/387] Compiling BitCollections BitSet.Index.swift
[185/387] Compiling BitCollections BitSet._UnsafeHandle.swift
[186/387] Compiling BitCollections BitSet.swift
[187/387] Compiling NIOConcurrencyHelpers lock.swift
[217/387] Compiling Logging MetadataProvider.swift
[218/387] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[219/387] Emitting module Logging
[220/387] Compiling Logging LogHandler.swift
[221/387] Compiling Logging Locks.swift
[222/387] Compiling Logging Logging.swift
[223/388] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[224/388] Compiling NIOConcurrencyHelpers atomics.swift
[226/389] Emitting module DequeModule
[227/389] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[228/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[229/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[230/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[231/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[232/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[233/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[234/389] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[235/389] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[236/389] Compiling HashTreeCollections TreeSet.swift
[237/390] Emitting module OrderedCollections
[240/390] Compiling BitCollections BitArray+RandomBits.swift
[241/390] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[242/390] Compiling BitCollections BitArray+Shifts.swift
[243/390] Compiling BitCollections BitArray+Testing.swift
[244/390] Compiling BitCollections BitArray._UnsafeHandle.swift
[245/390] Compiling BitCollections BitArray.swift
[246/390] Compiling BitCollections BitSet+BidirectionalCollection.swift
[247/390] Compiling BitCollections BitSet+Codable.swift
[274/451] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[275/451] Compiling NIOCore NIOAsyncWriter.swift
[276/451] Compiling NIOCore CircularBuffer.swift
[277/451] Compiling NIOCore Codec.swift
[278/451] Compiling NIOCore ConvenienceOptionSupport.swift
[279/451] Compiling NIOCore DeadChannel.swift
[280/451] Compiling NIOCore DispatchQueue+WithFuture.swift
[281/451] Compiling NIOCore EventLoop+Deprecated.swift
[283/451] Compiling NIOCore NIOLoopBound.swift
[284/451] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[285/451] Compiling NIOCore NIOScheduledCallback.swift
[286/451] Compiling NIOCore NIOSendable.swift
[287/451] Compiling NIOCore RecvByteBufferAllocator.swift
[290/451] Compiling NIOCore IntegerTypes.swift
[291/451] Compiling NIOCore Interfaces.swift
[292/451] Compiling NIOCore Linux.swift
[293/451] Compiling NIOCore MarkedCircularBuffer.swift
[294/451] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[295/451] Compiling NIOCore EventLoopFuture+Deprecated.swift
[296/451] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[297/451] Compiling NIOCore EventLoopFuture.swift
[298/451] Compiling NIOCore FileDescriptor.swift
[299/451] Compiling NIOCore FileHandle.swift
[300/451] Compiling NIOCore FileRegion.swift
[301/451] Compiling NIOCore GlobalSingletons.swift
[302/451] Compiling NIOCore MulticastChannel.swift
[303/451] Compiling NIOCore NIOAny.swift
[304/451] Compiling NIOCore NIOCloseOnErrorHandler.swift
[309/461] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[310/461] Compiling NIOCore BSDSocketAPI.swift
[311/461] Compiling NIOCore ByteBuffer-aux.swift
[312/461] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[313/461] Compiling NIOCore ByteBuffer-conversions.swift
[314/461] Compiling NIOCore ByteBuffer-core.swift
[315/461] Compiling NIOCore ByteBuffer-hex.swift
[316/461] Compiling NIOCore ByteBuffer-int.swift
[317/461] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[318/461] Compiling NIOCore AddressedEnvelope.swift
[319/461] Compiling NIOCore AsyncChannel.swift
[320/461] Compiling NIOCore AsyncChannelHandler.swift
[321/461] Compiling NIOCore AsyncChannelInboundStream.swift
[322/461] Compiling NIOCore AsyncChannelOutboundWriter.swift
[323/461] Compiling NIOCore NIOAsyncSequenceProducer.swift
[340/461] Compiling NIOCore AsyncAwaitSupport.swift
[343/461] Compiling NIOCore EventLoop+SerialExecutor.swift
[344/461] Compiling NIOCore EventLoop.swift
[345/461] Compiling NIOCore ByteBuffer-multi-int.swift
[346/461] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[347/461] Compiling NIOCore ByteBuffer-views.swift
[348/461] Compiling NIOCore Channel.swift
[349/461] Compiling NIOCore ChannelHandler.swift
[350/461] Compiling NIOCore ChannelHandlers.swift
[351/461] Compiling NIOCore ChannelInvoker.swift
[352/461] Emitting module _RopeModule
[383/469] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[384/469] Compiling NIOCore SocketAddresses.swift
[385/469] Compiling NIOCore SocketOptionProvider.swift
[386/469] Compiling NIOCore SystemCallHelpers.swift
[387/469] Compiling NIOCore TimeAmount+Duration.swift
[388/469] Compiling NIOCore TypeAssistedChannelHandler.swift
[389/469] Compiling NIOCore UniversalBootstrapSupport.swift
[390/469] Compiling NIOCore Utilities.swift
[394/469] Compiling NIOCore ChannelOption.swift
[395/469] Compiling NIOCore ChannelPipeline.swift
[396/469] Compiling NIOCore IO.swift
[397/469] Compiling NIOCore IOData.swift
[398/469] Compiling NIOCore IPProtocol.swift
[399/469] Compiling NIOCore IntegerBitPacking.swift
[400/469] Compiling _RopeModule Rope+Join.swift
[401/469] Compiling _RopeModule Rope+MutatingForEach.swift
[402/469] Compiling _RopeModule Rope+Remove.swift
[403/469] Compiling _RopeModule Rope+RemoveSubrange.swift
[404/469] Compiling _RopeModule Rope+Split.swift
[405/469] Compiling _RopeModule Optional Utilities.swift
[406/469] Compiling _RopeModule String Utilities.swift
[407/469] Compiling _RopeModule String.Index+ABI.swift
[408/469] Compiling _RopeModule _CharacterRecognizer.swift
[418/470] Emitting module HashTreeCollections
[428/473] Emitting module Collections
[429/473] Compiling Collections Collections.swift
[447/474] Emitting module NIOCore
[476/525] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[477/525] Compiling NIOEmbedded AsyncTestingChannel.swift
[478/525] Emitting module NIOEmbedded
[479/525] Compiling NIOEmbedded Embedded.swift
[481/526] Emitting module NIOPosix
[482/532] Compiling NIOPosix SelectableChannel.swift
[483/532] Compiling NIOPosix SelectableEventLoop.swift
[484/532] Compiling NIOPosix SelectorEpoll.swift
[485/532] Compiling NIOPosix SelectorGeneric.swift
[486/532] Compiling NIOPosix SelectorKqueue.swift
[487/532] Compiling NIOPosix SelectorUring.swift
[488/532] Compiling NIOPosix ServerSocket.swift
[489/532] Compiling NIOPosix Socket.swift
[490/532] Compiling NIOPosix SocketChannel.swift
[491/532] Compiling NIOPosix SocketProtocols.swift
[492/532] Compiling NIOPosix System.swift
[493/532] Compiling NIOPosix Thread.swift
[494/532] Compiling NIOPosix ThreadPosix.swift
[495/532] Compiling NIOPosix ThreadWindows.swift
[496/532] Compiling NIOPosix UnsafeTransfer.swift
[497/532] Compiling NIOPosix Utilities.swift
[498/532] Compiling NIOPosix VsockAddress.swift
[499/532] Compiling NIOPosix VsockChannelEvents.swift
[500/532] Compiling NIOPosix Bootstrap.swift
[501/532] Compiling NIOPosix ControlMessage.swift
[502/532] Compiling NIOPosix DatagramVectorReadManager.swift
[503/532] Compiling NIOPosix Errors+Any.swift
[504/532] Compiling NIOPosix FileDescriptor.swift
[505/532] Compiling NIOPosix GetaddrinfoResolver.swift
[506/532] Compiling NIOPosix HappyEyeballs.swift
[507/532] Compiling NIOPosix IO.swift
[508/532] Compiling NIOPosix IntegerBitPacking.swift
[509/532] Compiling NIOPosix IntegerTypes.swift
[510/532] Compiling NIOPosix Linux.swift
[511/532] Compiling NIOPosix LinuxCPUSet.swift
[512/532] Compiling NIOPosix LinuxUring.swift
[513/532] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[514/532] Compiling NIOPosix BSDSocketAPICommon.swift
[515/532] Compiling NIOPosix BSDSocketAPIPosix.swift
[516/532] Compiling NIOPosix BSDSocketAPIWindows.swift
[517/532] Compiling NIOPosix BaseSocket.swift
[518/532] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[519/532] Compiling NIOPosix BaseSocketChannel.swift
[520/532] Compiling NIOPosix BaseStreamSocketChannel.swift
[521/532] Compiling NIOPosix Pool.swift
[522/532] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[523/532] Compiling NIOPosix PosixSingletons.swift
[524/532] Compiling NIOPosix RawSocketBootstrap.swift
[525/532] Compiling NIOPosix Resolver.swift
[526/532] Compiling NIOPosix Selectable.swift
[527/532] Compiling NIOPosix NIOThreadPool.swift
[528/532] Compiling NIOPosix NonBlockingFileIO.swift
[529/532] Compiling NIOPosix PendingDatagramWritesManager.swift
[530/532] Compiling NIOPosix PendingWritesManager.swift
[531/532] Compiling NIOPosix PipeChannel.swift
[532/532] Compiling NIOPosix PipePair.swift
[534/535] Compiling NIO Exports.swift
[535/535] Emitting module NIO
[537/628] Compiling SQLKit SQLPredicateGroupBuilder.swift
[538/628] Compiling SQLKit SQLRawBuilder.swift
[539/628] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[540/628] Compiling SQLKit SQLSelectBuilder.swift
[541/628] Compiling SQLKit SQLSubqueryBuilder.swift
[542/628] Compiling SQLKit SQLUnionBuilder.swift
[543/628] Compiling SQLKit SQLUpdateBuilder.swift
[544/628] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[545/628] Compiling SQLKit SQLColumnUpdateBuilder.swift
[546/628] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[547/628] Compiling SQLKit SQLCommonUnionBuilder.swift
[548/628] Compiling SQLKit SQLJoinBuilder.swift
[549/628] Compiling SQLKit SQLPartialResultBuilder.swift
[550/640] Compiling SQLKit SQLAlterEnumBuilder.swift
[551/640] Compiling SQLKit SQLAlterTableBuilder.swift
[552/640] Compiling SQLKit SQLConflictUpdateBuilder.swift
[553/640] Compiling SQLKit SQLCreateEnumBuilder.swift
[554/640] Compiling SQLKit SQLCreateIndexBuilder.swift
[555/640] Compiling SQLKit SQLCreateTableBuilder.swift
[556/640] Compiling SQLKit SQLCreateTriggerBuilder.swift
[557/640] Compiling SQLKit SQLDeleteBuilder.swift
[558/640] Compiling SQLKit SQLDropEnumBuilder.swift
[559/640] Compiling SQLKit SQLDropIndexBuilder.swift
[560/640] Compiling SQLKit SQLDropTableBuilder.swift
[561/640] Compiling SQLKit SQLDropTriggerBuilder.swift
[562/640] Compiling SQLKit SQLInsertBuilder.swift
[563/640] Compiling SQLKit SQLLockingClause.swift
[564/640] Compiling SQLKit SQLOrderBy.swift
[565/640] Compiling SQLKit SQLReturning.swift
[566/640] Compiling SQLKit SQLSubquery.swift
[567/640] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[568/640] Compiling SQLKit SQLAlterEnum.swift
[569/640] Compiling SQLKit SQLAlterTable.swift
[570/640] Compiling SQLKit SQLCreateEnum.swift
[571/640] Compiling SQLKit SQLCreateIndex.swift
[572/640] Compiling SQLKit SQLCreateTable.swift
[573/640] Compiling SQLKit SQLCreateTrigger.swift
[574/640] Compiling SQLKit SQLDelete.swift
[575/640] Compiling SQLKit SQLDropEnum.swift
[576/640] Compiling SQLKit SQLDropIndex.swift
[577/640] Compiling SQLKit SQLDropTable.swift
[578/640] Compiling SQLKit SQLDropTrigger.swift
[579/640] Compiling SQLKit SQLInsert.swift
[580/640] Compiling SQLKit SQLSelect.swift
[581/640] Compiling SQLKit SQLUnion.swift
[582/640] Compiling SQLKit SQLUpdate.swift
[583/640] Compiling SQLKit SQLExpression.swift
[584/640] Compiling SQLKit SQLSerializer.swift
[585/640] Compiling SQLKit SQLStatement.swift
[586/640] Compiling SQLKit SQLBinaryExpression.swift
[587/640] Compiling SQLKit SQLBinaryOperator.swift
[588/640] Compiling SQLKit SQLBind.swift
[589/640] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[590/640] Compiling SQLKit Exports.swift
[591/640] Compiling SQLKit SQLAlias.swift
[592/640] Compiling SQLKit SQLBetween.swift
[593/640] Compiling SQLKit SQLColumn.swift
[594/640] Compiling SQLKit SQLConstraint.swift
[595/640] Compiling SQLKit SQLDataType.swift
[596/640] Compiling SQLKit SQLDirection.swift
[597/640] Compiling SQLKit SQLDistinct.swift
[598/640] Compiling SQLKit SQLForeignKeyAction.swift
[599/640] Compiling SQLKit SQLNestedSubpathExpression.swift
[600/640] Compiling SQLKit SQLQualifiedTable.swift
[601/640] Compiling SQLKit SQLQueryString.swift
[602/640] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[603/640] Compiling SQLKit SQLColumnAssignment.swift
[604/640] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[605/640] Compiling SQLKit SQLColumnDefinition.swift
[606/640] Compiling SQLKit SQLCommonTableExpression.swift
[607/640] Compiling SQLKit SQLConflictAction.swift
[608/640] Compiling SQLKit SQLConflictResolutionStrategy.swift
[609/640] Compiling SQLKit SQLDropBehaviour.swift
[610/640] Compiling SQLKit SQLEnumDataType.swift
[611/640] Compiling SQLKit SQLExcludedColumn.swift
[612/640] Compiling SQLKit SQLForeignKey.swift
[613/640] Compiling SQLKit SQLJoin.swift
[614/640] Compiling SQLKit SQLJoinMethod.swift
[615/640] Compiling SQLKit SQLPredicateBuilder.swift
[616/640] Compiling SQLKit SQLQueryBuilder.swift
[617/640] Compiling SQLKit SQLQueryFetcher.swift
[618/640] Compiling SQLKit SQLReturningBuilder.swift
[619/640] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[620/640] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[621/640] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[622/640] Compiling SQLKit SQLDatabase.swift
[623/640] Compiling SQLKit SQLDatabaseReportedVersion.swift
[624/640] Compiling SQLKit SQLDialect.swift
[625/640] Compiling SQLKit SQLDatabase+Deprecated.swift
[626/640] Compiling SQLKit SQLError.swift
[627/640] Compiling SQLKit SQLExpressions+Deprecated.swift
[628/640] Emitting module SQLKit
[629/640] Compiling SQLKit SQLFunction.swift
[630/640] Compiling SQLKit SQLGroupExpression.swift
[631/640] Compiling SQLKit SQLIdentifier.swift
[632/640] Compiling SQLKit SQLList.swift
[633/640] Compiling SQLKit SQLLiteral.swift
[634/640] Compiling SQLKit SQLRaw.swift
[635/640] Compiling SQLKit SQLCodingUtilities.swift
[636/640] Compiling SQLKit SQLQueryEncoder.swift
[637/640] Compiling SQLKit SQLRow.swift
[638/640] Compiling SQLKit SQLRowDecoder.swift
[639/640] Compiling SQLKit SomeCodingKey.swift
[640/640] Compiling SQLKit StringHandling.swift
[642/649] Emitting module SQLKitBenchmark
[643/649] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[644/649] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[645/649] Compiling SQLKitBenchmark SQLBenchmarker.swift
[646/649] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[647/649] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[648/649] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[649/649] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
Build complete! (102.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "sql-kit",
"name" : "sql-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SQLKit",
"targets" : [
"SQLKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLKitBenchmark",
"targets" : [
"SQLKitBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLKitTests",
"path" : "Tests/SQLKitTests",
"sources" : [
"AsyncTests.swift",
"BaseTests.swift",
"BasicQueryTests.swift",
"DeprecatedTests.swift",
"SQLBetweenTests.swift",
"SQLCodingTests.swift",
"SQLCommonTableExpressionTests.swift",
"SQLCreateDropTriggerTests.swift",
"SQLCreateTableTests.swift",
"SQLDialectFeatureTests.swift",
"SQLExpressionTests.swift",
"SQLInsertUpsertTests.swift",
"SQLQueryEncoderTests.swift",
"SQLQueryStringTests.swift",
"SQLRowDecoderTests.swift",
"SQLUnionTests.swift",
"TestMocks.swift",
"Utilities.swift",
"XCTAsyncAssertions.swift"
],
"target_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"type" : "test"
},
{
"c99name" : "SQLKitBenchmark",
"module_type" : "SwiftTarget",
"name" : "SQLKitBenchmark",
"path" : "Sources/SQLKitBenchmark",
"product_memberships" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLBenchmark+Codable.swift",
"SQLBenchmark+Enum.swift",
"SQLBenchmark+JSONPaths.swift",
"SQLBenchmark+Planets.swift",
"SQLBenchmark+Union.swift",
"SQLBenchmark+Upsert.swift",
"SQLBenchmarker.swift"
],
"target_dependencies" : [
"SQLKit"
],
"type" : "library"
},
{
"c99name" : "SQLKit",
"module_type" : "SwiftTarget",
"name" : "SQLKit",
"path" : "Sources/SQLKit",
"product_dependencies" : [
"Collections",
"Logging",
"NIO",
"NIOCore"
],
"product_memberships" : [
"SQLKit",
"SQLKitBenchmark"
],
"sources" : [
"Builders/Implementations/SQLAlterEnumBuilder.swift",
"Builders/Implementations/SQLAlterTableBuilder.swift",
"Builders/Implementations/SQLConflictUpdateBuilder.swift",
"Builders/Implementations/SQLCreateEnumBuilder.swift",
"Builders/Implementations/SQLCreateIndexBuilder.swift",
"Builders/Implementations/SQLCreateTableBuilder.swift",
"Builders/Implementations/SQLCreateTriggerBuilder.swift",
"Builders/Implementations/SQLDeleteBuilder.swift",
"Builders/Implementations/SQLDropEnumBuilder.swift",
"Builders/Implementations/SQLDropIndexBuilder.swift",
"Builders/Implementations/SQLDropTableBuilder.swift",
"Builders/Implementations/SQLDropTriggerBuilder.swift",
"Builders/Implementations/SQLInsertBuilder.swift",
"Builders/Implementations/SQLPredicateGroupBuilder.swift",
"Builders/Implementations/SQLRawBuilder.swift",
"Builders/Implementations/SQLSecondaryPredicateGroupBuilder.swift",
"Builders/Implementations/SQLSelectBuilder.swift",
"Builders/Implementations/SQLSubqueryBuilder.swift",
"Builders/Implementations/SQLUnionBuilder.swift",
"Builders/Implementations/SQLUpdateBuilder.swift",
"Builders/Prototypes/SQLAliasedColumnListBuilder.swift",
"Builders/Prototypes/SQLColumnUpdateBuilder.swift",
"Builders/Prototypes/SQLCommonTableExpressionBuilder.swift",
"Builders/Prototypes/SQLCommonUnionBuilder.swift",
"Builders/Prototypes/SQLJoinBuilder.swift",
"Builders/Prototypes/SQLPartialResultBuilder.swift",
"Builders/Prototypes/SQLPredicateBuilder.swift",
"Builders/Prototypes/SQLQueryBuilder.swift",
"Builders/Prototypes/SQLQueryFetcher.swift",
"Builders/Prototypes/SQLReturningBuilder.swift",
"Builders/Prototypes/SQLSecondaryPredicateBuilder.swift",
"Builders/Prototypes/SQLSubqueryClauseBuilder.swift",
"Builders/Prototypes/SQLUnqualifiedColumnListBuilder.swift",
"Database/SQLDatabase.swift",
"Database/SQLDatabaseReportedVersion.swift",
"Database/SQLDialect.swift",
"Deprecated/SQLDatabase+Deprecated.swift",
"Deprecated/SQLError.swift",
"Deprecated/SQLExpressions+Deprecated.swift",
"Deprecated/SQLQueryBuilders+Deprecated.swift",
"Exports.swift",
"Expressions/Basics/SQLAlias.swift",
"Expressions/Basics/SQLBetween.swift",
"Expressions/Basics/SQLColumn.swift",
"Expressions/Basics/SQLConstraint.swift",
"Expressions/Basics/SQLDataType.swift",
"Expressions/Basics/SQLDirection.swift",
"Expressions/Basics/SQLDistinct.swift",
"Expressions/Basics/SQLForeignKeyAction.swift",
"Expressions/Basics/SQLNestedSubpathExpression.swift",
"Expressions/Basics/SQLQualifiedTable.swift",
"Expressions/Basics/SQLQueryString.swift",
"Expressions/Clauses/SQLAlterColumnDefinitionType.swift",
"Expressions/Clauses/SQLColumnAssignment.swift",
"Expressions/Clauses/SQLColumnConstraintAlgorithm.swift",
"Expressions/Clauses/SQLColumnDefinition.swift",
"Expressions/Clauses/SQLCommonTableExpression.swift",
"Expressions/Clauses/SQLConflictAction.swift",
"Expressions/Clauses/SQLConflictResolutionStrategy.swift",
"Expressions/Clauses/SQLDropBehaviour.swift",
"Expressions/Clauses/SQLEnumDataType.swift",
"Expressions/Clauses/SQLExcludedColumn.swift",
"Expressions/Clauses/SQLForeignKey.swift",
"Expressions/Clauses/SQLJoin.swift",
"Expressions/Clauses/SQLJoinMethod.swift",
"Expressions/Clauses/SQLLockingClause.swift",
"Expressions/Clauses/SQLOrderBy.swift",
"Expressions/Clauses/SQLReturning.swift",
"Expressions/Clauses/SQLSubquery.swift",
"Expressions/Clauses/SQLTableConstraintAlgorithm.swift",
"Expressions/Queries/SQLAlterEnum.swift",
"Expressions/Queries/SQLAlterTable.swift",
"Expressions/Queries/SQLCreateEnum.swift",
"Expressions/Queries/SQLCreateIndex.swift",
"Expressions/Queries/SQLCreateTable.swift",
"Expressions/Queries/SQLCreateTrigger.swift",
"Expressions/Queries/SQLDelete.swift",
"Expressions/Queries/SQLDropEnum.swift",
"Expressions/Queries/SQLDropIndex.swift",
"Expressions/Queries/SQLDropTable.swift",
"Expressions/Queries/SQLDropTrigger.swift",
"Expressions/Queries/SQLInsert.swift",
"Expressions/Queries/SQLSelect.swift",
"Expressions/Queries/SQLUnion.swift",
"Expressions/Queries/SQLUpdate.swift",
"Expressions/SQLExpression.swift",
"Expressions/SQLSerializer.swift",
"Expressions/SQLStatement.swift",
"Expressions/Syntax/SQLBinaryExpression.swift",
"Expressions/Syntax/SQLBinaryOperator.swift",
"Expressions/Syntax/SQLBind.swift",
"Expressions/Syntax/SQLFunction.swift",
"Expressions/Syntax/SQLGroupExpression.swift",
"Expressions/Syntax/SQLIdentifier.swift",
"Expressions/Syntax/SQLList.swift",
"Expressions/Syntax/SQLLiteral.swift",
"Expressions/Syntax/SQLRaw.swift",
"Rows/SQLCodingUtilities.swift",
"Rows/SQLQueryEncoder.swift",
"Rows/SQLRow.swift",
"Rows/SQLRowDecoder.swift",
"Utilities/SomeCodingKey.swift",
"Utilities/StringHandling.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.