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 WebSocketActors, reference 1.1.0 (ca2c25), with Swift 6.1 for Android on 29 May 2025 00:20:35 UTC.

Swift 6 data race errors: 5

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/samalone/websocket-actor-system.git
Reference: 1.1.0
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/samalone/websocket-actor-system
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at ca2c25e Merge pull request #10 from samalone/samalone/issue9
Cloned https://github.com/samalone/websocket-actor-system.git
Revision (git rev-parse @):
ca2c25e5702336123f8aa073e9c344fe6befc97c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/samalone/websocket-actor-system.git at 1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samalone/websocket-actor-system.git
https://github.com/samalone/websocket-actor-system.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "nio-async-websockets",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/samalone/nio-async-websockets"
    }
  ],
  "manifest_display_name" : "WebSocketActors",
  "name" : "WebSocketActors",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketActors",
      "targets" : [
        "WebSocketActors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketActors",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActors",
      "path" : "Sources/WebSocketActors",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix",
        "NIOTransportServices",
        "Logging",
        "NIOAsyncWebSockets"
      ],
      "product_memberships" : [
        "WebSocketActors"
      ],
      "sources" : [
        "ActorIdentity.swift",
        "ActorSystemUserInfoKey.swift",
        "ClientManager.swift",
        "Continuation.swift",
        "ExponentialBackoff.swift",
        "LoggingExtensions.swift",
        "Manager.swift",
        "NIOInvocationDecoder.swift",
        "NIOInvocationEncoder.swift",
        "NodeIdentity.swift",
        "PendingReplies.swift",
        "RemoteNode.swift",
        "RemoteNodeDirectory.swift",
        "ResilientTask.swift",
        "ServerAddress.swift",
        "ServerManager.swift",
        "TaskPath.swift",
        "TimedPing.swift",
        "WebSocketActorSystem+Client.swift",
        "WebSocketActorSystem+Server.swift",
        "WebSocketActorSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebSocketActorTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActorTests",
      "path" : "Tests/WebSocketActorTests",
      "sources" : [
        "ActorIdentityTests.swift",
        "WebSocketActorTests.swift"
      ],
      "target_dependencies" : [
        "WebSocketActors"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/samalone/nio-async-websockets
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
[1/34] Fetching nio-async-websockets
[35/2701] Fetching nio-async-websockets, swift-nio-transport-services
[196/4750] Fetching nio-async-websockets, swift-nio-transport-services, swift-docc-plugin
[2208/8586] Fetching nio-async-websockets, swift-nio-transport-services, swift-docc-plugin, swift-log
[8587/84679] Fetching nio-async-websockets, swift-nio-transport-services, swift-docc-plugin, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.51s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.52s)
[6153/79963] Fetching nio-async-websockets, swift-log, swift-nio
Fetched https://github.com/samalone/nio-async-websockets from cache (5.41s)
Fetched https://github.com/apple/swift-log.git from cache (5.42s)
Fetched https://github.com/apple/swift-nio.git from cache (5.50s)
Computing version for https://github.com/samalone/nio-async-websockets
Computed https://github.com/samalone/nio-async-websockets at 1.0.1 (6.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.15s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.17s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[2/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
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.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/samalone/nio-async-websockets
Working copy of https://github.com/samalone/nio-async-websockets resolved at 1.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write sources
[19/34] Compiling _AtomicsShims.c
[20/34] Compiling CNIOWASI CNIOWASI.c
[20/34] Compiling CNIOWindows WSAStartup.c
[22/34] Compiling CNIOWindows shim.c
[22/34] Compiling CNIOLinux liburing_shims.c
[24/34] Compiling CNIOSHA1 c_nio_sha1.c
[25/34] Compiling CNIODarwin shim.c
[25/34] Write sources
[27/34] Compiling CNIOLLHTTP c_nio_api.c
[28/34] Compiling CNIOLLHTTP c_nio_http.c
[29/34] Compiling CNIOLinux shim.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/78] Emitting module InternalCollectionsUtilities
[34/79] Emitting module _NIODataStructures
[35/79] Emitting module Atomics
[36/81] Emitting module _NIOBase64
[37/81] Compiling _NIOBase64 Base64.swift
[38/82] Compiling _NIODataStructures _TinyArray.swift
[39/82] Compiling Atomics AtomicOptionalWrappable.swift
[40/82] Compiling Atomics AtomicReference.swift
[41/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/82] Compiling Atomics AtomicMemoryOrderings.swift
[43/82] Compiling Atomics DoubleWord.swift
[44/82] Compiling _NIODataStructures PriorityQueue.swift
[45/82] Compiling Atomics UnsafeAtomic.swift
[46/82] Compiling Atomics UnsafeAtomicLazyReference.swift
[47/82] Compiling Atomics Primitives.shims.swift
[48/82] Compiling Atomics AtomicInteger.swift
[51/82] Compiling Atomics AtomicStorage.swift
[52/82] Compiling Atomics AtomicValue.swift
[55/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/82] Compiling Atomics OptionalRawRepresentable.swift
[58/82] Compiling Atomics RawRepresentable.swift
[61/82] Compiling Atomics IntegerOperations.swift
[62/82] Compiling Atomics Unmanaged extensions.swift
[63/82] Compiling Atomics ManagedAtomic.swift
[64/82] Compiling Atomics ManagedAtomicLazyReference.swift
[65/82] Compiling Atomics AtomicBool.swift
[66/82] Compiling Atomics IntegerConformances.swift
[67/82] Compiling Atomics PointerConformances.swift
[68/82] Compiling Atomics Primitives.native.swift
[69/83] Compiling _NIODataStructures Heap.swift
[78/85] Compiling c-nioatomics.c
[79/85] Compiling c-atomics.c
[81/106] Compiling DequeModule _DequeBuffer.swift
[82/106] Compiling DequeModule _DequeBufferHeader.swift
[83/108] Compiling DequeModule Deque+Equatable.swift
[84/108] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/108] Compiling DequeModule Deque+CustomReflectable.swift
[86/108] Compiling DequeModule Deque+Descriptions.swift
[87/108] Compiling NIOConcurrencyHelpers lock.swift
[88/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/108] Compiling DequeModule _DequeSlot.swift
[90/108] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/108] Emitting module NIOConcurrencyHelpers
[92/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[93/108] Compiling DequeModule Deque+Extras.swift
[94/108] Compiling DequeModule Deque+Hashable.swift
[95/108] Compiling DequeModule Deque+Testing.swift
[96/108] Compiling DequeModule Deque._Storage.swift
[97/108] Compiling DequeModule Deque._UnsafeHandle.swift
[98/108] Compiling DequeModule Deque.swift
[99/108] Compiling NIOConcurrencyHelpers atomics.swift
[100/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[102/109] Compiling DequeModule Deque+Codable.swift
[103/109] Compiling DequeModule Deque+Collection.swift
[104/109] Emitting module DequeModule
[106/170] Compiling Logging MetadataProvider.swift
[107/170] Compiling Logging Locks.swift
[108/170] Emitting module Logging
[109/170] Compiling Logging Logging.swift
[110/170] Compiling Logging LogHandler.swift
[112/171] Compiling NIOCore MulticastChannel.swift
[113/171] Compiling NIOCore NIOAny.swift
[114/171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[115/171] Compiling NIOCore NIOLoopBound.swift
[116/171] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[117/171] Compiling NIOCore NIOScheduledCallback.swift
[118/171] Compiling NIOCore NIOSendable.swift
[119/171] Compiling NIOCore RecvByteBufferAllocator.swift
[120/179] Compiling NIOCore IO.swift
[121/179] Compiling NIOCore IOData.swift
[122/179] Compiling NIOCore IPProtocol.swift
[123/179] Compiling NIOCore IntegerBitPacking.swift
[124/179] Compiling NIOCore IntegerTypes.swift
[125/179] Compiling NIOCore Interfaces.swift
[126/179] Compiling NIOCore Linux.swift
[127/179] Compiling NIOCore MarkedCircularBuffer.swift
[128/179] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/179] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/179] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/179] Compiling NIOCore EventLoopFuture.swift
[132/179] Compiling NIOCore FileDescriptor.swift
[133/179] Compiling NIOCore FileHandle.swift
[134/179] Compiling NIOCore FileRegion.swift
[135/179] Compiling NIOCore GlobalSingletons.swift
[136/179] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/179] Compiling NIOCore SocketAddresses.swift
[138/179] Compiling NIOCore SocketOptionProvider.swift
[139/179] Compiling NIOCore SystemCallHelpers.swift
[140/179] Compiling NIOCore TimeAmount+Duration.swift
[141/179] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/179] Compiling NIOCore UniversalBootstrapSupport.swift
[143/179] Compiling NIOCore Utilities.swift
[144/179] Compiling NIOCore CircularBuffer.swift
[145/179] Compiling NIOCore Codec.swift
[146/179] Compiling NIOCore ConvenienceOptionSupport.swift
[147/179] Compiling NIOCore DeadChannel.swift
[148/179] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/179] Compiling NIOCore EventLoop+Deprecated.swift
[150/179] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/179] Compiling NIOCore EventLoop.swift
[152/179] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[153/179] Compiling NIOCore BSDSocketAPI.swift
[154/179] Compiling NIOCore ByteBuffer-aux.swift
[155/179] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[156/179] Compiling NIOCore ByteBuffer-conversions.swift
[157/179] Compiling NIOCore ByteBuffer-core.swift
[158/179] Compiling NIOCore ByteBuffer-hex.swift
[159/179] Compiling NIOCore ByteBuffer-int.swift
[160/179] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[161/179] Compiling NIOCore ByteBuffer-multi-int.swift
[162/179] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[163/179] Compiling NIOCore ByteBuffer-views.swift
[164/179] Compiling NIOCore Channel.swift
[165/179] Compiling NIOCore ChannelHandler.swift
[166/179] Compiling NIOCore ChannelHandlers.swift
[167/179] Compiling NIOCore ChannelInvoker.swift
[168/179] Compiling NIOCore ChannelOption.swift
[169/179] Compiling NIOCore ChannelPipeline.swift
[170/179] Compiling NIOCore AddressedEnvelope.swift
[171/179] Compiling NIOCore AsyncAwaitSupport.swift
[172/179] Compiling NIOCore AsyncChannel.swift
[173/179] Compiling NIOCore AsyncChannelHandler.swift
[174/179] Compiling NIOCore AsyncChannelInboundStream.swift
[175/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[176/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[177/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[178/179] Compiling NIOCore NIOAsyncWriter.swift
[179/179] Emitting module NIOCore
[181/230] Compiling NIOEmbedded AsyncTestingChannel.swift
[182/230] Emitting module NIOEmbedded
[183/230] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[184/230] Compiling NIOEmbedded Embedded.swift
[186/231] Emitting module NIOPosix
[187/237] Compiling NIOPosix ServerSocket.swift
[188/237] Compiling NIOPosix Socket.swift
[189/237] Compiling NIOPosix SocketChannel.swift
[190/237] Compiling NIOPosix SocketProtocols.swift
[191/237] Compiling NIOPosix System.swift
[192/237] Compiling NIOPosix Thread.swift
[193/237] Compiling NIOPosix SelectableChannel.swift
[194/237] Compiling NIOPosix SelectableEventLoop.swift
[195/237] Compiling NIOPosix SelectorEpoll.swift
[196/237] Compiling NIOPosix SelectorGeneric.swift
[197/237] Compiling NIOPosix SelectorKqueue.swift
[198/237] Compiling NIOPosix SelectorUring.swift
[199/237] Compiling NIOPosix ThreadPosix.swift
[200/237] Compiling NIOPosix ThreadWindows.swift
[201/237] Compiling NIOPosix UnsafeTransfer.swift
[202/237] Compiling NIOPosix Utilities.swift
[203/237] Compiling NIOPosix VsockAddress.swift
[204/237] Compiling NIOPosix VsockChannelEvents.swift
[205/237] Compiling NIOPosix Pool.swift
[206/237] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[207/237] Compiling NIOPosix PosixSingletons.swift
[208/237] Compiling NIOPosix RawSocketBootstrap.swift
[209/237] Compiling NIOPosix Resolver.swift
[210/237] Compiling NIOPosix Selectable.swift
[211/237] Compiling NIOPosix IO.swift
[212/237] Compiling NIOPosix IntegerBitPacking.swift
[213/237] Compiling NIOPosix IntegerTypes.swift
[214/237] Compiling NIOPosix Linux.swift
[215/237] Compiling NIOPosix LinuxCPUSet.swift
[216/237] Compiling NIOPosix LinuxUring.swift
[217/237] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[218/237] Compiling NIOPosix NIOThreadPool.swift
[219/237] Compiling NIOPosix NonBlockingFileIO.swift
[220/237] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/237] Compiling NIOPosix PendingWritesManager.swift
[222/237] Compiling NIOPosix PipeChannel.swift
[223/237] Compiling NIOPosix PipePair.swift
[224/237] Compiling NIOPosix BSDSocketAPICommon.swift
[225/237] Compiling NIOPosix BSDSocketAPIPosix.swift
[226/237] Compiling NIOPosix BSDSocketAPIWindows.swift
[227/237] Compiling NIOPosix BaseSocket.swift
[228/237] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[229/237] Compiling NIOPosix BaseSocketChannel.swift
[230/237] Compiling NIOPosix BaseStreamSocketChannel.swift
[231/237] Compiling NIOPosix Bootstrap.swift
[232/237] Compiling NIOPosix ControlMessage.swift
[233/237] Compiling NIOPosix DatagramVectorReadManager.swift
[234/237] Compiling NIOPosix Errors+Any.swift
[235/237] Compiling NIOPosix FileDescriptor.swift
[236/237] Compiling NIOPosix GetaddrinfoResolver.swift
[237/237] Compiling NIOPosix HappyEyeballs.swift
[239/240] Compiling NIO Exports.swift
[240/240] Emitting module NIO
[242/268] Compiling NIOTLS TLSEvents.swift
[243/268] Emitting module NIOTLS
[244/268] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[245/268] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[246/268] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[247/268] Compiling NIOTLS SNIHandler.swift
[248/269] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[249/269] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[251/271] Emitting module NIOHTTP1
[252/271] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[253/271] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[254/271] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[255/271] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[256/271] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[257/271] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[258/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[259/271] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[260/271] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[261/271] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[262/271] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[263/271] Compiling NIOHTTP1 HTTPTypes.swift
[264/271] Compiling NIOHTTP1 ByteCollectionUtils.swift
[265/271] Compiling NIOHTTP1 HTTPDecoder.swift
[266/271] Compiling NIOHTTP1 HTTPEncoder.swift
[268/282] Emitting module NIOFoundationCompat
[269/282] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[270/282] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[271/282] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[272/282] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[273/283] Compiling NIOWebSocket WebSocketOpcode.swift
[275/284] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[276/284] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[277/284] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[278/306] Compiling NIOWebSocket WebSocketErrorCodes.swift
[279/306] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[280/306] Compiling NIOTransportServices StateManagedChannel.swift
[281/306] Compiling NIOTransportServices AcceptHandler.swift
[282/306] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[283/306] Compiling NIOWebSocket WebSocketFrame.swift
[284/306] Emitting module NIOWebSocket
[286/307] Compiling NIOTransportServices StateManagedListenerChannel.swift
[287/307] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[288/309] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[289/309] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[290/309] Compiling NIOTransportServices NIOTSListenerChannel.swift
[291/309] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[292/309] Compiling NIOTransportServices NIOTSSingletons.swift
[293/309] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[294/309] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[295/309] Compiling NIOTransportServices NIOTSErrors.swift
[296/309] Compiling NIOTransportServices NIOTSEventLoop.swift
[297/309] Emitting module NIOTransportServices
[299/309] Compiling NIOTransportServices NIOTSBootstraps.swift
[300/309] Compiling NIOTransportServices NIOTSChannelOptions.swift
[301/309] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[302/309] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[303/309] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[304/309] Compiling NIOTransportServices NIOTSDatagramListener.swift
[305/309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[306/309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[311/319] Compiling NIOAsyncWebSockets NIOWebSocketServerUpgrader.swift
[312/320] Compiling NIOAsyncWebSockets NIOTypedPipelineSetup.swift
[313/320] Compiling NIOAsyncWebSockets NIOWebSocketClientUpgrader.swift
[314/320] Compiling NIOAsyncWebSockets NIOTypedHTTPServerUpgradeHandler.swift
[315/320] Compiling NIOAsyncWebSockets HTTPTypedPipelineSetup.swift
[316/320] Compiling NIOAsyncWebSockets NIOTypedHTTPClientUpgradeHandler.swift
[317/320] Compiling NIOAsyncWebSockets NIOTypedHTTPClientUpgraderStateMachine.swift
[318/320] Emitting module NIOAsyncWebSockets
[319/320] Compiling NIOAsyncWebSockets NIOTypedHTTPServerUpgraderStateMachine.swift
[320/320] Compiling NIOAsyncWebSockets SHA1.swift
[322/341] Emitting module WebSocketActors
/host/spi-builder-workspace/Sources/WebSocketActors/ExponentialBackoff.swift:85:23: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
19 | /// > Note: See [Exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff). (2023, September 23). In
20 | /// Wikipedia.
21 | public struct ExponentialBackoff: Sequence {
   |               `- note: consider making struct 'ExponentialBackoff' conform to the 'Sendable' protocol
22 |     /// The first value in the sequence. If this is >= ``jitter``, then the
23 |     /// first value will be randomized with jitter.
   :
83 |     }
84 |
85 |     public static let standard = ExponentialBackoff()
   |                       |- warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
macro expansion @TaskLocal:1:19: warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   |- warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
   |  |                   |- note: add '@MainActor' to make static property '$current' part of global actor 'MainActor'
   |  |                   `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:19: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
[323/343] Compiling WebSocketActors ServerManager.swift
macro expansion @TaskLocal:1:19: warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   |- warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
   |  |                   |- note: add '@MainActor' to make static property '$current' part of global actor 'MainActor'
   |  |                   `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:19: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:3:18: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | {
   |2 |     get {
   |3 |         $current.get()
   |  |                  `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   |4 |     }
   |5 | }
   +--------------------------------------------------------------------
12 |
13 |     let path: String
/host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:21:35: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
12 |
   :
19 |     public static func with<R>(name: String, block: () async throws -> R) async rethrows -> R {
20 |         let p = current.path
21 |         return try await $current.withValue(TaskPath(path: p.isEmpty ? name : p + " > " + name), operation: block)
   |                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |     }
23 |
/host/spi-builder-workspace/Sources/WebSocketActors/ServerManager.swift:56:19: warning: sending value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') risks causing data races; this is an error in the Swift 6 language mode
 54 |         }
 55 |         else {
 56 |             await withContinuation { continuation in
    |                   |- warning: sending value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 57 |                 waitingForChannel.append(continuation)
 58 |             }
/host/spi-builder-workspace/Sources/WebSocketActors/ServerManager.swift:72:32: warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
 70 |         _task = ResilientTask { initialized in
 71 |
 72 |             try await TaskPath.with(name: "server connection") {
    |                                |- warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                `- note: sending 'self'-isolated value of non-Sendable type '() async throws -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 73 |                 let channel = try await self.openServerChannel(host: host, port: port)
 74 |                 self.setChannel(channel)
[324/343] Compiling WebSocketActors TaskPath.swift
macro expansion @TaskLocal:1:19: warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   |- warning: static property '$current' is not concurrency-safe because non-'Sendable' type 'TaskLocal<TaskPath>' may have shared mutable state; this is an error in the Swift 6 language mode
   |  |                   |- note: add '@MainActor' to make static property '$current' part of global actor 'MainActor'
   |  |                   `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:19: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:1:51: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | public static let $current: TaskLocal<TaskPath> = TaskLocal(wrappedValue: .init())
   |  |                                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   +--------------------------------------------------------------------
12 |
13 |     let path: String
macro expansion @TaskLocal:3:18: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:11:61: note: expanded code originates here
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
   +--- macro expansion @TaskLocal -------------------------------------
   |1 | {
   |2 |     get {
   |3 |         $current.get()
   |  |                  `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
   |4 |     }
   |5 | }
   +--------------------------------------------------------------------
12 |
13 |     let path: String
/host/spi-builder-workspace/Sources/WebSocketActors/TaskPath.swift:21:35: warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 8 | import Foundation
 9 |
10 | public struct TaskPath: CustomStringConvertible {
   |               `- note: consider making struct 'TaskPath' conform to the 'Sendable' protocol
11 |     @TaskLocal public static var current: TaskPath = .init()
12 |
   :
19 |     public static func with<R>(name: String, block: () async throws -> R) async rethrows -> R {
20 |         let p = current.path
21 |         return try await $current.withValue(TaskPath(path: p.isEmpty ? name : p + " > " + name), operation: block)
   |                                   `- warning: type 'TaskPath' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |     }
23 |
/host/spi-builder-workspace/Sources/WebSocketActors/ServerManager.swift:56:19: warning: sending value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') risks causing data races; this is an error in the Swift 6 language mode
 54 |         }
 55 |         else {
 56 |             await withContinuation { continuation in
    |                   |- warning: sending value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<ServerListeningChannel, Never>) -> Void' (aka '(CheckedContinuation<NIOAsyncChannel<EventLoopFuture<ServerUpgradeResult>, Never>, Never>) -> ()') to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 57 |                 waitingForChannel.append(continuation)
 58 |             }
/host/spi-builder-workspace/Sources/WebSocketActors/ServerManager.swift:72:32: warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
 70 |         _task = ResilientTask { initialized in
 71 |
 72 |             try await TaskPath.with(name: "server connection") {
    |                                |- warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                `- note: sending 'self'-isolated value of non-Sendable type '() async throws -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 73 |                 let channel = try await self.openServerChannel(host: host, port: port)
 74 |                 self.setChannel(channel)
[325/343] Compiling WebSocketActors Continuation.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ExponentialBackoff.swift:85:23: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
19 | /// > Note: See [Exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff). (2023, September 23). In
20 | /// Wikipedia.
21 | public struct ExponentialBackoff: Sequence {
   |               `- note: consider making struct 'ExponentialBackoff' conform to the 'Sendable' protocol
22 |     /// The first value in the sequence. If this is >= ``jitter``, then the
23 |     /// first value will be randomized with jitter.
   :
83 |     }
84 |
85 |     public static let standard = ExponentialBackoff()
   |                       |- warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:49:60: warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |     func with(_ target: RemoteCallTarget) -> Logger {
48 |         var logger = self
49 |         logger[metadataKey: "target"] = .stringConvertible(target)
   |                                                            `- warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |         return logger
51 |     }
Distributed.RemoteCallTarget:2:15: note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct RemoteCallTarget : CustomStringConvertible, Hashable {
  |               `- note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
3 |     public init(_ identifier: String)
4 |     public var identifier: String { get }
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 6 |  */
 7 |
 8 | import Distributed
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 9 | import Foundation
10 | import Logging
/host/spi-builder-workspace/Sources/WebSocketActors/Continuation.swift:81:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
79 |     func resume(returning value: T) {
80 |         guard let continuation else { return }
81 |         continuation.resume(returning: value)
   |                      |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: 'self'-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
82 |         self.continuation = nil
83 |         cancelTimeout()
[326/343] Compiling WebSocketActors ExponentialBackoff.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ExponentialBackoff.swift:85:23: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
19 | /// > Note: See [Exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff). (2023, September 23). In
20 | /// Wikipedia.
21 | public struct ExponentialBackoff: Sequence {
   |               `- note: consider making struct 'ExponentialBackoff' conform to the 'Sendable' protocol
22 |     /// The first value in the sequence. If this is >= ``jitter``, then the
23 |     /// first value will be randomized with jitter.
   :
83 |     }
84 |
85 |     public static let standard = ExponentialBackoff()
   |                       |- warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:49:60: warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |     func with(_ target: RemoteCallTarget) -> Logger {
48 |         var logger = self
49 |         logger[metadataKey: "target"] = .stringConvertible(target)
   |                                                            `- warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |         return logger
51 |     }
Distributed.RemoteCallTarget:2:15: note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct RemoteCallTarget : CustomStringConvertible, Hashable {
  |               `- note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
3 |     public init(_ identifier: String)
4 |     public var identifier: String { get }
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 6 |  */
 7 |
 8 | import Distributed
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 9 | import Foundation
10 | import Logging
/host/spi-builder-workspace/Sources/WebSocketActors/Continuation.swift:81:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
79 |     func resume(returning value: T) {
80 |         guard let continuation else { return }
81 |         continuation.resume(returning: value)
   |                      |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: 'self'-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
82 |         self.continuation = nil
83 |         cancelTimeout()
[327/343] Compiling WebSocketActors LoggingExtensions.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ExponentialBackoff.swift:85:23: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
19 | /// > Note: See [Exponential backoff](https://en.wikipedia.org/wiki/Exponential_backoff). (2023, September 23). In
20 | /// Wikipedia.
21 | public struct ExponentialBackoff: Sequence {
   |               `- note: consider making struct 'ExponentialBackoff' conform to the 'Sendable' protocol
22 |     /// The first value in the sequence. If this is >= ``jitter``, then the
23 |     /// first value will be randomized with jitter.
   :
83 |     }
84 |
85 |     public static let standard = ExponentialBackoff()
   |                       |- warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'ExponentialBackoff' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
86 | }
87 |
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:49:60: warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |     func with(_ target: RemoteCallTarget) -> Logger {
48 |         var logger = self
49 |         logger[metadataKey: "target"] = .stringConvertible(target)
   |                                                            `- warning: type 'RemoteCallTarget' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |         return logger
51 |     }
Distributed.RemoteCallTarget:2:15: note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
1 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2 | public struct RemoteCallTarget : CustomStringConvertible, Hashable {
  |               `- note: struct 'RemoteCallTarget' does not conform to the 'Sendable' protocol
3 |     public init(_ identifier: String)
4 |     public var identifier: String { get }
/host/spi-builder-workspace/Sources/WebSocketActors/LoggingExtensions.swift:8:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 6 |  */
 7 |
 8 | import Distributed
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Distributed'
 9 | import Foundation
10 | import Logging
/host/spi-builder-workspace/Sources/WebSocketActors/Continuation.swift:81:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
79 |     func resume(returning value: T) {
80 |         guard let continuation else { return }
81 |         continuation.resume(returning: value)
   |                      |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                      `- note: 'self'-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later 'self'-isolated uses
82 |         self.continuation = nil
83 |         cancelTimeout()
[328/343] Compiling WebSocketActors TimedPing.swift
/host/spi-builder-workspace/Sources/WebSocketActors/TimedPing.swift:32:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
30 |     func start() {
31 |         stop()
32 |         loop = Task.detached {
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
33 |             while !(Task.isCancelled || (self.node == nil)) {
   |                                          `- note: closure captures 'self' which is accessible to code in the current task
34 |                 try await Task.sleep(for: .seconds(self.frequency))
35 |                 if Task.isCancelled { break }
[329/343] Compiling WebSocketActors WebSocketActorSystem+Client.swift
/host/spi-builder-workspace/Sources/WebSocketActors/TimedPing.swift:32:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
30 |     func start() {
31 |         stop()
32 |         loop = Task.detached {
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
33 |             while !(Task.isCancelled || (self.node == nil)) {
   |                                          `- note: closure captures 'self' which is accessible to code in the current task
34 |                 try await Task.sleep(for: .seconds(self.frequency))
35 |                 if Task.isCancelled { break }
[330/343] Compiling WebSocketActors NodeIdentity.swift
/host/spi-builder-workspace/Sources/WebSocketActors/PendingReplies.swift:36:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
34 |     nonisolated func sendMessage(_ body: @escaping (CallID) async throws -> Void) async throws -> Data {
35 |         try await withThrowingContinuation { continuation in
36 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 |                 let callID = await self.expectReply(continuation: continuation)
38 |                 do {
39 |                     try await body(callID)
   |                               `- note: closure captures 'body' which is accessible to code in the current task
40 |                 }
41 |                 catch {
[331/343] Compiling WebSocketActors PendingReplies.swift
/host/spi-builder-workspace/Sources/WebSocketActors/PendingReplies.swift:36:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
34 |     nonisolated func sendMessage(_ body: @escaping (CallID) async throws -> Void) async throws -> Data {
35 |         try await withThrowingContinuation { continuation in
36 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 |                 let callID = await self.expectReply(continuation: continuation)
38 |                 do {
39 |                     try await body(callID)
   |                               `- note: closure captures 'body' which is accessible to code in the current task
40 |                 }
41 |                 catch {
[332/343] Compiling WebSocketActors RemoteNode.swift
/host/spi-builder-workspace/Sources/WebSocketActors/PendingReplies.swift:36:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
34 |     nonisolated func sendMessage(_ body: @escaping (CallID) async throws -> Void) async throws -> Data {
35 |         try await withThrowingContinuation { continuation in
36 |             Task {
   |                  `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
37 |                 let callID = await self.expectReply(continuation: continuation)
38 |                 do {
39 |                     try await body(callID)
   |                               `- note: closure captures 'body' which is accessible to code in the current task
40 |                 }
41 |                 catch {
[333/343] Compiling WebSocketActors RemoteNodeDirectory.swift
/host/spi-builder-workspace/Sources/WebSocketActors/RemoteNodeDirectory.swift:46:19: warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 44 |                              action: @escaping (TimedContinuation<RemoteNode>) async -> ()) async throws -> RemoteNode
 45 |     {
 46 |         try await withThrowingContinuation { continuation in
    |                   |- warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 47 |             Task {
 48 |                 let tc = await TimedContinuation(continuation: continuation,
/host/spi-builder-workspace/Sources/WebSocketActors/ResilientTask.swift:53:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
51 |                 action: @escaping Action)
52 |     {
53 |         task = Task.detached {
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
54 |             var iterator = backoff.makeIterator()
55 |             while !Task.isCancelled {
56 |                 do {
57 |                     await monitor?(.initializing)
58 |                     try await action {
   |                               `- note: closure captures 'action' which is accessible to code in the current task
59 |                         // The action calls this code once it has initialized successfully.
60 |                         // This resets the exponential backoff and clears the current error.
[334/343] Compiling WebSocketActors ResilientTask.swift
/host/spi-builder-workspace/Sources/WebSocketActors/RemoteNodeDirectory.swift:46:19: warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 44 |                              action: @escaping (TimedContinuation<RemoteNode>) async -> ()) async throws -> RemoteNode
 45 |     {
 46 |         try await withThrowingContinuation { continuation in
    |                   |- warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 47 |             Task {
 48 |                 let tc = await TimedContinuation(continuation: continuation,
/host/spi-builder-workspace/Sources/WebSocketActors/ResilientTask.swift:53:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
51 |                 action: @escaping Action)
52 |     {
53 |         task = Task.detached {
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
54 |             var iterator = backoff.makeIterator()
55 |             while !Task.isCancelled {
56 |                 do {
57 |                     await monitor?(.initializing)
58 |                     try await action {
   |                               `- note: closure captures 'action' which is accessible to code in the current task
59 |                         // The action calls this code once it has initialized successfully.
60 |                         // This resets the exponential backoff and clears the current error.
[335/343] Compiling WebSocketActors ServerAddress.swift
/host/spi-builder-workspace/Sources/WebSocketActors/RemoteNodeDirectory.swift:46:19: warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
 44 |                              action: @escaping (TimedContinuation<RemoteNode>) async -> ()) async throws -> RemoteNode
 45 |     {
 46 |         try await withThrowingContinuation { continuation in
    |                   |- warning: sending value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                   `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<RemoteNode, any Error>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 47 |             Task {
 48 |                 let tc = await TimedContinuation(continuation: continuation,
/host/spi-builder-workspace/Sources/WebSocketActors/ResilientTask.swift:53:30: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
51 |                 action: @escaping Action)
52 |     {
53 |         task = Task.detached {
   |                              `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
54 |             var iterator = backoff.makeIterator()
55 |             while !Task.isCancelled {
56 |                 do {
57 |                     await monitor?(.initializing)
58 |                     try await action {
   |                               `- note: closure captures 'action' which is accessible to code in the current task
59 |                         // The action calls this code once it has initialized successfully.
60 |                         // This resets the exponential backoff and clears the current error.
[336/343] Compiling WebSocketActors Manager.swift
[337/343] Compiling WebSocketActors NIOInvocationDecoder.swift
[338/343] Compiling WebSocketActors NIOInvocationEncoder.swift
[339/343] Compiling WebSocketActors ActorIdentity.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:58:32: warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
 56 |         cancel()
 57 |         task = ResilientTask(monitor: updateConnectionStatus(_:)) { initialized in
 58 |             try await TaskPath.with(name: "client connection") {
    |                                |- warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                `- note: sending 'self'-isolated value of non-Sendable type '() async throws -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 59 |                 let serverConnection = try await self.openClientChannel(host: host, port: port)
 60 |                 self.system.logger
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:142:22: warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
140 |             return remoteNodeID
141 |         }
142 |         return await withContinuation { continuation in
    |                      |- warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                      `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
143 |             remoteNodeIDContinuations.append(continuation)
144 |         }
[340/343] Compiling WebSocketActors ActorSystemUserInfoKey.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:58:32: warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
 56 |         cancel()
 57 |         task = ResilientTask(monitor: updateConnectionStatus(_:)) { initialized in
 58 |             try await TaskPath.with(name: "client connection") {
    |                                |- warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                `- note: sending 'self'-isolated value of non-Sendable type '() async throws -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 59 |                 let serverConnection = try await self.openClientChannel(host: host, port: port)
 60 |                 self.system.logger
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:142:22: warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
140 |             return remoteNodeID
141 |         }
142 |         return await withContinuation { continuation in
    |                      |- warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                      `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
143 |             remoteNodeIDContinuations.append(continuation)
144 |         }
[341/343] Compiling WebSocketActors ClientManager.swift
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:58:32: warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
 56 |         cancel()
 57 |         task = ResilientTask(monitor: updateConnectionStatus(_:)) { initialized in
 58 |             try await TaskPath.with(name: "client connection") {
    |                                |- warning: sending value of non-Sendable type '() async throws -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                                `- note: sending 'self'-isolated value of non-Sendable type '() async throws -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
 59 |                 let serverConnection = try await self.openClientChannel(host: host, port: port)
 60 |                 self.system.logger
/host/spi-builder-workspace/Sources/WebSocketActors/ClientManager.swift:142:22: warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
140 |             return remoteNodeID
141 |         }
142 |         return await withContinuation { continuation in
    |                      |- warning: sending value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' risks causing data races; this is an error in the Swift 6 language mode
    |                      `- note: sending 'self'-isolated value of non-Sendable type '(CheckedContinuation<NodeIdentity, Never>) -> Void' to nonisolated callee risks causing races in between 'self'-isolated and nonisolated uses
143 |             remoteNodeIDContinuations.append(continuation)
144 |         }
[342/343] Compiling WebSocketActors WebSocketActorSystem+Server.swift
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem+Server.swift:114:40: warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
112 |
113 |         do {
114 |             try? await channel.channel.writeAndFlush(NIOAny(WebSocketWireEnvelope.connectionClose))
    |                                        `- warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
115 |             try await channel.channel.close(mode: .output)
116 |         }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:397:33: warning: non-sendable type '[ActorSystemUserInfoKey : Any]' of property 'userInfo' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
395 |             throw WebSocketActorSystemError.notInDistributedActor
396 |         }
397 |         return await remoteNode.userInfo[key]
    |                                 `- warning: non-sendable type '[ActorSystemUserInfoKey : Any]' of property 'userInfo' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
398 |     }
399 |
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:220:27: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
218 |             await withDiscardingTaskGroup { group in
219 |                 for manager in managers {
220 |                     group.addTask {
    |                           |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                           |- note: Passing value of non-Sendable type '() async -> ()' as a 'sending' argument risks causing races in between local and caller code
    |                           `- note: access can happen concurrently
221 |                         await manager.cancel()
222 |                     }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:230:27: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
228 |             await withTaskGroup(of: Void.self) { group in
229 |                 for manager in managers {
230 |                     group.addTask {
    |                           |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                           |- note: Passing value of non-Sendable type '() async -> ()' as a 'sending' argument risks causing races in between local and caller code
    |                           `- note: access can happen concurrently
231 |                         await manager.cancel()
232 |                     }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:405:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
403 |             throw WebSocketActorSystemError.notInDistributedActor
404 |         }
405 |         await remoteNode.setUserInfo(key: key, value: value)
    |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                          `- note: sending task-isolated 'value' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
406 |     }
407 | }
[343/343] Compiling WebSocketActors WebSocketActorSystem.swift
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem+Server.swift:114:40: warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
112 |
113 |         do {
114 |             try? await channel.channel.writeAndFlush(NIOAny(WebSocketWireEnvelope.connectionClose))
    |                                        `- warning: 'writeAndFlush(_:file:line:)' is deprecated: NIOAny is not Sendable: avoid wrapping the value in NIOAny to silence this warning.
115 |             try await channel.channel.close(mode: .output)
116 |         }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:397:33: warning: non-sendable type '[ActorSystemUserInfoKey : Any]' of property 'userInfo' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
395 |             throw WebSocketActorSystemError.notInDistributedActor
396 |         }
397 |         return await remoteNode.userInfo[key]
    |                                 `- warning: non-sendable type '[ActorSystemUserInfoKey : Any]' of property 'userInfo' cannot exit actor-isolated context; this is an error in the Swift 6 language mode
398 |     }
399 |
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:220:27: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
218 |             await withDiscardingTaskGroup { group in
219 |                 for manager in managers {
220 |                     group.addTask {
    |                           |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                           |- note: Passing value of non-Sendable type '() async -> ()' as a 'sending' argument risks causing races in between local and caller code
    |                           `- note: access can happen concurrently
221 |                         await manager.cancel()
222 |                     }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:230:27: warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
228 |             await withTaskGroup(of: Void.self) { group in
229 |                 for manager in managers {
230 |                     group.addTask {
    |                           |- warning: sending value of non-Sendable type '() async -> ()' risks causing data races; this is an error in the Swift 6 language mode
    |                           |- note: Passing value of non-Sendable type '() async -> ()' as a 'sending' argument risks causing races in between local and caller code
    |                           `- note: access can happen concurrently
231 |                         await manager.cancel()
232 |                     }
/host/spi-builder-workspace/Sources/WebSocketActors/WebSocketActorSystem.swift:405:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
403 |             throw WebSocketActorSystemError.notInDistributedActor
404 |         }
405 |         await remoteNode.setUserInfo(key: key, value: value)
    |                          |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                          `- note: sending task-isolated 'value' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
406 |     }
407 | }
Build complete! (114.26s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "nio-async-websockets",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/samalone/nio-async-websockets"
    }
  ],
  "manifest_display_name" : "WebSocketActors",
  "name" : "WebSocketActors",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketActors",
      "targets" : [
        "WebSocketActors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketActors",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActors",
      "path" : "Sources/WebSocketActors",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix",
        "NIOTransportServices",
        "Logging",
        "NIOAsyncWebSockets"
      ],
      "product_memberships" : [
        "WebSocketActors"
      ],
      "sources" : [
        "ActorIdentity.swift",
        "ActorSystemUserInfoKey.swift",
        "ClientManager.swift",
        "Continuation.swift",
        "ExponentialBackoff.swift",
        "LoggingExtensions.swift",
        "Manager.swift",
        "NIOInvocationDecoder.swift",
        "NIOInvocationEncoder.swift",
        "NodeIdentity.swift",
        "PendingReplies.swift",
        "RemoteNode.swift",
        "RemoteNodeDirectory.swift",
        "ResilientTask.swift",
        "ServerAddress.swift",
        "ServerManager.swift",
        "TaskPath.swift",
        "TimedPing.swift",
        "WebSocketActorSystem+Client.swift",
        "WebSocketActorSystem+Server.swift",
        "WebSocketActorSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebSocketActorTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActorTests",
      "path" : "Tests/WebSocketActorTests",
      "sources" : [
        "ActorIdentityTests.swift",
        "WebSocketActorTests.swift"
      ],
      "target_dependencies" : [
        "WebSocketActors"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
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.