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 SwifQLNIO, reference 2.2.0 (2923b7), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 23:55:41 UTC.

Swift 6 data race errors: 1

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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MihaelIsaev/SwifQLNIO.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MihaelIsaev/SwifQLNIO
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 2923b76 Set minimum SwifQL version to 1.3.0
Cloned https://github.com/MihaelIsaev/SwifQLNIO.git
Revision (git rev-parse @):
2923b761415395fb49f984cdc5730ba59b58c2ab
SUCCESS checkout https://github.com/MihaelIsaev/SwifQLNIO.git at 2.2.0
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/apple/swift-nio.git from cache
[1/2366] Fetching swifql
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio.git from cache (0.93s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (3.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Fetched https://github.com/apple/swift-collections.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swifqlnio",
      "name": "SwifQLNIO",
      "url": "https://github.com/MihaelIsaev/SwifQLNIO.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwifQLNIO",
      "dependencies": [
        {
          "identity": "swifql",
          "name": "SwifQL",
          "url": "https://github.com/MihaelIsaev/SwifQL.git",
          "version": "1.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwifQL",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "2.82.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.2.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.1.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-system",
              "name": "swift-system",
              "url": "https://github.com/apple/swift-system.git",
              "version": "1.4.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/MihaelIsaev/SwifQLNIO.git
[1/103] Fetching swifqlnio
Fetched https://github.com/MihaelIsaev/SwifQLNIO.git from cache (0.63s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/MihaelIsaev/SwifQL.git from cache
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio.git from cache (0.71s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (0.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.03s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Fetched https://github.com/apple/swift-collections.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.4.2
Creating working copy for https://github.com/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.0
Creating working copy for https://github.com/MihaelIsaev/SwifQLNIO.git
Working copy of https://github.com/MihaelIsaev/SwifQLNIO.git resolved at 2.2.0 (2923b76)
warning: '.resolve-product-dependencies': dependency 'swifqlnio' is not used by any target
Found 2 product dependencies
  - SwifQL
  - swift-nio
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MihaelIsaev/SwifQLNIO.git
https://github.com/MihaelIsaev/SwifQLNIO.git
{
  "dependencies" : [
    {
      "identity" : "swifql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQL.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "SwifQLNIO",
  "name" : "SwifQLNIO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwifQLNIO",
      "targets" : [
        "SwifQLNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifQLNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLNIOTests",
      "path" : "Tests/SwifQLNIOTests",
      "sources" : [
        "SwifQLNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwifQLNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwifQLNIO",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLNIO",
      "path" : "Sources/SwifQLNIO",
      "product_dependencies" : [
        "NIO",
        "SwifQL"
      ],
      "product_memberships" : [
        "SwifQLNIO"
      ],
      "sources" : [
        "Exports.swift",
        "KeyPath.swift",
        "Reflectable.swift",
        "ReflectedPropertyCache.swift",
        "SwifQLEnum.swift",
        "SwifQLTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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
Building for debugging...
[0/23] Write sources
[9/23] Copying PrivacyInfo.xcprivacy
[10/23] Write sources
[12/23] Compiling CNIOWindows WSAStartup.c
[12/23] Compiling CNIOWindows shim.c
[14/23] Write sources
[15/23] Compiling CNIOWASI CNIOWASI.c
[16/23] Compiling CNIOLinux liburing_shims.c
[17/23] Compiling CNIOLinux shim.c
[18/23] Write swift-version-2F0A5646E1D333AE.txt
[19/23] Compiling _AtomicsShims.c
[20/131] Compiling CNIODarwin shim.c
[22/131] Compiling Atomics AtomicStorage.swift
[23/131] Compiling Atomics AtomicValue.swift
[24/132] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/132] Compiling Atomics UnsafeAtomic.swift
[26/132] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/132] Compiling Atomics AtomicMemoryOrderings.swift
[28/132] Compiling Atomics DoubleWord.swift
[29/132] Compiling Atomics OptionalRawRepresentable.swift
[30/132] Compiling Atomics RawRepresentable.swift
[31/132] Compiling Atomics Primitives.shims.swift
[32/132] Compiling Atomics AtomicInteger.swift
[33/132] Compiling Atomics PointerConformances.swift
[34/132] Compiling Atomics Primitives.native.swift
[35/132] Emitting module InternalCollectionsUtilities
[36/132] Compiling _NIOBase64 Base64.swift
[37/132] Emitting module _NIOBase64
[38/132] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/132] Compiling Atomics ManagedAtomic.swift
[42/132] Compiling Atomics ManagedAtomicLazyReference.swift
[45/134] Compiling _NIODataStructures _TinyArray.swift
[46/134] Compiling Atomics AtomicBool.swift
[47/134] Compiling Atomics IntegerConformances.swift
[48/134] Compiling Atomics AtomicOptionalWrappable.swift
[49/134] Compiling Atomics AtomicReference.swift
[60/134] Compiling Atomics IntegerOperations.swift
[61/134] Compiling Atomics Unmanaged extensions.swift
[62/150] Compiling _NIODataStructures PriorityQueue.swift
[63/150] Compiling _NIODataStructures Heap.swift
[64/150] Emitting module _NIODataStructures
[65/150] Compiling DequeModule Deque+Codable.swift
[66/150] Compiling DequeModule Deque+Collection.swift
[67/150] Emitting module Atomics
[68/150] Compiling DequeModule Deque+Extras.swift
[69/150] Compiling DequeModule Deque+Hashable.swift
[70/150] Compiling DequeModule Deque+CustomReflectable.swift
[71/150] Compiling DequeModule Deque+Descriptions.swift
[72/150] Compiling DequeModule Deque+Testing.swift
[73/150] Compiling DequeModule Deque._Storage.swift
[74/151] Compiling DequeModule _DequeBuffer.swift
[75/151] Compiling DequeModule Deque+Equatable.swift
[76/151] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/151] Emitting module DequeModule
[80/151] Compiling DequeModule Deque._UnsafeHandle.swift
[81/151] Compiling DequeModule Deque.swift
[82/151] Compiling DequeModule _DequeSlot.swift
[83/151] Compiling DequeModule _DequeBufferHeader.swift
[83/151] Compiling c-nioatomics.c
[85/151] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/151] Compiling c-atomics.c
[87/157] Compiling NIOConcurrencyHelpers lock.swift
[88/157] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/157] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[90/157] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/157] Emitting module NIOConcurrencyHelpers
[92/157] Compiling NIOConcurrencyHelpers atomics.swift
[93/218] Compiling NIOCore NIOLoopBound.swift
[94/218] Compiling NIOCore NIOScheduledCallback.swift
[95/218] Compiling NIOCore NIOSendable.swift
[96/218] Compiling NIOCore RecvByteBufferAllocator.swift
[97/218] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[98/218] Compiling NIOCore SocketAddresses.swift
[99/224] Compiling NIOCore ChannelHandler.swift
[100/224] Compiling NIOCore ChannelHandlers.swift
[101/224] Compiling NIOCore ChannelInvoker.swift
[102/224] Compiling NIOCore ChannelOption.swift
[103/224] Compiling NIOCore ChannelPipeline.swift
[104/224] Compiling NIOCore CircularBuffer.swift
[105/224] Compiling NIOCore Codec.swift
[106/231] Compiling NIOCore IO.swift
[107/231] Compiling NIOCore IOData.swift
[108/231] Compiling NIOCore IPProtocol.swift
[109/231] Compiling NIOCore IntegerBitPacking.swift
[110/231] Compiling NIOCore IntegerTypes.swift
[111/231] Compiling NIOCore Interfaces.swift
[112/231] Compiling NIOCore Linux.swift
[113/231] Compiling NIOCore ConvenienceOptionSupport.swift
[114/231] Compiling NIOCore DeadChannel.swift
[115/231] Compiling NIOCore DispatchQueue+WithFuture.swift
[116/231] Compiling NIOCore EventLoop+Deprecated.swift
[117/231] Compiling NIOCore EventLoop+SerialExecutor.swift
[118/231] Compiling NIOCore EventLoop.swift
[119/231] Compiling NIOCore GlobalSingletons.swift
[123/231] Compiling NIOCore SocketOptionProvider.swift
[124/231] Compiling NIOCore SystemCallHelpers.swift
[125/231] Compiling NIOCore TimeAmount+Duration.swift
[126/231] Compiling NIOCore TypeAssistedChannelHandler.swift
[127/231] Compiling NIOCore MarkedCircularBuffer.swift
[128/231] Compiling NIOCore MulticastChannel.swift
[129/231] Compiling NIOCore NIOAny.swift
[130/231] Compiling NIOCore NIOCloseOnErrorHandler.swift
[131/231] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[132/231] Compiling NIOCore EventLoopFuture+Deprecated.swift
[133/231] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[134/231] Compiling NIOCore EventLoopFuture.swift
[135/231] Compiling NIOCore FileDescriptor.swift
[136/231] Compiling NIOCore FileHandle.swift
[137/231] Compiling NIOCore FileRegion.swift
[141/231] Emitting module SwifQL
[142/231] Compiling NIOCore AddressedEnvelope.swift
[143/231] Compiling NIOCore AsyncAwaitSupport.swift
[144/231] Compiling NIOCore AsyncChannel.swift
[145/231] Compiling NIOCore AsyncChannelHandler.swift
[146/231] Compiling NIOCore AsyncChannelInboundStream.swift
[147/231] Compiling NIOCore AsyncChannelOutboundWriter.swift
[148/231] Compiling NIOCore NIOAsyncSequenceProducer.swift
[149/231] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[150/231] Compiling NIOCore NIOAsyncWriter.swift
[151/231] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[152/231] Compiling NIOCore BSDSocketAPI.swift
[153/231] Compiling NIOCore ByteBuffer-aux.swift
[154/231] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[155/231] Compiling NIOCore ByteBuffer-conversions.swift
[156/231] Compiling NIOCore ByteBuffer-core.swift
[157/231] Compiling NIOCore ByteBuffer-hex.swift
[158/231] Compiling NIOCore ByteBuffer-int.swift
[159/231] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[160/231] Compiling NIOCore ByteBuffer-multi-int.swift
[161/231] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[162/231] Compiling NIOCore ByteBuffer-views.swift
[163/231] Compiling NIOCore Channel.swift
[194/231] Compiling SwifQL SwifQLable+WhereExists.swift
[195/231] Compiling SwifQL SwifQLable+WhereNotExists.swift
[198/231] Compiling SwifQL SwifQLable+With.swift
[199/231] Compiling SwifQL SwifQLable.swift
[200/231] Compiling SwifQL Table.swift
[201/231] Compiling SwifQL TableWithColumn.swift
[202/231] Compiling SwifQL Tableable.swift
[231/231] Emitting module NIOCore
[232/284] Emitting module NIOEmbedded
[233/284] Compiling NIOEmbedded AsyncTestingChannel.swift
[234/284] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[235/284] Compiling NIOEmbedded Embedded.swift
[236/284] Compiling NIOPosix GetaddrinfoResolver.swift
[237/284] Compiling NIOPosix HappyEyeballs.swift
[238/284] Compiling NIOPosix IO.swift
[239/284] Compiling NIOPosix IntegerBitPacking.swift
[240/284] Compiling NIOPosix IntegerTypes.swift
[241/284] Compiling NIOPosix Linux.swift
[242/289] Emitting module NIOPosix
[243/289] Compiling NIOPosix UnsafeTransfer.swift
[244/289] Compiling NIOPosix Utilities.swift
[245/289] Compiling NIOPosix VsockAddress.swift
[246/289] Compiling NIOPosix VsockChannelEvents.swift
[247/289] Compiling NIOPosix resource_bundle_accessor.swift
[248/289] Compiling NIOPosix BaseStreamSocketChannel.swift
[249/289] Compiling NIOPosix Bootstrap.swift
[250/289] Compiling NIOPosix ControlMessage.swift
[251/289] Compiling NIOPosix DatagramVectorReadManager.swift
[252/289] Compiling NIOPosix Errors+Any.swift
[253/289] Compiling NIOPosix FileDescriptor.swift
[254/289] Compiling NIOPosix PendingDatagramWritesManager.swift
[255/289] Compiling NIOPosix PendingWritesManager.swift
[256/289] Compiling NIOPosix PipeChannel.swift
[257/289] Compiling NIOPosix PipePair.swift
[258/289] Compiling NIOPosix Pool.swift
[259/289] Compiling NIOPosix BSDSocketAPICommon.swift
[260/289] Compiling NIOPosix BSDSocketAPIPosix.swift
[261/289] Compiling NIOPosix BSDSocketAPIWindows.swift
[262/289] Compiling NIOPosix BaseSocket.swift
[263/289] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[264/289] Compiling NIOPosix BaseSocketChannel.swift
[265/289] Compiling NIOPosix Selectable.swift
[266/289] Compiling NIOPosix SelectableChannel.swift
[267/289] Compiling NIOPosix SelectableEventLoop.swift
[268/289] Compiling NIOPosix SelectorEpoll.swift
[269/289] Compiling NIOPosix SelectorGeneric.swift
[270/289] Compiling NIOPosix PooledRecvBufferAllocator.swift
[271/289] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[272/289] Compiling NIOPosix PosixSingletons.swift
[273/289] Compiling NIOPosix RawSocketBootstrap.swift
[274/289] Compiling NIOPosix Resolver.swift
[275/289] Compiling NIOPosix SelectorKqueue.swift
[276/289] Compiling NIOPosix SelectorUring.swift
[277/289] Compiling NIOPosix ServerSocket.swift
[278/289] Compiling NIOPosix Socket.swift
[279/289] Compiling NIOPosix SocketChannel.swift
[280/289] Compiling NIOPosix SocketProtocols.swift
[281/289] Compiling NIOPosix System.swift
[282/289] Compiling NIOPosix Thread.swift
[283/289] Compiling NIOPosix ThreadPosix.swift
[284/289] Compiling NIOPosix ThreadWindows.swift
[285/289] Compiling NIOPosix LinuxCPUSet.swift
[286/289] Compiling NIOPosix LinuxUring.swift
[287/289] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[288/289] Compiling NIOPosix NIOThreadPool.swift
[289/289] Compiling NIOPosix NonBlockingFileIO.swift
[290/291] Emitting module NIO
[291/291] Compiling NIO Exports.swift
[292/298] Compiling SwifQLNIO SwifQLTable.swift
[293/298] Compiling SwifQLNIO SwifQLEnum.swift
[294/298] Compiling SwifQLNIO ReflectedPropertyCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/ReflectedPropertyCache.swift:20:24: warning: static property 'thread' is not concurrency-safe because non-'Sendable' type 'ThreadSpecificVariable<ReflectedPropertyCache>' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// Caches derived `ReflectedProperty`s so that they only need to be decoded once per thread.
 5 | final class ReflectedPropertyCache {
   |             `- note: class 'ReflectedPropertyCache' does not conform to the 'Sendable' protocol
 6 |     /// Thread-specific shared storage.
 7 |     static var storage: [AnyKeyPath: ReflectedProperty] {
   :
18 |
19 |     /// Private `ThreadSpecificVariable` powering this cache.
20 |     private static let thread: ThreadSpecificVariable<ReflectedPropertyCache> = .init()
   |                        |- warning: static property 'thread' is not concurrency-safe because non-'Sendable' type 'ThreadSpecificVariable<ReflectedPropertyCache>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'thread' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 |     /// Instance storage.
[295/298] Compiling SwifQLNIO KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:69:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocols 'FQUniversalKeyPath', 'FQUniversalKeyPathSimple', 'KeyPathLastPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 67 | //MARK: - KeyPath
 68 |
 69 | extension KeyPath: FQUniversalKeyPath, FQUniversalKeyPathSimple, KeyPathLastPath  where Root: Decodable & Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocols 'FQUniversalKeyPath', 'FQUniversalKeyPathSimple', 'KeyPathLastPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 70 |     public typealias AType = Value
 71 |     public typealias AModel = Root
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:105:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLPart'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
103 | //MARK: KeyPath SwifQLable
104 |
105 | extension KeyPath: SwifQLPart {}
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLPart'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
106 |
107 | extension KeyPath: SwifQLKeyPathable where Root: Reflectable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:107:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLKeyPathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
105 | extension KeyPath: SwifQLPart {}
106 |
107 | extension KeyPath: SwifQLKeyPathable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLKeyPathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
108 |     public var table: String? {
109 |         if let kp = self as? FluentKitFieldable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:119:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
117 | }
118 |
119 | extension KeyPath: CustomStringConvertible where Root: Reflectable {}
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
120 |
121 | extension KeyPath: SwifQLable where Root: Reflectable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:121:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
119 | extension KeyPath: CustomStringConvertible where Root: Reflectable {}
120 |
121 | extension KeyPath: SwifQLable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
122 |     public var parts: [SwifQLPart] {
123 |         if let kp = self as? FluentKitFieldable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:130:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Keypathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
128 | }
129 |
130 | extension KeyPath: Keypathable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Keypathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |     public var shortPath: String { _FormattedKeyPath.flattenKeyPath(self.paths) }
132 |     public var lastPath: String { self.paths.last ?? "nnnnnn" }
[296/298] Emitting module SwifQLNIO
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:69:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocols 'FQUniversalKeyPath', 'FQUniversalKeyPathSimple', 'KeyPathLastPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 67 | //MARK: - KeyPath
 68 |
 69 | extension KeyPath: FQUniversalKeyPath, FQUniversalKeyPathSimple, KeyPathLastPath  where Root: Decodable & Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocols 'FQUniversalKeyPath', 'FQUniversalKeyPathSimple', 'KeyPathLastPath'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 70 |     public typealias AType = Value
 71 |     public typealias AModel = Root
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:105:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLPart'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
103 | //MARK: KeyPath SwifQLable
104 |
105 | extension KeyPath: SwifQLPart {}
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLPart'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
106 |
107 | extension KeyPath: SwifQLKeyPathable where Root: Reflectable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:107:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLKeyPathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
105 | extension KeyPath: SwifQLPart {}
106 |
107 | extension KeyPath: SwifQLKeyPathable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLKeyPathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
108 |     public var table: String? {
109 |         if let kp = self as? FluentKitFieldable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:119:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
117 | }
118 |
119 | extension KeyPath: CustomStringConvertible where Root: Reflectable {}
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
120 |
121 | extension KeyPath: SwifQLable where Root: Reflectable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:121:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
119 | extension KeyPath: CustomStringConvertible where Root: Reflectable {}
120 |
121 | extension KeyPath: SwifQLable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'SwifQLable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
122 |     public var parts: [SwifQLPart] {
123 |         if let kp = self as? FluentKitFieldable {
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/KeyPath.swift:130:1: warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Keypathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
128 | }
129 |
130 | extension KeyPath: Keypathable where Root: Reflectable {
    | |- warning: extension declares a conformance of imported type 'KeyPath' to imported protocol 'Keypathable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
131 |     public var shortPath: String { _FormattedKeyPath.flattenKeyPath(self.paths) }
132 |     public var lastPath: String { self.paths.last ?? "nnnnnn" }
/Users/admin/builder/spi-builder-workspace/Sources/SwifQLNIO/ReflectedPropertyCache.swift:20:24: warning: static property 'thread' is not concurrency-safe because non-'Sendable' type 'ThreadSpecificVariable<ReflectedPropertyCache>' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// Caches derived `ReflectedProperty`s so that they only need to be decoded once per thread.
 5 | final class ReflectedPropertyCache {
   |             `- note: class 'ReflectedPropertyCache' does not conform to the 'Sendable' protocol
 6 |     /// Thread-specific shared storage.
 7 |     static var storage: [AnyKeyPath: ReflectedProperty] {
   :
18 |
19 |     /// Private `ThreadSpecificVariable` powering this cache.
20 |     private static let thread: ThreadSpecificVariable<ReflectedPropertyCache> = .init()
   |                        |- warning: static property 'thread' is not concurrency-safe because non-'Sendable' type 'ThreadSpecificVariable<ReflectedPropertyCache>' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: add '@MainActor' to make static property 'thread' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 |     /// Instance storage.
[297/298] Compiling SwifQLNIO Exports.swift
[298/298] Compiling SwifQLNIO Reflectable.swift
Build complete! (12.44s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swifql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/MihaelIsaev/SwifQL.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.10.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "SwifQLNIO",
  "name" : "SwifQLNIO",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwifQLNIO",
      "targets" : [
        "SwifQLNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwifQLNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLNIOTests",
      "path" : "Tests/SwifQLNIOTests",
      "sources" : [
        "SwifQLNIOTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwifQLNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwifQLNIO",
      "module_type" : "SwiftTarget",
      "name" : "SwifQLNIO",
      "path" : "Sources/SwifQLNIO",
      "product_dependencies" : [
        "NIO",
        "SwifQL"
      ],
      "product_memberships" : [
        "SwifQLNIO"
      ],
      "sources" : [
        "Exports.swift",
        "KeyPath.swift",
        "Reflectable.swift",
        "ReflectedPropertyCache.swift",
        "SwifQLEnum.swift",
        "SwifQLTable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.