The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-cluster-membership, reference 0.3.2 (209b84), with Swift 6.0 for Linux on 13 Mar 2025 15:11:04 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cluster-membership.git
Reference: 0.3.2
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/apple/swift-cluster-membership
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 209b849 Only apply standard swift settings on valid targets (#111)
Cloned https://github.com/apple/swift-cluster-membership.git
Revision (git rev-parse @):
209b849607be463475e354c35d6e48d36b70d57c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cluster-membership.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/apple/swift-cluster-membership.git
https://github.com/apple/swift-cluster-membership.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "swift-cluster-membership",
  "name" : "swift-cluster-membership",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ClusterMembership",
      "targets" : [
        "ClusterMembership"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIM",
      "targets" : [
        "SWIM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIMNIOExample",
      "targets" : [
        "SWIMNIOExample"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SWIMTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTests",
      "path" : "Tests/SWIMTests",
      "sources" : [
        "HeapTests.swift",
        "SWIMInstanceTests.swift",
        "SWIMMetricsTests.swift",
        "SWIMSettingsTests.swift",
        "TestPeer.swift"
      ],
      "target_dependencies" : [
        "SWIM",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMTestKit",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTestKit",
      "path" : "Tests/SWIMTestKit",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "Metrics"
      ],
      "sources" : [
        "LogCapture.swift",
        "TestMetrics.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExampleTests",
      "path" : "Tests/SWIMNIOExampleTests",
      "sources" : [
        "CodingTests.swift",
        "SWIMNIOClusteredTests.swift",
        "SWIMNIOEventClusteredTests.swift",
        "SWIMNIOMetricsTests.swift",
        "Utils/BaseXCTestCases.swift"
      ],
      "target_dependencies" : [
        "SWIMNIOExample",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExample",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExample",
      "path" : "Sources/SWIMNIOExample",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOConcurrencyHelpers",
        "NIOExtras",
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIMNIOExample"
      ],
      "sources" : [
        "Coding.swift",
        "Logging.swift",
        "Message.swift",
        "NIOPeer.swift",
        "SWIMNIOHandler.swift",
        "SWIMNIOShell.swift",
        "Settings.swift",
        "Utils/String+Extensions.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWIM",
      "module_type" : "SwiftTarget",
      "name" : "SWIM",
      "path" : "Sources/SWIM",
      "product_dependencies" : [
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Events.swift",
        "Member.swift",
        "Metrics.swift",
        "Peer.swift",
        "SWIM.swift",
        "SWIMInstance.swift",
        "SWIMProtocol.swift",
        "Settings.swift",
        "Status.swift",
        "Utils/Heap.swift",
        "Utils/String+Extensions.swift",
        "Utils/_PrettyLog.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClusterMembershipTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipTests",
      "path" : "Tests/ClusterMembershipTests",
      "sources" : [
        "NodeTests.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembershipDocumentationTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipDocumentationTests",
      "path" : "Tests/ClusterMembershipDocumentationTests",
      "sources" : [
        "SWIMDocExamples.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembership",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembership",
      "path" : "Sources/ClusterMembership",
      "product_memberships" : [
        "ClusterMembership",
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
[1/5418] Fetching swift-nio-extras
[977/7570] Fetching swift-nio-extras, swift-metrics
[7571/81666] Fetching swift-nio-extras, swift-metrics, swift-nio
[49806/96128] Fetching swift-nio-extras, swift-metrics, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.74s)
Fetched https://github.com/apple/swift-metrics.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio.git from cache (4.73s)
[1/3787] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (12.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (12.12s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.0 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.61s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.67s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/877] Fetching swift-http-types
[878/1965] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
[1/5863] Fetching swift-algorithms
[236/17220] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
[2840/11357] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.22s)
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.89s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
[44/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[4451/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.03s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.77s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/32] Write sources
[18/32] Compiling CNIOWindows shim.c
[19/32] Compiling CNIOWASI CNIOWASI.c
[20/32] Compiling CNIOWindows WSAStartup.c
[21/32] Compiling CNIOLinux liburing_shims.c
[22/32] Compiling CNIODarwin shim.c
[23/32] Compiling CNIOLLHTTP c_nio_http.c
[24/32] Write sources
[25/32] Compiling CNIOLinux shim.c
[26/32] Compiling CNIOLLHTTP c_nio_api.c
[27/32] Compiling CNIOLLHTTP c_nio_llhttp.c
[28/32] Compiling _AtomicsShims.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[31/82] Emitting module InternalCollectionsUtilities
[31/84] Compiling c-nioatomics.c
[33/86] Emitting module ClusterMembership
[33/86] Compiling c-atomics.c
[35/92] Emitting module Atomics
[36/94] Compiling Atomics IntegerOperations.swift
[37/94] Compiling Atomics Unmanaged extensions.swift
[38/94] Compiling Atomics ManagedAtomic.swift
[39/94] Compiling Atomics ManagedAtomicLazyReference.swift
[40/94] Compiling ClusterMembership Node.swift
[41/95] Compiling Atomics AtomicMemoryOrderings.swift
[42/95] Compiling Atomics DoubleWord.swift
[43/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/95] Compiling _NIOBase64 Base64.swift
[45/95] Emitting module _NIOBase64
[46/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/96] Compiling Atomics AtomicBool.swift
[49/96] Compiling Atomics IntegerConformances.swift
[50/96] Compiling Atomics PointerConformances.swift
[51/96] Compiling Atomics OptionalRawRepresentable.swift
[52/96] Compiling Atomics RawRepresentable.swift
[53/96] Compiling Atomics AtomicStorage.swift
[54/96] Compiling Atomics AtomicValue.swift
[55/96] Compiling CoreMetrics Metrics.swift
[56/96] Compiling Atomics AtomicOptionalWrappable.swift
[57/96] Compiling Atomics AtomicReference.swift
[58/96] Compiling Atomics Primitives.native.swift
[59/96] Compiling Atomics Primitives.shims.swift
[60/96] Compiling Atomics AtomicInteger.swift
[67/97] Compiling _NIODataStructures _TinyArray.swift
[68/97] Compiling _NIODataStructures PriorityQueue.swift
[82/97] Emitting module NIOConcurrencyHelpers
[86/113] Compiling DequeModule Deque+Equatable.swift
[87/113] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/113] Compiling DequeModule Deque+CustomReflectable.swift
[89/113] Compiling DequeModule Deque+Descriptions.swift
[90/115] Compiling DequeModule _DequeBuffer.swift
[91/115] Compiling DequeModule _DequeBufferHeader.swift
[92/115] Emitting module CoreMetrics
[93/115] Compiling CoreMetrics Locks.swift
[94/115] Compiling NIOConcurrencyHelpers lock.swift
[95/116] Compiling Logging MetadataProvider.swift
[96/116] Emitting module Logging
[97/116] Compiling Logging Locks.swift
[98/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[99/116] Emitting module _NIODataStructures
[100/116] Compiling _NIODataStructures Heap.swift
[101/117] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/117] Compiling NIOConcurrencyHelpers atomics.swift
[104/118] Compiling Logging LogHandler.swift
[105/118] Compiling Logging Logging.swift
[109/119] Compiling DequeModule Deque+Extras.swift
[110/119] Compiling DequeModule Deque+Hashable.swift
[111/121] Compiling DequeModule _DequeSlot.swift
[112/121] Compiling DequeModule _UnsafeWrappedBuffer.swift
[113/121] Compiling DequeModule Deque+Testing.swift
[114/121] Compiling DequeModule Deque._Storage.swift
[115/121] Compiling DequeModule Deque._UnsafeHandle.swift
[116/121] Compiling DequeModule Deque.swift
[117/121] Compiling DequeModule Deque+Codable.swift
[118/121] Compiling DequeModule Deque+Collection.swift
[119/121] Emitting module DequeModule
[121/181] Compiling NIOCore MarkedCircularBuffer.swift
[122/181] Compiling NIOCore MulticastChannel.swift
[123/181] Compiling NIOCore NIOAny.swift
[124/181] Compiling NIOCore NIOCloseOnErrorHandler.swift
[125/181] Compiling NIOCore NIOLoopBound.swift
[126/181] Compiling NIOCore NIOScheduledCallback.swift
[127/181] Compiling NIOCore NIOSendable.swift
[128/181] Compiling NIOCore RecvByteBufferAllocator.swift
[129/189] Compiling NIOCore GlobalSingletons.swift
[130/189] Compiling NIOCore IO.swift
[131/189] Compiling NIOCore IOData.swift
[132/189] Compiling NIOCore IPProtocol.swift
[133/189] Compiling NIOCore IntegerBitPacking.swift
[134/189] Compiling NIOCore IntegerTypes.swift
[135/189] Compiling NIOCore Interfaces.swift
[136/189] Compiling NIOCore Linux.swift
[137/189] Emitting module Metrics
[138/189] Compiling Metrics Metrics.swift
[140/190] Compiling NIOCore EventLoop.swift
[141/190] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[142/190] Compiling NIOCore EventLoopFuture+Deprecated.swift
[143/190] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[144/190] Compiling NIOCore EventLoopFuture.swift
[145/190] Compiling NIOCore FileDescriptor.swift
[146/190] Compiling NIOCore FileHandle.swift
[147/190] Compiling NIOCore FileRegion.swift
[148/203] Compiling SWIM Events.swift
[149/203] Compiling SWIM Member.swift
[150/204] Compiling SWIM String+Extensions.swift
[151/204] Compiling SWIM _PrettyLog.swift
[152/204] Emitting module SWIM
[153/204] Compiling NIOCore ChannelPipeline.swift
[154/204] Compiling NIOCore CircularBuffer.swift
[155/204] Compiling NIOCore Codec.swift
[156/204] Compiling NIOCore ConvenienceOptionSupport.swift
[157/204] Compiling NIOCore DeadChannel.swift
[158/204] Compiling NIOCore DispatchQueue+WithFuture.swift
[159/204] Compiling NIOCore EventLoop+Deprecated.swift
[160/204] Compiling NIOCore EventLoop+SerialExecutor.swift
[161/204] Compiling SWIM Status.swift
[162/204] Compiling SWIM Heap.swift
[163/204] Compiling SWIM SWIMProtocol.swift
[164/204] Compiling SWIM Settings.swift
[165/204] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[166/204] Compiling NIOCore SocketAddresses.swift
[167/204] Compiling NIOCore SocketOptionProvider.swift
[168/204] Compiling NIOCore SystemCallHelpers.swift
[169/204] Compiling NIOCore TimeAmount+Duration.swift
[170/204] Compiling NIOCore TypeAssistedChannelHandler.swift
[171/204] Compiling NIOCore UniversalBootstrapSupport.swift
[172/204] Compiling NIOCore Utilities.swift
[173/204] Compiling SWIM time.swift
[174/204] Compiling SWIM SWIM.swift
[175/204] Compiling SWIM SWIMInstance.swift
[176/204] Compiling SWIM Metrics.swift
[177/204] Compiling SWIM Peer.swift
[189/205] Compiling NIOCore BSDSocketAPI.swift
[190/205] Compiling NIOCore ByteBuffer-aux.swift
[191/205] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[192/205] Compiling NIOCore ByteBuffer-conversions.swift
[193/205] Compiling NIOCore ByteBuffer-core.swift
[194/205] Compiling NIOCore ByteBuffer-hex.swift
[195/205] Compiling NIOCore ByteBuffer-int.swift
[196/205] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[197/205] Compiling NIOCore ByteBuffer-multi-int.swift
[198/205] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[199/205] Compiling NIOCore ByteBuffer-views.swift
[200/205] Compiling NIOCore Channel.swift
[201/205] Compiling NIOCore ChannelHandler.swift
[202/205] Compiling NIOCore ChannelHandlers.swift
[203/205] Compiling NIOCore ChannelInvoker.swift
[204/205] Compiling NIOCore ChannelOption.swift
[205/205] Emitting module NIOCore
[207/257] Compiling NIOPosix PooledRecvBufferAllocator.swift
[208/257] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[209/257] Compiling NIOPosix PosixSingletons.swift
[210/257] Compiling NIOPosix RawSocketBootstrap.swift
[211/257] Compiling NIOPosix Resolver.swift
[212/257] Compiling NIOPosix Selectable.swift
[213/263] Emitting module NIOEmbedded
[214/263] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[215/263] Compiling NIOEmbedded AsyncTestingChannel.swift
[216/263] Compiling NIOEmbedded Embedded.swift
[218/264] Compiling NIOPosix ThreadPosix.swift
[219/264] Compiling NIOPosix ThreadWindows.swift
[220/264] Compiling NIOPosix UnsafeTransfer.swift
[221/264] Compiling NIOPosix Utilities.swift
[222/264] Compiling NIOPosix VsockAddress.swift
[223/264] Compiling NIOPosix VsockChannelEvents.swift
[224/264] Emitting module NIOPosix
[225/264] Compiling NIOPosix ServerSocket.swift
[226/264] Compiling NIOPosix Socket.swift
[227/264] Compiling NIOPosix SocketChannel.swift
[228/264] Compiling NIOPosix SocketProtocols.swift
[229/264] Compiling NIOPosix System.swift
[230/264] Compiling NIOPosix Thread.swift
[231/264] Compiling NIOPosix BSDSocketAPICommon.swift
[232/264] Compiling NIOPosix BSDSocketAPIPosix.swift
[233/264] Compiling NIOPosix BSDSocketAPIWindows.swift
[234/264] Compiling NIOPosix BaseSocket.swift
[235/264] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[236/264] Compiling NIOPosix BaseSocketChannel.swift
[237/264] Compiling NIOPosix BaseStreamSocketChannel.swift
[238/264] Compiling NIOPosix Bootstrap.swift
[239/264] Compiling NIOPosix ControlMessage.swift
[240/264] Compiling NIOPosix DatagramVectorReadManager.swift
[241/264] Compiling NIOPosix Errors+Any.swift
[242/264] Compiling NIOPosix FileDescriptor.swift
[243/264] Compiling NIOPosix GetaddrinfoResolver.swift
[244/264] Compiling NIOPosix HappyEyeballs.swift
[245/264] Compiling NIOPosix IO.swift
[246/264] Compiling NIOPosix IntegerBitPacking.swift
[247/264] Compiling NIOPosix IntegerTypes.swift
[248/264] Compiling NIOPosix Linux.swift
[249/264] Compiling NIOPosix LinuxCPUSet.swift
[250/264] Compiling NIOPosix LinuxUring.swift
[251/264] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[252/264] Compiling NIOPosix SelectableChannel.swift
[253/264] Compiling NIOPosix SelectableEventLoop.swift
[254/264] Compiling NIOPosix SelectorEpoll.swift
[255/264] Compiling NIOPosix SelectorGeneric.swift
[256/264] Compiling NIOPosix SelectorKqueue.swift
[257/264] Compiling NIOPosix SelectorUring.swift
[258/264] Compiling NIOPosix NIOThreadPool.swift
[259/264] Compiling NIOPosix NonBlockingFileIO.swift
[260/264] Compiling NIOPosix PendingDatagramWritesManager.swift
[261/264] Compiling NIOPosix PendingWritesManager.swift
[262/264] Compiling NIOPosix PipeChannel.swift
[263/264] Compiling NIOPosix PipePair.swift
[264/264] Compiling NIOPosix Pool.swift
[266/267] Compiling NIO Exports.swift
[267/267] Emitting module NIO
[269/289] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[270/289] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[271/289] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[272/289] Emitting module NIOFoundationCompat
[273/289] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[275/290] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[276/290] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[277/292] Emitting module NIOHTTP1
[278/292] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[279/292] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[280/292] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[281/292] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[282/292] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[283/292] Compiling NIOHTTP1 HTTPTypes.swift
[284/292] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[285/292] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[286/292] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[287/292] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[288/292] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[289/292] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[290/292] Compiling NIOHTTP1 ByteCollectionUtils.swift
[291/292] Compiling NIOHTTP1 HTTPDecoder.swift
[292/292] Compiling NIOHTTP1 HTTPEncoder.swift
[294/310] Compiling NIOExtras NIORequestIdentifiable.swift
[295/310] Compiling NIOExtras PCAPRingBuffer.swift
[296/312] Compiling NIOExtras NIOExtrasError.swift
[297/312] Compiling NIOExtras NIOLengthFieldBitLength.swift
[298/312] Compiling NIOExtras DebugInboundEventsHandler.swift
[299/312] Compiling NIOExtras DebugOutboundEventsHandler.swift
[300/312] Compiling NIOExtras FixedLengthFrameDecoder.swift
[301/312] Compiling NIOExtras LineBasedFrameDecoder.swift
[302/312] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[303/312] Compiling NIOExtras QuiescingHelper.swift
[304/312] Compiling NIOExtras RequestResponseHandler.swift
[305/312] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[306/312] Compiling NIOExtras LengthFieldPrepender.swift
[307/312] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[308/312] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[309/312] Compiling NIOExtras JSONRPCFraming.swift
[310/312] Emitting module NIOExtras
[311/312] Compiling NIOExtras RequestResponseWithIDHandler.swift
[312/312] Compiling NIOExtras WritePCAPHandler.swift
[314/322] Compiling SWIMNIOExample String+Extensions.swift
[315/323] Compiling SWIMNIOExample time.swift
[316/323] Compiling SWIMNIOExample Message.swift
[317/323] Compiling SWIMNIOExample Coding.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
[318/323] Compiling SWIMNIOExample Logging.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
[319/323] Emitting module SWIMNIOExample
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:35: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                   `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:55: warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a `@Sendable` closure
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                                       `- warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a `@Sendable` closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIM/Events.swift:22:19: note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 20 |     /// Use `isReachabilityChange` to detect whether the is a change from an alive to unreachable/dead state or not,
 21 |     /// and is worth emitting to user-code or not.
 22 |     public struct MemberStatusChangedEvent<Peer: SWIMPeer>: Equatable {
    |                   `- note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 23 |         /// The member that this change event is about.
 24 |         public let member: SWIM.Member<Peer>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 18 | import NIO
 19 | import NIOFoundationCompat
 20 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 21 |
 22 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:76:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
 76 |                     context.fireChannelRead(wrapped)
    |                     `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
 77 |                 }
 78 |             }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
[320/323] Compiling SWIMNIOExample NIOPeer.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:78:30: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
 76 |                 )
 77 |
 78 |                 self.channel.writeAndFlush(command, promise: nil)
    |                              `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
 79 |             }
 80 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:122:30: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
120 |                 )
121 |
122 |                 self.channel.writeAndFlush(command, promise: nil)
    |                              `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
123 |             }
124 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:142:26: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
140 |             )
141 |
142 |             self.channel.writeAndFlush(command, promise: nil)
    |                          `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
143 |         }
144 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
/host/spi-builder-workspace/Sources/SWIMNIOExample/NIOPeer.swift:157:26: warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
155 |             )
156 |
157 |             self.channel.writeAndFlush(command, promise: nil)
    |                          `- warning: type 'SWIMNIOWriteCommand' does not conform to the 'Sendable' protocol
158 |         }
159 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:293:15: note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
[321/323] Compiling SWIMNIOExample SWIMNIOHandler.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:35: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                   `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:75:55: warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a `@Sendable` closure
 73 |             onMemberStatusChange: { change in
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
    |                                                       `- warning: capture of 'change' with non-sendable type 'SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>' in a `@Sendable` closure
 76 |                     context.fireChannelRead(wrapped)
 77 |                 }
/host/spi-builder-workspace/Sources/SWIM/Events.swift:22:19: note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 20 |     /// Use `isReachabilityChange` to detect whether the is a change from an alive to unreachable/dead state or not,
 21 |     /// and is worth emitting to user-code or not.
 22 |     public struct MemberStatusChangedEvent<Peer: SWIMPeer>: Equatable {
    |                   `- note: generic struct 'MemberStatusChangedEvent' does not conform to the 'Sendable' protocol
 23 |         /// The member that this change event is about.
 24 |         public let member: SWIM.Member<Peer>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 18 | import NIO
 19 | import NIOFoundationCompat
 20 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 21 |
 22 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:76:21: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
 74 |                 context.eventLoop.execute {
 75 |                     let wrapped = self.wrapInboundOut(change)
 76 |                     context.fireChannelRead(wrapped)
    |                     `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure
 77 |                 }
 78 |             }
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1786:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1784 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1785 | /// `ChannelHandler`.
1786 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1787 |     // visible for ChannelPipeline to modify
1788 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:130:39: warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
 32 | /// It is designed to work with `DatagramBootstrap`s, and the contained shell can send messages by writing `SWIMNIOSWIMNIOWriteCommand`
 33 | /// data into the channel which this handler converts into outbound `AddressedEnvelope<ByteBuffer>` elements.
 34 | public final class SWIMNIOHandler: ChannelDuplexHandler {
    |                    `- note: class 'SWIMNIOHandler' does not conform to the 'Sendable' protocol
 35 |     public typealias InboundIn = AddressedEnvelope<ByteBuffer>
 36 |     public typealias InboundOut = SWIM.MemberStatusChangedEvent<SWIM.NIOPeer>
    :
128 |
129 |                 let timeoutTask = context.eventLoop.scheduleTask(in: writeCommand.replyTimeout) {
130 |                     if let callback = self.pendingReplyCallbacks.removeValue(forKey: callbackKey) {
    |                                       `- warning: capture of 'self' with non-sendable type 'SWIMNIOHandler' in a `@Sendable` closure
131 |                         callback(
132 |                             .failure(
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:130:86: warning: capture of 'callbackKey' with non-sendable type 'PendingResponseCallbackIdentifier' in a `@Sendable` closure
128 |
129 |                 let timeoutTask = context.eventLoop.scheduleTask(in: writeCommand.replyTimeout) {
130 |                     if let callback = self.pendingReplyCallbacks.removeValue(forKey: callbackKey) {
    |                                                                                      `- warning: capture of 'callbackKey' with non-sendable type 'PendingResponseCallbackIdentifier' in a `@Sendable` closure
131 |                         callback(
132 |                             .failure(
    :
320 |
321 | // TODO: move callbacks into the shell?
322 | struct PendingResponseCallbackIdentifier: Hashable, CustomStringConvertible {
    |        `- note: consider making struct 'PendingResponseCallbackIdentifier' conform to the 'Sendable' protocol
323 |     let peerAddress: SocketAddress  // FIXME: UID as well...?
324 |     let sequenceNumber: SWIM.SequenceNumber
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOHandler.swift:134:46: warning: capture of 'writeCommand' with non-sendable type 'SWIMNIOHandler.OutboundIn' (aka 'SWIMNIOWriteCommand') in a `@Sendable` closure
132 |                             .failure(
133 |                                 SWIMNIOTimeoutError(
134 |                                     timeout: writeCommand.replyTimeout,
    |                                              `- warning: capture of 'writeCommand' with non-sendable type 'SWIMNIOHandler.OutboundIn' (aka 'SWIMNIOWriteCommand') in a `@Sendable` closure
135 |                                     message:
136 |                                         "Timeout of [\(callbackKey)], no reply to [\(writeCommand.message.messageCaseDescription)] after \(writeCommand.replyTimeout.prettyDescription())"
    :
291 | /// and install a reply handler for the specific sequence number associated with the message (along with a timeout)
292 | /// when a callback is provided.
293 | public struct SWIMNIOWriteCommand {
    |               `- note: consider making struct 'SWIMNIOWriteCommand' conform to the 'Sendable' protocol
294 |     /// SWIM message to be written.
295 |     public let message: SWIM.Message
[322/323] Compiling SWIMNIOExample Settings.swift
[323/323] Compiling SWIMNIOExample SWIMNIOShell.swift
/host/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
113 |
114 | extension SWIM.NIOPeer: Codable {
115 |     public init(from decoder: Decoder) throws {
    |            `- warning: non-sendable type 'any Decoder' in parameter of the protocol requirement satisfied by nonisolated initializer 'init(from:)' cannot cross actor boundary; this is an error in the Swift 6 language mode
116 |         let container = try decoder.singleValueContainer()
117 |         let node = try container.decode(Node.self)
Swift.Decoder:1:17: note: protocol 'Decoder' does not conform to the 'Sendable' protocol
1 | public protocol Decoder {
  |                 `- note: protocol 'Decoder' does not conform to the 'Sendable' protocol
2 |     var codingPath: [any CodingKey] { get }
3 |     var userInfo: [CodingUserInfoKey : Any] { get }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:96:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
 94 |         guard self.eventLoop.inEventLoop else {
 95 |             return self.eventLoop.execute {
 96 |                 self.receiveShutdown()
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 97 |             }
 98 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:115:95: warning: capture of 'task' with non-sendable type '() -> Void' in a `@Sendable` closure
113 |         self.eventLoop.assertInEventLoop()
114 |
115 |         let scheduled: Scheduled<Void> = self.eventLoop.scheduleTask(in: delay.toNIO) { () in task() }
    |                                                                                               |- warning: capture of 'task' with non-sendable type '() -> Void' in a `@Sendable` closure
    |                                                                                               `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
116 |         return SWIMCancellable { scheduled.cancel() }
117 |     }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:125:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
123 |         guard self.eventLoop.inEventLoop else {
124 |             return self.eventLoop.execute {
125 |                 self.receiveMessage(message: message)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
126 |             }
127 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:125:46: warning: capture of 'message' with non-sendable type 'SWIM.Message' in a `@Sendable` closure
123 |         guard self.eventLoop.inEventLoop else {
124 |             return self.eventLoop.execute {
125 |                 self.receiveMessage(message: message)
    |                                              `- warning: capture of 'message' with non-sendable type 'SWIM.Message' in a `@Sendable` closure
126 |             }
127 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/Message.swift:21:17: note: consider making enum 'Message' conform to the 'Sendable' protocol
 19 |
 20 | extension SWIM {
 21 |     public enum Message {
    |                 `- note: consider making enum 'Message' conform to the 'Sendable' protocol
 22 |         case ping(replyTo: NIOPeer, payload: GossipPayload<NIOPeer>, sequenceNumber: SWIM.SequenceNumber)
 23 |
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:152:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
150 |         guard self.eventLoop.inEventLoop else {
151 |             return self.eventLoop.execute {
152 |                 self.receiveLocalMessage(message: message)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
153 |             }
154 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:152:51: warning: capture of 'message' with non-sendable type 'SWIM.LocalMessage' in a `@Sendable` closure
150 |         guard self.eventLoop.inEventLoop else {
151 |             return self.eventLoop.execute {
152 |                 self.receiveLocalMessage(message: message)
    |                                                   `- warning: capture of 'message' with non-sendable type 'SWIM.LocalMessage' in a `@Sendable` closure
153 |             }
154 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/Message.swift:76:17: note: consider making enum 'LocalMessage' conform to the 'Sendable' protocol
 74 |     }
 75 |
 76 |     public enum LocalMessage {
    |                 `- note: consider making enum 'LocalMessage' conform to the 'Sendable' protocol
 77 |         /// Sent by `ClusterShell` when wanting to join a cluster node by `Node`.
 78 |         ///
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:174:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
172 |         guard self.eventLoop.inEventLoop else {
173 |             return self.eventLoop.execute {
174 |                 self.receivePing(pingOrigin: pingOrigin, payload: payload, sequenceNumber: sequenceNumber)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
175 |             }
176 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:219:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
217 |         guard self.eventLoop.inEventLoop else {
218 |             return self.eventLoop.execute {
219 |                 self.receivePingRequest(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
220 |                     target: target,
221 |                     pingRequestOrigin: pingRequestOrigin,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:279:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
277 |         guard self.eventLoop.inEventLoop else {
278 |             return self.eventLoop.execute {
279 |                 self.receivePingResponse(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
280 |                     response: response,
281 |                     pingRequestOriginPeer: pingRequestOriginPeer,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:337:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
335 |         guard self.eventLoop.inEventLoop else {
336 |             return self.eventLoop.execute {
337 |                 self.receiveEveryPingRequestResponse(result: result, pingedPeer: pingedPeer)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
338 |             }
339 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:357:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
355 |         guard self.eventLoop.inEventLoop else {
356 |             return self.eventLoop.execute {
357 |                 self.receivePingRequestResponse(result: result, pingedPeer: pingedPeer)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
358 |             }
359 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:546:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
544 |             switch result {
545 |             case .success(let response):
546 |                 self.swim.metrics.shell.pingRequestResponseTimeFirst.recordInterval(
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
547 |                     since: startedSendingPingRequestsSentAt
548 |                 )
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:553:50: warning: capture of 'directive' with non-sendable type 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' in a `@Sendable` closure
551 |             case .failure(let error):
552 |                 self.log.debug(
553 |                     "Failed to pingRequest via \(directive.requestDetails.count) peers",
    |                                                  `- warning: capture of 'directive' with non-sendable type 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' in a `@Sendable` closure
554 |                     metadata: ["pingRequest/target": "\(target)", "error": "\(error)"]
555 |                 )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1165:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1163 |     /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1164 |     /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1165 |     public struct SendPingRequestDirective {
     |                   `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1166 |         /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1167 |         public let target: Peer
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 17 | import Metrics
 18 | import NIO
 19 | import SWIM
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SWIM'
 20 |
 21 | import struct Dispatch.DispatchTime
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:553:50: warning: implicit capture of 'directive' requires that 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' conforms to `Sendable`; this is an error in the Swift 6 language mode
551 |             case .failure(let error):
552 |                 self.log.debug(
553 |                     "Failed to pingRequest via \(directive.requestDetails.count) peers",
    |                                                  `- warning: implicit capture of 'directive' requires that 'SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>.SendPingRequestDirective' conforms to `Sendable`; this is an error in the Swift 6 language mode
554 |                     metadata: ["pingRequest/target": "\(target)", "error": "\(error)"]
555 |                 )
/host/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1165:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1163 |     /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1164 |     /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1165 |     public struct SendPingRequestDirective {
     |                   `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1166 |         /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1167 |         public let target: Peer
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:608:17: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
606 |         guard self.eventLoop.inEventLoop else {
607 |             return self.eventLoop.execute {
608 |                 self.receiveStartMonitoring(node: node)
    |                 `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
609 |             }
610 |         }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:643:21: warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
 27 | ///
 28 | /// - SeeAlso: `SWIM.Instance` for detailed documentation about the SWIM protocol implementation.
 29 | public final class SWIMNIOShell {
    |                    `- note: class 'SWIMNIOShell' does not conform to the 'Sendable' protocol
 30 |     var swim: SWIM.Instance<SWIM.NIOPeer, SWIM.NIOPeer, SWIM.NIOPeer>!
 31 |
    :
641 |                 // TODO: implement via re-trying a few times and then giving up https://github.com/apple/swift-cluster-membership/issues/32
642 |                 self.eventLoop.scheduleTask(in: .seconds(5)) {
643 |                     self.log.info("(Re)-Attempt ping to initial contact point: \(node)")
    |                     `- warning: capture of 'self' with non-sendable type 'SWIMNIOShell' in a `@Sendable` closure
644 |                     self.receiveStartMonitoring(node: node)
645 |                 }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:584:22: 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
582 |                     metadata: self.swim.metadata
583 |                 )
584 |                 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
585 |                     await self.sendPing(
    |                           `- note: closure captures 'self' which is accessible to code in the current task
586 |                         to: target,
587 |                         payload: payload,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:627:14: 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
625 |             message: "ping(replyTo: \(self.peer), payload: .none, sequenceNr: \(sequenceNumber))"
626 |         )
627 |         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
628 |             do {
629 |                 let response = try await targetPeer.ping(
630 |                     payload: self.swim.makeGossipPayload(to: nil),
    |                              `- note: closure captures 'self' which is accessible to code in the current task
631 |                     from: self.peer,
632 |                     timeout: .seconds(1),
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:199:22: 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
197 |             case .sendAck(let pingOrigin, let pingedTarget, let incarnation, let payload, let sequenceNumber):
198 |                 self.tracelog(.reply(to: pingOrigin), message: "\(directive)")
199 |                 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
200 |                     await pingOrigin.peer(self.channel).ack(
    |                                           `- note: closure captures 'self' which is accessible to code in the current task
201 |                         acknowledging: sequenceNumber,
202 |                         target: pingedTarget,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:257:22: 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
255 |                 let sequenceNumber
256 |             ):
257 |                 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
258 |                     await self.sendPing(
    |                           `- note: closure captures 'self' which is accessible to code in the current task
259 |                         to: target,
260 |                         payload: payload,
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:324:22: 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
322 |
323 |             case .sendPingRequests(let pingRequestDirective):
324 |                 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
325 |                     await self.sendPingRequests(pingRequestDirective)
    |                           `- note: closure captures 'self' which is accessible to code in the current task
326 |                 }
327 |             }
/host/spi-builder-workspace/Sources/SWIMNIOExample/SWIMNIOShell.swift:481:31: 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
479 |         await withTaskGroup(of: Void.self) { group in
480 |             for pingRequest in directive.requestDetails {
481 |                 group.addTask {
    |                               `- 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
482 |                     let peerToPingRequestThrough = pingRequest.peerToPingRequestThrough
483 |                     let payload = pingRequest.payload
484 |                     let sequenceNumber = pingRequest.sequenceNumber
485 |
486 |                     self.log.trace(
    |                     `- note: closure captures 'self' which is accessible to code in the current task
487 |                         "Sending ping request for [\(target)] to [\(peerToPingRequestThrough.swimNode)] with payload: \(payload)"
488 |                     )
Build complete! (97.11s)
Build complete.
{
  "cxx_language_standard" : "c++11",
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.8.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    }
  ],
  "manifest_display_name" : "swift-cluster-membership",
  "name" : "swift-cluster-membership",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ClusterMembership",
      "targets" : [
        "ClusterMembership"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIM",
      "targets" : [
        "SWIM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SWIMNIOExample",
      "targets" : [
        "SWIMNIOExample"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SWIMTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTests",
      "path" : "Tests/SWIMTests",
      "sources" : [
        "HeapTests.swift",
        "SWIMInstanceTests.swift",
        "SWIMMetricsTests.swift",
        "SWIMSettingsTests.swift",
        "TestPeer.swift"
      ],
      "target_dependencies" : [
        "SWIM",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMTestKit",
      "module_type" : "SwiftTarget",
      "name" : "SWIMTestKit",
      "path" : "Tests/SWIMTestKit",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "Metrics"
      ],
      "sources" : [
        "LogCapture.swift",
        "TestMetrics.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExampleTests",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExampleTests",
      "path" : "Tests/SWIMNIOExampleTests",
      "sources" : [
        "CodingTests.swift",
        "SWIMNIOClusteredTests.swift",
        "SWIMNIOEventClusteredTests.swift",
        "SWIMNIOMetricsTests.swift",
        "Utils/BaseXCTestCases.swift"
      ],
      "target_dependencies" : [
        "SWIMNIOExample",
        "SWIMTestKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SWIMNIOExample",
      "module_type" : "SwiftTarget",
      "name" : "SWIMNIOExample",
      "path" : "Sources/SWIMNIOExample",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat",
        "NIOConcurrencyHelpers",
        "NIOExtras",
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIMNIOExample"
      ],
      "sources" : [
        "Coding.swift",
        "Logging.swift",
        "Message.swift",
        "NIOPeer.swift",
        "SWIMNIOHandler.swift",
        "SWIMNIOShell.swift",
        "Settings.swift",
        "Utils/String+Extensions.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SWIM",
      "module_type" : "SwiftTarget",
      "name" : "SWIM",
      "path" : "Sources/SWIM",
      "product_dependencies" : [
        "Logging",
        "Metrics"
      ],
      "product_memberships" : [
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Events.swift",
        "Member.swift",
        "Metrics.swift",
        "Peer.swift",
        "SWIM.swift",
        "SWIMInstance.swift",
        "SWIMProtocol.swift",
        "Settings.swift",
        "Status.swift",
        "Utils/Heap.swift",
        "Utils/String+Extensions.swift",
        "Utils/_PrettyLog.swift",
        "Utils/time.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClusterMembershipTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipTests",
      "path" : "Tests/ClusterMembershipTests",
      "sources" : [
        "NodeTests.swift"
      ],
      "target_dependencies" : [
        "ClusterMembership"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembershipDocumentationTests",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembershipDocumentationTests",
      "path" : "Tests/ClusterMembershipDocumentationTests",
      "sources" : [
        "SWIMDocExamples.swift"
      ],
      "target_dependencies" : [
        "SWIM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClusterMembership",
      "module_type" : "SwiftTarget",
      "name" : "ClusterMembership",
      "path" : "Sources/ClusterMembership",
      "product_memberships" : [
        "ClusterMembership",
        "SWIM",
        "SWIMNIOExample"
      ],
      "sources" : [
        "Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.