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