The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-distributed-actors, reference main (33a2ef), with Swift 6.1 for macOS (SPM) on 12 Sep 2025 14:05:21 UTC.

Swift 6 data race errors: 154

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

    |                                                                   `- warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[742/758] Compiling DistributedCluster ClusterEvents.pb.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[743/758] Compiling DistributedCluster Membership+Serialization.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[744/758] Compiling DistributedCluster Membership.pb.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[745/758] Compiling DistributedCluster OperationLog.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[746/758] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[747/758] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[748/758] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[749/758] Compiling DistributedCluster ClusterMembership+Converters.swift
/Users/admin/builder/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):
/Users/admin/builder/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"),
/Users/admin/builder/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 |     ]
/Users/admin/builder/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"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:163:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
161 | extension _ProtoClusterEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
162 |     public static let protoMessageName: String = "ClusterEvent"
163 |     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.
164 |         1: .same(proto: "snapshot"),
165 |         2: .same(proto: "membershipChange"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.pb.swift:255:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
253 | extension _ProtoClusterMembershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
254 |     public static let protoMessageName: String = "ClusterMembershipChange"
255 |     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.
256 |         1: .same(proto: "node"),
257 |         2: .same(proto: "fromStatus"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/ClusterEvents.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 _ProtoClusterLeadershipChange: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
331 |     public static let protoMessageName: String = "ClusterLeadershipChange"
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: "oldLeader"),
334 |         2: .same(proto: "newLeader"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:278:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
276 |
277 | extension _ProtoClusterMemberReachability: SwiftProtobuf._ProtoNameProviding {
278 |     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.
279 |         0: .same(proto: "CLUSTER_MEMBER_REACHABILITY_UNSPECIFIED"),
280 |         1: .same(proto: "CLUSTER_MEMBER_REACHABILITY_REACHABLE"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:286:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
284 |
285 | extension _ProtoClusterMemberStatus: SwiftProtobuf._ProtoNameProviding {
286 |     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.
287 |         0: .same(proto: "CLUSTER_MEMBER_STATUS_UNSPECIFIED"),
288 |         1: .same(proto: "CLUSTER_MEMBER_STATUS_JOINING"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:298:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
296 | extension _ProtoClusterMembership: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
297 |     public static let protoMessageName: String = "ClusterMembership"
298 |     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.
299 |         1: .same(proto: "members"),
300 |         2: .same(proto: "leaderNode"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:367:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
365 | extension _ProtoClusterMember: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
366 |     public static let protoMessageName: String = "ClusterMember"
367 |     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.
368 |         1: .same(proto: "node"),
369 |         2: .same(proto: "status"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:452:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
450 | extension _ProtoClusterMembershipGossip: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
451 |     public static let protoMessageName: String = "ClusterMembershipGossip"
452 |     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.
453 |         1: .same(proto: "membership"),
454 |         2: .same(proto: "ownerClusterNodeID"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:529:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
527 | extension _ProtoClusterMembershipSeenTable: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
528 |     public static let protoMessageName: String = "ClusterMembershipSeenTable"
529 |     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.
530 |         1: .same(proto: "rows")
531 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Protobuf/Membership.pb.swift:558:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
556 | extension _ProtoClusterMembershipSeenTableRow: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
557 |     public static let protoMessageName: String = "ClusterMembershipSeenTableRow"
558 |     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.
559 |         1: .same(proto: "nodeID"),
560 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1062:17: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1060 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1061 |     /// allows us to push more elements
1062 |     final class PushOps: Receptionist.Message {
     |                 `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
