Build Information
Successful build of swift-distributed-actors, reference main (824865), with Swift 6.1 for Linux on 18 Nov 2025 15:09:05 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1Build Log
351 | 1: .same(proto: "target"),
352 | 2: .same(proto: "incarnation"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/SWIM/Protobuf/SWIM.pb.swift:435:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
433 | extension _ProtoSWIMPingResponse.Nack: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
434 | public static let protoMessageName: String = _ProtoSWIMPingResponse.protoMessageName + ".Nack"
435 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
436 | 1: .same(proto: "target"),
437 | 2: .same(proto: "sequenceNumber"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/SWIM/Protobuf/SWIM.pb.swift:504:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
502 | extension _ProtoSWIMStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
503 | public static let protoMessageName: String = "SWIMStatus"
504 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
505 | 1: .same(proto: "type"),
506 | 2: .same(proto: "incarnation"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/SWIM/Protobuf/SWIM.pb.swift:544:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
542 |
543 | extension _ProtoSWIMStatus.TypeEnum: SwiftProtobuf._ProtoNameProviding {
544 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
545 | 0: .same(proto: "UNSPECIFIED"),
546 | 1: .same(proto: "ALIVE"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/SWIM/Protobuf/SWIM.pb.swift:555:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
553 | extension _ProtoSWIMMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
554 | public static let protoMessageName: String = "SWIMMember"
555 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | 1: .same(proto: "id"),
557 | 2: .same(proto: "status"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/SWIM/Protobuf/SWIM.pb.swift:632:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
630 | extension _ProtoSWIMGossipPayload: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
631 | public static let protoMessageName: String = "SWIMGossipPayload"
632 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
633 | 1: .same(proto: "member")
634 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID.pb.swift:136:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
134 | extension _ProtoActorID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
135 | public static let protoMessageName: String = "ActorID"
136 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
137 | 1: .same(proto: "node"),
138 | 2: .same(proto: "path"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID.pb.swift:221:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
219 | extension _ProtoActorPath: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
220 | public static let protoMessageName: String = "ActorPath"
221 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
222 | 1: .same(proto: "segments")
223 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID.pb.swift:250:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
248 | extension _ProtoClusterNode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
249 | public static let protoMessageName: String = "ClusterNode"
250 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
251 | 1: .same(proto: "endpoint"),
252 | 2: .same(proto: "nid"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID.pb.swift:319:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
317 | extension _ProtoClusterEndpoint: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
318 | public static let protoMessageName: String = "ClusterEndpoint"
319 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
320 | 1: .same(proto: "protocol"),
321 | 2: .same(proto: "system"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoSystemMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "SystemMessage"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "watch"),
242 | 2: .same(proto: "unwatch"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:332:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
330 | extension _ProtoSystemMessage_Watch: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 | public static let protoMessageName: String = "SystemMessage_Watch"
332 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
333 | 1: .same(proto: "watchee"),
334 | 2: .same(proto: "watcher"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:401:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
399 | extension _ProtoSystemMessage_Unwatch: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
400 | public static let protoMessageName: String = "SystemMessage_Unwatch"
401 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
402 | 1: .same(proto: "watchee"),
403 | 2: .same(proto: "watcher"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:470:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
468 | extension _ProtoSystemMessage_Terminated: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
469 | public static let protoMessageName: String = "SystemMessage_Terminated"
470 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
471 | 1: .same(proto: "ref"),
472 | 2: .same(proto: "existenceConfirmed"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:547:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
545 | extension _ProtoSystemMessageACK: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
546 | public static let protoMessageName: String = "SystemMessageACK"
547 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
548 | 1: .same(proto: "sequenceNr")
549 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:576:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
574 | extension _ProtoSystemMessageNACK: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
575 | public static let protoMessageName: String = "SystemMessageNACK"
576 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
577 | 1: .same(proto: "sequenceNr")
578 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/SystemMessages.pb.swift:605:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
603 | extension _ProtoSystemMessageEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
604 | public static let protoMessageName: String = "SystemMessageEnvelope"
605 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
606 | 1: .same(proto: "sequenceNr"),
607 | 2: .same(proto: "message"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:345:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
343 | extension _ProtoHandshakeOffer: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
344 | static let protoMessageName: String = "HandshakeOffer"
345 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
346 | 1: .same(proto: "version"),
347 | 2: .same(proto: "originNode"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:422:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
420 | extension _ProtoHandshakeResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
421 | static let protoMessageName: String = "HandshakeResponse"
422 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
423 | 1: .same(proto: "accept"),
424 | 2: .same(proto: "reject"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:503:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
501 | extension _ProtoHandshakeAccept: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
502 | static let protoMessageName: String = "HandshakeAccept"
503 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
504 | 1: .same(proto: "version"),
505 | 2: .same(proto: "originNode"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:580:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
578 | extension _ProtoHandshakeReject: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
579 | static let protoMessageName: String = "HandshakeReject"
580 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
581 | 1: .same(proto: "version"),
582 | 2: .same(proto: "originNode"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:665:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
663 | extension _ProtoEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
664 | static let protoMessageName: String = "Envelope"
665 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
666 | 1: .same(proto: "recipient"),
667 | 2: .same(proto: "manifest"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
672 | var _recipient: _ProtoActorID? = nil
673 | var _manifest: _ProtoManifest? = nil
674 | var _payload: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
675 |
676 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:742:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
740 | extension _ProtoSystemEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
741 | static let protoMessageName: String = "SystemEnvelope"
742 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
743 | 1: .same(proto: "sequenceNr"),
744 | 2: .same(proto: "from"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
751 | var _from: _ProtoClusterNode? = nil
752 | var _manifest: _ProtoManifest? = nil
753 | var _payload: Data = SwiftProtobuf.Internal.emptyData
| `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
754 |
755 | static let defaultInstance = _StorageClass()
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:827:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
825 | extension _ProtoSystemAck: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
826 | static let protoMessageName: String = "SystemAck"
827 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
828 | 1: .same(proto: "sequenceNr"),
829 | 2: .same(proto: "from"),
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:896:60: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
894 | extension _ProtoProtocolVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
895 | static let protoMessageName: String = "ProtocolVersion"
896 | static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
897 | 1: .same(proto: "reserved"),
898 | 2: .same(proto: "major"),
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:39:18: warning: class 'Register' must restate inherited '@unchecked Sendable' conformance
37 | /// INTERNAL API
38 | /// When sent to receptionist will register the specified `_ActorRef` under the given `_Reception.Key`
39 | public class Register<Guest: _ReceptionistGuest>: _AnyRegister {
| `- warning: class 'Register' must restate inherited '@unchecked Sendable' conformance
40 | public let guest: Guest
41 | public let key: _Reception.Key<Guest>
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:74:18: warning: class 'Lookup' must restate inherited '@unchecked Sendable' conformance
72 | /// INTERNAL API
73 | /// Used to lookup `_ActorRef`s for the given `_Reception.Key`
74 | public class Lookup<Guest: _ReceptionistGuest>: _Lookup, ListingRequest, CustomStringConvertible {
| `- warning: class 'Lookup' must restate inherited '@unchecked Sendable' conformance
75 | public let key: _Reception.Key<Guest>
76 | public let subscriber: _ActorRef<_Reception.Listing<Guest>>
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:99:18: warning: class 'Subscribe' must restate inherited '@unchecked Sendable' conformance
97 | /// INTERNAL API
98 | /// Subscribe to periodic updates of the specified key
99 | public class Subscribe<Guest: _ReceptionistGuest>: _Subscribe, ListingRequest, CustomStringConvertible {
| `- warning: class 'Subscribe' must restate inherited '@unchecked Sendable' conformance
100 | public let key: _Reception.Key<Guest>
101 | public let subscriber: _ActorRef<_Reception.Listing<Guest>>
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:370:14: warning: class '_AnyRegister' must restate inherited '@unchecked Sendable' conformance
368 |
369 | /// INTERNAL API
370 | public class _AnyRegister: _ReceptionistMessage, _NotActuallyCodableMessage, CustomStringConvertible {
| `- warning: class '_AnyRegister' must restate inherited '@unchecked Sendable' conformance
371 | var _addressableActorRef: _AddressableActorRef { _undefined() }
372 | var _key: AnyReceptionKey { _undefined() }
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:383:14: warning: class '_Lookup' must restate inherited '@unchecked Sendable' conformance
381 | }
382 |
383 | public class _Lookup: _ReceptionistMessage, _NotActuallyCodableMessage {
| `- warning: class '_Lookup' must restate inherited '@unchecked Sendable' conformance
384 | let _key: AnyReceptionKey
385 |
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:489:14: warning: class '_Subscribe' must restate inherited '@unchecked Sendable' conformance
487 | }
488 |
489 | public class _Subscribe: _ReceptionistMessage, _NotActuallyCodableMessage {
| `- warning: class '_Subscribe' must restate inherited '@unchecked Sendable' conformance
490 | var _key: AnyReceptionKey {
491 | fatalErrorBacktrace("failed \(#function)")
/host/spi-builder-workspace/Sources/DistributedCluster/Receptionist/Receptionist.swift:549:22: warning: class '_ReceptionistDelayedListingFlushTick' must restate inherited '@unchecked Sendable' conformance
547 | }
548 |
549 | internal final class _ReceptionistDelayedListingFlushTick: _ReceptionistMessage, _NotActuallyCodableMessage {
| `- warning: class '_ReceptionistDelayedListingFlushTick' must restate inherited '@unchecked Sendable' conformance
550 | let key: AnyReceptionKey
551 |
/host/spi-builder-workspace/Sources/DistributedCluster/Serialization/Protobuf/Serialization.pb.swift:54:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
52 | extension _ProtoManifest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
53 | public static let protoMessageName: String = "Manifest"
54 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
55 | 1: .same(proto: "serializerID"),
56 | 2: .same(proto: "hint"),
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1234/1286] Compiling DistributedCluster Cluster+Member.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1235/1286] Compiling DistributedCluster Cluster+Membership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1236/1286] Compiling DistributedCluster ClusterControl.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1237/1286] Compiling DistributedCluster ClusterEventStream.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1238/1286] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1239/1286] Compiling DistributedCluster ClusterShell+Logging.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1240/1286] Compiling DistributedCluster ClusterShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1241/1286] Compiling DistributedCluster ClusterShellState.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1242/1286] Compiling DistributedCluster DiscoveryShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1243/1286] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1244/1286] Compiling DistributedCluster DowningSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1245/1286] Compiling DistributedCluster DowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1246/1286] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1247/1286] Compiling DistributedCluster HandshakeStateMachine.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1248/1286] Compiling DistributedCluster Leadership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1249/1286] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1250/1286] Compiling DistributedCluster Cluster+MembershipGossip.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1251/1286] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1252/1286] Compiling DistributedCluster NodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1253/1286] Compiling DistributedCluster Cluster+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1254/1286] Compiling DistributedCluster Cluster.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
27 | _ type: TraceLogType,
28 | message: Any,
29 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
30 | function: String = #function,
31 | line: UInt = #line
:
47 | level: level,
48 | "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
49 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
50 | function: function,
51 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
78 | _ type: TraceLogType,
79 | message: Any,
80 | file: String = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
81 | function: String = #function,
82 | line: UInt = #line
:
86 | level: level,
87 | "[tracelog:cluster] \(type.description): \(message)",
88 | file: file,
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
89 | function: function,
90 | line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
| `- note: 'file' declared here
3 |
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
235 | switch message {
236 | case .remoteActorWatched(let watcher, let remoteNode):
237 | instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
| `- warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
238 |
239 | case .remoteDistributedActorWatched(let remoteNode, let watcherID, let nodeTerminatedFn):
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:159:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
157 | extension _ProtoClusterShellMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
158 | public static let protoMessageName: String = "ClusterShellMessage"
159 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
160 | 1: .same(proto: "clusterEvent"),
161 | 2: .same(proto: "inbound"),
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:240:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
238 | extension _ProtoClusterInbound: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
239 | public static let protoMessageName: String = "ClusterInbound"
240 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
241 | 1: .same(proto: "restInPeace")
242 | ]
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Cluster.pb.swift:308:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
306 | extension _ProtoClusterRestInPeace: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
307 | public static let protoMessageName: String = "ClusterRestInPeace"
308 | public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
| `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
309 | 1: .same(proto: "targetNode"),
310 | 2: .same(proto: "fromNode"),
[1255/1286] Compiling DistributedCluster TopLevelBlobCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1256/1286] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1257/1286] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1258/1286] Compiling DistributedCluster TopLevelProtobufCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1259/1286] Compiling DistributedCluster TopLevelProtobufSerializer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1260/1286] Compiling DistributedCluster StashBuffer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1261/1286] Compiling DistributedCluster String+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1262/1286] Compiling DistributedCluster Supervision.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1263/1286] Compiling DistributedCluster SystemMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1264/1286] Compiling DistributedCluster Time.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1265/1286] Compiling DistributedCluster TimeSpec.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1266/1286] Compiling DistributedCluster Version.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1267/1286] Compiling DistributedCluster WeakActorDictionary.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1268/1286] Compiling DistributedCluster _ActorNaming.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1269/1286] Compiling DistributedCluster _ActorShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1270/1286] Compiling DistributedCluster _BehaviorTimers.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1271/1286] Compiling DistributedCluster _Mailbox.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1272/1286] Compiling DistributedCluster _OrderedSet+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1273/1286] Compiling DistributedCluster _Signals.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1274/1286] Compiling DistributedCluster utils.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[1275/1287] Wrapping AST for DistributedCluster for debugging
[1277/1308] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1278/1309] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1279/1309] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:37:71: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
28 | within timeout: Duration,
29 | verbose: Bool = false,
30 | file: StaticString = #filePath,
| `- note: did you mean for parameter 'file' to default to '#fileID'?
31 | line: UInt = #line,
32 | column: UInt = #column
:
35 | let listing = try self.fishForMessages(within: timeout, file: file, line: line) {
36 | if verbose {
37 | pinfo("Received listing: \($0.refs.count)", file: file, line: line)
| |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
| `- note: add parentheses to silence this warning
38 | }
39 |
DistributedCluster.pinfo.file:1:1: note: 'file' declared here
1 | file: StaticString
| `- note: 'file' declared here
[1280/1309] Compiling DistributedActorsTestKit Task+Testing.swift
[1281/1309] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1282/1309] Emitting module it_Clustered_swim_suspension_reachability
[1283/1309] Compiling it_Clustered_swim_suspension_reachability main.swift
[1284/1309] Emitting module swift_clusterd
[1285/1309] Compiling swift_clusterd boot+ClusterD.swift
[1286/1309] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1288/1311] Wrapping AST for swift-clusterd for debugging
[1289/1311] Write Objects.LinkFileList
[1290/1311] Wrapping AST for it_Clustered_swim_suspension_reachability for debugging
[1291/1311] Write Objects.LinkFileList
[1293/1311] Emitting module MultiNodeTestKit
[1294/1311] Compiling DistributedActorsTestKit TestProbes.swift
[1295/1311] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[1296/1312] Wrapping AST for MultiNodeTestKit for debugging
[1298/1316] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1299/1316] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1300/1316] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1301/1316] Emitting module DistributedActorsMultiNodeTests
[1301/1317] Linking swift-clusterd
[1303/1317] Linking it_Clustered_swim_suspension_reachability
[1304/1317] Wrapping AST for DistributedActorsMultiNodeTests for debugging
[1306/1327] Emitting module MultiNodeTestKitRunner
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/MultiNode+LogCapture.swift:21:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 | import MultiNodeTestKit
20 |
21 | struct PrettyMultiNodeLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
22 | let nodeName: String
23 | let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
[1307/1327] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/MultiNode+LogCapture.swift:21:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 | import MultiNodeTestKit
20 |
21 | struct PrettyMultiNodeLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
22 | let nodeName: String
23 | let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
[1308/1327] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/MultiNode+LogCapture.swift:21:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
19 | import MultiNodeTestKit
20 |
21 | struct PrettyMultiNodeLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
22 | let nodeName: String
23 | let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
[1309/1328] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
[1310/1328] Compiling MultiNodeTestKitRunner Time.swift
[1311/1328] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1312/1328] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1313/1328] Compiling MultiNodeTestKitRunner NaiveLogger.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:58:25: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
56 | channel.pipeline.addHandlers(
57 | [
58 | ByteToMessageHandler(NewlineFramer()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
59 | GrepHandler(
60 | nodeName: nodeName,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:67:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
65 | )
66 | }
67 | .withPipes(
| |- warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
| `- note: use 'takingOwnershipOfDescriptors(input:output:)' instead
68 | inputDescriptor: dup(processToChannel.fileHandleForReading.fileDescriptor),
69 | outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:71:33: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
69 | outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
70 | )
71 | let processOutputPipe = NIOFileHandle(descriptor: dup(processToChannel.fileHandleForWriting.fileDescriptor))
| `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
72 | processToChannel.fileHandleForReading.closeFile()
73 | processToChannel.fileHandleForWriting.closeFile()
[1314/1328] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:58:25: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
56 | channel.pipeline.addHandlers(
57 | [
58 | ByteToMessageHandler(NewlineFramer()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
59 | GrepHandler(
60 | nodeName: nodeName,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:67:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
65 | )
66 | }
67 | .withPipes(
| |- warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
| `- note: use 'takingOwnershipOfDescriptors(input:output:)' instead
68 | inputDescriptor: dup(processToChannel.fileHandleForReading.fileDescriptor),
69 | outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:71:33: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
69 | outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
70 | )
71 | let processOutputPipe = NIOFileHandle(descriptor: dup(processToChannel.fileHandleForWriting.fileDescriptor))
| `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
72 | processToChannel.fileHandleForReading.closeFile()
73 | processToChannel.fileHandleForWriting.closeFile()
[1315/1328] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
[1316/1328] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
[1317/1329] Compiling DistributedActorsTestKit ActorTestKit.swift
[1318/1329] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1319/1329] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1320/1329] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1321/1329] Emitting module DistributedActorsTestKit
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/LogCapture.swift:202:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
200 | // MARK: LogCapture LogHandler
201 |
202 | struct LogCaptureLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
203 | let label: String
204 | let capture: LogCapture
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/LogCapture.swift:202:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
200 | // MARK: LogCapture LogHandler
201 |
202 | struct LogCaptureLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
203 | let label: String
204 | let capture: LogCapture
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/LogCapture.swift:202:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
200 | // MARK: LogCapture LogHandler
201 |
202 | struct LogCaptureLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
203 | let label: String
204 | let capture: LogCapture
/host/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:213:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
137 | /// - function: The function the log line was emitted from.
138 | /// - line: The line the log message was emitted from.
139 | func log(
| `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
140 | level: Logger.Level,
141 | message: Logger.Message,
:
211 | extension LogHandler {
212 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
213 | public func log(
| `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
214 | level: Logger.Level,
215 | message: Logger.Message,
[1327/1330] Wrapping AST for MultiNodeTestKitRunner for debugging
[1328/1330] Write Objects.LinkFileList
[1329/1330] Linking MultiNodeTestKitRunner
Build complete! (450.28s)
Build complete.
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics"
},
{
"identity" : "swift-cluster-membership",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-cluster-membership"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.61.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf"
},
{
"identity" : "swift-backtrace",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-backtrace"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-beta",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics"
},
{
"identity" : "swift-service-discovery",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-service-discovery"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-distributed-actors",
"name" : "swift-distributed-actors",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DistributedCluster",
"targets" : [
"DistributedCluster"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-clusterd",
"targets" : [
"swift-clusterd"
],
"type" : {
"executable" : null
}
},
{
"name" : "it_Clustered_swim_suspension_reachability",
"targets" : [
"it_Clustered_swim_suspension_reachability"
],
"type" : {
"executable" : null
}
},
{
"name" : "MultiNodeTestKitRunner",
"targets" : [
"MultiNodeTestKitRunner"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_clusterd",
"module_type" : "SwiftTarget",
"name" : "swift-clusterd",
"path" : "Sources/Clusterd",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-clusterd"
],
"sources" : [
"boot+ClusterD.swift"
],
"target_dependencies" : [
"DistributedCluster"
],
"type" : "executable"
},
{
"c99name" : "it_Clustered_swim_suspension_reachability",
"module_type" : "SwiftTarget",
"name" : "it_Clustered_swim_suspension_reachability",
"path" : "IntegrationTests/tests_01_cluster/it_Clustered_swim_suspension_reachability",
"product_memberships" : [
"it_Clustered_swim_suspension_reachability"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DistributedCluster"
],
"type" : "executable"
},
{
"c99name" : "MultiNodeTestPlugin",
"module_type" : "PluginTarget",
"name" : "MultiNodeTestPlugin",
"path" : "Plugins/MultiNodeTestPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Run MultiNodeTestKit based tests across multiple processes or physical compute nodes",
"type" : "custom",
"verb" : "multi-node"
},
"permissions" : [
],
"type" : "command"
},
"sources" : [
"plugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "MultiNodeTestKitRunner",
"module_type" : "SwiftTarget",
"name" : "MultiNodeTestKitRunner",
"path" : "Sources/MultiNodeTestKitRunner",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"MultiNodeTestKitRunner"
],
"sources" : [
"MultiNode+LogCapture.swift",
"MultiNode+TestSuites.swift",
"NaiveLogger.swift",
"OutputGrepper.swift",
"Process+Extensions.swift",
"Terminal+Rainbow.swift",
"Time.swift",
"boot+MultiNodeTestKitRunner+Exec.swift",
"boot+MultiNodeTestKitRunner+Test.swift",
"boot+MultiNodeTestKitRunner.swift"
],
"target_dependencies" : [
"DistributedActorsMultiNodeTests",
"MultiNodeTestKit"
],
"type" : "executable"
},
{
"c99name" : "MultiNodeTestKit",
"module_type" : "SwiftTarget",
"name" : "MultiNodeTestKit",
"path" : "Sources/MultiNodeTestKit",
"product_dependencies" : [
"Backtrace",
"AsyncAlgorithms",
"Atomics",
"OrderedCollections"
],
"product_memberships" : [
"MultiNodeTestKitRunner"
],
"sources" : [
"MultiNodeTestConductor.swift",
"MultiNodeTestKit+Control.swift",
"MultiNodeTestKit.swift",
"MultiNodeTestSettings.swift"
],
"target_dependencies" : [
"DistributedCluster"
],
"type" : "library"
},
{
"c99name" : "DistributedClusterTests",
"module_type" : "SwiftTarget",
"name" : "DistributedClusterTests",
"path" : "Tests/DistributedClusterTests",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"ActorAskTests.swift",
"ActorIDMetadataTests.swift",
"ActorIDTests.swift",
"ActorIsolationFailureHandlingTests.swift",
"ActorLeakingTests.swift",
"ActorLifecycleTests.swift",
"ActorLoggingTests.swift",
"ActorNamingTests.swift",
"ActorPathTests.swift",
"ActorRefAdapterTests.swift",
"ActorSubReceiveTests.swift",
"BackoffStrategyTests.swift",
"BasicClusterSystemLifecycleTests.swift",
"BehaviorCanonicalizeTests.swift",
"BehaviorMatchers.swift",
"BehaviorTests.swift",
"BlockingReceptacleTests.swift",
"Clocks/Protobuf/VersionVector+SerializationTests.swift",
"Clocks/VersionVectorTests.swift",
"Cluster/AggressiveNodeReplacementClusteredTests.swift",
"Cluster/AssociationClusteredTests.swift",
"Cluster/ClusterDiscoveryTests.swift",
"Cluster/ClusterEventStreamTests.swift",
"Cluster/ClusterLeaderActionsClusteredTests.swift",
"Cluster/ClusterLeaderActionsTests.swift",
"Cluster/ClusterMembershipSnapshotTests.swift",
"Cluster/ClusterOnDownActionTests.swift",
"Cluster/Daemon/DaemonJoiningClusteredTests.swift",
"Cluster/DowningStrategy/DowningClusteredTests.swift",
"Cluster/DowningStrategy/TimeoutBasedDowningInstanceTests.swift",
"Cluster/GossipSeenTableTests.swift",
"Cluster/LeadershipTests.swift",
"Cluster/MembershipGossipClusteredTests.swift",
"Cluster/MembershipGossipLogicSimulationTests.swift",
"Cluster/MembershipGossipTests.swift",
"Cluster/Protobuf/ClusterEvents+SerializationTests.swift",
"Cluster/Protobuf/Membership+SerializationTests.swift",
"Cluster/ProtobufRoundTripTests.swift",
"Cluster/Reception/OpLogDistributedReceptionistClusteredTests.swift",
"Cluster/Reception/OpLogStreamTests.swift",
"Cluster/Reception/_OpLogClusterReceptionistClusteredTests.swift",
"Cluster/RemoteActorRefProviderTests.swift",
"Cluster/RemoteMessagingClusteredTests.swift",
"Cluster/RemotingHandshakeStateMachineTests.swift",
"Cluster/RemotingTLSClusteredTests.swift",
"Cluster/SWIM/Protobuf/SWIM+SerializationTests.swift",
"Cluster/SWIM/SWIMActorClusteredTests.swift",
"Cluster/ShootTheOtherNodeClusteredTests.swift",
"Cluster/SystemMessagesRedeliveryTests.swift",
"Cluster/TestExtensions+MembershipDSL.swift",
"Cluster/TestExtensions.swift",
"ClusterSystem+Testing.swift",
"ClusterSystemTests.swift",
"CustomStringInterpolationTests.swift",
"DeadLetterTests.swift",
"DefaultActorSystem.swift",
"DispatcherTests.swift",
"DistributedReceptionistTests.swift",
"EndpointTests.swift",
"FixedThreadPoolTests.swift",
"Gossip/GossiperShellTests.swift",
"HeapTests.swift",
"InterceptorTests.swift",
"LifecycleWatchTests.swift",
"MPSCLinkedQueueTests.swift",
"MailboxTests.swift",
"MembershipTests.swift",
"Metrics/ActorMemoryTests.swift",
"Metrics/ActorMetricsTests.swift",
"Metrics/SWIMActorPeerMetricsTests.swift",
"MetricsTestKit/MetricsTestKit.swift",
"NIOExtensionsTests.swift",
"NodeDeathWatcherTests.swift",
"NoopLogger.swift",
"ParentChildActorTests.swift",
"Pattern/WorkerPoolTests.swift",
"Plugins/ClusterSingleton/ClusterSingletonPluginClusteredTests.swift",
"Plugins/ClusterSingleton/ClusterSingletonPluginTests.swift",
"Plugins/PluginsSettingsTests.swift",
"RemoteCallTests.swift",
"RingBufferTests.swift",
"SerializationPoolTests.swift",
"SerializationTests.swift",
"StashBufferTests.swift",
"StubDistributedActorTests.swift",
"SupervisionTests.swift",
"TimeSpecTests.swift",
"TimersTests.swift",
"TraversalTests.swift",
"XCTest+Async.swift",
"_ActorRefReceptionistTests.swift",
"_DeathWatchTests.swift",
"_TerminationWatchTests.swift"
],
"target_dependencies" : [
"DistributedCluster",
"DistributedActorsTestKit"
],
"type" : "test"
},
{
"c99name" : "DistributedCluster",
"module_type" : "SwiftTarget",
"name" : "DistributedCluster",
"path" : "Sources/DistributedCluster",
"product_dependencies" : [
"OrderedCollections",
"Atomics",
"SWIM",
"NIO",
"NIOPosix",
"NIOFoundationCompat",
"NIOSSL",
"NIOExtras",
"SwiftProtobuf",
"Logging",
"Metrics",
"ServiceDiscovery",
"Backtrace",
"AsyncAlgorithms"
],
"product_memberships" : [
"DistributedCluster",
"swift-clusterd",
"it_Clustered_swim_suspension_reachability",
"MultiNodeTestKitRunner"
],
"sources" : [
"ActorContext.swift",
"ActorID.swift",
"ActorIDMetadataSettings.swift",
"ActorLogging.swift",
"ActorMessage+Protobuf.swift",
"ActorMessages.swift",
"ActorMetadata.swift",
"ActorRef+Ask.swift",
"ActorRefFactory.swift",
"ActorRefProvider.swift",
"ActorShell+Children.swift",
"Adapters.swift",
"AsyncResult.swift",
"Backoff.swift",
"Behaviors.swift",
"Clocks/Protobuf/VersionVector+Serialization.swift",
"Clocks/Protobuf/VersionVector.pb.swift",
"Clocks/VersionVector.swift",
"Cluster/Association.swift",
"Cluster/Chaos/FaultyNetworkSimulatingHandler.swift",
"Cluster/Cluster+Event.swift",
"Cluster/Cluster+Member.swift",
"Cluster/Cluster+Membership.swift",
"Cluster/ClusterControl.swift",
"Cluster/ClusterEventStream.swift",
"Cluster/ClusterShell+LeaderActions.swift",
"Cluster/ClusterShell+Logging.swift",
"Cluster/ClusterShell.swift",
"Cluster/ClusterShellState.swift",
"Cluster/DiscoveryShell.swift",
"Cluster/DistributedNodeDeathWatcher.swift",
"Cluster/Downing/DowningSettings.swift",
"Cluster/Downing/DowningStrategy.swift",
"Cluster/Downing/TimeoutBasedDowningStrategy.swift",
"Cluster/HandshakeStateMachine.swift",
"Cluster/Leadership.swift",
"Cluster/MembershipGossip/Cluster+MembershipGossip+Serialization.swift",
"Cluster/MembershipGossip/Cluster+MembershipGossip.swift",
"Cluster/MembershipGossip/Cluster+MembershipGossipLogic.swift",
"Cluster/NodeDeathWatcher.swift",
"Cluster/Protobuf/Cluster+Serialization.swift",
"Cluster/Protobuf/Cluster.pb.swift",
"Cluster/Protobuf/ClusterEvents+Serialization.swift",
"Cluster/Protobuf/ClusterEvents.pb.swift",
"Cluster/Protobuf/Membership+Serialization.swift",
"Cluster/Protobuf/Membership.pb.swift",
"Cluster/Reception/OperationLog.swift",
"Cluster/Reception/OperationLogClusterReceptionist+Codable.swift",
"Cluster/Reception/OperationLogDistributedReceptionist.swift",
"Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift",
"Cluster/SWIM/ClusterMembership+Converters.swift",
"Cluster/SWIM/Protobuf/SWIM+Serialization.swift",
"Cluster/SWIM/Protobuf/SWIM.pb.swift",
"Cluster/SWIM/SWIMActor+NotUsedCalls.swift",
"Cluster/SWIM/SWIMActor.swift",
"Cluster/SystemMessages+Redelivery.swift",
"Cluster/Transport/RemoteClusterActorPersonality.swift",
"Cluster/Transport/TransportPipelines.swift",
"Cluster/Transport/WireMessages.swift",
"ClusterEndpoint.swift",
"ClusterNode.swift",
"ClusterSystem+Clusterd.swift",
"ClusterSystem.swift",
"ClusterSystemSettings.swift",
"Collections/Heap.swift",
"Collections/MPSCLinkedQueue.swift",
"Collections/RingBuffer.swift",
"Collections/_LinkedBlockingQueue.swift",
"Concurrency/AffinityThreadPool.swift",
"Concurrency/CountDownLatch.swift",
"Concurrency/_ClusterCancellableCheckedContinuation.swift",
"Concurrency/_Condition.swift",
"Concurrency/_FixedThreadPool.swift",
"Concurrency/_Thread.swift",
"Concurrency/locks.swift",
"DeadLetters.swift",
"Dispatchers.swift",
"DistributedActor+Extensions.swift",
"DistributedActor+Internal.swift",
"DistributedActor+Messages.swift",
"DistributedActorContext.swift",
"Gossip/Gossip+Serialization.swift",
"Gossip/Gossip+Settings.swift",
"Gossip/GossipLogic.swift",
"Gossip/Gossiper+Shell+Serialization.swift",
"Gossip/Gossiper+Shell.swift",
"Gossip/Gossiper.swift",
"Instrumentation/ActorTransportInstrumentation.swift",
"Instrumentation/ReceptionistInstrumentation.swift",
"Instrumentation/os_signpost/ActorTransportInstrumentation+os_signpost.swift",
"Instrumentation/os_signpost/InstrumentationProvider+os_signpost.swift",
"Instrumentation/os_signpost/ReceptionistInstrumentation+os_signpost.swift",
"InvocationBehavior.swift",
"LifecycleMonitoring/LifecycleWatch.swift",
"LifecycleMonitoring/LifecycleWatchContainer.swift",
"LifecycleMonitoring/_BehaviorDeathWatch.swift",
"Metrics/CoreMetrics+Extensions.swift",
"Metrics/CoreMetrics+MetricsPNCounter.swift",
"Metrics/Metrics+Actor.swift",
"Metrics/Metrics+ClusterSystem.swift",
"Metrics/MetricsSettings.swift",
"NIO+Extensions.swift",
"Pattern/WorkerPool.swift",
"Plugins/ClusterSingleton/ClusterSingleton.swift",
"Plugins/ClusterSingleton/ClusterSingletonAllocationStrategy.swift",
"Plugins/ClusterSingleton/ClusterSingletonBoss.swift",
"Plugins/ClusterSingleton/ClusterSingletonPlugin.swift",
"Plugins/ClusterSingleton/ClusterSingletonSettings.swift",
"Plugins/ClusterSystem+Plugins.swift",
"Plugins/ClusterSystemSettings+Plugins.swift",
"Props+Metrics.swift",
"Props.swift",
"Protobuf/ActorID+Serialization.swift",
"Protobuf/ActorID.pb.swift",
"Protobuf/ProtobufMessage+Extensions.swift",
"Protobuf/SystemMessages+Serialization.swift",
"Protobuf/SystemMessages.pb.swift",
"Protobuf/WireProtocol+Serialization.swift",
"Protobuf/WireProtocol.pb.swift",
"Receptionist/ActorContext+Receptionist.swift",
"Receptionist/DistributedReception.swift",
"Receptionist/DistributedReceptionist.swift",
"Receptionist/Reception.swift",
"Receptionist/Receptionist+Serialization.swift",
"Receptionist/Receptionist.swift",
"Receptionist/ReceptionistOperations.swift",
"Receptionist/ReceptionistSettings.swift",
"Receptionist/SystemReceptionist.swift",
"Refs+any.swift",
"Refs.swift",
"Scheduler.swift",
"Serialization/ActorRef+Serialization.swift",
"Serialization/Protobuf/Serialization.pb.swift",
"Serialization/Serialization+Codable.swift",
"Serialization/Serialization+Context.swift",
"Serialization/Serialization+Invocation.swift",
"Serialization/Serialization+Manifest.swift",
"Serialization/Serialization+PrimitiveSerializers.swift",
"Serialization/Serialization+SerializerID.swift",
"Serialization/Serialization+Serializers+Codable.swift",
"Serialization/Serialization+Serializers+Protobuf.swift",
"Serialization/Serialization+Serializers.swift",
"Serialization/Serialization+Settings.swift",
"Serialization/Serialization.swift",
"Serialization/SerializationPool.swift",
"Serialization/TopLevelBlobCoders.swift",
"Serialization/TopLevelBytesBlobCoders.swift",
"Serialization/TopLevelBytesBlobSerializer.swift",
"Serialization/TopLevelProtobufCoders.swift",
"Serialization/TopLevelProtobufSerializer.swift",
"StashBuffer.swift",
"String+Extensions.swift",
"Supervision.swift",
"SystemMessages.swift",
"Time.swift",
"TimeSpec.swift",
"Version.swift",
"WeakActorDictionary.swift",
"_ActorNaming.swift",
"_ActorShell.swift",
"_BehaviorTimers.swift",
"_Mailbox.swift",
"_OrderedSet+Extensions.swift",
"_Signals.swift",
"utils.swift"
],
"target_dependencies" : [
"DistributedActorsConcurrencyHelpers",
"CDistributedActorsMailbox"
],
"type" : "library"
},
{
"c99name" : "DistributedActorsTestKitTests",
"module_type" : "SwiftTarget",
"name" : "DistributedActorsTestKitTests",
"path" : "Tests/DistributedActorsTestKitTests",
"sources" : [
"ActorTestKitTests.swift",
"ActorTestProbeTests.swift",
"DeadlineTests.swift",
"DurationTests.swift"
],
"target_dependencies" : [
"DistributedCluster",
"DistributedActorsTestKit"
],
"type" : "test"
},
{
"c99name" : "DistributedActorsTestKit",
"module_type" : "SwiftTarget",
"name" : "DistributedActorsTestKit",
"path" : "Sources/DistributedActorsTestKit",
"product_dependencies" : [
"Atomics"
],
"sources" : [
"ActorTestKit.swift",
"ByteBuffer+Testing.swift",
"Cluster/ClusteredActorSystemsXCTestCase.swift",
"Cluster/DistributedActor+Assertions.swift",
"Data+Testing.swift",
"InspectKit.swift",
"LogCapture.swift",
"ShouldMatchers.swift",
"SingleClusterSystemXCTestCase.swift",
"Task+Testing.swift",
"TestProbes+Receptionist.swift",
"TestProbes.swift"
],
"target_dependencies" : [
"DistributedCluster",
"DistributedActorsConcurrencyHelpers"
],
"type" : "library"
},
{
"c99name" : "DistributedActorsMultiNodeTests",
"module_type" : "SwiftTarget",
"name" : "DistributedActorsMultiNodeTests",
"path" : "MultiNodeTests/DistributedActorsMultiNodeTests",
"product_memberships" : [
"MultiNodeTestKitRunner"
],
"sources" : [
"MultiNode+ClusterSingletonTests.swift",
"MultiNode+MultiNodeConductorTests.swift",
"MultiNode+ReceptionistTests.swift"
],
"target_dependencies" : [
"MultiNodeTestKit"
],
"type" : "library"
},
{
"c99name" : "DistributedActorsConcurrencyHelpers",
"module_type" : "SwiftTarget",
"name" : "DistributedActorsConcurrencyHelpers",
"path" : "Sources/DistributedActorsConcurrencyHelpers",
"product_memberships" : [
"DistributedCluster",
"swift-clusterd",
"it_Clustered_swim_suspension_reachability",
"MultiNodeTestKitRunner"
],
"sources" : [
"lock.swift"
],
"type" : "library"
},
{
"c99name" : "CDistributedActorsMailbox",
"module_type" : "ClangTarget",
"name" : "CDistributedActorsMailbox",
"path" : "Sources/CDistributedActorsMailbox",
"product_memberships" : [
"DistributedCluster",
"swift-clusterd",
"it_Clustered_swim_suspension_reachability",
"MultiNodeTestKitRunner"
],
"sources" : [
"backtrace_support.c",
"c_mpsc_linked_queue.c"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.