The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of sql-kit, reference 3.33.0 (baf0d8), with Swift 6.1 for Android on 30 May 2025 19:18:08 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 3.33.0
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
 * tag               3.33.0     -> FETCH_HEAD
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 3.33.0
========================================
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-4609320-3":/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-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
[4501/96550] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.41s)
[52555/79959] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.43s)
Fetched https://github.com/apple/swift-nio.git from cache (8.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.94s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1717] Fetching swift-atomics
[534/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.08s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-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
Building for debugging...
[0/29] Write sources
[17/29] Compiling CNIOWindows WSAStartup.c
[18/29] Compiling CNIOWindows shim.c
[19/29] Compiling CNIOWASI CNIOWASI.c
[20/29] Compiling _AtomicsShims.c
[21/29] Write sources
[23/29] Compiling CNIOLinux liburing_shims.c
[24/29] Compiling CNIODarwin shim.c
[25/29] Compiling CNIOLinux shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/73] Emitting module InternalCollectionsUtilities
[29/74] Compiling _NIODataStructures _TinyArray.swift
[30/74] Compiling Atomics AtomicMemoryOrderings.swift
[31/74] Compiling Atomics DoubleWord.swift
[32/74] Compiling Atomics UnsafeAtomic.swift
[33/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/76] Compiling Atomics ManagedAtomic.swift
[37/76] Compiling Atomics ManagedAtomicLazyReference.swift
[38/76] Emitting module _NIOBase64
[39/76] Compiling _NIOBase64 Base64.swift
[40/76] Compiling InternalCollectionsUtilities Debugging.swift
[41/76] Compiling InternalCollectionsUtilities Descriptions.swift
[42/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[43/77] Compiling _NIODataStructures PriorityQueue.swift
[44/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[45/77] Compiling InternalCollectionsUtilities Integer rank.swift
[46/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/77] Emitting module Atomics
[54/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[57/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/78] Compiling _NIODataStructures Heap.swift
[67/78] Compiling c-nioatomics.c
[69/78] Emitting module _NIODataStructures
[72/79] Compiling Atomics IntegerOperations.swift
[73/79] Compiling Atomics Unmanaged extensions.swift
[73/80] Compiling c-atomics.c
[76/335] Compiling BitCollections BitArray+Shifts.swift
[77/335] Compiling BitCollections BitArray+Testing.swift
[78/362] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[79/362] Compiling HeapModule Heap+Descriptions.swift
[80/362] Compiling BitCollections BitArray._UnsafeHandle.swift
[81/362] Compiling BitCollections BitArray.swift
[82/362] Compiling BitCollections BitArray+Copy.swift
[83/362] Compiling BitCollections BitArray+CustomReflectable.swift
[84/362] Emitting module HeapModule
[85/362] Compiling HeapModule _HeapNode.swift
[86/362] Compiling HeapModule Heap.swift
[87/362] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/362] Compiling HeapModule Heap+Invariants.swift
[89/362] Compiling HeapModule Heap+UnsafeHandle.swift
[90/363] Compiling NIOConcurrencyHelpers atomics.swift
[91/363] Compiling NIOConcurrencyHelpers NIOLock.swift
[92/363] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[93/363] Compiling NIOConcurrencyHelpers lock.swift
[95/363] Compiling BitCollections BitSet+BidirectionalCollection.swift
[96/363] Compiling BitCollections BitSet+Codable.swift
[97/363] Emitting module NIOConcurrencyHelpers
[98/364] Compiling DequeModule _DequeSlot.swift
[99/364] Compiling DequeModule _UnsafeWrappedBuffer.swift
[100/364] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[101/364] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[102/364] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[103/364] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[104/364] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[105/364] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[106/364] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/371] Compiling BitCollections BitArray+BitwiseOperations.swift
[108/371] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[109/371] Compiling BitCollections BitArray+Codable.swift
[110/371] Compiling BitCollections BitArray+Collection.swift
[112/371] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[113/371] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[114/371] Compiling BitCollections BitSet+SetAlgebra union.swift
[115/371] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[116/371] Compiling BitCollections BitSet.Counted.swift
[117/371] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[118/371] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[119/371] Compiling BitCollections BitSet+Initializers.swift
[120/371] Compiling BitCollections BitSet+Invariants.swift
[121/371] Compiling BitCollections BitSet+Random.swift
[122/371] Compiling BitCollections BitSet+SetAlgebra basics.swift
[123/371] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[124/371] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[125/371] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[126/371] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[127/371] Compiling BitCollections BitSet+CustomReflectable.swift
[128/371] Compiling BitCollections BitSet+CustomStringConvertible.swift
[129/371] Compiling BitCollections BitSet+Equatable.swift
[130/371] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[131/371] Compiling BitCollections BitSet+Extras.swift
[132/371] Compiling BitCollections BitSet+Hashable.swift
[133/378] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[142/378] Compiling BitCollections _Word.swift
[143/378] Compiling OrderedCollections OrderedSet.swift
[144/378] Compiling OrderedCollections _UnsafeBitset.swift
[145/378] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[146/378] Compiling HashTreeCollections TreeSet+Extras.swift
[147/378] Compiling HashTreeCollections TreeSet+Filter.swift
[148/378] Compiling HashTreeCollections _AncestorHashSlots.swift
[149/378] Compiling HashTreeCollections _Bitmap.swift
[150/378] Compiling HashTreeCollections _Bucket.swift
[151/387] Emitting module DequeModule
[160/387] Compiling BitCollections BitSet.Index.swift
[161/387] Compiling BitCollections BitSet._UnsafeHandle.swift
[162/387] Compiling BitCollections BitSet.swift
[163/387] Compiling BitCollections Range+Utilities.swift
[164/387] Compiling BitCollections Slice+Utilities.swift
[165/387] Compiling BitCollections UInt+Tricks.swift
[177/397] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[178/397] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[179/397] Compiling BitCollections BitArray+Extras.swift
[180/397] Compiling BitCollections BitArray+Fill.swift
[181/397] Compiling BitCollections BitArray+Hashable.swift
[182/397] Compiling BitCollections BitArray+Initializers.swift
[191/397] Compiling BitCollections BitArray+RandomBits.swift
[192/397] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[205/397] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[207/397] Emitting module BitCollections
[222/397] Compiling Logging MetadataProvider.swift
[223/397] Compiling Logging LogHandler.swift
[224/397] Compiling Logging Locks.swift
[225/397] Emitting module Logging
[226/397] Compiling Logging Logging.swift
[246/399] Emitting module OrderedCollections
[247/459] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[248/459] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[249/459] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[250/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[251/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[252/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[253/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[254/459] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[255/459] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[256/459] Compiling HashTreeCollections TreeSet.swift
[257/459] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[258/459] Compiling NIOCore EventLoopFuture+Deprecated.swift
[259/459] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[260/459] Compiling NIOCore EventLoopFuture.swift
[261/459] Compiling NIOCore FileDescriptor.swift
[262/459] Compiling NIOCore FileHandle.swift
[263/459] Compiling NIOCore FileRegion.swift
[264/459] Compiling NIOCore GlobalSingletons.swift
[265/459] Compiling NIOCore MulticastChannel.swift
[266/459] Compiling NIOCore NIOAny.swift
[267/459] Compiling NIOCore NIOCloseOnErrorHandler.swift
[268/459] Compiling NIOCore NIOLoopBound.swift
[269/459] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[270/459] Compiling NIOCore NIOScheduledCallback.swift
[271/459] Compiling NIOCore NIOSendable.swift
[272/459] Compiling NIOCore RecvByteBufferAllocator.swift
[273/459] Compiling NIOCore ChannelHandler.swift
[274/459] Compiling NIOCore ChannelHandlers.swift
[275/459] Compiling NIOCore ChannelInvoker.swift
[276/459] Compiling NIOCore ChannelOption.swift
[277/459] Compiling NIOCore ChannelPipeline.swift
[280/459] Compiling NIOCore CircularBuffer.swift
[281/459] Compiling NIOCore Codec.swift
[282/459] Compiling NIOCore ConvenienceOptionSupport.swift
[283/459] Compiling NIOCore DeadChannel.swift
[284/459] Compiling NIOCore DispatchQueue+WithFuture.swift
[285/459] Compiling NIOCore EventLoop+Deprecated.swift
[286/459] Compiling NIOCore EventLoop+SerialExecutor.swift
[287/459] Compiling NIOCore EventLoop.swift
[297/461] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[298/461] Compiling NIOCore BSDSocketAPI.swift
[299/461] Compiling NIOCore ByteBuffer-aux.swift
[300/461] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[301/461] Compiling NIOCore ByteBuffer-conversions.swift
[302/461] Compiling NIOCore ByteBuffer-core.swift
[303/461] Compiling NIOCore ByteBuffer-hex.swift
[304/461] Compiling NIOCore ByteBuffer-int.swift
[305/461] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[306/461] Compiling NIOCore IO.swift
[307/461] Compiling NIOCore IOData.swift
[309/461] Compiling _RopeModule Rope+Join.swift
[310/461] Compiling _RopeModule Rope+MutatingForEach.swift
[311/461] Compiling _RopeModule Rope+Remove.swift
[312/461] Compiling _RopeModule Rope+RemoveSubrange.swift
[313/461] Compiling _RopeModule Rope+Split.swift
[314/461] Compiling _RopeModule Optional Utilities.swift
[315/461] Compiling _RopeModule String Utilities.swift
[316/461] Compiling _RopeModule String.Index+ABI.swift
[342/461] Compiling NIOCore AddressedEnvelope.swift
[343/461] Compiling NIOCore AsyncAwaitSupport.swift
[344/461] Compiling NIOCore AsyncChannel.swift
[345/461] Compiling NIOCore AsyncChannelHandler.swift
[346/461] Compiling NIOCore AsyncChannelInboundStream.swift
[347/461] Compiling NIOCore AsyncChannelOutboundWriter.swift
[348/461] Compiling NIOCore NIOAsyncSequenceProducer.swift
[349/461] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[350/461] Compiling NIOCore NIOAsyncWriter.swift
[371/461] Emitting module _RopeModule
[391/461] Compiling NIOCore Linux.swift
[392/461] Compiling NIOCore MarkedCircularBuffer.swift
[393/461] Compiling NIOCore ByteBuffer-multi-int.swift
[394/461] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[395/461] Compiling NIOCore ByteBuffer-views.swift
[396/461] Compiling NIOCore Channel.swift
[410/470] Emitting module HashTreeCollections
[414/471] Compiling NIOCore IPProtocol.swift
[415/471] Compiling NIOCore IntegerBitPacking.swift
[416/471] Compiling NIOCore IntegerTypes.swift
[417/471] Compiling NIOCore Interfaces.swift
[428/471] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[429/471] Compiling NIOCore SocketAddresses.swift
[430/471] Compiling NIOCore SocketOptionProvider.swift
[431/471] Compiling NIOCore SystemCallHelpers.swift
[432/471] Compiling NIOCore TimeAmount+Duration.swift
[433/471] Compiling NIOCore TypeAssistedChannelHandler.swift
[434/471] Compiling NIOCore UniversalBootstrapSupport.swift
[435/471] Compiling NIOCore Utilities.swift
[471/471] Emitting module NIOCore
[473/524] Compiling Collections Collections.swift
[474/524] Emitting module Collections
[476/525] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[477/525] Compiling NIOEmbedded AsyncTestingChannel.swift
[478/525] Compiling NIOEmbedded Embedded.swift
[479/525] Emitting module NIOEmbedded
[480/525] Compiling NIOPosix Pool.swift
[481/525] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[482/525] Compiling NIOPosix PosixSingletons.swift
[483/525] Compiling NIOPosix RawSocketBootstrap.swift
[484/525] Compiling NIOPosix Resolver.swift
[485/525] Compiling NIOPosix Selectable.swift
[487/532] Compiling NIOPosix ThreadPosix.swift
[488/532] Compiling NIOPosix ThreadWindows.swift
[489/532] Compiling NIOPosix UnsafeTransfer.swift
[490/532] Compiling NIOPosix Utilities.swift
[491/532] Compiling NIOPosix VsockAddress.swift
[492/532] Compiling NIOPosix VsockChannelEvents.swift
[493/532] Emitting module NIOPosix
[494/532] Compiling NIOPosix SelectableChannel.swift
[495/532] Compiling NIOPosix SelectableEventLoop.swift
[496/532] Compiling NIOPosix SelectorEpoll.swift
[497/532] Compiling NIOPosix SelectorGeneric.swift
[498/532] Compiling NIOPosix SelectorKqueue.swift
[499/532] Compiling NIOPosix SelectorUring.swift
[500/532] Compiling NIOPosix ServerSocket.swift
[501/532] Compiling NIOPosix Socket.swift
[502/532] Compiling NIOPosix SocketChannel.swift
[503/532] Compiling NIOPosix SocketProtocols.swift
[504/532] Compiling NIOPosix System.swift
[505/532] Compiling NIOPosix Thread.swift
[506/532] Compiling NIOPosix IO.swift
[507/532] Compiling NIOPosix IntegerBitPacking.swift
[508/532] Compiling NIOPosix IntegerTypes.swift
[509/532] Compiling NIOPosix Linux.swift
[510/532] Compiling NIOPosix LinuxCPUSet.swift
[511/532] Compiling NIOPosix LinuxUring.swift
[512/532] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[513/532] Compiling NIOPosix NIOThreadPool.swift
[514/532] Compiling NIOPosix NonBlockingFileIO.swift
[515/532] Compiling NIOPosix PendingDatagramWritesManager.swift
[516/532] Compiling NIOPosix PendingWritesManager.swift
[517/532] Compiling NIOPosix PipeChannel.swift
[518/532] Compiling NIOPosix PipePair.swift
[519/532] Compiling NIOPosix BSDSocketAPICommon.swift
[520/532] Compiling NIOPosix BSDSocketAPIPosix.swift
[521/532] Compiling NIOPosix BSDSocketAPIWindows.swift
[522/532] Compiling NIOPosix BaseSocket.swift
[523/532] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[524/532] Compiling NIOPosix BaseSocketChannel.swift
[525/532] Compiling NIOPosix BaseStreamSocketChannel.swift
[526/532] Compiling NIOPosix Bootstrap.swift
[527/532] Compiling NIOPosix ControlMessage.swift
[528/532] Compiling NIOPosix DatagramVectorReadManager.swift
[529/532] Compiling NIOPosix Errors+Any.swift
[530/532] Compiling NIOPosix FileDescriptor.swift
[531/532] Compiling NIOPosix GetaddrinfoResolver.swift
[532/532] Compiling NIOPosix HappyEyeballs.swift
[534/535] Compiling NIO Exports.swift
[535/535] Emitting module NIO
[537/628] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[538/628] Compiling SQLKit SQLColumnAssignment.swift
[539/628] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[540/628] Compiling SQLKit SQLColumnDefinition.swift
[541/628] Compiling SQLKit SQLCommonTableExpression.swift
[542/628] Compiling SQLKit SQLConflictAction.swift
[543/628] Compiling SQLKit SQLConflictResolutionStrategy.swift
[544/628] Compiling SQLKit SQLDropBehaviour.swift
[545/628] Compiling SQLKit SQLEnumDataType.swift
[546/628] Compiling SQLKit SQLExcludedColumn.swift
[547/628] Compiling SQLKit SQLForeignKey.swift
[548/628] Compiling SQLKit SQLJoin.swift
[549/628] Compiling SQLKit SQLJoinMethod.swift
[550/640] Compiling SQLKit SQLDropIndex.swift
[551/640] Compiling SQLKit SQLDropTable.swift
[552/640] Compiling SQLKit SQLDropTrigger.swift
[553/640] Compiling SQLKit SQLInsert.swift
[554/640] Compiling SQLKit SQLSelect.swift
[555/640] Compiling SQLKit SQLUnion.swift
[556/640] Compiling SQLKit SQLUpdate.swift
[557/640] Compiling SQLKit SQLExpression.swift
[558/640] Compiling SQLKit SQLSerializer.swift
[559/640] Compiling SQLKit SQLStatement.swift
[560/640] Compiling SQLKit SQLBinaryExpression.swift
[561/640] Compiling SQLKit SQLBinaryOperator.swift
[562/640] Compiling SQLKit SQLBind.swift
[563/640] Compiling SQLKit SQLAlterEnumBuilder.swift
[564/640] Compiling SQLKit SQLAlterTableBuilder.swift
[565/640] Compiling SQLKit SQLConflictUpdateBuilder.swift
[566/640] Compiling SQLKit SQLCreateEnumBuilder.swift
[567/640] Compiling SQLKit SQLCreateIndexBuilder.swift
[568/640] Compiling SQLKit SQLCreateTableBuilder.swift
[569/640] Compiling SQLKit SQLCreateTriggerBuilder.swift
[570/640] Compiling SQLKit SQLDeleteBuilder.swift
[571/640] Compiling SQLKit SQLDropEnumBuilder.swift
[572/640] Compiling SQLKit SQLDropIndexBuilder.swift
[573/640] Compiling SQLKit SQLDropTableBuilder.swift
[574/640] Compiling SQLKit SQLDropTriggerBuilder.swift
[575/640] Compiling SQLKit SQLInsertBuilder.swift
[576/640] Compiling SQLKit SQLPredicateGroupBuilder.swift
[577/640] Compiling SQLKit SQLRawBuilder.swift
[578/640] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[579/640] Compiling SQLKit SQLSelectBuilder.swift
[580/640] Compiling SQLKit SQLSubqueryBuilder.swift
[581/640] Compiling SQLKit SQLUnionBuilder.swift
[582/640] Compiling SQLKit SQLUpdateBuilder.swift
[583/640] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[584/640] Compiling SQLKit SQLColumnUpdateBuilder.swift
[585/640] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[586/640] Compiling SQLKit SQLCommonUnionBuilder.swift
[587/640] Compiling SQLKit SQLJoinBuilder.swift
[588/640] Compiling SQLKit SQLPartialResultBuilder.swift
[589/640] Emitting module SQLKit
[590/640] Compiling SQLKit SQLLockingClause.swift
[591/640] Compiling SQLKit SQLOrderBy.swift
[592/640] Compiling SQLKit SQLReturning.swift
[593/640] Compiling SQLKit SQLSubquery.swift
[594/640] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[595/640] Compiling SQLKit SQLAlterEnum.swift
[596/640] Compiling SQLKit SQLAlterTable.swift
[597/640] Compiling SQLKit SQLCreateEnum.swift
[598/640] Compiling SQLKit SQLCreateIndex.swift
[599/640] Compiling SQLKit SQLCreateTable.swift
[600/640] Compiling SQLKit SQLCreateTrigger.swift
[601/640] Compiling SQLKit SQLDelete.swift
[602/640] Compiling SQLKit SQLDropEnum.swift
[603/640] Compiling SQLKit SQLPredicateBuilder.swift
[604/640] Compiling SQLKit SQLQueryBuilder.swift
[605/640] Compiling SQLKit SQLQueryFetcher.swift
[606/640] Compiling SQLKit SQLReturningBuilder.swift
[607/640] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[608/640] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[609/640] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[610/640] Compiling SQLKit SQLDatabase.swift
[611/640] Compiling SQLKit SQLDatabaseReportedVersion.swift
[612/640] Compiling SQLKit SQLDialect.swift
[613/640] Compiling SQLKit SQLDatabase+Deprecated.swift
[614/640] Compiling SQLKit SQLError.swift
[615/640] Compiling SQLKit SQLExpressions+Deprecated.swift
[616/640] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[617/640] Compiling SQLKit Exports.swift
[618/640] Compiling SQLKit SQLAlias.swift
[619/640] Compiling SQLKit SQLBetween.swift
[620/640] Compiling SQLKit SQLColumn.swift
[621/640] Compiling SQLKit SQLConstraint.swift
[622/640] Compiling SQLKit SQLDataType.swift
[623/640] Compiling SQLKit SQLDirection.swift
[624/640] Compiling SQLKit SQLDistinct.swift
[625/640] Compiling SQLKit SQLForeignKeyAction.swift
[626/640] Compiling SQLKit SQLNestedSubpathExpression.swift
[627/640] Compiling SQLKit SQLQualifiedTable.swift
[628/640] Compiling SQLKit SQLQueryString.swift
[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+Union.swift
[644/649] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[645/649] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[646/649] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[647/649] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[648/649] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[649/649] Compiling SQLKitBenchmark SQLBenchmarker.swift
Build complete! (105.16s)
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.