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 (0041f6), with Swift 5.10 for macOS (SPM) on 14 May 2025 20:02:07 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1083/1211] Compiling DistributedCluster ActorRefProvider.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1084/1211] Compiling DistributedCluster ActorShell+Children.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1085/1211] Compiling DistributedCluster Adapters.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1086/1211] Compiling DistributedCluster AsyncResult.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1087/1211] Compiling DistributedCluster Backoff.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1088/1211] Compiling DistributedCluster Behaviors.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1089/1211] Compiling DistributedCluster VersionVector+Serialization.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1090/1211] Compiling DistributedCluster VersionVector.pb.swift
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:58:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:103:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:127:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:138:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1091/1211] Compiling DistributedCluster VersionVector.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1092/1211] Compiling DistributedCluster Association.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1093/1211] Compiling DistributedCluster FaultyNetworkSimulatingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1094/1211] Compiling DistributedCluster Cluster+Event.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1095/1211] Compiling DistributedCluster Cluster+Member.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1096/1211] Compiling DistributedCluster Cluster+Membership.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1097/1211] Compiling DistributedCluster ClusterControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1098/1211] Compiling DistributedCluster ClusterEventStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1099/1211] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1100/1211] Compiling DistributedCluster ClusterShell+Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1101/1211] Compiling DistributedCluster ClusterShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1102/1211] Compiling DistributedCluster ClusterShellState.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1103/1211] Compiling DistributedCluster DiscoveryShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1104/1211] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1105/1211] Compiling DistributedCluster DowningSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1106/1211] Compiling DistributedCluster DowningStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1107/1211] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:29:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:49:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:80:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:88:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1108/1211] Compiling DistributedCluster WireProtocol+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1109/1211] Compiling DistributedCluster WireProtocol.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1110/1211] Compiling DistributedCluster ActorContext+Receptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1111/1211] Compiling DistributedCluster DistributedReception.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1112/1211] Compiling DistributedCluster DistributedReceptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1113/1211] Compiling DistributedCluster Reception.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1114/1211] Compiling DistributedCluster Receptionist+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1115/1211] Compiling DistributedCluster Receptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1116/1211] Compiling DistributedCluster ReceptionistOperations.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1117/1211] Compiling DistributedCluster ReceptionistSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1118/1211] Compiling DistributedCluster SystemReceptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1119/1211] Compiling DistributedCluster Refs+any.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1120/1211] Compiling DistributedCluster Refs.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1121/1211] Compiling DistributedCluster Scheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1122/1211] Compiling DistributedCluster ActorRef+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1123/1211] Compiling DistributedCluster Serialization.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1124/1211] Emitting module DistributedCluster
/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'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:373:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/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.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:53: warning: 'emptyData' is deprecated: Internal.emptyData isn't used any longer in newer versions of the generator. Generate code with a version later than 1.10.2 to get performance improvements. See https://github.com/apple/swift-protobuf/pull/1028 for more information.
        var _payload: Data = SwiftProtobuf.Internal.emptyData
                                                    ^
