Build Information
Successful build of swift-cluster-membership, reference main (020d87), with Swift 6.1 for macOS (SPM) on 28 Oct 2025 14:15:30 UTC.
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-cluster-membership.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-cluster-membership
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 020d875 chore: restrict GitHub workflow permissions - future-proof (#124)
Cloned https://github.com/apple/swift-cluster-membership.git
Revision (git rev-parse @):
020d875992794072e091e0d0acd47827bd64924e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-cluster-membership.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-cluster-membership.git
https://github.com/apple/swift-cluster-membership.git
{
"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" : "/Users/admin/builder/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.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/34] Write sources
[6/34] Copying PrivacyInfo.xcprivacy
[6/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[20/34] Compiling CNIOWindows shim.c
[21/34] Compiling CNIOWASI CNIOWASI.c
[22/34] Compiling CNIOLinux shim.c
[22/34] Compiling CNIOLinux liburing_shims.c
[24/34] Write sources
[25/34] Write swift-version-2F0A5646E1D333AE.txt
[26/34] Compiling _AtomicsShims.c
[27/34] Compiling CNIOPosix event_loop_id.c
[28/40] Compiling CNIOLLHTTP c_nio_http.c
[29/62] Compiling CNIOLLHTTP c_nio_api.c
[31/67] Emitting module ClusterMembership
[31/67] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/86] Compiling CNIODarwin shim.c
[34/86] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/86] Compiling Atomics UnsafeAtomicLazyReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/86] Compiling Atomics IntegerOperations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/86] Compiling Atomics ManagedAtomicLazyReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/86] Compiling Atomics UnsafeAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/86] Compiling Atomics AtomicReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/86] Compiling Atomics AtomicStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/87] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/87] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/87] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/87] Compiling ClusterMembership Node.swift
[46/87] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/87] Compiling Atomics DoubleWord.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/87] Compiling Atomics ManagedAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/87] Compiling Atomics PointerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/87] Compiling Atomics Primitives.native.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/87] Compiling Atomics AtomicInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/87] Compiling Atomics AtomicOptionalWrappable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/87] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/87] Compiling Atomics OptionalRawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/87] Compiling Atomics RawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/103] Emitting module CoreMetrics
[59/103] Compiling DequeModule Deque+Codable.swift
[60/103] Compiling DequeModule Deque+Collection.swift
[61/103] Compiling DequeModule Deque+Extras.swift
[62/103] Compiling DequeModule Deque+Hashable.swift
[63/104] Compiling CoreMetrics Locks.swift
[64/104] Compiling Atomics Unmanaged extensions.swift
[65/104] Compiling DequeModule Deque+Testing.swift
[66/104] Compiling DequeModule Deque._Storage.swift
[67/104] Compiling DequeModule Deque+Equatable.swift
[68/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[69/104] Compiling DequeModule Deque+CustomReflectable.swift
[70/104] Compiling DequeModule Deque+Descriptions.swift
[71/104] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/104] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/104] Compiling DequeModule Deque._UnsafeHandle.swift
[74/104] Compiling DequeModule Deque.swift
[75/104] Compiling Atomics AtomicValue.swift
[76/104] Compiling Atomics AtomicMemoryOrderings.swift
[77/104] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/104] Compiling Atomics AtomicBool.swift
[79/104] Compiling Atomics IntegerConformances.swift
[80/104] Compiling CoreMetrics Metrics.swift
[81/104] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/104] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/104] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/105] Compiling Logging LogHandler.swift
[93/105] Compiling Logging Locks.swift
[94/105] Emitting module Logging
[95/105] Compiling Logging Logging.swift
[96/105] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/105] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/105] Emitting module Atomics
[103/107] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/107] Compiling c-nioatomics.c
[104/107] Compiling c-atomics.c
[106/113] Compiling NIOConcurrencyHelpers lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/113] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/113] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/113] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/113] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/176] Compiling NIOCore Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/176] Compiling NIOCore MarkedCircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/176] Compiling NIOCore MulticastChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/176] Compiling NIOCore NIOAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/176] Compiling NIOCore NIOCloseOnErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/176] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/176] Compiling NIOCore NIOLoopBound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/182] Compiling NIOCore SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/182] Compiling NIOCore SystemCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/182] Compiling NIOCore TimeAmount+Duration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/182] Compiling NIOCore TypeAssistedChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/182] Compiling NIOCore UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/182] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/182] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/182] Compiling NIOCore NIOScheduledCallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/182] Compiling NIOCore NIOSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/182] Compiling NIOCore RecvByteBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/182] Compiling NIOCore SocketAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/182] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/182] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/182] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/182] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/182] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/182] Compiling NIOCore Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/182] Compiling NIOCore ConvenienceOptionSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/182] Compiling NIOCore DeadChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/182] Compiling NIOCore DispatchQueue+WithFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/182] Compiling NIOCore EventLoop+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/182] Compiling NIOCore EventLoop+SerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/182] Compiling NIOCore EventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/182] Compiling NIOCore EventLoopFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/182] Compiling NIOCore FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/182] Compiling NIOCore FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/182] Compiling NIOCore FileRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/182] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/182] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/182] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/182] Compiling NIOCore ByteBuffer-conversions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/182] Emitting module Metrics
[160/182] Compiling Metrics Metrics.swift
[161/182] Compiling NIOCore Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/182] Compiling NIOCore ChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/182] Compiling NIOCore ChannelHandlers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/182] Compiling NIOCore ChannelInvoker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/182] Compiling NIOCore ChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/182] Compiling NIOCore ChannelPipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/182] Compiling NIOCore CircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/195] Compiling NIOCore GlobalSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/195] Compiling NIOCore IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/195] Compiling NIOCore IOData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/195] Compiling NIOCore IPProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/195] Compiling NIOCore IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/195] Compiling NIOCore IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/195] Compiling NIOCore Interfaces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/195] Compiling NIOCore ByteBuffer-core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/195] Compiling NIOCore ByteBuffer-hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/195] Compiling NIOCore ByteBuffer-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/195] Compiling NIOCore ByteBuffer-lengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/195] Compiling NIOCore ByteBuffer-multi-int.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/195] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/195] Compiling NIOCore ByteBuffer-views.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/195] Emitting module NIOCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/251] Compiling NIOEmbedded AsyncTestingChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/251] Compiling NIOEmbedded Embedded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/251] Emitting module NIOEmbedded
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/251] Compiling NIOEmbedded AsyncTestingEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/251] Compiling NIOPosix BSDSocketAPICommon.swift
[188/251] Compiling NIOPosix BSDSocketAPIPosix.swift
[189/252] Compiling SWIM String+Extensions.swift
[190/252] Compiling SWIM _PrettyLog.swift
[191/252] Compiling SWIM Status.swift
[192/252] Compiling SWIM Heap.swift
[193/252] Emitting module SWIM
[194/252] Compiling NIOPosix BSDSocketAPIWindows.swift
[195/252] Compiling NIOPosix BaseSocket.swift
[196/252] Compiling SWIM time.swift
[197/252] Compiling SWIM SWIMProtocol.swift
[198/252] Compiling SWIM Settings.swift
[199/252] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[200/252] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/257] Compiling NIOPosix ServerSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/257] Compiling NIOPosix Socket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/257] Compiling NIOPosix SocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/257] Compiling NIOPosix SocketProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/257] Compiling NIOPosix StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/257] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/257] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/257] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/257] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/257] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/257] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/257] Emitting module NIOPosix
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/257] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/257] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/257] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/257] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/257] Compiling NIOPosix SelectorWSAPoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/257] Compiling NIOPosix PosixSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/257] Compiling NIOPosix RawSocketBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/257] Compiling NIOPosix Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/257] Compiling NIOPosix Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/257] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/257] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/257] Compiling NIOPosix Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/257] Compiling NIOPosix VsockAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/257] Compiling NIOPosix VsockChannelEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/257] Compiling NIOPosix Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/257] Compiling NIOPosix resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/257] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/257] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/257] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/257] Compiling NIOPosix NIOPosixSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/257] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/257] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/257] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/257] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/257] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/257] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/257] Compiling NIOPosix Pool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/257] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/257] Compiling NIOPosix System.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/257] Compiling NIOPosix Thread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/257] Compiling NIOPosix ThreadPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/257] Compiling NIOPosix ThreadWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/257] Compiling NIOPosix UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/257] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/257] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/257] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/257] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/257] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[257/257] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[258/259] Emitting module NIO
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/259] Compiling NIO Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/281] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/282] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/282] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/282] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[265/282] Emitting module NIOFoundationCompat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[266/282] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[267/282] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[268/282] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[269/282] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[270/282] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[271/282] Compiling NIOHTTP1 HTTPPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/282] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/282] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/282] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[275/282] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[276/282] Compiling NIOHTTP1 ByteCollectionUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[277/282] Compiling NIOHTTP1 HTTPDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[278/282] Compiling NIOHTTP1 HTTPEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[279/282] Compiling NIOHTTP1 HTTPHeaderValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/282] Compiling NIOHTTP1 HTTPTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/282] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[282/282] Emitting module NIOHTTP1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[283/301] Compiling NIOExtras RequestResponseHandlers+State.swift
[284/301] Compiling NIOExtras RequestResponseWithIDHandler.swift
[285/302] Compiling NIOExtras NIORequestIdentifiable.swift
[286/302] Compiling NIOExtras PCAPRingBuffer.swift
[287/302] Compiling NIOExtras LineBasedFrameDecoder.swift
[288/302] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[289/302] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[290/302] Compiling NIOExtras JSONRPCFraming.swift
[291/302] Compiling NIOExtras FixedLengthFrameDecoder.swift
[292/302] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[293/302] Compiling NIOExtras QuiescingHelper.swift
[294/302] Compiling NIOExtras RequestResponseHandler.swift
[295/302] Compiling NIOExtras DebugInboundEventsHandler.swift
[296/302] Compiling NIOExtras DebugOutboundEventsHandler.swift
[297/302] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[298/302] Compiling NIOExtras LengthFieldPrepender.swift
[299/302] Compiling NIOExtras NIOExtrasError.swift
[300/302] Compiling NIOExtras NIOLengthFieldBitLength.swift
[301/302] Emitting module NIOExtras
[302/302] Compiling NIOExtras WritePCAPHandler.swift
[303/312] Compiling SWIMNIOExample String+Extensions.swift
[304/312] Compiling SWIMNIOExample Settings.swift
[305/312] Compiling SWIMNIOExample time.swift
[306/312] Compiling SWIMNIOExample SWIMNIOHandler.swift
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 | // visible for ChannelPipeline to modify
1794 | fileprivate var next: Optional<ChannelHandlerContext>
/Users/admin/builder/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(
/Users/admin/builder/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
/Users/admin/builder/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
[307/312] Compiling SWIMNIOExample Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 }
[308/312] Compiling SWIMNIOExample Message.swift
[309/312] Compiling SWIMNIOExample Coding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 }
[310/312] Compiling SWIMNIOExample NIOPeer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 }
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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 |
/Users/admin/builder/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
[311/312] Compiling SWIMNIOExample SWIMNIOShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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 |
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | ///
/Users/admin/builder/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 | }
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | )
/Users/admin/builder/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 | )
/Users/admin/builder/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1169:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1167 | /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1168 | /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1169 | public struct SendPingRequestDirective {
| `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1170 | /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1171 | public let target: Peer
/Users/admin/builder/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
/Users/admin/builder/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 | )
/Users/admin/builder/spi-builder-workspace/Sources/SWIM/SWIMInstance.swift:1169:19: note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1167 | /// Only a single `target` peer is used, however it may be pinged "through" a few other members.
1168 | /// The amount of fan-out in pingRequests is configurable by `swim.indirectProbeCount`.
1169 | public struct SendPingRequestDirective {
| `- note: struct 'SendPingRequestDirective' does not conform to the 'Sendable' protocol
1170 | /// Target that the should be probed by the `requestDetails.memberToPingRequestThrough` peers.
1171 | public let target: Peer
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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,
/Users/admin/builder/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),
/Users/admin/builder/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,
/Users/admin/builder/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,
/Users/admin/builder/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 | }
/Users/admin/builder/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 | )
[312/312] Emitting module SWIMNIOExample
/Users/admin/builder/spi-builder-workspace/Sources/SWIMNIOExample/Coding.swift:115:12: warning: non-sendable parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 parameter type 'any Decoder' cannot be sent from caller of protocol requirement 'init(from:)' into nonisolated implementation; 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 }
/Users/admin/builder/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 | }
/Users/admin/builder/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 | }
/Users/admin/builder/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>
/Users/admin/builder/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
/Users/admin/builder/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 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1792:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1790 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1791 | /// `ChannelHandler`.
1792 | public final class ChannelHandlerContext: ChannelInvoker {
| `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1793 | // visible for ChannelPipeline to modify
1794 | fileprivate var next: Optional<ChannelHandlerContext>
Build complete! (47.99s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Fetched https://github.com/apple/swift-metrics.git from cache (2.28s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.29s)
Fetched https://github.com/apple/swift-log.git from cache (2.29s)
Fetched https://github.com/apple/swift-nio.git from cache (2.34s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (2.87s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.70s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
[1/2530] Fetching swift-service-lifecycle
[204/8164] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
[286/14835] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.75s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.19s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.19s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.82s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.0 (2.18s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.29s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.49s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (0.61s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.38s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (1.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.87.0 (0.64s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (1.12s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.69s)
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.35.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.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.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.0.0
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.29.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.5.0
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.5.1
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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.0
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.38.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.3.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.87.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.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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" : "/Users/admin/builder/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.10"
}
Done.