The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of sql-kit, reference 3.33.0 (baf0d8), with Swift 6.0 for Linux on 13 Apr 2025 18:59:11 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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:         linux
Swift version:             6.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/3825] Fetching swift-log
[3826/19815] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[3198/15990] Fetching swift-collections
[5758/91120] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.39s)
Fetched https://github.com/apple/swift-nio.git from cache (4.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.79s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
[308/5929] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Building for debugging...
[0/29] Write sources
[17/29] Compiling CNIOWASI CNIOWASI.c
[18/29] Compiling CNIOWindows WSAStartup.c
[19/29] Compiling _AtomicsShims.c
[19/29] Write sources
[22/29] Compiling CNIOWindows shim.c
[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/76] Emitting module _NIODataStructures
[28/76] Compiling c-nioatomics.c
[29/76] Compiling c-atomics.c
[31/82] Emitting module Atomics
[32/84] Compiling Atomics IntegerConformances.swift
[33/84] Compiling Atomics PointerConformances.swift
[34/84] Compiling Atomics Primitives.native.swift
[35/86] Compiling Atomics UnsafeAtomic.swift
[36/86] Compiling Atomics UnsafeAtomicLazyReference.swift
[37/86] Compiling Atomics IntegerOperations.swift
[38/86] Compiling Atomics Unmanaged extensions.swift
[39/86] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/86] Compiling Atomics AtomicMemoryOrderings.swift
[41/86] Compiling Atomics AtomicStorage.swift
[42/86] Compiling Atomics AtomicValue.swift
[44/86] Compiling Atomics DoubleWord.swift
[45/86] Emitting module InternalCollectionsUtilities
[46/86] Compiling _NIODataStructures PriorityQueue.swift
[47/86] Compiling Atomics OptionalRawRepresentable.swift
[48/86] Compiling Atomics RawRepresentable.swift
[49/86] Compiling Atomics AtomicBool.swift
[50/86] Compiling _NIOBase64 Base64.swift
[51/86] Emitting module _NIOBase64
[52/87] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[53/87] Compiling Atomics Primitives.shims.swift
[54/87] Compiling Atomics AtomicInteger.swift
[56/87] Compiling Atomics AtomicReference.swift
[57/87] Emitting module NIOConcurrencyHelpers
[58/87] Compiling _NIODataStructures _TinyArray.swift
[59/87] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/310] Compiling NIOConcurrencyHelpers lock.swift
[81/310] Compiling NIOConcurrencyHelpers NIOLock.swift
[82/310] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[83/310] Compiling NIOConcurrencyHelpers atomics.swift
[84/311] Compiling HeapModule Heap+Descriptions.swift
[85/311] Emitting module Logging
[86/311] Compiling Logging MetadataProvider.swift
[87/311] Compiling _NIODataStructures Heap.swift
[88/312] Compiling Logging LogHandler.swift
[89/312] Compiling Logging Locks.swift
[90/312] Compiling Logging Logging.swift
[91/313] Compiling HashTreeCollections _Bucket.swift
[92/313] Compiling HashTreeCollections _Hash.swift
[94/315] Compiling HeapModule Heap+Invariants.swift
[95/315] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[96/315] Compiling HeapModule Heap+UnsafeHandle.swift
[97/315] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[98/315] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[101/315] Compiling HeapModule Heap.swift
[102/315] Compiling HeapModule _HeapNode.swift
[103/315] Compiling HashTreeCollections _HashNode+Debugging.swift
[104/315] Compiling HashTreeCollections _HashNode+Initializers.swift
[105/315] Compiling HashTreeCollections _HashLevel.swift
[106/315] Compiling HashTreeCollections _HashNode+Builder.swift
[107/315] Emitting module HeapModule
[109/369] Compiling BitCollections BitSet+Invariants.swift
[110/369] Compiling BitCollections BitSet+Random.swift
[111/369] Compiling BitCollections BitSet+SetAlgebra basics.swift
[112/369] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[113/369] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[114/369] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[115/369] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[116/369] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[117/369] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[118/369] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[119/369] Compiling BitCollections BitSet+SetAlgebra union.swift
[120/369] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[121/369] Compiling BitCollections BitSet.Counted.swift
[122/369] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[134/386] Compiling BitCollections BitSet+BidirectionalCollection.swift
[135/386] Compiling BitCollections BitSet+Codable.swift
[136/386] Compiling BitCollections BitArray._UnsafeHandle.swift
[137/386] Compiling BitCollections BitArray.swift
[138/386] Compiling BitCollections BitArray+RandomBits.swift
[139/386] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[140/386] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[141/386] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[142/386] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[143/386] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[144/386] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[145/386] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[146/386] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[147/386] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[148/386] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[149/386] Compiling BitCollections BitSet+CustomReflectable.swift
[150/386] Compiling BitCollections BitSet+CustomStringConvertible.swift
[151/386] Compiling BitCollections BitSet+Equatable.swift
[152/386] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[153/386] Compiling BitCollections BitSet+Extras.swift
[154/386] Compiling BitCollections BitSet+Hashable.swift
[155/386] Compiling BitCollections BitSet+Initializers.swift
[156/386] Compiling OrderedCollections OrderedSet+SubSequence.swift
[157/386] Compiling OrderedCollections OrderedSet+Testing.swift
[158/386] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[159/386] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[160/386] Compiling OrderedCollections OrderedSet.swift
[161/386] Compiling OrderedCollections _UnsafeBitset.swift
[162/386] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[163/386] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[164/386] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[165/386] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[166/386] Compiling HashTreeCollections TreeDictionary.swift
[167/386] Compiling HashTreeCollections TreeSet+Codable.swift
[168/386] Compiling HashTreeCollections TreeSet+Collection.swift
[169/386] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[170/386] Compiling HashTreeCollections TreeSet+Debugging.swift
[171/386] Compiling HashTreeCollections TreeSet+Descriptions.swift
[172/386] Compiling HashTreeCollections TreeSet+Equatable.swift
[173/386] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[174/386] Compiling HashTreeCollections TreeSet+Extras.swift
[175/386] Compiling HashTreeCollections TreeSet+Filter.swift
[176/386] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[177/386] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[178/386] Compiling BitCollections BitArray+BitwiseOperations.swift
[179/386] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[180/386] Compiling BitCollections BitArray+Codable.swift
[181/386] Compiling BitCollections BitArray+Collection.swift
[182/386] Compiling BitCollections BitArray+Copy.swift
[183/386] Compiling BitCollections BitArray+CustomReflectable.swift
[184/386] Compiling BitCollections BitArray+Descriptions.swift
[185/386] Compiling BitCollections BitArray+Equatable.swift
[188/386] Compiling BitCollections BitArray+Shifts.swift
[189/386] Compiling BitCollections BitArray+Testing.swift
[219/402] Compiling BitCollections BitSet.Index.swift
[220/402] Compiling BitCollections BitSet._UnsafeHandle.swift
[221/402] Compiling BitCollections BitSet.swift
[222/402] Emitting module DequeModule
[223/403] Compiling _RopeModule _CharacterRecognizer.swift
[224/403] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[225/403] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[226/403] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[227/403] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[228/403] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[229/403] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[230/403] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[231/403] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[232/403] Compiling HashTreeCollections TreeSet.swift
[234/403] Emitting module BitCollections
[258/403] Compiling BitCollections BitArray+Extras.swift
[259/403] Compiling BitCollections BitArray+Fill.swift
[260/403] Compiling BitCollections BitArray+Hashable.swift
[261/403] Compiling BitCollections BitArray+Initializers.swift
[262/403] Compiling BitCollections BitArray+Invariants.swift
[263/403] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[264/462] Compiling NIOCore Linux.swift
[265/462] Compiling NIOCore MarkedCircularBuffer.swift
[266/462] Compiling NIOCore MulticastChannel.swift
[267/462] Compiling NIOCore NIOAny.swift
[268/462] Compiling NIOCore NIOCloseOnErrorHandler.swift
[269/462] Compiling NIOCore NIOLoopBound.swift
[270/462] Compiling NIOCore NIOScheduledCallback.swift
[271/462] Compiling NIOCore NIOSendable.swift
[272/462] Compiling NIOCore RecvByteBufferAllocator.swift
[273/462] Compiling BitCollections _Word.swift
[282/462] Compiling NIOCore AddressedEnvelope.swift
[283/462] Compiling NIOCore AsyncAwaitSupport.swift
[284/462] Compiling NIOCore AsyncChannel.swift
[285/462] Compiling NIOCore AsyncChannelHandler.swift
[286/462] Compiling NIOCore AsyncChannelInboundStream.swift
[287/462] Compiling NIOCore AsyncChannelOutboundWriter.swift
[288/462] Compiling NIOCore NIOAsyncSequenceProducer.swift
[289/462] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[290/462] Compiling NIOCore ChannelOption.swift
[291/462] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[292/462] Compiling NIOCore BSDSocketAPI.swift
[293/462] Compiling NIOCore ByteBuffer-aux.swift
[294/462] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[295/462] Compiling NIOCore ByteBuffer-conversions.swift
[296/462] Compiling NIOCore ByteBuffer-core.swift
[297/462] Compiling NIOCore ByteBuffer-hex.swift
[298/462] Compiling NIOCore NIOAsyncWriter.swift
[299/462] Compiling NIOCore ByteBuffer-multi-int.swift
[300/462] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[301/462] Compiling NIOCore ByteBuffer-views.swift
[302/462] Compiling NIOCore Channel.swift
[303/462] Compiling NIOCore ChannelHandler.swift
[304/462] Compiling NIOCore ChannelHandlers.swift
[305/462] Compiling NIOCore ChannelInvoker.swift
[331/463] Emitting module OrderedCollections
[357/464] Compiling NIOCore ByteBuffer-int.swift
[358/464] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[359/464] Compiling NIOCore ChannelPipeline.swift
[360/464] Compiling NIOCore CircularBuffer.swift
[361/464] Compiling NIOCore Codec.swift
[362/464] Compiling NIOCore ConvenienceOptionSupport.swift
[363/464] Compiling NIOCore DeadChannel.swift
[364/464] Compiling NIOCore DispatchQueue+WithFuture.swift
[365/464] Compiling NIOCore EventLoop+Deprecated.swift
[366/464] Compiling _RopeModule Rope+Join.swift
[367/464] Compiling _RopeModule Rope+MutatingForEach.swift
[368/464] Compiling _RopeModule Rope+Remove.swift
[369/464] Compiling _RopeModule Rope+RemoveSubrange.swift
[370/464] Compiling _RopeModule Rope+Split.swift
[371/464] Compiling _RopeModule Optional Utilities.swift
[372/464] Compiling _RopeModule String Utilities.swift
[373/464] Compiling _RopeModule String.Index+ABI.swift
[375/464] Emitting module _RopeModule
[397/472] Compiling NIOCore EventLoop+SerialExecutor.swift
[398/472] Compiling NIOCore EventLoop.swift
[399/472] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[400/472] Compiling NIOCore EventLoopFuture+Deprecated.swift
[401/472] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[402/472] Compiling NIOCore EventLoopFuture.swift
[403/472] Compiling NIOCore FileDescriptor.swift
[404/472] Compiling NIOCore FileHandle.swift
[405/472] Compiling NIOCore FileRegion.swift
[406/472] Compiling NIOCore GlobalSingletons.swift
[407/472] Compiling NIOCore IO.swift
[408/472] Compiling NIOCore IOData.swift
[409/472] Compiling NIOCore IPProtocol.swift
[410/472] Compiling NIOCore IntegerBitPacking.swift
[411/472] Compiling NIOCore IntegerTypes.swift
[412/472] Compiling NIOCore Interfaces.swift
[422/473] Emitting module HashTreeCollections
[424/476] Emitting module Collections
[425/476] Compiling Collections Collections.swift
[435/477] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[436/477] Compiling NIOCore SocketAddresses.swift
[437/477] Compiling NIOCore SocketOptionProvider.swift
[438/477] Compiling NIOCore SystemCallHelpers.swift
[439/477] Compiling NIOCore TimeAmount+Duration.swift
[440/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[441/477] Compiling NIOCore UniversalBootstrapSupport.swift
[442/477] Compiling NIOCore Utilities.swift
[477/477] Emitting module NIOCore
[479/529] Emitting module NIOEmbedded
[480/529] Compiling NIOPosix PooledRecvBufferAllocator.swift
[481/529] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[482/529] Compiling NIOPosix PosixSingletons.swift
[483/529] Compiling NIOPosix RawSocketBootstrap.swift
[484/529] Compiling NIOPosix Resolver.swift
[485/529] Compiling NIOPosix Selectable.swift
[486/535] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[487/535] Compiling NIOEmbedded AsyncTestingChannel.swift
[488/535] Compiling NIOEmbedded Embedded.swift
[490/536] Compiling NIOPosix ThreadPosix.swift
[491/536] Compiling NIOPosix ThreadWindows.swift
[492/536] Compiling NIOPosix UnsafeTransfer.swift
[493/536] Compiling NIOPosix Utilities.swift
[494/536] Compiling NIOPosix VsockAddress.swift
[495/536] Compiling NIOPosix VsockChannelEvents.swift
[496/536] Emitting module NIOPosix
[497/536] Compiling NIOPosix Bootstrap.swift
[498/536] Compiling NIOPosix ControlMessage.swift
[499/536] Compiling NIOPosix DatagramVectorReadManager.swift
[500/536] Compiling NIOPosix Errors+Any.swift
[501/536] Compiling NIOPosix FileDescriptor.swift
[502/536] Compiling NIOPosix GetaddrinfoResolver.swift
[503/536] Compiling NIOPosix HappyEyeballs.swift
[504/536] Compiling NIOPosix IO.swift
[505/536] Compiling NIOPosix IntegerBitPacking.swift
[506/536] Compiling NIOPosix IntegerTypes.swift
[507/536] Compiling NIOPosix Linux.swift
[508/536] Compiling NIOPosix LinuxCPUSet.swift
[509/536] Compiling NIOPosix LinuxUring.swift
[510/536] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[511/536] Compiling NIOPosix BSDSocketAPICommon.swift
[512/536] Compiling NIOPosix BSDSocketAPIPosix.swift
[513/536] Compiling NIOPosix BSDSocketAPIWindows.swift
[514/536] Compiling NIOPosix BaseSocket.swift
[515/536] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[516/536] Compiling NIOPosix BaseSocketChannel.swift
[517/536] Compiling NIOPosix BaseStreamSocketChannel.swift
[518/536] Compiling NIOPosix SelectableChannel.swift
[519/536] Compiling NIOPosix SelectableEventLoop.swift
[520/536] Compiling NIOPosix SelectorEpoll.swift
[521/536] Compiling NIOPosix SelectorGeneric.swift
[522/536] Compiling NIOPosix SelectorKqueue.swift
[523/536] Compiling NIOPosix SelectorUring.swift
[524/536] Compiling NIOPosix ServerSocket.swift
[525/536] Compiling NIOPosix Socket.swift
[526/536] Compiling NIOPosix SocketChannel.swift
[527/536] Compiling NIOPosix SocketProtocols.swift
[528/536] Compiling NIOPosix System.swift
[529/536] Compiling NIOPosix Thread.swift
[530/536] Compiling NIOPosix NIOThreadPool.swift
[531/536] Compiling NIOPosix NonBlockingFileIO.swift
[532/536] Compiling NIOPosix PendingDatagramWritesManager.swift
[533/536] Compiling NIOPosix PendingWritesManager.swift
[534/536] Compiling NIOPosix PipeChannel.swift
[535/536] Compiling NIOPosix PipePair.swift
[536/536] Compiling NIOPosix Pool.swift
[538/539] Emitting module NIO
[539/539] Compiling NIO Exports.swift
[541/632] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[542/632] Compiling SQLKit SQLColumnAssignment.swift
[543/632] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[544/632] Compiling SQLKit SQLColumnDefinition.swift
[545/632] Compiling SQLKit SQLCommonTableExpression.swift
[546/632] Compiling SQLKit SQLConflictAction.swift
[547/632] Compiling SQLKit SQLConflictResolutionStrategy.swift
[548/632] Compiling SQLKit SQLDropBehaviour.swift
[549/632] Compiling SQLKit SQLEnumDataType.swift
[550/632] Compiling SQLKit SQLExcludedColumn.swift
[551/632] Compiling SQLKit SQLForeignKey.swift
[552/632] Compiling SQLKit SQLJoin.swift
[553/632] Compiling SQLKit SQLJoinMethod.swift
[554/632] Compiling SQLKit SQLLockingClause.swift
[555/632] Compiling SQLKit SQLOrderBy.swift
[556/632] Compiling SQLKit SQLReturning.swift
[557/632] Compiling SQLKit SQLSubquery.swift
[558/632] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[559/632] Compiling SQLKit SQLAlterEnum.swift
[560/632] Compiling SQLKit SQLAlterTable.swift
[561/632] Compiling SQLKit SQLCreateEnum.swift
[562/632] Compiling SQLKit SQLCreateIndex.swift
[563/632] Compiling SQLKit SQLCreateTable.swift
[564/632] Compiling SQLKit SQLCreateTrigger.swift
[565/632] Compiling SQLKit SQLDelete.swift
[566/632] Compiling SQLKit SQLDropEnum.swift
[567/632] Compiling SQLKit SQLDropIndex.swift
[568/632] Compiling SQLKit SQLDropTable.swift
[569/632] Compiling SQLKit SQLDropTrigger.swift
[570/632] Compiling SQLKit SQLInsert.swift
[571/632] Compiling SQLKit SQLSelect.swift
[572/632] Compiling SQLKit SQLUnion.swift
[573/632] Compiling SQLKit SQLUpdate.swift
[574/632] Compiling SQLKit SQLExpression.swift
[575/632] Compiling SQLKit SQLSerializer.swift
[576/632] Compiling SQLKit SQLStatement.swift
[577/632] Compiling SQLKit SQLBinaryExpression.swift
[578/632] Compiling SQLKit SQLBinaryOperator.swift
[579/632] Compiling SQLKit SQLBind.swift
[580/632] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[581/632] Compiling SQLKit Exports.swift
[582/632] Compiling SQLKit SQLAlias.swift
[583/632] Compiling SQLKit SQLBetween.swift
[584/632] Compiling SQLKit SQLColumn.swift
[585/632] Compiling SQLKit SQLConstraint.swift
[586/632] Compiling SQLKit SQLDataType.swift
[587/632] Compiling SQLKit SQLDirection.swift
[588/632] Compiling SQLKit SQLDistinct.swift
[589/632] Compiling SQLKit SQLForeignKeyAction.swift
[590/632] Compiling SQLKit SQLNestedSubpathExpression.swift
[591/632] Compiling SQLKit SQLQualifiedTable.swift
[592/632] Compiling SQLKit SQLQueryString.swift
[593/644] Compiling SQLKit SQLPredicateGroupBuilder.swift
[594/644] Compiling SQLKit SQLRawBuilder.swift
[595/644] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[596/644] Compiling SQLKit SQLSelectBuilder.swift
[597/644] Compiling SQLKit SQLSubqueryBuilder.swift
[598/644] Compiling SQLKit SQLUnionBuilder.swift
[599/644] Compiling SQLKit SQLUpdateBuilder.swift
[600/644] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[601/644] Compiling SQLKit SQLColumnUpdateBuilder.swift
[602/644] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[603/644] Compiling SQLKit SQLCommonUnionBuilder.swift
[604/644] Compiling SQLKit SQLJoinBuilder.swift
[605/644] Compiling SQLKit SQLPartialResultBuilder.swift
[606/644] Compiling SQLKit SQLPredicateBuilder.swift
[607/644] Compiling SQLKit SQLQueryBuilder.swift
[608/644] Compiling SQLKit SQLQueryFetcher.swift
[609/644] Compiling SQLKit SQLReturningBuilder.swift
[610/644] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[611/644] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[612/644] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[613/644] Compiling SQLKit SQLDatabase.swift
[614/644] Compiling SQLKit SQLDatabaseReportedVersion.swift
[615/644] Compiling SQLKit SQLDialect.swift
[616/644] Compiling SQLKit SQLDatabase+Deprecated.swift
[617/644] Compiling SQLKit SQLError.swift
[618/644] Compiling SQLKit SQLExpressions+Deprecated.swift
[619/644] Compiling SQLKit SQLAlterEnumBuilder.swift
[620/644] Compiling SQLKit SQLAlterTableBuilder.swift
[621/644] Compiling SQLKit SQLConflictUpdateBuilder.swift
[622/644] Compiling SQLKit SQLCreateEnumBuilder.swift
[623/644] Compiling SQLKit SQLCreateIndexBuilder.swift
[624/644] Compiling SQLKit SQLCreateTableBuilder.swift
[625/644] Compiling SQLKit SQLCreateTriggerBuilder.swift
[626/644] Compiling SQLKit SQLDeleteBuilder.swift
[627/644] Compiling SQLKit SQLDropEnumBuilder.swift
[628/644] Compiling SQLKit SQLDropIndexBuilder.swift
[629/644] Compiling SQLKit SQLDropTableBuilder.swift
[630/644] Compiling SQLKit SQLDropTriggerBuilder.swift
[631/644] Compiling SQLKit SQLInsertBuilder.swift
[632/644] Emitting module SQLKit
[633/644] Compiling SQLKit SQLFunction.swift
[634/644] Compiling SQLKit SQLGroupExpression.swift
[635/644] Compiling SQLKit SQLIdentifier.swift
[636/644] Compiling SQLKit SQLList.swift
[637/644] Compiling SQLKit SQLLiteral.swift
[638/644] Compiling SQLKit SQLRaw.swift
[639/644] Compiling SQLKit SQLCodingUtilities.swift
[640/644] Compiling SQLKit SQLQueryEncoder.swift
[641/644] Compiling SQLKit SQLRow.swift
[642/644] Compiling SQLKit SQLRowDecoder.swift
[643/644] Compiling SQLKit SomeCodingKey.swift
[644/644] Compiling SQLKit StringHandling.swift
[646/653] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[647/653] Compiling SQLKitBenchmark SQLBenchmarker.swift
[648/653] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[649/653] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[650/653] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[651/653] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[652/653] Emitting module SQLKitBenchmark
[653/653] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
Build complete! (81.15s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.