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 DatabaseKit, reference 1.3.3 (8f352c), with Swift 6.1 for Linux on 25 Apr 2025 22:56:56 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/database-kit.git
Reference: 1.3.3
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/database-kit
 * tag               1.3.3      -> FETCH_HEAD
HEAD is now at 8f352c8 publicize KeyedCache.get(_:) (#57)
Cloned https://github.com/vapor/database-kit.git
Revision (git rev-parse @):
8f352c8e66dab301ab9bfef912a01ce1361ba1e4
SUCCESS checkout https://github.com/vapor/database-kit.git at 1.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/database-kit.git
https://github.com/vapor/database-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "service",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/service.git"
    }
  ],
  "manifest_display_name" : "DatabaseKit",
  "name" : "DatabaseKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DatabaseKit",
      "targets" : [
        "DatabaseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DatabaseKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseKitTests",
      "path" : "Tests/DatabaseKitTests",
      "sources" : [
        "SQLiteBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "DatabaseKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatabaseKit",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseKit",
      "path" : "Sources/DatabaseKit",
      "product_dependencies" : [
        "Async",
        "Service"
      ],
      "product_memberships" : [
        "DatabaseKit"
      ],
      "sources" : [
        "Connection/Container+CachedConnection.swift",
        "Connection/Container+NewConnection.swift",
        "Connection/DatabaseConnectable.swift",
        "Connection/DatabaseConnection.swift",
        "Connection/DatabaseStringFindable.swift",
        "ConnectionPool/Container+ConnectionPool.swift",
        "ConnectionPool/DatabaseConnectionPool.swift",
        "ConnectionPool/DatabaseConnectionPoolCache.swift",
        "ConnectionPool/DatabaseConnectionPoolConfig.swift",
        "Database/ConfiguredDatabase.swift",
        "Database/Database.swift",
        "Database/DatabaseConfig.swift",
        "Database/DatabaseIdentifier.swift",
        "Database/DatabaseQueryable.swift",
        "Database/Databases.swift",
        "KeyedCache/DatabaseKeyedCache.swift",
        "KeyedCache/DictionaryKeyedCache.swift",
        "KeyedCache/KeyedCache.swift",
        "KeyedCache/KeyedCacheSupporting.swift",
        "KeyedCache/MemoryKeyedCache.swift",
        "Log/DatabaseLog.swift",
        "Log/DatabaseLogHandler.swift",
        "Log/DatabaseLogger.swift",
        "Log/LogSupporting.swift",
        "Log/PrintLogHandler.swift",
        "Service/DatabaseKitProvider.swift",
        "Utilities/DatabaseKitError.swift",
        "Utilities/Deprecated.swift",
        "Utilities/Exports.swift",
        "Utilities/URL+DatabaseName.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
[920/21062] Fetching service, core
Fetched https://github.com/vapor/service.git from cache (0.61s)
Fetched https://github.com/vapor/core.git from cache (0.62s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.08s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.46s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (4.09s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.18s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.62s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
Building for debugging...
[0/17] Write sources
[11/17] Compiling CNIODarwin shim.c
[12/17] Compiling CNIOLinux shim.c
[13/17] Compiling CNIOSHA1 c_nio_sha1.c
[14/17] Compiling CNIOLinux ifaddrs-android.c
[15/17] Write swift-version-24593BA9C3E375BF.txt
[17/26] Emitting module Debugging
[17/26] Compiling c-atomics.c
[19/29] Emitting module COperatingSystem
[20/29] Compiling COperatingSystem libc.swift
[21/30] Compiling NIOPriorityQueue PriorityQueue.swift
[22/30] Emitting module NIOPriorityQueue
[23/30] Compiling NIOPriorityQueue Heap.swift
[24/30] Compiling NIOConcurrencyHelpers atomics.swift
[25/30] Compiling NIOConcurrencyHelpers lock.swift
[26/30] Emitting module NIOConcurrencyHelpers
[28/32] Compiling Debugging SourceLocation.swift
[29/32] Compiling Debugging Demangler.swift
[32/32] Compiling Debugging Debuggable.swift
[34/83] Compiling NIO ByteBuffer-int.swift
[35/83] Compiling NIO ByteBuffer-views.swift
[36/83] Compiling NIO Channel.swift
[37/83] Compiling NIO ChannelHandler.swift
[38/83] Compiling NIO ChannelHandlers.swift
[39/83] Compiling NIO ChannelInvoker.swift
[40/83] Compiling NIO ChannelOption.swift
[41/89] Compiling NIO Heap.swift
[42/89] Compiling NIO IO.swift
[43/89] Compiling NIO IOData.swift
[44/89] Compiling NIO IntegerTypes.swift
[45/89] Compiling NIO Interfaces.swift
[46/89] Compiling NIO Linux.swift
[47/89] Compiling NIO LinuxCPUSet.swift
[48/89] Emitting module NIO
[49/89] Compiling NIO MarkedCircularBuffer.swift
[50/89] Compiling NIO MulticastChannel.swift
[51/89] Compiling NIO NIOAny.swift
[52/89] Compiling NIO NonBlockingFileIO.swift
[53/89] Compiling NIO PendingDatagramWritesManager.swift
[54/89] Compiling NIO PendingWritesManager.swift
[55/89] Compiling NIO PriorityQueue.swift
[56/89] Compiling NIO RecvByteBufferAllocator.swift
[57/89] Compiling NIO Resolver.swift
[58/89] Compiling NIO Selectable.swift
[59/89] Compiling NIO Selector.swift
[60/89] Compiling NIO ServerSocket.swift
[61/89] Compiling NIO Socket.swift
[62/89] Compiling NIO SocketAddresses.swift
[63/89] Compiling NIO EventLoop.swift
[64/89] Compiling NIO EventLoopFuture.swift
[65/89] Compiling NIO FileDescriptor.swift
[66/89] Compiling NIO FileHandle.swift
[67/89] Compiling NIO FileRegion.swift
[68/89] Compiling NIO GetaddrinfoResolver.swift
[69/89] Compiling NIO HappyEyeballs.swift
[70/89] Compiling NIO ChannelPipeline.swift
[71/89] Compiling NIO CircularBuffer.swift
[72/89] Compiling NIO Codec.swift
[73/89] Compiling NIO CompositeError.swift
[74/89] Compiling NIO ContiguousCollection.swift
[75/89] Compiling NIO DeadChannel.swift
[76/89] Compiling NIO Embedded.swift
[77/89] Compiling NIO SocketChannel.swift
[78/89] Compiling NIO SocketOptionProvider.swift
[79/89] Compiling NIO System.swift
[80/89] Compiling NIO Thread.swift
[81/89] Compiling NIO TypeAssistedChannelHandler.swift
[82/89] Compiling NIO Utilities.swift
[83/89] Compiling NIO AddressedEnvelope.swift
[84/89] Compiling NIO BaseSocket.swift
[85/89] Compiling NIO BaseSocketChannel.swift
[86/89] Compiling NIO BlockingIOThreadPool.swift
[87/89] Compiling NIO Bootstrap.swift
[88/89] Compiling NIO ByteBuffer-aux.swift
[89/89] Compiling NIO ByteBuffer-core.swift
[91/119] Emitting module Bits
[92/120] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[93/120] Compiling Bits ByteBuffer+peek.swift
[94/121] Compiling Bits Data+Strings.swift
[95/121] Emitting module Async
[96/121] Compiling Async FutureType.swift
[97/121] Compiling Async QueueHandler.swift
[98/121] Compiling Bits Data+Bytes.swift
[99/121] Compiling Bits BitsError.swift
[100/121] Compiling Bits Byte+Alphabet.swift
[101/121] Compiling Bits Deprecated.swift
[102/121] Compiling Bits Bytes.swift
[103/121] Compiling Bits ByteBuffer+require.swift
[104/121] Compiling Bits ByteBuffer+string.swift
[105/121] Emitting module NIOFoundationCompat
[106/121] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[107/121] Compiling Async Worker.swift
[108/122] Compiling Bits Byte+Control.swift
[109/122] Compiling Bits Byte+Digit.swift
[114/122] Compiling Async Collection+Future.swift
[115/122] Compiling Async Deprecated.swift
[116/122] Compiling Async Future+Flatten.swift
[117/122] Compiling Async Future+Global.swift
[125/147] Compiling Core Data+Hex.swift
[126/147] Compiling Core DataCoders.swift
[127/147] Compiling Core Deprecated.swift
[128/150] Compiling Core Reflectable.swift
[129/150] Compiling Core String+Utilities.swift
[130/150] Compiling Core Thread+Async.swift
[131/150] Compiling Core BasicKey.swift
[132/150] Compiling Core CaseInsensitiveString.swift
[133/150] Compiling Core Decodable+Reflectable.swift
[134/150] Compiling Core ReflectionDecodable.swift
[135/150] Emitting module Core
[136/150] Compiling Core ReflectionDecoders.swift
[137/150] Compiling Core CoreError.swift
[138/150] Compiling Core Data+Base64URL.swift
[139/150] Compiling Core DirectoryConfig.swift
[140/150] Compiling Core Exports.swift
[141/150] Compiling Core File.swift
[142/150] Compiling Core NotFound.swift
[143/150] Compiling Core OptionalType.swift
[144/150] Compiling Core Process+Execute.swift
[145/150] Compiling Core Future+Unwrap.swift
[146/150] Compiling Core FutureEncoder.swift
[147/150] Compiling Core HeaderValue.swift
[148/150] Compiling Core LosslessDataConvertible.swift
[149/150] Compiling Core MediaType.swift
[150/150] Compiling Core NestedData.swift
[152/170] Compiling Service Deprecated.swift
[153/170] Compiling Service Exports.swift
[154/172] Emitting module Service
[155/172] Compiling Service Service.swift
[156/172] Compiling Service ServiceCache.swift
[157/172] Compiling Service ServiceFactory.swift
[158/172] Compiling Service Environment.swift
[159/172] Compiling Service Provider.swift
[160/172] Compiling Service BasicServiceFactory.swift
[161/172] Compiling Service Services.swift
[162/172] Compiling Service TypeServiceFactory.swift
[163/172] Compiling Service ServiceID.swift
[164/172] Compiling Service ServiceType.swift
[165/172] Compiling Service Container.swift
[166/172] Compiling Service ContainerAlias.swift
[167/172] Compiling Service SubContainer.swift
[168/172] Compiling Service Config.swift
[169/172] Compiling Service BasicContainer.swift
[170/172] Compiling Service BasicSubContainer.swift
[171/172] Compiling Service Extendable.swift
[172/172] Compiling Service ServiceError.swift
[174/201] Emitting module DatabaseKit
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:15:16: warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
13 |
14 |     /// See `Debuggable`.
15 |     public var sourceLocation: SourceLocation?
   |                `- warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
16 |
17 |     /// See `Debuggable`.
/host/spi-builder-workspace/.build/checkouts/core/Sources/Debugging/SourceLocation.swift:2:15: note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 1 | /// A source-code location.
 2 | public struct SourceLocation {
   |               `- note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 3 |     /// File in which this location exists.
 4 |     public var file: String
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 1 | import Debugging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 2 |
 3 | /// Errors that can be thrown while working with Vapor.
[175/204] Compiling DatabaseKit Container+CachedConnection.swift
[176/204] Compiling DatabaseKit Container+NewConnection.swift
[177/204] Compiling DatabaseKit DatabaseConnectable.swift
[178/204] Compiling DatabaseKit DatabaseConnection.swift
[179/204] Compiling DatabaseKit DatabaseIdentifier.swift
[180/204] Compiling DatabaseKit DatabaseQueryable.swift
[181/204] Compiling DatabaseKit Databases.swift
[182/204] Compiling DatabaseKit DatabaseKeyedCache.swift
[183/204] Compiling DatabaseKit DatabaseStringFindable.swift
[184/204] Compiling DatabaseKit Container+ConnectionPool.swift
[185/204] Compiling DatabaseKit DatabaseConnectionPool.swift
[186/204] Compiling DatabaseKit DatabaseConnectionPoolCache.swift
[187/204] Compiling DatabaseKit DictionaryKeyedCache.swift
[188/204] Compiling DatabaseKit KeyedCache.swift
[189/204] Compiling DatabaseKit KeyedCacheSupporting.swift
[190/204] Compiling DatabaseKit MemoryKeyedCache.swift
[191/204] Compiling DatabaseKit PrintLogHandler.swift
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:15:16: warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
13 |
14 |     /// See `Debuggable`.
15 |     public var sourceLocation: SourceLocation?
   |                `- warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
16 |
17 |     /// See `Debuggable`.
/host/spi-builder-workspace/.build/checkouts/core/Sources/Debugging/SourceLocation.swift:2:15: note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 1 | /// A source-code location.
 2 | public struct SourceLocation {
   |               `- note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 3 |     /// File in which this location exists.
 4 |     public var file: String
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 1 | import Debugging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 2 |
 3 | /// Errors that can be thrown while working with Vapor.
[192/204] Compiling DatabaseKit DatabaseKitProvider.swift
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:15:16: warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
13 |
14 |     /// See `Debuggable`.
15 |     public var sourceLocation: SourceLocation?
   |                `- warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
16 |
17 |     /// See `Debuggable`.
/host/spi-builder-workspace/.build/checkouts/core/Sources/Debugging/SourceLocation.swift:2:15: note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 1 | /// A source-code location.
 2 | public struct SourceLocation {
   |               `- note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 3 |     /// File in which this location exists.
 4 |     public var file: String
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 1 | import Debugging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 2 |
 3 | /// Errors that can be thrown while working with Vapor.
[193/204] Compiling DatabaseKit DatabaseKitError.swift
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:15:16: warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
13 |
14 |     /// See `Debuggable`.
15 |     public var sourceLocation: SourceLocation?
   |                `- warning: stored property 'sourceLocation' of 'Sendable'-conforming struct 'DatabaseKitError' has non-sendable type 'SourceLocation?'; this is an error in the Swift 6 language mode
16 |
17 |     /// See `Debuggable`.
/host/spi-builder-workspace/.build/checkouts/core/Sources/Debugging/SourceLocation.swift:2:15: note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 1 | /// A source-code location.
 2 | public struct SourceLocation {
   |               `- note: struct 'SourceLocation' does not conform to the 'Sendable' protocol
 3 |     /// File in which this location exists.
 4 |     public var file: String
/host/spi-builder-workspace/Sources/DatabaseKit/Utilities/DatabaseKitError.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 1 | import Debugging
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Debugging'
 2 |
 3 | /// Errors that can be thrown while working with Vapor.
[194/204] Compiling DatabaseKit DatabaseLog.swift
[195/204] Compiling DatabaseKit DatabaseLogHandler.swift
[196/204] Compiling DatabaseKit DatabaseLogger.swift
[197/204] Compiling DatabaseKit LogSupporting.swift
[198/204] Compiling DatabaseKit DatabaseConnectionPoolConfig.swift
[199/204] Compiling DatabaseKit ConfiguredDatabase.swift
[200/204] Compiling DatabaseKit Database.swift
[201/204] Compiling DatabaseKit DatabaseConfig.swift
[202/204] Compiling DatabaseKit Deprecated.swift
[203/204] Compiling DatabaseKit Exports.swift
[204/204] Compiling DatabaseKit URL+DatabaseName.swift
Build complete! (21.33s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/core.git"
    },
    {
      "identity" : "service",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/service.git"
    }
  ],
  "manifest_display_name" : "DatabaseKit",
  "name" : "DatabaseKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DatabaseKit",
      "targets" : [
        "DatabaseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DatabaseKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseKitTests",
      "path" : "Tests/DatabaseKitTests",
      "sources" : [
        "SQLiteBenchmarkTests.swift"
      ],
      "target_dependencies" : [
        "DatabaseKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DatabaseKit",
      "module_type" : "SwiftTarget",
      "name" : "DatabaseKit",
      "path" : "Sources/DatabaseKit",
      "product_dependencies" : [
        "Async",
        "Service"
      ],
      "product_memberships" : [
        "DatabaseKit"
      ],
      "sources" : [
        "Connection/Container+CachedConnection.swift",
        "Connection/Container+NewConnection.swift",
        "Connection/DatabaseConnectable.swift",
        "Connection/DatabaseConnection.swift",
        "Connection/DatabaseStringFindable.swift",
        "ConnectionPool/Container+ConnectionPool.swift",
        "ConnectionPool/DatabaseConnectionPool.swift",
        "ConnectionPool/DatabaseConnectionPoolCache.swift",
        "ConnectionPool/DatabaseConnectionPoolConfig.swift",
        "Database/ConfiguredDatabase.swift",
        "Database/Database.swift",
        "Database/DatabaseConfig.swift",
        "Database/DatabaseIdentifier.swift",
        "Database/DatabaseQueryable.swift",
        "Database/Databases.swift",
        "KeyedCache/DatabaseKeyedCache.swift",
        "KeyedCache/DictionaryKeyedCache.swift",
        "KeyedCache/KeyedCache.swift",
        "KeyedCache/KeyedCacheSupporting.swift",
        "KeyedCache/MemoryKeyedCache.swift",
        "Log/DatabaseLog.swift",
        "Log/DatabaseLogHandler.swift",
        "Log/DatabaseLogger.swift",
        "Log/LogSupporting.swift",
        "Log/PrintLogHandler.swift",
        "Service/DatabaseKitProvider.swift",
        "Utilities/DatabaseKitError.swift",
        "Utilities/Deprecated.swift",
        "Utilities/Exports.swift",
        "Utilities/URL+DatabaseName.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.