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 sqlite-nio, reference 1.12.0 (a4c62f), with Swift 6.1 for Linux on 4 Sep 2025 20:33:48 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-nio.git
Reference: 1.12.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/sqlite-nio
 * tag               1.12.0     -> FETCH_HEAD
HEAD is now at a4c62fa Add SQLite hook/observation support to SQLiteConnection (#90)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
a4c62fa1d99db69bf96d48f5b903eca1427f4a0e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-nio.git at 1.12.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/sqlite-nio.git
https://github.com/vapor/sqlite-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "sqlite-nio",
  "name" : "sqlite-nio",
  "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" : "SQLiteNIO",
      "targets" : [
        "SQLiteNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VendorSQLite",
      "module_type" : "PluginTarget",
      "name" : "VendorSQLite",
      "path" : "Plugins/VendorSQLite",
      "plugin_capability" : {
        "intent" : {
          "description" : "Vendor SQLite",
          "type" : "custom",
          "verb" : "vendor-sqlite"
        },
        "permissions" : [
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                  443
                ]
              }
            },
            "reason" : "Retrieve the latest build of SQLite",
            "type" : "allowNetworkConnections"
          },
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update the vendored SQLite files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "AsyncNotOmittingEmptySubsequencesLineSequence.swift",
        "Path+Utility.swift",
        "Process+SimpleRunPopen.swift",
        "SemanticVersion.swift",
        "Sqlite3ProductInfo.swift",
        "SymbolGraph.swift",
        "UsefulArgumentExtractor.swift",
        "VendorSQLite3.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SQLiteNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteNIOTests",
      "path" : "Tests/SQLiteNIOTests",
      "sources" : [
        "SQLiteConnectionHookTests.swift",
        "SQLiteCustomFunctionTests.swift",
        "SQLiteNIOTests.swift",
        "XCTAsyncAssertions.swift"
      ],
      "target_dependencies" : [
        "SQLiteNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteNIO",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteNIO",
      "path" : "Sources/SQLiteNIO",
      "product_dependencies" : [
        "Logging",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "SQLiteNIO"
      ],
      "sources" : [
        "Exports.swift",
        "SQLiteConnection+Hooks.swift",
        "SQLiteConnection.swift",
        "SQLiteCustomFunction.swift",
        "SQLiteData.swift",
        "SQLiteDataConvertible.swift",
        "SQLiteDataType.swift",
        "SQLiteDatabase.swift",
        "SQLiteError.swift",
        "SQLiteRow.swift",
        "SQLiteStatement.swift"
      ],
      "target_dependencies" : [
        "CSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLite",
      "module_type" : "ClangTarget",
      "name" : "CSQLite",
      "path" : "Sources/CSQLite",
      "product_memberships" : [
        "SQLiteNIO"
      ],
      "sources" : [
        "sqlite_nio_sqlite3.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3903] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
[1/78032] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (9.21s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (2.02s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[618/6755] Fetching swift-atomics, swift-system
[2791/24149] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
[8420/22335] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
[3827/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.22s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
[1/1] Compiling plugin VendorSQLite
Building for debugging...
[1/26] Write sources
[13/26] Compiling CNIOWindows WSAStartup.c
[14/26] Compiling _AtomicsShims.c
[15/26] Compiling CNIOWindows shim.c
[16/26] Compiling CNIOWASI CNIOWASI.c
[17/26] Compiling CNIOLinux liburing_shims.c
[17/26] Write sources
[17/26] Compiling CNIOPosix event_loop_id.c
[20/26] Compiling CNIODarwin shim.c
[21/26] Compiling CNIOLinux shim.c
[22/26] Write swift-version-24593BA9C3E375BF.txt
[24/69] Emitting module Atomics
[24/71] Compiling c-nioatomics.c
[26/71] Compiling _NIODataStructures _TinyArray.swift
[27/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/72] Compiling Atomics AtomicInteger.swift
[29/72] Compiling Atomics AtomicOptionalWrappable.swift
[30/72] Emitting module _NIOBase64
[31/72] Compiling _NIOBase64 Base64.swift
[32/72] Compiling _NIODataStructures PriorityQueue.swift
[33/73] Compiling Atomics PointerConformances.swift
[34/73] Compiling Atomics Primitives.native.swift
[35/73] Compiling Atomics AtomicReference.swift
[36/73] Compiling Atomics UnsafeAtomic.swift
[37/73] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/73] Compiling Atomics AtomicMemoryOrderings.swift
[39/73] Emitting module InternalCollectionsUtilities
[40/73] Compiling Atomics AtomicBool.swift
[41/73] Compiling Atomics IntegerConformances.swift
[42/73] Compiling Atomics OptionalRawRepresentable.swift
[43/73] Compiling Atomics RawRepresentable.swift
[44/73] Compiling Atomics IntegerOperations.swift
[45/73] Compiling Atomics Unmanaged extensions.swift
[47/73] Compiling Logging LogHandler.swift
[48/73] Compiling Atomics ManagedAtomic.swift
[49/73] Compiling Atomics ManagedAtomicLazyReference.swift
[56/73] Compiling Atomics DoubleWord.swift
[57/73] Compiling Atomics AtomicStorage.swift
[58/73] Compiling Atomics AtomicValue.swift
[66/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/75] Compiling c-atomics.c
[69/96] Compiling DequeModule _DequeBuffer.swift
[70/96] Compiling DequeModule _DequeBufferHeader.swift
[71/98] Emitting module Logging
[72/98] Compiling Logging Locks.swift
[73/98] Compiling DequeModule Deque+Extras.swift
[74/98] Compiling DequeModule Deque+Hashable.swift
[75/98] Compiling Logging Logging.swift
[76/98] Compiling Logging MetadataProvider.swift
[77/99] Compiling DequeModule Deque+Equatable.swift
[78/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/99] Compiling DequeModule Deque+Testing.swift
[80/99] Compiling DequeModule Deque._Storage.swift
[81/99] Emitting module _NIODataStructures
[82/99] Compiling _NIODataStructures Heap.swift
[85/100] Compiling DequeModule _DequeSlot.swift
[86/100] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[89/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/100] Compiling NIOConcurrencyHelpers atomics.swift
[91/100] Compiling NIOConcurrencyHelpers lock.swift
[92/100] Emitting module NIOConcurrencyHelpers
[93/101] Compiling DequeModule Deque._UnsafeHandle.swift
[94/101] Compiling DequeModule Deque.swift
[95/101] Compiling DequeModule Deque+CustomReflectable.swift
[96/101] Compiling DequeModule Deque+Descriptions.swift
[98/101] Compiling DequeModule Deque+Codable.swift
[99/101] Compiling DequeModule Deque+Collection.swift
[100/101] Emitting module DequeModule
[101/163] Compiling CSQLite sqlite_nio_sqlite3.c
[103/163] Compiling NIOCore IOData.swift
[104/163] Compiling NIOCore IPProtocol.swift
[105/163] Compiling NIOCore IntegerBitPacking.swift
[106/163] Compiling NIOCore IntegerTypes.swift
[107/163] Compiling NIOCore Interfaces.swift
[108/163] Compiling NIOCore Linux.swift
[109/163] Compiling NIOCore MarkedCircularBuffer.swift
[110/163] Compiling NIOCore MulticastChannel.swift
[111/163] Compiling NIOCore EventLoopFuture+Deprecated.swift
[112/163] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[113/163] Compiling NIOCore EventLoopFuture.swift
[114/163] Compiling NIOCore FileDescriptor.swift
[115/163] Compiling NIOCore FileHandle.swift
[116/163] Compiling NIOCore FileRegion.swift
[117/163] Compiling NIOCore GlobalSingletons.swift
[118/163] Compiling NIOCore IO.swift
[119/171] Compiling NIOCore AddressedEnvelope.swift
[120/171] Compiling NIOCore AsyncAwaitSupport.swift
[121/171] Compiling NIOCore AsyncChannel.swift
[122/171] Compiling NIOCore AsyncChannelHandler.swift
[123/171] Compiling NIOCore AsyncChannelInboundStream.swift
[124/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[125/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[127/171] Compiling NIOCore NIOAsyncWriter.swift
[128/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[129/171] Compiling NIOCore BSDSocketAPI.swift
[130/171] Compiling NIOCore ByteBuffer-aux.swift
[131/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[132/171] Compiling NIOCore ByteBuffer-conversions.swift
[133/171] Compiling NIOCore ByteBuffer-core.swift
[134/171] Compiling NIOCore ByteBuffer-hex.swift
[135/171] Compiling NIOCore ByteBuffer-int.swift
[136/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[137/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[138/171] Compiling NIOCore SocketAddresses.swift
[139/171] Compiling NIOCore SocketOptionProvider.swift
[140/171] Compiling NIOCore SystemCallHelpers.swift
[141/171] Compiling NIOCore TimeAmount+Duration.swift
[142/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[143/171] Compiling NIOCore UniversalBootstrapSupport.swift
[144/171] Compiling NIOCore Utilities.swift
[145/171] Emitting module NIOCore
[146/171] Compiling NIOCore CircularBuffer.swift
[147/171] Compiling NIOCore Codec.swift
[148/171] Compiling NIOCore ConvenienceOptionSupport.swift
[149/171] Compiling NIOCore DeadChannel.swift
[150/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[151/171] Compiling NIOCore EventLoop+Deprecated.swift
[152/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[153/171] Compiling NIOCore EventLoop.swift
[154/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/171] Compiling NIOCore NIOAny.swift
[156/171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[157/171] Compiling NIOCore NIOCoreSendableMetatype.swift
[158/171] Compiling NIOCore NIOLoopBound.swift
[159/171] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[160/171] Compiling NIOCore NIOScheduledCallback.swift
[161/171] Compiling NIOCore NIOSendable.swift
[162/171] Compiling NIOCore RecvByteBufferAllocator.swift
[163/171] Compiling NIOCore ByteBuffer-multi-int.swift
[164/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/171] Compiling NIOCore ByteBuffer-views.swift
[166/171] Compiling NIOCore Channel.swift
[167/171] Compiling NIOCore ChannelHandler.swift
[168/171] Compiling NIOCore ChannelHandlers.swift
[169/171] Compiling NIOCore ChannelInvoker.swift
[170/171] Compiling NIOCore ChannelOption.swift
[171/171] Compiling NIOCore ChannelPipeline.swift
[173/224] Emitting module NIOEmbedded
[174/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[175/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[176/224] Compiling NIOEmbedded Embedded.swift
[178/225] Emitting module NIOPosix
[179/231] Compiling NIOPosix Pool.swift
[180/231] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[181/231] Compiling NIOPosix PosixSingletons.swift
[182/231] Compiling NIOPosix RawSocketBootstrap.swift
[183/231] Compiling NIOPosix Resolver.swift
[184/231] Compiling NIOPosix Selectable.swift
[185/231] Compiling NIOPosix SelectableChannel.swift
[186/231] Compiling NIOPosix SelectableEventLoop.swift
[187/231] Compiling NIOPosix SelectorEpoll.swift
[188/231] Compiling NIOPosix SelectorGeneric.swift
[189/231] Compiling NIOPosix SelectorKqueue.swift
[190/231] Compiling NIOPosix SelectorUring.swift
[191/231] Compiling NIOPosix ServerSocket.swift
[192/231] Compiling NIOPosix Socket.swift
[193/231] Compiling NIOPosix SocketChannel.swift
[194/231] Compiling NIOPosix SocketProtocols.swift
[195/231] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[196/231] Compiling NIOPosix System.swift
[197/231] Compiling NIOPosix Thread.swift
[198/231] Compiling NIOPosix BSDSocketAPICommon.swift
[199/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[200/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[201/231] Compiling NIOPosix BaseSocket.swift
[202/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[203/231] Compiling NIOPosix BaseSocketChannel.swift
[204/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[205/231] Compiling NIOPosix Bootstrap.swift
[206/231] Compiling NIOPosix ControlMessage.swift
[207/231] Compiling NIOPosix DatagramVectorReadManager.swift
[208/231] Compiling NIOPosix Errors+Any.swift
[209/231] Compiling NIOPosix FileDescriptor.swift
[210/231] Compiling NIOPosix GetaddrinfoResolver.swift
[211/231] Compiling NIOPosix HappyEyeballs.swift
[212/231] Compiling NIOPosix ThreadPosix.swift
[213/231] Compiling NIOPosix ThreadWindows.swift
[214/231] Compiling NIOPosix UnsafeTransfer.swift
[215/231] Compiling NIOPosix Utilities.swift
[216/231] Compiling NIOPosix VsockAddress.swift
[217/231] Compiling NIOPosix VsockChannelEvents.swift
[218/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[219/231] Compiling NIOPosix NIOThreadPool.swift
[220/231] Compiling NIOPosix NonBlockingFileIO.swift
[221/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[222/231] Compiling NIOPosix PendingWritesManager.swift
[223/231] Compiling NIOPosix PipeChannel.swift
[224/231] Compiling NIOPosix PipePair.swift
[225/231] Compiling NIOPosix IO.swift
[226/231] Compiling NIOPosix IntegerBitPacking.swift
[227/231] Compiling NIOPosix IntegerTypes.swift
[228/231] Compiling NIOPosix Linux.swift
[229/231] Compiling NIOPosix LinuxCPUSet.swift
[230/231] Compiling NIOPosix LinuxUring.swift
[231/231] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[233/234] Compiling NIO Exports.swift
[234/234] Emitting module NIO
[236/240] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[237/240] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[238/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[239/240] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[240/240] Emitting module NIOFoundationCompat
[242/252] Compiling SQLiteNIO SQLiteRow.swift
[243/253] Compiling SQLiteNIO SQLiteDatabase.swift
[244/253] Compiling SQLiteNIO SQLiteDataType.swift
[245/253] Compiling SQLiteNIO SQLiteData.swift
[246/253] Compiling SQLiteNIO SQLiteDataConvertible.swift
[247/253] Compiling SQLiteNIO SQLiteStatement.swift
[248/253] Compiling SQLiteNIO SQLiteError.swift
[249/253] Compiling SQLiteNIO SQLiteConnection.swift
[250/253] Compiling SQLiteNIO SQLiteCustomFunction.swift
[251/253] Compiling SQLiteNIO Exports.swift
[252/253] Compiling SQLiteNIO SQLiteConnection+Hooks.swift
[253/253] Emitting module SQLiteNIO
Build complete! (93.85s)
Build complete.
{
  "dependencies" : [
    {
      "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"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "sqlite-nio",
  "name" : "sqlite-nio",
  "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" : "SQLiteNIO",
      "targets" : [
        "SQLiteNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VendorSQLite",
      "module_type" : "PluginTarget",
      "name" : "VendorSQLite",
      "path" : "Plugins/VendorSQLite",
      "plugin_capability" : {
        "intent" : {
          "description" : "Vendor SQLite",
          "type" : "custom",
          "verb" : "vendor-sqlite"
        },
        "permissions" : [
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                  443
                ]
              }
            },
            "reason" : "Retrieve the latest build of SQLite",
            "type" : "allowNetworkConnections"
          },
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Update the vendored SQLite files",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "sources" : [
        "AsyncNotOmittingEmptySubsequencesLineSequence.swift",
        "Path+Utility.swift",
        "Process+SimpleRunPopen.swift",
        "SemanticVersion.swift",
        "Sqlite3ProductInfo.swift",
        "SymbolGraph.swift",
        "UsefulArgumentExtractor.swift",
        "VendorSQLite3.swift"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SQLiteNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteNIOTests",
      "path" : "Tests/SQLiteNIOTests",
      "sources" : [
        "SQLiteConnectionHookTests.swift",
        "SQLiteCustomFunctionTests.swift",
        "SQLiteNIOTests.swift",
        "XCTAsyncAssertions.swift"
      ],
      "target_dependencies" : [
        "SQLiteNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLiteNIO",
      "module_type" : "SwiftTarget",
      "name" : "SQLiteNIO",
      "path" : "Sources/SQLiteNIO",
      "product_dependencies" : [
        "Logging",
        "NIOCore",
        "NIOPosix",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "SQLiteNIO"
      ],
      "sources" : [
        "Exports.swift",
        "SQLiteConnection+Hooks.swift",
        "SQLiteConnection.swift",
        "SQLiteCustomFunction.swift",
        "SQLiteData.swift",
        "SQLiteDataConvertible.swift",
        "SQLiteDataType.swift",
        "SQLiteDatabase.swift",
        "SQLiteError.swift",
        "SQLiteRow.swift",
        "SQLiteStatement.swift"
      ],
      "target_dependencies" : [
        "CSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLite",
      "module_type" : "ClangTarget",
      "name" : "CSQLite",
      "path" : "Sources/CSQLite",
      "product_memberships" : [
        "SQLiteNIO"
      ],
      "sources" : [
        "sqlite_nio_sqlite3.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.