[1125/1211] Compiling DistributedCluster NIO+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1126/1211] Compiling DistributedCluster WorkerPool.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1127/1211] Compiling DistributedCluster ClusterSingleton.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1128/1211] Compiling DistributedCluster ClusterSingletonAllocationStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1129/1211] Compiling DistributedCluster ClusterSingletonBoss.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1130/1211] Compiling DistributedCluster ClusterSingletonPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1131/1211] Compiling DistributedCluster ClusterSingletonSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1132/1211] Compiling DistributedCluster ClusterSystem+Plugins.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1133/1211] Compiling DistributedCluster ClusterSystemSettings+Plugins.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1134/1211] Compiling DistributedCluster Props+Metrics.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1135/1211] Compiling DistributedCluster Props.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1136/1211] Compiling DistributedCluster ActorID+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1137/1211] Compiling DistributedCluster ActorID.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1138/1211] Compiling DistributedCluster ProtobufMessage+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1139/1211] Compiling DistributedCluster SystemMessages+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1140/1211] Compiling DistributedCluster SystemMessages.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:263:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() {  // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
[1141/1211] Compiling DistributedCluster HandshakeStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1142/1211] Compiling DistributedCluster Leadership.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1143/1211] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1144/1211] Compiling DistributedCluster Cluster+MembershipGossip.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1145/1211] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1146/1211] Compiling DistributedCluster NodeDeathWatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1147/1211] Compiling DistributedCluster Cluster+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1148/1211] Compiling DistributedCluster Cluster.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1149/1211] Compiling DistributedCluster ClusterEvents+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1150/1211] Compiling DistributedCluster ClusterEvents.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1151/1211] Compiling DistributedCluster Membership+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1152/1211] Compiling DistributedCluster Membership.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1153/1211] Compiling DistributedCluster OperationLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1154/1211] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1155/1211] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1156/1211] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1157/1211] Compiling DistributedCluster ClusterMembership+Converters.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:237:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode)  // TODO: return and interpret directives
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:818:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:826:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1158/1211] Compiling DistributedCluster TopLevelProtobufSerializer.swift
[1159/1211] Compiling DistributedCluster StashBuffer.swift
[1160/1211] Compiling DistributedCluster String+Extensions.swift
[1161/1211] Compiling DistributedCluster Supervision.swift
[1162/1211] Compiling DistributedCluster SystemMessages.swift
[1163/1211] Compiling DistributedCluster Time.swift
[1164/1211] Compiling DistributedCluster TimeSpec.swift
[1165/1211] Compiling DistributedCluster Version.swift
[1166/1211] Compiling DistributedCluster WeakActorDictionary.swift
[1167/1211] Compiling DistributedCluster _ActorNaming.swift
[1168/1211] Compiling DistributedCluster _ActorShell.swift
[1169/1211] Compiling DistributedCluster _BehaviorTimers.swift
[1170/1211] Compiling DistributedCluster _Mailbox.swift
[1171/1211] Compiling DistributedCluster _OrderedSet+Extensions.swift
[1172/1211] Compiling DistributedCluster _Signals.swift
[1173/1211] Compiling DistributedCluster utils.swift
[1174/1211] Compiling DistributedCluster AffinityThreadPool.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1175/1211] Compiling DistributedCluster CountDownLatch.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1176/1211] Compiling DistributedCluster _Condition.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1177/1211] Compiling DistributedCluster _FixedThreadPool.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1178/1211] Compiling DistributedCluster _Thread.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1179/1211] Compiling DistributedCluster locks.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1180/1211] Compiling DistributedCluster DeadLetters.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1181/1211] Compiling DistributedCluster Dispatchers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1182/1211] Compiling DistributedCluster DistributedActor+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1183/1211] Compiling DistributedCluster DistributedActor+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1184/1211] Compiling DistributedCluster DistributedActor+Messages.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1185/1211] Compiling DistributedCluster DistributedActorContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1186/1211] Compiling DistributedCluster Gossip+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1187/1211] Compiling DistributedCluster Gossip+Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1188/1211] Compiling DistributedCluster GossipLogic.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1189/1211] Compiling DistributedCluster Gossiper+Shell+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:38:21: warning: will never be executed
            return .same
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1190/1211] Compiling DistributedCluster SWIM+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1191/1211] Compiling DistributedCluster SWIM.pb.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1192/1211] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1193/1211] Compiling DistributedCluster SWIMActor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1194/1211] Compiling DistributedCluster SystemMessages+Redelivery.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1195/1211] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1196/1211] Compiling DistributedCluster TransportPipelines.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1197/1211] Compiling DistributedCluster WireMessages.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1198/1211] Compiling DistributedCluster ClusterEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1199/1211] Compiling DistributedCluster ClusterNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1200/1211] Compiling DistributedCluster ClusterSystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1201/1211] Compiling DistributedCluster ClusterSystemSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1202/1211] Compiling DistributedCluster Heap.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1203/1211] Compiling DistributedCluster MPSCLinkedQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1204/1211] Compiling DistributedCluster RingBuffer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1205/1211] Compiling DistributedCluster _LinkedBlockingQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:106:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try _ProtoHandshakeResponse(serializedData: data)
                        ^                       ~~~~~~~~~~~~~~
                                                serializedBytes
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file,
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:586:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath,
                       ^~~~~~~~~
                       #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:602:23: note: add parentheses to silence this warning
                file: file,
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1206/1230] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1207/1230] Compiling it_Clustered_swim_suspension_reachability main.swift
[1208/1230] Emitting module it_Clustered_swim_suspension_reachability
[1209/1230] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1210/1230] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1210/1230] Write Objects.LinkFileList
[1212/1230] Emitting module MultiNodeTestKit
[1213/1230] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[1214/1234] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1215/1234] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1216/1234] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1217/1234] Emitting module DistributedActorsMultiNodeTests
[1218/1244] Compiling MultiNodeTestKitRunner Time.swift
[1219/1244] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
[1220/1245] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1221/1245] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1222/1245] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
[1223/1245] Compiling MultiNodeTestKitRunner NaiveLogger.swift
[1224/1245] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1225/1245] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1226/1245] Emitting module MultiNodeTestKitRunner
[1227/1245] 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 Swift 6
                        ByteToMessageHandler(NewlineFramer()),
                        ^
/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
extension ByteToMessageHandler: Sendable {}
^
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:67:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:67:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
/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.
        let processOutputPipe = NIOFileHandle(descriptor: dup(processToChannel.fileHandleForWriting.fileDescriptor))
                                ^