1063 |         // the "sender" of the push
1064 |         let peer: OpLogDistributedReceptionist
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1120:17: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1118 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
1119 |     /// allows us to push more elements
1120 |     final class AckOps: Receptionist.Message, CustomStringConvertible {
     |                 `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
1121 |         /// Cumulative ACK of all ops until (and including) this one.
1122 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:1171:17: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1169 |     }
1170 |
1171 |     final class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
     |                 `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
1172 |         override init() {
1173 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:676:11: warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
674 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
675 |     /// allows us to push more elements
676 |     class PushOps: Receptionist.Message {
    |           `- warning: class 'PushOps' must restate inherited '@unchecked Sendable' conformance
677 |         // the "sender" of the push
678 |         let peer: _ActorRef<Receptionist.Message>
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:727:11: warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
725 |     /// Confirms that the remote peer receptionist has received Ops up until the given element,
726 |     /// allows us to push more elements
727 |     class AckOps: Receptionist.Message, CustomStringConvertible {
    |           `- warning: class 'AckOps' must restate inherited '@unchecked Sendable' conformance
728 |         /// Cumulative ACK of all ops until (and including) this one.
729 |         ///
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:778:11: warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
776 |     }
777 |
778 |     class PeriodicAckTick: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PeriodicAckTick' must restate inherited '@unchecked Sendable' conformance
779 |         override init() {
780 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:792:11: warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
790 |     }
791 |
792 |     class PublishLocalListingsTrigger: Receptionist.Message, _NotActuallyCodableMessage, CustomStringConvertible {
    |           `- warning: class 'PublishLocalListingsTrigger' must restate inherited '@unchecked Sendable' conformance
793 |         override init() {
794 |             super.init()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
816 |         _ type: TraceLogType,
817 |         message: Any,
818 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
819 |         function: String = #function,
820 |         line: UInt = #line
    :
824 |                 level: level,
825 |                 "[tracelog:receptionist] \(type.description): \(message)",
826 |                 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
827 |                 function: function,
828 |                 line: line
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
[750/779] Emitting module it_Clustered_swim_suspension_reachability
[751/779] Compiling it_Clustered_swim_suspension_reachability main.swift
[752/779] Compiling swift_clusterd boot+ClusterD.swift
[753/779] Emitting module swift_clusterd
[754/779] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[755/779] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[756/779] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[756/779] Write Objects.LinkFileList
[759/779] Emitting module MultiNodeTestKit
[760/779] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[761/783] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[762/783] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[763/783] Emitting module DistributedActorsMultiNodeTests
[764/783] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[765/793] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
[766/794] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
/Users/admin/builder/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
/Users/admin/builder/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,
[767/794] Emitting module MultiNodeTestKitRunner
/Users/admin/builder/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
/Users/admin/builder/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,
[768/794] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[769/794] Compiling MultiNodeTestKitRunner Time.swift
[770/794] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[771/794] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[772/794] Compiling MultiNodeTestKitRunner NaiveLogger.swift
[773/794] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
[774/794] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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()
[775/794] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
[775/794] Write Objects.LinkFileList
[776/794] Linking it_Clustered_swim_suspension_reachability
[777/794] Applying it_Clustered_swim_suspension_reachability
[778/794] Linking swift-clusterd
[779/794] Applying swift-clusterd
[780/794] Linking MultiNodeTestKitRunner
[781/794] Applying MultiNodeTestKitRunner
[783/794] Emitting module DistributedActorsTestKit
/Users/admin/builder/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
/Users/admin/builder/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,
[784/795] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/Users/admin/builder/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
[785/795] Compiling DistributedActorsTestKit Task+Testing.swift
[786/795] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[787/795] Compiling DistributedActorsTestKit Data+Testing.swift
[788/795] Compiling DistributedActorsTestKit ShouldMatchers.swift
[789/795] Compiling DistributedActorsTestKit TestProbes.swift
[790/795] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[791/795] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[792/795] Compiling DistributedActorsTestKit LogCapture.swift
/Users/admin/builder/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
/Users/admin/builder/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,
[793/795] Compiling DistributedActorsTestKit ActorTestKit.swift
[794/795] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[795/795] Compiling DistributedActorsTestKit InspectKit.swift
Build complete! (26.36s)
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.0.5",
            "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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "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/_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" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-distributed-actors/main
Repository:               apple/swift-distributed-actors
Swift version used:       6.1
Target:                   DistributedCluster
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'DistributedCluster'...
Finished extracting symbol information for 'DistributedCluster'. (4.76s)
Building documentation for 'DistributedCluster'...
warning: Parameter 'path' not found in instance method declaration
   --> ../ActorID.swift:622:9-622:80
620 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
621 |     ///
622 +     /// - Parameter path: The path that is suspected to be the parent of `self`
    |         ╰─suggestion: Remove 'path' parameter documentation
623 |     /// - Returns: `true` if this [ActorPath] is a direct descendant of `maybeParentPath`, `false` otherwise
624 |     public func isChildPathOf(_ maybeParentPath: _PathRelationships) -> Bool {
warning: Parameter 'path' not found in instance method declaration
   --> ../ActorID.swift:622:9-622:80
620 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
621 |     ///
622 +     /// - Parameter path: The path that is suspected to be the parent of `self`
    |         ╰─suggestion: Remove 'path' parameter documentation
623 |     /// - Returns: `true` if this [ActorPath] is a direct descendant of `maybeParentPath`, `false` otherwise
624 |     public func isChildPathOf(_ maybeParentPath: _PathRelationships) -> Bool {
warning: Parameter 'maybeParentPath' is missing documentation
   --> ../ActorID.swift:622:80-622:80
620 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
621 |     ///
622 +     /// - Parameter path: The path that is suspected to be the parent of `self`
    |                                                                                ╰─suggestion: Document 'maybeParentPath' parameter
623 |     /// - Returns: `true` if this [ActorPath] is a direct descendant of `maybeParentPath`, `false` otherwise
624 |     public func isChildPathOf(_ maybeParentPath: _PathRelationships) -> Bool {
warning: Parameter 'maybeParentPath' is missing documentation
   --> ../ActorID.swift:622:80-622:80
620 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
621 |     ///
622 +     /// - Parameter path: The path that is suspected to be the parent of `self`
    |                                                                                ╰─suggestion: Document 'maybeParentPath' parameter
623 |     /// - Returns: `true` if this [ActorPath] is a direct descendant of `maybeParentPath`, `false` otherwise
624 |     public func isChildPathOf(_ maybeParentPath: _PathRelationships) -> Bool {
warning: Parameter 'path' not found in instance method declaration
   --> ../ActorID.swift:634:9-634:77
632 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
633 |     ///
634 +     /// - Parameter path: The path that is suspected to be a child of `self`
    |         ╰─suggestion: Remove 'path' parameter documentation
635 |     /// - Returns: `true` if this [ActorPath] is a direct ancestor of `maybeChildPath`, `false` otherwise
636 |     public func isParentOf(_ maybeChildPath: _PathRelationships) -> Bool {
warning: Parameter 'path' not found in instance method declaration
   --> ../ActorID.swift:634:9-634:77
632 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
633 |     ///
634 +     /// - Parameter path: The path that is suspected to be a child of `self`
    |         ╰─suggestion: Remove 'path' parameter documentation
635 |     /// - Returns: `true` if this [ActorPath] is a direct ancestor of `maybeChildPath`, `false` otherwise
636 |     public func isParentOf(_ maybeChildPath: _PathRelationships) -> Bool {
warning: Parameter 'maybeChildPath' is missing documentation
   --> ../ActorID.swift:634:77-634:77
632 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
633 |     ///
634 +     /// - Parameter path: The path that is suspected to be a child of `self`
    |                                                                             ╰─suggestion: Document 'maybeChildPath' parameter
635 |     /// - Returns: `true` if this [ActorPath] is a direct ancestor of `maybeChildPath`, `false` otherwise
636 |     public func isParentOf(_ maybeChildPath: _PathRelationships) -> Bool {
warning: Parameter 'maybeChildPath' is missing documentation
   --> ../ActorID.swift:634:77-634:77
632 |     ///       Such relationships must be confirmed by using the `_ActorContext.children.hasChild(:UniqueActorPath)` method. TODO: this does not exist yet
633 |     ///
634 +     /// - Parameter path: The path that is suspected to be a child of `self`
    |                                                                             ╰─suggestion: Document 'maybeChildPath' parameter
635 |     /// - Returns: `true` if this [ActorPath] is a direct ancestor of `maybeChildPath`, `false` otherwise
636 |     public func isParentOf(_ maybeChildPath: _PathRelationships) -> Bool {
Finished building documentation for 'DistributedCluster' (0.85s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-distributed-actors/main
Updating https://github.com/apple/swift-cluster-membership
Updated https://github.com/apple/swift-cluster-membership (0.43s)
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/apple/swift-asn1.git
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/apple/swift-atomics
Updating https://github.com/apple/swift-http-structured-headers.git
Updating https://github.com/swift-server/swift-service-lifecycle.git
Updated https://github.com/apple/swift-http-structured-headers.git (0.54s)
Updated https://github.com/swift-server/swift-service-lifecycle.git (0.54s)
Updated https://github.com/apple/swift-atomics (0.54s)
Updated https://github.com/apple/swift-asn1.git (0.54s)
Updated https://github.com/apple/swift-nio-extras.git (0.54s)
Updating https://github.com/apple/swift-http-types.git
Updating https://github.com/swift-server/swift-backtrace
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/apple/swift-nio-http2.git
Updated https://github.com/apple/swift-crypto.git (0.58s)
Updated https://github.com/apple/swift-log.git (0.58s)
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-collections
Updated https://github.com/apple/swift-http-types.git (0.45s)
Updating https://github.com/apple/swift-nio-ssl
Updated https://github.com/swift-server/swift-backtrace (0.48s)
Updating https://github.com/apple/swift-metrics.git
Updated https://github.com/apple/swift-certificates.git (0.58s)
Updated https://github.com/apple/swift-nio-http2.git (0.58s)
Updated https://github.com/apple/swift-numerics.git (0.58s)
Updated https://github.com/apple/swift-algorithms.git (0.57s)
Updated https://github.com/apple/swift-collections (0.57s)
Updating https://github.com/apple/swift-system.git
Updating https://github.com/apple/swift-async-algorithms
Updating https://github.com/apple/swift-protobuf
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/apple/swift-service-discovery
Updated https://github.com/apple/swift-metrics.git (0.46s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-nio-ssl (0.56s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updated https://github.com/apple/swift-argument-parser (0.54s)
Updated https://github.com/apple/swift-service-discovery (0.54s)
Updated https://github.com/apple/swift-system.git (0.63s)
Updated https://github.com/apple/swift-protobuf (0.63s)
Updated https://github.com/apple/swift-async-algorithms (0.63s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.70s)
Updated https://github.com/apple/swift-nio.git (0.82s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (2.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.48s)
Computing version for https://github.com/apple/swift-service-discovery
Computed https://github.com/apple/swift-service-discovery at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.51s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.50s)
Computing version for https://github.com/swift-server/swift-backtrace
Computed https://github.com/swift-server/swift-backtrace at 1.3.5 (0.56s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.34.0 (0.58s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit Identifier.swift
[26/57] Compiling SymbolKit KindIdentifier.swift
[27/57] Compiling SymbolKit Location.swift
[28/57] Compiling SymbolKit Mutability.swift
[29/57] Compiling SymbolKit Relationship.swift
[30/57] Compiling SymbolKit RelationshipKind.swift
[31/57] Compiling SymbolKit SourceOrigin.swift
[32/57] Compiling SymbolKit GenericConstraints.swift
[33/57] Compiling SymbolKit Swift.swift
[34/57] Compiling SymbolKit DeclarationFragments.swift
[35/57] Compiling SymbolKit Fragment.swift
[36/57] Compiling SymbolKit FragmentKind.swift
[37/57] Compiling SymbolKit FunctionParameter.swift
[38/57] Compiling SymbolKit FunctionSignature.swift
[39/57] Compiling SymbolKit SourceRange.swift
[40/57] Compiling SymbolKit Metadata.swift
[41/57] Compiling SymbolKit Module.swift
[42/57] Compiling SymbolKit OperatingSystem.swift
[43/57] Compiling SymbolKit Platform.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (7.25s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
Build of target: 'DistributedCluster' complete! (4.14s)
    2940
20	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-distributed-actors/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-distributed-actors/main
File count: 2940
Doc size:   20.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-distributed-actors-main-db1bcd76.zip to s3://spi-docs-inbox/prod-apple-swift-distributed-actors-main-db1bcd76.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.