Build Information
Successful build of sqlite-nio, reference main (a4c62f
), with Swift 6.1 for Linux on 4 Sep 2025 20:30:36 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4609320-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-log.git
Fetching https://github.com/apple/swift-nio.git
[1/3903] Fetching swift-log
[3904/81935] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (11.54s)
Fetched https://github.com/apple/swift-nio.git from cache (11.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (12.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.57s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[19/1814] Fetching swift-atomics
[1815/19208] Fetching swift-atomics, swift-collections
[2610/17394] Fetching swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.86s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.97s)
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
[1/1] Compiling plugin VendorSQLite
Building for debugging...
[1/26] Write sources
[13/26] Compiling _AtomicsShims.c
[13/26] Compiling CNIOWindows shim.c
[15/26] Compiling CNIOPosix event_loop_id.c
[16/26] Compiling CNIOWindows WSAStartup.c
[17/26] Compiling CNIOWASI CNIOWASI.c
[17/26] Write sources
[19/26] Compiling CNIOLinux liburing_shims.c
[20/26] Compiling CNIODarwin shim.c
[21/26] Compiling CNIOLinux shim.c
[22/26] Compiling c-nioatomics.c
[23/26] Compiling c-atomics.c
[24/26] Write swift-version-24593BA9C3E375BF.txt
[24/26] Compiling CSQLite sqlite_nio_sqlite3.c
[27/75] Emitting module _NIOBase64
[28/75] Emitting module Logging
[29/75] Emitting module Atomics
[30/77] Compiling Atomics AtomicMemoryOrderings.swift
[31/77] Compiling Atomics DoubleWord.swift
[32/77] Compiling _NIODataStructures _TinyArray.swift
[33/77] Compiling _NIODataStructures PriorityQueue.swift
[34/77] Compiling Atomics PointerConformances.swift
[35/77] Compiling Atomics Primitives.native.swift
[36/77] Compiling Atomics AtomicStorage.swift
[37/77] Compiling Atomics AtomicValue.swift
[38/78] Compiling Atomics ManagedAtomic.swift
[39/78] Compiling Atomics ManagedAtomicLazyReference.swift
[42/78] Compiling Atomics UnsafeAtomic.swift
[43/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/78] Compiling Atomics AtomicInteger.swift
[45/78] Compiling Atomics AtomicOptionalWrappable.swift
[46/78] Compiling Atomics OptionalRawRepresentable.swift
[47/78] Compiling Atomics RawRepresentable.swift
[48/78] Compiling _NIOBase64 Base64.swift
[49/78] Compiling Atomics AtomicBool.swift
[50/78] Compiling Atomics IntegerConformances.swift
[51/78] Compiling Atomics AtomicReference.swift
[53/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/78] Emitting module InternalCollectionsUtilities
[64/79] Emitting module NIOConcurrencyHelpers
[66/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/80] Compiling Atomics IntegerOperations.swift
[68/80] Compiling Atomics Unmanaged extensions.swift
[71/81] Emitting module _NIODataStructures
[72/81] Compiling _NIODataStructures Heap.swift
[74/82] Compiling Logging MetadataProvider.swift
[75/97] Compiling NIOConcurrencyHelpers lock.swift
[76/97] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[77/97] Compiling NIOConcurrencyHelpers atomics.swift
[78/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[79/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/97] Compiling Logging Locks.swift
[81/97] Compiling Logging LogHandler.swift
[82/98] Compiling Logging Logging.swift
[85/99] Compiling DequeModule _DequeBuffer.swift
[86/99] Compiling DequeModule _DequeBufferHeader.swift
[87/99] Compiling DequeModule Deque+CustomReflectable.swift
[88/99] Compiling DequeModule Deque+Descriptions.swift
[89/101] Compiling DequeModule Deque+Extras.swift
[90/101] Compiling DequeModule Deque+Hashable.swift
[91/101] Compiling DequeModule Deque+Testing.swift
[92/101] Compiling DequeModule Deque._Storage.swift
[93/101] Compiling DequeModule Deque+Equatable.swift
[94/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/101] Compiling DequeModule Deque._UnsafeHandle.swift
[96/101] Compiling DequeModule Deque.swift
[97/101] Compiling DequeModule _DequeSlot.swift
[98/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/101] Compiling DequeModule Deque+Codable.swift
[100/101] Compiling DequeModule Deque+Collection.swift
[101/101] Emitting module DequeModule
[103/163] Compiling NIOCore NIOAny.swift
[104/163] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/163] Compiling NIOCore NIOCoreSendableMetatype.swift
[106/163] Compiling NIOCore NIOLoopBound.swift
[107/163] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/163] Compiling NIOCore NIOScheduledCallback.swift
[109/163] Compiling NIOCore NIOSendable.swift
[110/163] Compiling NIOCore RecvByteBufferAllocator.swift
[111/171] Compiling NIOCore IOData.swift
[112/171] Compiling NIOCore IPProtocol.swift
[113/171] Compiling NIOCore IntegerBitPacking.swift
[114/171] Compiling NIOCore IntegerTypes.swift
[115/171] Compiling NIOCore Interfaces.swift
[116/171] Compiling NIOCore Linux.swift
[117/171] Compiling NIOCore MarkedCircularBuffer.swift
[118/171] Compiling NIOCore MulticastChannel.swift
[119/171] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[120/171] Compiling NIOCore SocketAddresses.swift
[121/171] Compiling NIOCore SocketOptionProvider.swift
[122/171] Compiling NIOCore SystemCallHelpers.swift
[123/171] Compiling NIOCore TimeAmount+Duration.swift
[124/171] Compiling NIOCore TypeAssistedChannelHandler.swift
[125/171] Compiling NIOCore UniversalBootstrapSupport.swift
[126/171] Compiling NIOCore Utilities.swift
[127/171] Compiling NIOCore CircularBuffer.swift
[128/171] Compiling NIOCore Codec.swift
[129/171] Compiling NIOCore ConvenienceOptionSupport.swift
[130/171] Compiling NIOCore DeadChannel.swift
[131/171] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/171] Compiling NIOCore EventLoop+Deprecated.swift
[133/171] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/171] Compiling NIOCore EventLoop.swift
[135/171] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/171] Compiling NIOCore AddressedEnvelope.swift
[137/171] Compiling NIOCore AsyncAwaitSupport.swift
[138/171] Compiling NIOCore AsyncChannel.swift
[139/171] Compiling NIOCore AsyncChannelHandler.swift
[140/171] Compiling NIOCore AsyncChannelInboundStream.swift
[141/171] Compiling NIOCore AsyncChannelOutboundWriter.swift
[142/171] Compiling NIOCore NIOAsyncSequenceProducer.swift
[143/171] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[144/171] Compiling NIOCore NIOAsyncWriter.swift
[145/171] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/171] Compiling NIOCore BSDSocketAPI.swift
[147/171] Compiling NIOCore ByteBuffer-aux.swift
[148/171] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/171] Compiling NIOCore ByteBuffer-conversions.swift
[150/171] Compiling NIOCore ByteBuffer-core.swift
[151/171] Compiling NIOCore ByteBuffer-hex.swift
[152/171] Compiling NIOCore ByteBuffer-int.swift
[153/171] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/171] Emitting module NIOCore
[155/171] Compiling NIOCore ByteBuffer-multi-int.swift
[156/171] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[157/171] Compiling NIOCore ByteBuffer-views.swift
[158/171] Compiling NIOCore Channel.swift
[159/171] Compiling NIOCore ChannelHandler.swift
[160/171] Compiling NIOCore ChannelHandlers.swift
[161/171] Compiling NIOCore ChannelInvoker.swift
[162/171] Compiling NIOCore ChannelOption.swift
[163/171] Compiling NIOCore ChannelPipeline.swift
[164/171] Compiling NIOCore EventLoopFuture+Deprecated.swift
[165/171] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[166/171] Compiling NIOCore EventLoopFuture.swift
[167/171] Compiling NIOCore FileDescriptor.swift
[168/171] Compiling NIOCore FileHandle.swift
[169/171] Compiling NIOCore FileRegion.swift
[170/171] Compiling NIOCore GlobalSingletons.swift
[171/171] Compiling NIOCore IO.swift
[173/224] Compiling NIOEmbedded AsyncTestingChannel.swift
[174/224] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[175/224] Emitting module NIOEmbedded
[176/224] Compiling NIOEmbedded Embedded.swift
[178/225] Compiling NIOPosix BSDSocketAPICommon.swift
[179/225] Compiling NIOPosix BSDSocketAPIPosix.swift
[180/225] Compiling NIOPosix BSDSocketAPIWindows.swift
[181/225] Compiling NIOPosix BaseSocket.swift
[182/225] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[183/225] Compiling NIOPosix BaseSocketChannel.swift
[184/225] Compiling NIOPosix BaseStreamSocketChannel.swift
[185/225] Emitting module NIOPosix
[186/231] Compiling NIOPosix Socket.swift
[187/231] Compiling NIOPosix SocketChannel.swift
[188/231] Compiling NIOPosix SocketProtocols.swift
[189/231] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[190/231] Compiling NIOPosix System.swift
[191/231] Compiling NIOPosix Thread.swift
[192/231] Compiling NIOPosix Pool.swift
[193/231] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[194/231] Compiling NIOPosix PosixSingletons.swift
[195/231] Compiling NIOPosix RawSocketBootstrap.swift
[196/231] Compiling NIOPosix Resolver.swift
[197/231] Compiling NIOPosix Selectable.swift
[198/231] Compiling NIOPosix SelectableChannel.swift
[199/231] Compiling NIOPosix SelectableEventLoop.swift
[200/231] Compiling NIOPosix SelectorEpoll.swift
[201/231] Compiling NIOPosix SelectorGeneric.swift
[202/231] Compiling NIOPosix SelectorKqueue.swift
[203/231] Compiling NIOPosix SelectorUring.swift
[204/231] Compiling NIOPosix ServerSocket.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 IO.swift
[213/231] Compiling NIOPosix IntegerBitPacking.swift
[214/231] Compiling NIOPosix IntegerTypes.swift
[215/231] Compiling NIOPosix Linux.swift
[216/231] Compiling NIOPosix LinuxCPUSet.swift
[217/231] Compiling NIOPosix LinuxUring.swift
[218/231] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[219/231] Compiling NIOPosix NIOPosixSendableMetatype.swift
[220/231] Compiling NIOPosix NIOThreadPool.swift
[221/231] Compiling NIOPosix NonBlockingFileIO.swift
[222/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[223/231] Compiling NIOPosix PendingWritesManager.swift
[224/231] Compiling NIOPosix PipeChannel.swift
[225/231] Compiling NIOPosix PipePair.swift
[226/231] Compiling NIOPosix ThreadPosix.swift
[227/231] Compiling NIOPosix ThreadWindows.swift
[228/231] Compiling NIOPosix UnsafeTransfer.swift
[229/231] Compiling NIOPosix Utilities.swift
[230/231] Compiling NIOPosix VsockAddress.swift
[231/231] Compiling NIOPosix VsockChannelEvents.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 Codable+ByteBuffer.swift
[239/240] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[240/240] Emitting module NIOFoundationCompat
[242/252] Compiling SQLiteNIO SQLiteDataType.swift
[243/253] Compiling SQLiteNIO SQLiteRow.swift
[244/253] Compiling SQLiteNIO SQLiteStatement.swift
[245/253] Compiling SQLiteNIO SQLiteData.swift
[246/253] Compiling SQLiteNIO SQLiteDataConvertible.swift
[247/253] Compiling SQLiteNIO SQLiteError.swift
[248/253] Compiling SQLiteNIO SQLiteDatabase.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! (98.29s)
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.