[1228/1245] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
[1228/1245] Write Objects.LinkFileList
[1229/1245] Linking it_Clustered_swim_suspension_reachability
[1230/1245] Applying it_Clustered_swim_suspension_reachability
[1231/1245] Linking MultiNodeTestKitRunner
[1232/1245] Applying MultiNodeTestKitRunner
[1234/1245] 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'
                    pinfo("Received listing: \($0.refs.count)", file: file, line: line)
                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:30:30: note: did you mean for parameter 'file' to default to '#fileID'?
        file: StaticString = #filePath,
                             ^~~~~~~~~
                             #fileID
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:37:71: note: add parentheses to silence this warning
                    pinfo("Received listing: \($0.refs.count)", file: file, line: line)
                                                                      ^
                                                                      (   )
DistributedCluster.file (private):1:9: note: 'file' declared here
private file: StaticString
        ^
[1235/1245] Compiling DistributedActorsTestKit Task+Testing.swift
[1236/1246] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1237/1246] Compiling DistributedActorsTestKit ShouldMatchers.swift
[1238/1246] Compiling DistributedActorsTestKit TestProbes.swift
[1239/1246] Compiling DistributedActorsTestKit InspectKit.swift
[1240/1246] Compiling DistributedActorsTestKit Data+Testing.swift
[1241/1246] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1242/1246] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1243/1246] Emitting module DistributedActorsTestKit
[1244/1246] Compiling DistributedActorsTestKit ActorTestKit.swift
[1245/1246] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1246/1246] Compiling DistributedActorsTestKit LogCapture.swift
Build complete! (68.11s)
Fetching https://github.com/apple/swift-cluster-membership
[1/2587] Fetching swift-cluster-membership
Fetched https://github.com/apple/swift-cluster-membership from cache (1.50s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-service-discovery
Fetching https://github.com/apple/swift-collections
[1/2206] Fetching swift-metrics
[178/3326] Fetching swift-metrics, swift-service-discovery
[335/7162] Fetching swift-metrics, swift-service-discovery, swift-log
[715/13070] Fetching swift-metrics, swift-service-discovery, swift-log, swift-nio-extras
[1574/29454] Fetching swift-metrics, swift-service-discovery, swift-log, swift-nio-extras, swift-collections
[8330/44714] Fetching swift-metrics, swift-service-discovery, swift-log, swift-nio-extras, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-metrics.git from cache (1.11s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Fetching https://github.com/swift-server/swift-backtrace
[5677/38672] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser
[7838/114585] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio
[45768/115216] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-backtrace
[64227/120201] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-backtrace, swift-async-algorithms
Fetched https://github.com/swift-server/swift-backtrace from cache (0.75s)
Fetching https://github.com/apple/swift-protobuf
[64541/119570] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (1.12s)
Fetching https://github.com/apple/swift-nio-ssl
[88016/114585] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio
[94849/129421] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-nio-ssl
[95757/168304] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-nio-ssl from cache (2.18s)
Fetching https://github.com/apple/swift-atomics
[140749/153468] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-protobuf
[153469/155178] Fetching swift-service-discovery, swift-nio-extras, swift-collections, swift-argument-parser, swift-nio, swift-protobuf, swift-atomics
Fetched https://github.com/apple/swift-atomics from cache (0.93s)
Fetched https://github.com/apple/swift-service-discovery from cache (5.52s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.52s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.52s)
Fetched https://github.com/apple/swift-nio.git from cache (5.52s)
Fetched https://github.com/apple/swift-collections from cache (5.52s)
Fetched https://github.com/apple/swift-protobuf from cache (3.70s)
Computing version for https://github.com/apple/swift-service-discovery
Computed https://github.com/apple/swift-service-discovery at 1.4.0 (0.39s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.41s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.42s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5959] Fetching swift-algorithms
[61/7100] Fetching swift-algorithms, swift-http-structured-headers
[156/8004] Fetching swift-algorithms, swift-http-structured-headers, swift-http-types
[2376/19531] Fetching swift-algorithms, swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (1.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.51s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.51s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.01s)
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.39s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.62s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.36s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.29.0 (0.39s)
Computing version for https://github.com/swift-server/swift-backtrace
Computed https://github.com/swift-server/swift-backtrace at 1.3.5 (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.31.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.40s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.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-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.29.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.3.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.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-cluster-membership
Working copy of https://github.com/apple/swift-cluster-membership resolved at main (f5c6877)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
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" : "it_Clustered_swim_suspension_reachability",
      "targets" : [
        "it_Clustered_swim_suspension_reachability"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MultiNodeTestKitRunner",
      "targets" : [
        "MultiNodeTestKitRunner"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "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/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",
        "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.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",
        "it_Clustered_swim_suspension_reachability",
        "MultiNodeTestKitRunner"
      ],
      "sources" : [
        "lock.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CDistributedActorsMailbox",
      "module_type" : "ClangTarget",
      "name" : "CDistributedActorsMailbox",
      "path" : "Sources/CDistributedActorsMailbox",
      "product_memberships" : [
        "DistributedCluster",
        "it_Clustered_swim_suspension_reachability",
        "MultiNodeTestKitRunner"
      ],
      "sources" : [
        "backtrace_support.c",
        "c_mpsc_linked_queue.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.