The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwifQLNIO, reference master (72d0ca), with Swift 6.1 for Android on 27 May 2025 18:57:48 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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.63.1
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:         android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/MihaelIsaev/SwifQL.git
Fetching https://github.com/apple/swift-nio.git
[1/2366] Fetching swifql
[2367/78421] Fetching swifql, swift-nio
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (3.67s)
Fetched https://github.com/apple/swift-nio.git from cache (3.77s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (6.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.08s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[361/6101] Fetching swift-atomics, swift-system
[5071/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
[7378/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.65s)
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-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.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.83.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
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[12/22] Compiling CNIOWASI CNIOWASI.c
[13/22] Compiling _AtomicsShims.c
[14/22] Write sources
[15/22] Compiling CNIOWindows WSAStartup.c
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/125] Emitting module Atomics
[22/127] Emitting module InternalCollectionsUtilities
[23/127] Emitting module _NIOBase64
[24/128] Compiling _NIOBase64 Base64.swift
[25/129] Compiling SwifQL SwifQLJoinBuilder.swift
[26/129] Compiling SwifQL SwifQLSelectBuilder.swift
[27/129] Compiling SwifQL Operators.swift
[28/129] Compiling SwifQL PostgresArray.swift
[29/129] Compiling SwifQL PostgresJsonObject.swift
[30/129] Compiling SwifQL StringExtensions.swift
[31/129] Compiling SwifQL SwifQL.swift
[32/129] Compiling SwifQL Predicates.swift
[33/129] Compiling SwifQL Protocols.swift
[34/129] Compiling SwifQL FormattedKeyPath.swift
[35/129] Compiling SwifQL Functions.swift
[36/129] Compiling SwifQL KeyPath.swift
[37/129] Compiling SwifQL ExtractFieldValue.swift
[38/129] Compiling SwifQL FluentKitFieldable.swift
[38/129] Compiling c-nioatomics.c
[42/129] Emitting module _NIODataStructures
[45/129] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/129] Compiling _NIODataStructures Heap.swift
[47/129] Compiling _NIODataStructures PriorityQueue.swift
[50/129] Compiling SwifQL Column.swift
[51/129] Compiling SwifQL Distinct.swift
[52/129] Compiling SwifQL CaseWhen.swift
[53/129] Compiling SwifQL CastType.swift
[54/129] Compiling _NIODataStructures _TinyArray.swift
[56/130] Compiling Atomics IntegerOperations.swift
[57/130] Compiling Atomics Unmanaged extensions.swift
[65/131] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/132] Compiling c-atomics.c
[69/153] Compiling DequeModule Deque+CustomReflectable.swift
[70/153] Compiling DequeModule Deque+Descriptions.swift
[71/155] Compiling DequeModule Deque+Equatable.swift
[72/155] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/155] Compiling DequeModule _DequeBuffer.swift
[74/155] Compiling DequeModule _DequeBufferHeader.swift
[75/155] Compiling DequeModule Deque+Extras.swift
[76/155] Compiling DequeModule Deque+Hashable.swift
[77/155] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/155] Compiling NIOConcurrencyHelpers lock.swift
[79/155] Compiling DequeModule _DequeSlot.swift
[80/155] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/155] Compiling DequeModule Deque+Testing.swift
[82/155] Compiling DequeModule Deque._Storage.swift
[83/155] Compiling DequeModule Deque._UnsafeHandle.swift
[84/155] Compiling DequeModule Deque.swift
[85/155] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/155] Compiling NIOConcurrencyHelpers atomics.swift
[87/155] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[88/155] Emitting module NIOConcurrencyHelpers
[89/156] Emitting module SwifQL
[91/164] Emitting module DequeModule
[92/164] Compiling DequeModule Deque+Codable.swift
[93/164] Compiling DequeModule Deque+Collection.swift
[95/225] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[96/225] Compiling NIOCore EventLoopFuture.swift
[97/225] Compiling NIOCore FileDescriptor.swift
[98/225] Compiling NIOCore FileHandle.swift
[99/225] Compiling NIOCore FileRegion.swift
[100/225] Compiling NIOCore GlobalSingletons.swift
[101/225] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[102/225] Compiling NIOCore BSDSocketAPI.swift
[103/225] Compiling NIOCore ByteBuffer-aux.swift
[104/225] Compiling NIOCore ChannelHandler.swift
[105/225] Compiling NIOCore ChannelHandlers.swift
[106/225] Compiling NIOCore ChannelInvoker.swift
[107/225] Compiling NIOCore ChannelOption.swift
[108/225] Compiling NIOCore ChannelPipeline.swift
[109/225] Compiling NIOCore AddressedEnvelope.swift
[110/225] Compiling NIOCore AsyncAwaitSupport.swift
[111/225] Compiling NIOCore AsyncChannel.swift
[112/225] Compiling NIOCore AsyncChannelHandler.swift
[113/225] Compiling NIOCore AsyncChannelInboundStream.swift
[114/225] Compiling NIOCore AsyncChannelOutboundWriter.swift
[115/225] Compiling NIOCore NIOAsyncSequenceProducer.swift
[116/225] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[117/225] Compiling NIOCore NIOAsyncWriter.swift
[118/225] Compiling SwifQL SwifQLable+Types.swift
[119/225] Compiling SwifQL SwifQLable+Union.swift
[120/225] Compiling SwifQL SwifQLable+Update.swift
[121/225] Compiling SwifQL SwifQLable+Values.swift
[122/225] Compiling NIOCore IOData.swift
[123/225] Compiling NIOCore IPProtocol.swift
[124/225] Compiling NIOCore IntegerBitPacking.swift
[125/225] Compiling NIOCore IntegerTypes.swift
[126/225] Compiling NIOCore Interfaces.swift
[127/225] Compiling NIOCore Linux.swift
[128/225] Compiling NIOCore MarkedCircularBuffer.swift
[129/225] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/225] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/225] Compiling NIOCore NIOLoopBound.swift
[132/225] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[133/225] Compiling NIOCore NIOScheduledCallback.swift
[134/225] Compiling NIOCore NIOSendable.swift
[135/225] Compiling NIOCore RecvByteBufferAllocator.swift
[136/225] Compiling NIOCore ByteBuffer-multi-int.swift
[137/225] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[138/225] Compiling NIOCore ByteBuffer-views.swift
[139/225] Compiling NIOCore Channel.swift
[140/225] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[141/225] Compiling NIOCore ByteBuffer-conversions.swift
[142/225] Compiling NIOCore ByteBuffer-core.swift
[143/225] Compiling NIOCore ByteBuffer-hex.swift
[144/225] Compiling NIOCore ByteBuffer-int.swift
[145/225] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[146/225] Compiling NIOCore MulticastChannel.swift
[147/225] Compiling NIOCore NIOAny.swift
[148/225] Compiling NIOCore NIOCloseOnErrorHandler.swift
[149/225] Compiling SwifQL SwifQLable+Where.swift
[150/225] Compiling SwifQL SwifQLable+WhereExists.swift
[151/225] Compiling SwifQL SwifQLable+WhereNotExists.swift
[152/225] Compiling SwifQL SwifQLable+With.swift
[153/225] Compiling SwifQL SwifQLable.swift
[154/225] Compiling SwifQL Table.swift
[155/225] Compiling SwifQL TableWithColumn.swift
[156/225] Compiling SwifQL Tableable.swift
[157/225] Compiling NIOCore CircularBuffer.swift
[158/225] Compiling NIOCore Codec.swift
[159/225] Compiling NIOCore ConvenienceOptionSupport.swift
[160/225] Compiling NIOCore DeadChannel.swift
[161/225] Compiling NIOCore DispatchQueue+WithFuture.swift
[162/225] Compiling NIOCore EventLoop+Deprecated.swift
[163/225] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/225] Compiling NIOCore EventLoop.swift
[165/225] Compiling NIOCore IO.swift
[208/234] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[209/234] Compiling NIOCore SocketAddresses.swift
[210/234] Compiling NIOCore SocketOptionProvider.swift
[211/234] Compiling NIOCore SystemCallHelpers.swift
[212/234] Compiling NIOCore TimeAmount+Duration.swift
[213/234] Compiling NIOCore TypeAssistedChannelHandler.swift
[214/234] Compiling NIOCore UniversalBootstrapSupport.swift
[215/234] Compiling NIOCore Utilities.swift
[234/234] Emitting module NIOCore
[236/285] Emitting module NIOEmbedded
[237/285] Compiling NIOEmbedded AsyncTestingChannel.swift
[238/285] Compiling NIOEmbedded Embedded.swift
[239/285] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[241/286] Emitting module NIOPosix
[242/292] Compiling NIOPosix BSDSocketAPICommon.swift
[243/292] Compiling NIOPosix BSDSocketAPIPosix.swift
[244/292] Compiling NIOPosix BSDSocketAPIWindows.swift
[245/292] Compiling NIOPosix BaseSocket.swift
[246/292] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[247/292] Compiling NIOPosix BaseSocketChannel.swift
[248/292] Compiling NIOPosix BaseStreamSocketChannel.swift
[249/292] Compiling NIOPosix ThreadPosix.swift
[250/292] Compiling NIOPosix ThreadWindows.swift
[251/292] Compiling NIOPosix UnsafeTransfer.swift
[252/292] Compiling NIOPosix Utilities.swift
[253/292] Compiling NIOPosix VsockAddress.swift
[254/292] Compiling NIOPosix VsockChannelEvents.swift
[255/292] Compiling NIOPosix NIOThreadPool.swift
[256/292] Compiling NIOPosix NonBlockingFileIO.swift
[257/292] Compiling NIOPosix PendingDatagramWritesManager.swift
[258/292] Compiling NIOPosix PendingWritesManager.swift
[259/292] Compiling NIOPosix PipeChannel.swift
[260/292] Compiling NIOPosix PipePair.swift
[261/292] Compiling NIOPosix SelectableChannel.swift
[262/292] Compiling NIOPosix SelectableEventLoop.swift
[263/292] Compiling NIOPosix SelectorEpoll.swift
[264/292] Compiling NIOPosix SelectorGeneric.swift
[265/292] Compiling NIOPosix SelectorKqueue.swift
[266/292] Compiling NIOPosix SelectorUring.swift
[267/292] Compiling NIOPosix IO.swift
[268/292] Compiling NIOPosix IntegerBitPacking.swift
[269/292] Compiling NIOPosix IntegerTypes.swift
[270/292] Compiling NIOPosix Linux.swift
[271/292] Compiling NIOPosix LinuxCPUSet.swift
[272/292] Compiling NIOPosix LinuxUring.swift
[273/292] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[274/292] Compiling NIOPosix ServerSocket.swift
[275/292] Compiling NIOPosix Socket.swift
[276/292] Compiling NIOPosix SocketChannel.swift
[277/292] Compiling NIOPosix SocketProtocols.swift
[278/292] Compiling NIOPosix System.swift
[279/292] Compiling NIOPosix Thread.swift
[280/292] Compiling NIOPosix Pool.swift
[281/292] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[282/292] Compiling NIOPosix PosixSingletons.swift
[283/292] Compiling NIOPosix RawSocketBootstrap.swift
[284/292] Compiling NIOPosix Resolver.swift
[285/292] Compiling NIOPosix Selectable.swift
[286/292] Compiling NIOPosix Bootstrap.swift
[287/292] Compiling NIOPosix ControlMessage.swift
[288/292] Compiling NIOPosix DatagramVectorReadManager.swift
[289/292] Compiling NIOPosix Errors+Any.swift
[290/292] Compiling NIOPosix FileDescriptor.swift
[291/292] Compiling NIOPosix GetaddrinfoResolver.swift
[292/292] Compiling NIOPosix HappyEyeballs.swift
[294/295] Emitting module NIO
[295/295] Compiling NIO Exports.swift
[297/303] 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.
[298/303] Compiling SwifQLNIO SwifQLTable.swift
[299/303] Compiling SwifQLNIO SwifQLEnum.swift
[300/303] Compiling SwifQLNIO Exports.swift
[301/303] 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.
[302/303] 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" }
[303/303] Compiling SwifQLNIO Reflectable.swift
Build complete! (49.67s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.