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.0 for macOS (SPM) on 12 Sep 2025 14:07:34 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1208/1226] Compiling DistributedCluster ActorRef+Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1209/1226] Compiling DistributedCluster ActorRefFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1210/1226] Compiling DistributedCluster ActorRefProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1211/1226] Compiling DistributedCluster ActorShell+Children.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1212/1226] Compiling DistributedCluster Adapters.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1213/1226] Compiling DistributedCluster AsyncResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1214/1226] Compiling DistributedCluster Backoff.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1215/1226] Compiling DistributedCluster Behaviors.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1216/1226] Compiling DistributedCluster VersionVector+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1217/1226] Compiling DistributedCluster VersionVector.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorID.swift:462:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
460 | }
461 |
462 | extension Optional: Comparable where Wrapped == Cluster.Node {
    | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
463 |     public static func < (lhs: Cluster.Node?, rhs: Cluster.Node?) -> Bool {
464 |         switch (lhs, rhs) {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:97: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
 95 |
 96 | // TODO: implement logging infrastructure - pipe as messages to dedicated logging actor
 97 | struct ActorOriginLogHandler: 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
 98 |     public static func _createFormatter() -> DateFormatter {
 99 |         let formatter = DateFormatter()
/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,
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
366 |         _ message: @autoclosure () -> Logger.Message,
367 |         metadata: @autoclosure () -> Logger.Metadata? = nil,
368 |         file: String = #filePath,
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
369 |         function: String = #function,
370 |         line: UInt = #line
371 |     ) {
372 |         if let level = level {
373 |             self.log(level: level, message(), metadata: metadata(), file: file, function: function, 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
374 |         }
375 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
 56 |
 57 |         let data: Data = try container.decode(Data.self)
 58 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
 59 |
 60 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
101 |
102 |         let data: Data = try container.decode(Data.self)
103 |         let proto = try ProtobufRepresentation(serializedData: data)
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
104 |
105 |         try self.init(fromProto: proto, context: context)
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
125 | extension _InternalProtobufRepresentable {
126 |     init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
127 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
128 |         try self.init(fromProto: proto, context: context)
129 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
136 | extension _ProtobufRepresentable {
137 |     public init(context: Serialization.Context, from buffer: Serialization.Buffer, using manifest: Serialization.Manifest) throws {
138 |         let proto = try ProtobufRepresentation(serializedData: buffer.readData())
    |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
    |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
139 |         try self.init(fromProto: proto, context: context)
140 |     }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:226:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
224 | extension _ProtoActorIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
225 |     public static let protoMessageName: String = "ActorIdentity"
226 |     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.
227 |         1: .same(proto: "manifest"),
228 |         2: .same(proto: "payload"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
231 |     fileprivate class _StorageClass {
232 |         var _manifest: _ProtoManifest? = nil
233 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
234 |
235 |         static let defaultInstance = _StorageClass()
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:295:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
293 | extension _ProtoVersionReplicaID: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
294 |     public static let protoMessageName: String = "VersionReplicaID"
295 |     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.
296 |         1: .same(proto: "actorID"),
297 |         2: .same(proto: "node"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:384:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
382 | extension _ProtoReplicaVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
383 |     public static let protoMessageName: String = "ReplicaVersion"
384 |     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.
385 |         1: .same(proto: "replicaID"),
386 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:453:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
451 | extension _ProtoVersionVector: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
452 |     public static let protoMessageName: String = "VersionVector"
453 |     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.
454 |         1: .same(proto: "state")
455 |     ]
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:482:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
480 | extension _ProtoVersionDot: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
481 |     public static let protoMessageName: String = "VersionDot"
482 |     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.
483 |         1: .same(proto: "replicaID"),
484 |         2: .same(proto: "version"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:551:67: warning: 'init(dictionaryLiteral:)' is deprecated: Please regenerate your .pb.swift files with the current version of the SwiftProtobuf protoc plugin.
549 | extension _ProtoVersionDottedElementEnvelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
550 |     public static let protoMessageName: String = "VersionDottedElementEnvelope"
551 |     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.
552 |         1: .same(proto: "dot"),
553 |         2: .same(proto: "manifest"),
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
558 |         var _dot: _ProtoVersionDot? = nil
559 |         var _manifest: _ProtoManifest? = nil
560 |         var _payload: Data = SwiftProtobuf.Internal.emptyData
    |                                                     `- warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
561 |
562 |         static let defaultInstance = _StorageClass()
[1218/1247] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1219/1247] Compiling it_Clustered_swim_suspension_reachability main.swift
[1220/1247] Emitting module it_Clustered_swim_suspension_reachability
[1221/1247] Emitting module swift_clusterd
[1222/1247] Compiling swift_clusterd boot+ClusterD.swift
[1222/1247] Write Objects.LinkFileList
[1225/1247] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1226/1247] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1227/1247] Emitting module MultiNodeTestKit
[1228/1247] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[1229/1251] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1230/1251] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
/Users/admin/builder/spi-builder-workspace/MultiNodeTests/DistributedActorsMultiNodeTests/MultiNode+ClusterSingletonTests.swift:64:25: warning: no 'async' operations occur within 'await' expression
62 |
63 |         try await multiNode.checkPoint("Hosted singleton")  // ----------------------------------------------------------
64 |         let reply = try await ref.greet(name: "Hello from \(multiNode.system.name)")
   |                         `- warning: no 'async' operations occur within 'await' expression
65 |         print("[ON: \(multiNode.system.name)] Got reply: \(reply)")
66 |
[1231/1251] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1232/1251] Emitting module DistributedActorsMultiNodeTests
/Users/admin/builder/spi-builder-workspace/MultiNodeTests/DistributedActorsMultiNodeTests/MultiNode+ClusterSingletonTests.swift:64:25: warning: no 'async' operations occur within 'await' expression
62 |
63 |         try await multiNode.checkPoint("Hosted singleton")  // ----------------------------------------------------------
64 |         let reply = try await ref.greet(name: "Hello from \(multiNode.system.name)")
   |                         `- warning: no 'async' operations occur within 'await' expression
65 |         print("[ON: \(multiNode.system.name)] Got reply: \(reply)")
66 |
[1233/1261] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
[1234/1262] Compiling MultiNodeTestKitRunner Time.swift
[1235/1262] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1236/1262] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
[1237/1262] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1238/1262] Compiling MultiNodeTestKitRunner NaiveLogger.swift
[1239/1262] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1240/1262] 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,
[1241/1262] 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()
[1242/1262] 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,
[1243/1262] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
[1243/1262] Write Objects.LinkFileList
[1244/1262] Linking it_Clustered_swim_suspension_reachability
[1245/1262] Applying it_Clustered_swim_suspension_reachability
[1246/1262] Linking swift-clusterd
[1247/1262] Applying swift-clusterd
[1248/1262] Linking MultiNodeTestKitRunner
[1249/1262] Applying MultiNodeTestKitRunner
[1251/1262] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1252/1262] 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.file (private):1:1: note: 'file' declared here
1 | file: StaticString
  | `- note: 'file' declared here
[1253/1262] Compiling DistributedActorsTestKit Task+Testing.swift
[1254/1263] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1255/1263] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1256/1263] Compiling DistributedActorsTestKit ShouldMatchers.swift
[1257/1263] Compiling DistributedActorsTestKit ActorTestKit.swift
[1258/1263] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1259/1263] 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,
[1260/1263] Compiling DistributedActorsTestKit TestProbes.swift
[1261/1263] Compiling DistributedActorsTestKit InspectKit.swift
[1262/1263] Compiling DistributedActorsTestKit Data+Testing.swift
[1263/1263] 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,
Build complete! (83.93s)
Fetching https://github.com/apple/swift-cluster-membership
[1/2594] Fetching swift-cluster-membership
Fetched https://github.com/apple/swift-cluster-membership from cache (1.07s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-service-discovery
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2350] Fetching swift-metrics
[142/8477] Fetching swift-metrics, swift-nio-extras
[477/9604] Fetching swift-metrics, swift-nio-extras, swift-service-discovery
[913/13507] Fetching swift-metrics, swift-nio-extras, swift-service-discovery, swift-log
[1231/29448] Fetching swift-metrics, swift-nio-extras, swift-service-discovery, swift-log, swift-argument-parser
[6487/46901] Fetching swift-metrics, swift-nio-extras, swift-service-discovery, swift-log, swift-argument-parser, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (0.91s)
[5056/44551] Fetching swift-nio-extras, swift-service-discovery, swift-log, swift-argument-parser, swift-collections
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
[12576/40648] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections
Fetching https://github.com/swift-server/swift-backtrace
[27385/118728] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio
[38363/124109] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio, swift-async-algorithms
[44715/124740] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio, swift-async-algorithms, swift-backtrace
Fetched https://github.com/swift-server/swift-backtrace from cache (0.78s)
[68056/124109] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio, swift-async-algorithms
Fetching https://github.com/apple/swift-protobuf
Fetched https://github.com/apple/swift-async-algorithms from cache (1.10s)
Fetching https://github.com/apple/swift-nio-ssl
[84373/118728] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio
[101552/133803] Fetching swift-nio-extras, swift-service-discovery, swift-argument-parser, swift-collections, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl from cache (1.74s)
Fetching https://github.com/apple/swift-atomics
[1/40171] Fetching swift-protobuf
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.94s)
Fetched https://github.com/apple/swift-service-discovery from cache (3.94s)
Fetched https://github.com/apple/swift-collections from cache (3.94s)
Fetched https://github.com/apple/swift-nio.git from cache (3.94s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.94s)
[8839/41985] Fetching swift-protobuf, swift-atomics
Fetched https://github.com/apple/swift-atomics from cache (1.05s)
[26112/40171] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf from cache (4.03s)
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-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.47s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.55s)
Computing version for https://github.com/swift-server/swift-backtrace
Computed https://github.com/swift-server/swift-backtrace at 1.3.5 (0.58s)
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-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.50s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1629] Fetching swift-asn1
[116/8212] Fetching swift-asn1, swift-certificates
[117/9135] Fetching swift-asn1, swift-certificates, swift-http-types
[237/11605] Fetching swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle
[287/12781] Fetching swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[360/18766] Fetching swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms
[2824/30427] Fetching swift-asn1, swift-certificates, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (1.11s)
[14516/23844] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.11s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.11s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
[4078/13290] Fetching swift-asn1, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.53s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.53s)
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.45s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.54s)
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-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.58s)
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.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.13.0 (0.60s)
Fetching https://github.com/apple/swift-crypto.git
[1/16864] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.01s)
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-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.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.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.56s)
Fetching https://github.com/apple/swift-system.git
[1/4937] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (1.21s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.52s)
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.47s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-cluster-membership
Working copy of https://github.com/apple/swift-cluster-membership resolved at main (a297d76)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/swift-server/swift-backtrace
Working copy of https://github.com/swift-server/swift-backtrace resolved at 1.3.5
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-service-discovery
Working copy of https://github.com/apple/swift-service-discovery resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
[16375/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.39s)
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"
}
Done.