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 sqlite-nio, reference main (6cfc95), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 15:45:19 UTC.

Swift 6 data race errors: 2

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/sqlite-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6cfc958 Update Swift version and other minor items (#83)
Cloned https://github.com/vapor/sqlite-nio.git
Revision (git rev-parse @):
6cfc9582e741e5ad231f786cfc5486df3d29931b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-nio.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/sqlite-nio.git
https://github.com/vapor/sqlite-nio.git
{
  "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" : "/Users/admin/builder/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" : [
        "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.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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin VendorSQLite
Building for debugging...
[1/26] Write sources
[3/26] Copying PrivacyInfo.xcprivacy
[5/26] Write sources
[14/26] Compiling CNIOWindows WSAStartup.c
[14/26] Compiling CNIOWindows shim.c
[16/26] Write sources
[17/26] Compiling CNIOWASI CNIOWASI.c
[18/26] Compiling CNIOLinux liburing_shims.c
[18/26] Compiling CNIOLinux shim.c
[20/26] Write swift-version-2F0A5646E1D333AE.txt
[21/37] Compiling _AtomicsShims.c
[22/74] Compiling CNIODarwin shim.c
[24/74] Emitting module InternalCollectionsUtilities
[25/74] Compiling Atomics AtomicBool.swift
[26/74] Compiling Atomics IntegerConformances.swift
[27/75] Compiling Atomics Primitives.shims.swift
[28/75] Compiling Atomics AtomicInteger.swift
[29/75] Compiling Atomics UnsafeAtomic.swift
[30/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/75] Compiling Atomics ManagedAtomic.swift
[32/75] Compiling Atomics ManagedAtomicLazyReference.swift
[33/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/75] Compiling _NIOBase64 Base64.swift
[35/75] Emitting module _NIOBase64
[36/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/75] Compiling Atomics AtomicStorage.swift
[38/75] Compiling Atomics AtomicValue.swift
[39/75] Compiling Atomics OptionalRawRepresentable.swift
[40/75] Compiling Atomics RawRepresentable.swift
[45/77] Compiling Atomics AtomicMemoryOrderings.swift
[46/77] Compiling Atomics DoubleWord.swift
[47/77] Compiling Atomics IntegerOperations.swift
[48/77] Compiling Atomics Unmanaged extensions.swift
[49/77] Compiling _NIODataStructures _TinyArray.swift
[50/77] Compiling Atomics AtomicOptionalWrappable.swift
[51/77] Compiling Atomics AtomicReference.swift
[52/77] Compiling Atomics PointerConformances.swift
[53/77] Compiling Atomics Primitives.native.swift
[54/77] Compiling _NIODataStructures PriorityQueue.swift
[59/77] Compiling Logging MetadataProvider.swift
[60/77] Compiling _NIODataStructures Heap.swift
[69/77] Compiling Logging Locks.swift
[70/77] Emitting module Logging
[71/93] Compiling DequeModule _DequeBufferHeader.swift
[72/93] Compiling DequeModule _DequeSlot.swift
[73/94] Emitting module _NIODataStructures
[74/94] Emitting module Atomics
[75/94] Compiling DequeModule _DequeBuffer.swift
[76/94] Compiling Logging Logging.swift
[77/94] Compiling Logging LogHandler.swift
[78/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/94] Compiling DequeModule Deque+Testing.swift
[80/94] Compiling DequeModule Deque._Storage.swift
[81/94] Compiling DequeModule Deque+Extras.swift
[82/94] Compiling DequeModule Deque+Hashable.swift
[83/94] Compiling DequeModule Deque._UnsafeHandle.swift
[84/94] Compiling DequeModule Deque.swift
[85/94] Compiling DequeModule Deque+CustomReflectable.swift
[86/94] Compiling DequeModule Deque+Descriptions.swift
[87/94] Emitting module DequeModule
[88/94] Compiling DequeModule Deque+Equatable.swift
[89/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/94] Compiling DequeModule Deque+Codable.swift
[91/94] Compiling DequeModule Deque+Collection.swift
[91/94] Compiling c-nioatomics.c
[92/94] Compiling c-atomics.c
[94/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[95/100] Compiling NIOConcurrencyHelpers lock.swift
[96/100] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/100] Emitting module NIOConcurrencyHelpers
[98/100] Compiling NIOConcurrencyHelpers atomics.swift
[99/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/161] Compiling CSQLite sqlite_nio_sqlite3.c
[101/161] Compiling NIOCore GlobalSingletons.swift
[102/161] Compiling NIOCore IO.swift
[103/161] Compiling NIOCore IOData.swift
[104/161] Compiling NIOCore IPProtocol.swift
[105/161] Compiling NIOCore IntegerBitPacking.swift
[106/161] Compiling NIOCore IntegerTypes.swift
[107/167] Compiling NIOCore AddressedEnvelope.swift
[108/167] Compiling NIOCore AsyncAwaitSupport.swift
[109/167] Compiling NIOCore AsyncChannel.swift
[110/167] Compiling NIOCore AsyncChannelHandler.swift
[111/167] Compiling NIOCore AsyncChannelInboundStream.swift
[112/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[113/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[114/167] Compiling NIOCore SocketOptionProvider.swift
[115/167] Compiling NIOCore SystemCallHelpers.swift
[116/167] Compiling NIOCore TimeAmount+Duration.swift
[117/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[118/167] Compiling NIOCore UniversalBootstrapSupport.swift
[119/167] Compiling NIOCore Utilities.swift
[120/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[121/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[122/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[123/167] Compiling NIOCore EventLoopFuture.swift
[124/167] Compiling NIOCore FileDescriptor.swift
[125/167] Compiling NIOCore FileHandle.swift
[126/167] Compiling NIOCore FileRegion.swift
[127/167] Compiling NIOCore Codec.swift
[128/167] Compiling NIOCore ConvenienceOptionSupport.swift
[129/167] Compiling NIOCore DeadChannel.swift
[130/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[131/167] Compiling NIOCore EventLoop+Deprecated.swift
[132/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[133/167] Compiling NIOCore EventLoop.swift
[134/167] Compiling NIOCore Channel.swift
[135/167] Compiling NIOCore ChannelHandler.swift
[136/167] Compiling NIOCore ChannelHandlers.swift
[137/167] Compiling NIOCore ChannelInvoker.swift
[138/167] Compiling NIOCore ChannelOption.swift
[139/167] Compiling NIOCore ChannelPipeline.swift
[140/167] Compiling NIOCore CircularBuffer.swift
[141/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/167] Compiling NIOCore NIOAsyncWriter.swift
[143/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/167] Compiling NIOCore BSDSocketAPI.swift
[145/167] Compiling NIOCore ByteBuffer-aux.swift
[146/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/167] Compiling NIOCore ByteBuffer-conversions.swift
[148/167] Compiling NIOCore Interfaces.swift
[149/167] Compiling NIOCore Linux.swift
[150/167] Compiling NIOCore MarkedCircularBuffer.swift
[151/167] Compiling NIOCore MulticastChannel.swift
[152/167] Compiling NIOCore NIOAny.swift
[153/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[154/167] Compiling NIOCore NIOLoopBound.swift
[155/167] Compiling NIOCore NIOScheduledCallback.swift
[156/167] Compiling NIOCore NIOSendable.swift
[157/167] Compiling NIOCore RecvByteBufferAllocator.swift
[158/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[159/167] Compiling NIOCore SocketAddresses.swift
[160/167] Compiling NIOCore ByteBuffer-core.swift
[161/167] Compiling NIOCore ByteBuffer-hex.swift
[162/167] Compiling NIOCore ByteBuffer-int.swift
[163/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[164/167] Compiling NIOCore ByteBuffer-multi-int.swift
[165/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[166/167] Compiling NIOCore ByteBuffer-views.swift
[167/167] Emitting module NIOCore
[168/220] Compiling NIOEmbedded AsyncTestingChannel.swift
[169/220] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[170/220] Compiling NIOEmbedded Embedded.swift
[171/220] Emitting module NIOEmbedded
[172/220] Compiling NIOPosix BSDSocketAPICommon.swift
[173/220] Compiling NIOPosix BSDSocketAPIPosix.swift
[174/220] Compiling NIOPosix BSDSocketAPIWindows.swift
[175/220] Compiling NIOPosix BaseSocket.swift
[176/220] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[177/220] Compiling NIOPosix BaseSocketChannel.swift
[178/225] Compiling NIOPosix SelectorKqueue.swift
[179/225] Compiling NIOPosix SelectorUring.swift
[180/225] Compiling NIOPosix ServerSocket.swift
[181/225] Compiling NIOPosix Socket.swift
[182/225] Compiling NIOPosix SocketChannel.swift
[183/225] Compiling NIOPosix PooledRecvBufferAllocator.swift
[184/225] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[185/225] Compiling NIOPosix PosixSingletons.swift
[186/225] Compiling NIOPosix RawSocketBootstrap.swift
[187/225] Compiling NIOPosix Resolver.swift
[188/225] Compiling NIOPosix GetaddrinfoResolver.swift
[189/225] Compiling NIOPosix HappyEyeballs.swift
[190/225] Compiling NIOPosix IO.swift
[191/225] Compiling NIOPosix IntegerBitPacking.swift
[192/225] Compiling NIOPosix IntegerTypes.swift
[193/225] Compiling NIOPosix Linux.swift
[194/225] Compiling NIOPosix Selectable.swift
[195/225] Compiling NIOPosix SelectableChannel.swift
[196/225] Compiling NIOPosix SelectableEventLoop.swift
[197/225] Compiling NIOPosix SelectorEpoll.swift
[198/225] Compiling NIOPosix SelectorGeneric.swift
[199/225] Compiling NIOPosix LinuxCPUSet.swift
[200/225] Compiling NIOPosix LinuxUring.swift
[201/225] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[202/225] Compiling NIOPosix NIOThreadPool.swift
[203/225] Compiling NIOPosix NonBlockingFileIO.swift
[204/225] Emitting module NIOPosix
[205/225] Compiling NIOPosix PendingDatagramWritesManager.swift
[206/225] Compiling NIOPosix PendingWritesManager.swift
[207/225] Compiling NIOPosix PipeChannel.swift
[208/225] Compiling NIOPosix PipePair.swift
[209/225] Compiling NIOPosix Pool.swift
[210/225] Compiling NIOPosix SocketProtocols.swift
[211/225] Compiling NIOPosix System.swift
[212/225] Compiling NIOPosix Thread.swift
[213/225] Compiling NIOPosix ThreadPosix.swift
[214/225] Compiling NIOPosix ThreadWindows.swift
[215/225] Compiling NIOPosix BaseStreamSocketChannel.swift
[216/225] Compiling NIOPosix Bootstrap.swift
[217/225] Compiling NIOPosix ControlMessage.swift
[218/225] Compiling NIOPosix DatagramVectorReadManager.swift
[219/225] Compiling NIOPosix Errors+Any.swift
[220/225] Compiling NIOPosix FileDescriptor.swift
[221/225] Compiling NIOPosix UnsafeTransfer.swift
[222/225] Compiling NIOPosix Utilities.swift
[223/225] Compiling NIOPosix VsockAddress.swift
[224/225] Compiling NIOPosix VsockChannelEvents.swift
[225/225] Compiling NIOPosix resource_bundle_accessor.swift
[226/227] Compiling NIO Exports.swift
[227/227] Emitting module NIO
[228/232] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[229/232] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[230/232] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[231/232] Emitting module NIOFoundationCompat
[232/232] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/242] Compiling SQLiteNIO SQLiteDataType.swift
[234/243] Compiling SQLiteNIO SQLiteDataConvertible.swift
[235/243] Compiling SQLiteNIO SQLiteRow.swift
[236/243] Compiling SQLiteNIO SQLiteDatabase.swift
[237/243] Compiling SQLiteNIO SQLiteStatement.swift
[238/243] Compiling SQLiteNIO SQLiteData.swift
[239/243] Compiling SQLiteNIO SQLiteConnection.swift
[240/243] Compiling SQLiteNIO Exports.swift
[241/243] Compiling SQLiteNIO SQLiteError.swift
[242/243] Compiling SQLiteNIO SQLiteCustomFunction.swift
[243/243] Emitting module SQLiteNIO
Build complete! (23.74s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio.git from cache (0.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.06s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Fetched https://github.com/apple/swift-collections.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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" : "/Users/admin/builder/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" : [
        "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.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"
}
Done.