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 master (72d0ca), with Swift 6.1 for Linux on 25 Apr 2025 23:47:27 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MihaelIsaev/SwifQLNIO.git
Reference: master
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/MihaelIsaev/SwifQLNIO
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 72d0ca6 Update README.md
Cloned https://github.com/MihaelIsaev/SwifQLNIO.git
Revision (git rev-parse @):
72d0ca6be51c67db9d29426f9024a5da4168968f
SUCCESS checkout https://github.com/MihaelIsaev/SwifQLNIO.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/MihaelIsaev/SwifQLNIO.git
https://github.com/MihaelIsaev/SwifQLNIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/apple/swift-nio.git
[1/2366] Fetching swifql
[2367/77797] Fetching swifql, swift-nio
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (0.62s)
[755/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.27s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (12.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[2178/6058] Fetching swift-system, swift-atomics
[4274/22300] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
[4629/17947] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.20s)
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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOLinux liburing_shims.c
[11/22] Compiling CNIODarwin shim.c
[13/22] Compiling CNIOWindows shim.c
[14/22] Write sources
[15/22] Compiling _AtomicsShims.c
[16/22] Compiling CNIOWindows WSAStartup.c
[17/22] Compiling CNIOWASI CNIOWASI.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/128] Emitting module _NIOBase64
[22/128] Emitting module InternalCollectionsUtilities
[23/130] Emitting module _NIODataStructures
[24/130] Emitting module Atomics
[25/132] Emitting module SwifQL
[26/140] Compiling SwifQL PostgresArray.swift
[27/140] Compiling SwifQL PostgresJsonObject.swift
[28/140] Compiling SwifQL Predicates.swift
[29/140] Compiling SwifQL Protocols.swift
[30/140] Compiling Atomics IntegerOperations.swift
[31/140] Compiling Atomics Unmanaged extensions.swift
[32/140] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/140] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/140] Compiling SwifQL StringExtensions.swift
[35/140] Compiling SwifQL SwifQL.swift
[36/140] Compiling _NIOBase64 Base64.swift
[37/141] Compiling _NIODataStructures _TinyArray.swift
[38/141] Compiling _NIODataStructures PriorityQueue.swift
[46/141] Compiling SwifQL SwifQLable+Epoch.swift
[47/141] Compiling SwifQL Operators.swift
[50/141] Compiling SwifQL SwifQLable+Constraint.swift
[51/141] Compiling SwifQL SwifQLable+Delete.swift
[52/141] Compiling SwifQL SwifQLable+Do.swift
[53/141] Compiling SwifQL SwifQLable+Between.swift
[54/141] Compiling SwifQL SwifQLable+Conflict.swift
[55/141] Compiling SwifQL SwifQLTableAlias.swift
[56/141] Compiling SwifQL SwifQLable+Alter.swift
[57/141] Compiling SwifQL SwifQLable+And.swift
[70/158] Compiling DequeModule _DequeBuffer.swift
[71/158] Compiling DequeModule _DequeBufferHeader.swift
[71/160] Compiling c-nioatomics.c
[73/160] Compiling DequeModule Deque+CustomReflectable.swift
[74/160] Compiling DequeModule Deque+Descriptions.swift
[75/160] Compiling DequeModule Deque+Equatable.swift
[76/160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/160] Compiling _NIODataStructures Heap.swift
[78/161] Compiling DequeModule _DequeSlot.swift
[79/161] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/161] Compiling DequeModule Deque+Testing.swift
[82/161] Compiling DequeModule Deque._Storage.swift
[83/161] Compiling DequeModule Deque._UnsafeHandle.swift
[84/161] Compiling DequeModule Deque.swift
[85/161] Compiling DequeModule Deque+Extras.swift
[86/161] Compiling DequeModule Deque+Hashable.swift
[87/161] Compiling DequeModule Deque+Codable.swift
[88/161] Compiling DequeModule Deque+Collection.swift
[89/161] Compiling SwifQL SwifQLable+Interval.swift
[90/161] Compiling SwifQL SwifQLable+IsNotNull.swift
[91/161] Compiling SwifQL SwifQLable+IsNull.swift
[92/161] Compiling SwifQL SwifQLable+Join.swift
[93/161] Compiling SwifQL SwifQLable+Like.swift
[94/161] Compiling SwifQL SwifQLable+Limit.swift
[95/161] Compiling SwifQL SwifQLable+Not.swift
[96/161] Compiling SwifQL SwifQLable+NotBetween.swift
[97/161] Compiling SwifQL SwifQLable+NotExists.swift
[100/161] Compiling SwifQL SwifQLable+From.swift
[101/161] Compiling SwifQL SwifQLable+Fulltext.swift
[102/161] Compiling SwifQL SwifQLable+GroupBy.swift
[103/161] Compiling SwifQL SwifQLable+Having.swift
[104/161] Compiling SwifQL SwifQLable+ILike.swift
[105/161] Compiling SwifQL SwifQLable+In.swift
[106/161] Compiling SwifQL SwifQLable+InsertInto.swift
[124/161] Compiling c-atomics.c
[126/161] Compiling SwifQL SwifQLable+Where.swift
[127/161] Compiling SwifQL SwifQLable+WhereExists.swift
[128/161] Compiling SwifQL SwifQLable+WhereNotExists.swift
[129/161] Compiling SwifQL SwifQLable+With.swift
[130/161] Compiling SwifQL SwifQLable.swift
[131/161] Compiling SwifQL Table.swift
[132/161] Compiling SwifQL TableWithColumn.swift
[133/161] Compiling SwifQL Tableable.swift
[134/167] Emitting module DequeModule
[135/168] Compiling SwifQL CaseWhen.swift
[136/168] Compiling SwifQL CastType.swift
[137/168] Compiling SwifQL Column.swift
[138/168] Compiling SwifQL Distinct.swift
[139/168] Compiling SwifQL ExtractFieldValue.swift
[140/168] Compiling SwifQL FluentKitFieldable.swift
[141/168] Compiling SwifQL FormattedKeyPath.swift
[142/168] Compiling SwifQL Functions.swift
[143/168] Compiling SwifQL KeyPath.swift
[144/168] Compiling SwifQL SwifQLable+NotILike.swift
[145/168] Compiling SwifQL SwifQLable+NotIn.swift
[146/168] Compiling SwifQL SwifQLable+NotLike.swift
[147/168] Compiling SwifQL SwifQLable+Nothing.swift
[148/168] Compiling SwifQL SwifQLable+Offset.swift
[149/168] Compiling SwifQL SwifQLable+On.swift
[150/168] Compiling SwifQL SwifQLable+Or.swift
[151/168] Compiling SwifQL SwifQLable+OrderBy.swift
[152/168] Compiling SwifQL SwifQLable+Overlaps.swift
[153/168] Compiling SwifQL SwifQLable+Raw.swift
[154/168] Compiling SwifQL SwifQLable+Returning.swift
[155/168] Compiling SwifQL SwifQLable+Select.swift
[156/168] Compiling SwifQL SwifQLable+Subscript.swift
[157/168] Compiling SwifQL SwifQLable+Timestamp.swift
[158/168] Compiling SwifQL SwifQLable+Types.swift
[159/168] Compiling SwifQL SwifQLable+Union.swift
[160/168] Compiling SwifQL SwifQLable+Update.swift
[161/168] Compiling SwifQL SwifQLable+Values.swift
[164/169] Compiling NIOConcurrencyHelpers lock.swift
[165/169] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[166/169] Compiling NIOConcurrencyHelpers NIOLock.swift
[167/169] Compiling NIOConcurrencyHelpers atomics.swift
[168/169] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[169/169] Emitting module NIOConcurrencyHelpers
[171/229] Compiling NIOCore MarkedCircularBuffer.swift
[172/229] Compiling NIOCore MulticastChannel.swift
[173/229] Compiling NIOCore NIOAny.swift
[174/229] Compiling NIOCore NIOCloseOnErrorHandler.swift
[175/229] Compiling NIOCore NIOLoopBound.swift
[176/229] Compiling NIOCore NIOScheduledCallback.swift
[177/229] Compiling NIOCore NIOSendable.swift
[178/229] Compiling NIOCore RecvByteBufferAllocator.swift
[179/237] Compiling NIOCore GlobalSingletons.swift
[180/237] Compiling NIOCore IO.swift
[181/237] Compiling NIOCore IOData.swift
[182/237] Compiling NIOCore IPProtocol.swift
[183/237] Compiling NIOCore IntegerBitPacking.swift
[184/237] Compiling NIOCore IntegerTypes.swift
[185/237] Compiling NIOCore Interfaces.swift
[186/237] Compiling NIOCore Linux.swift
[187/237] Compiling NIOCore EventLoop.swift
[188/237] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[189/237] Compiling NIOCore EventLoopFuture+Deprecated.swift
[190/237] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[191/237] Compiling NIOCore EventLoopFuture.swift
[192/237] Compiling NIOCore FileDescriptor.swift
[193/237] Compiling NIOCore FileHandle.swift
[194/237] Compiling NIOCore FileRegion.swift
[195/237] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[196/237] Compiling NIOCore SocketAddresses.swift
[197/237] Compiling NIOCore SocketOptionProvider.swift
[198/237] Compiling NIOCore SystemCallHelpers.swift
[199/237] Compiling NIOCore TimeAmount+Duration.swift
[200/237] Compiling NIOCore TypeAssistedChannelHandler.swift
[201/237] Compiling NIOCore UniversalBootstrapSupport.swift
[202/237] Compiling NIOCore Utilities.swift
[203/237] Compiling NIOCore ChannelPipeline.swift
[204/237] Compiling NIOCore CircularBuffer.swift
[205/237] Compiling NIOCore Codec.swift
[206/237] Compiling NIOCore ConvenienceOptionSupport.swift
[207/237] Compiling NIOCore DeadChannel.swift
[208/237] Compiling NIOCore DispatchQueue+WithFuture.swift
[209/237] Compiling NIOCore EventLoop+Deprecated.swift
[210/237] Compiling NIOCore EventLoop+SerialExecutor.swift
[211/237] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[212/237] Compiling NIOCore BSDSocketAPI.swift
[213/237] Compiling NIOCore ByteBuffer-aux.swift
[214/237] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[215/237] Compiling NIOCore ByteBuffer-conversions.swift
[216/237] Compiling NIOCore ByteBuffer-core.swift
[217/237] Compiling NIOCore ByteBuffer-hex.swift
[218/237] Compiling NIOCore ByteBuffer-int.swift
[219/237] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[220/237] Compiling NIOCore AddressedEnvelope.swift
[221/237] Compiling NIOCore AsyncAwaitSupport.swift
[222/237] Compiling NIOCore AsyncChannel.swift
[223/237] Compiling NIOCore AsyncChannelHandler.swift
[224/237] Compiling NIOCore AsyncChannelInboundStream.swift
[225/237] Compiling NIOCore AsyncChannelOutboundWriter.swift
[226/237] Compiling NIOCore NIOAsyncSequenceProducer.swift
[227/237] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[228/237] Compiling NIOCore NIOAsyncWriter.swift
[229/237] Compiling NIOCore ByteBuffer-multi-int.swift
[230/237] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[231/237] Compiling NIOCore ByteBuffer-views.swift
[232/237] Compiling NIOCore Channel.swift
[233/237] Compiling NIOCore ChannelHandler.swift
[234/237] Compiling NIOCore ChannelHandlers.swift
[235/237] Compiling NIOCore ChannelInvoker.swift
[236/237] Compiling NIOCore ChannelOption.swift
[237/237] Emitting module NIOCore
[239/289] Emitting module NIOEmbedded
[240/289] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[241/289] Compiling NIOEmbedded AsyncTestingChannel.swift
[242/289] Compiling NIOEmbedded Embedded.swift
[243/289] Compiling NIOPosix PooledRecvBufferAllocator.swift
[244/289] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[245/289] Compiling NIOPosix PosixSingletons.swift
[246/289] Compiling NIOPosix RawSocketBootstrap.swift
[247/289] Compiling NIOPosix Resolver.swift
[248/289] Compiling NIOPosix Selectable.swift
[250/296] Compiling NIOPosix ThreadPosix.swift
[251/296] Compiling NIOPosix ThreadWindows.swift
[252/296] Compiling NIOPosix UnsafeTransfer.swift
[253/296] Compiling NIOPosix Utilities.swift
[254/296] Compiling NIOPosix VsockAddress.swift
[255/296] Compiling NIOPosix VsockChannelEvents.swift
[256/296] Emitting module NIOPosix
[257/296] Compiling NIOPosix SelectableChannel.swift
[258/296] Compiling NIOPosix SelectableEventLoop.swift
[259/296] Compiling NIOPosix SelectorEpoll.swift
[260/296] Compiling NIOPosix SelectorGeneric.swift
[261/296] Compiling NIOPosix SelectorKqueue.swift
[262/296] Compiling NIOPosix SelectorUring.swift
[263/296] Compiling NIOPosix ServerSocket.swift
[264/296] Compiling NIOPosix Socket.swift
[265/296] Compiling NIOPosix SocketChannel.swift
[266/296] Compiling NIOPosix SocketProtocols.swift
[267/296] Compiling NIOPosix System.swift
[268/296] Compiling NIOPosix Thread.swift
[269/296] Compiling NIOPosix Bootstrap.swift
[270/296] Compiling NIOPosix ControlMessage.swift
[271/296] Compiling NIOPosix DatagramVectorReadManager.swift
[272/296] Compiling NIOPosix Errors+Any.swift
[273/296] Compiling NIOPosix FileDescriptor.swift
[274/296] Compiling NIOPosix GetaddrinfoResolver.swift
[275/296] Compiling NIOPosix HappyEyeballs.swift
[276/296] Compiling NIOPosix IO.swift
[277/296] Compiling NIOPosix IntegerBitPacking.swift
[278/296] Compiling NIOPosix IntegerTypes.swift
[279/296] Compiling NIOPosix Linux.swift
[280/296] Compiling NIOPosix LinuxCPUSet.swift
[281/296] Compiling NIOPosix LinuxUring.swift
[282/296] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[283/296] Compiling NIOPosix BSDSocketAPICommon.swift
[284/296] Compiling NIOPosix BSDSocketAPIPosix.swift
[285/296] Compiling NIOPosix BSDSocketAPIWindows.swift
[286/296] Compiling NIOPosix BaseSocket.swift
[287/296] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[288/296] Compiling NIOPosix BaseSocketChannel.swift
[289/296] Compiling NIOPosix BaseStreamSocketChannel.swift
[290/296] Compiling NIOPosix NIOThreadPool.swift
[291/296] Compiling NIOPosix NonBlockingFileIO.swift
[292/296] Compiling NIOPosix PendingDatagramWritesManager.swift
[293/296] Compiling NIOPosix PendingWritesManager.swift
[294/296] Compiling NIOPosix PipeChannel.swift
[295/296] Compiling NIOPosix PipePair.swift
[296/296] Compiling NIOPosix Pool.swift
[298/299] Emitting module NIO
[299/299] Compiling NIO Exports.swift
[301/307] Compiling SwifQLNIO SwifQLTable.swift
[302/307] Compiling SwifQLNIO ReflectedPropertyCache.swift
/host/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.
[303/307] Compiling SwifQLNIO SwifQLEnum.swift
[304/307] Compiling SwifQLNIO Exports.swift
[305/307] Emitting module SwifQLNIO
/host/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
/host/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 {
/host/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 {
/host/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 {
/host/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 {
/host/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" }
/host/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.
[306/307] Compiling SwifQLNIO KeyPath.swift
/host/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
/host/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 {
/host/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 {
/host/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 {
/host/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 {
/host/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" }
[307/307] Compiling SwifQLNIO Reflectable.swift
Build complete! (113.48s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.