The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-distributed-actors, reference main (3c03bf), with Swift 5.10 for Linux on 31 Oct 2024 15:39:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1132/1272] Compiling DistributedCluster AsyncResult.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1133/1272] Compiling DistributedCluster Backoff.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1134/1272] Compiling DistributedCluster Behaviors.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1135/1272] Compiling DistributedCluster VersionVector+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1136/1272] Compiling DistributedCluster VersionVector.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1137/1272] Compiling DistributedCluster VersionVector.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1138/1272] Compiling DistributedCluster Association.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1139/1272] Compiling DistributedCluster FaultyNetworkSimulatingHandler.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1140/1272] Compiling DistributedCluster Cluster+Event.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:57:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:102:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: data)
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:126:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorMessage+Protobuf.swift:137:25: note: use 'init(serializedBytes:extensions:partial:options:)' instead
        let proto = try ProtobufRepresentation(serializedData: buffer.readData())
                        ^                      ~~~~~~~~~~~~~~
                                               serializedBytes
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
[1141/1272] Emitting module DistributedCluster
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371: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
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:233:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Clocks/Protobuf/VersionVector.pb.swift:560:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1142/1272] Compiling DistributedCluster Gossiper+Shell.swift
[1143/1272] Compiling DistributedCluster Gossiper.swift
[1144/1272] Compiling DistributedCluster ActorTransportInstrumentation.swift
[1145/1272] Compiling DistributedCluster ReceptionistInstrumentation.swift
[1146/1272] Compiling DistributedCluster ActorTransportInstrumentation+os_signpost.swift
[1147/1272] Compiling DistributedCluster InstrumentationProvider+os_signpost.swift
[1148/1272] Compiling DistributedCluster ReceptionistInstrumentation+os_signpost.swift
[1149/1272] Compiling DistributedCluster InvocationBehavior.swift
[1150/1272] Compiling DistributedCluster LifecycleWatch.swift
[1151/1272] Compiling DistributedCluster LifecycleWatchContainer.swift
[1152/1272] Compiling DistributedCluster _BehaviorDeathWatch.swift
[1153/1272] Compiling DistributedCluster CoreMetrics+Extensions.swift
[1154/1272] Compiling DistributedCluster CoreMetrics+MetricsPNCounter.swift
[1155/1272] Compiling DistributedCluster Metrics+Actor.swift
[1156/1272] Compiling DistributedCluster Metrics+ClusterSystem.swift
[1157/1272] Compiling DistributedCluster MetricsSettings.swift
[1158/1272] Compiling DistributedCluster NIO+Extensions.swift
[1159/1272] Compiling DistributedCluster WorkerPool.swift
[1160/1272] Compiling DistributedCluster ClusterSingleton.swift
[1161/1272] Compiling DistributedCluster ClusterSingletonAllocationStrategy.swift
[1162/1272] Compiling DistributedCluster ClusterSingletonBoss.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1163/1272] Compiling DistributedCluster ClusterSingletonPlugin.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1164/1272] Compiling DistributedCluster ClusterSingletonSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1165/1272] Compiling DistributedCluster ClusterSystem+Plugins.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1166/1272] Compiling DistributedCluster ClusterSystemSettings+Plugins.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1167/1272] Compiling DistributedCluster Props+Metrics.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1168/1272] Compiling DistributedCluster Props.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1169/1272] Compiling DistributedCluster ActorID+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1170/1272] Compiling DistributedCluster ActorID.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1171/1272] Compiling DistributedCluster ProtobufMessage+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1172/1272] Compiling DistributedCluster SystemMessages+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1173/1272] Compiling DistributedCluster SystemMessages.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1174/1272] Compiling DistributedCluster WireProtocol+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1175/1272] Compiling DistributedCluster WireProtocol.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1176/1272] Compiling DistributedCluster ActorContext+Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1177/1272] Compiling DistributedCluster DistributedReception.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1178/1272] Compiling DistributedCluster DistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1179/1272] Compiling DistributedCluster Reception.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1180/1272] Compiling DistributedCluster Receptionist+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1181/1272] Compiling DistributedCluster Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260: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
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:674:49: 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
                                                ^
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/WireProtocol.pb.swift:753:49: 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
                                                ^
[1182/1272] Compiling DistributedCluster Cluster+Member.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1183/1272] Compiling DistributedCluster Cluster+Membership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1184/1272] Compiling DistributedCluster ClusterControl.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1185/1272] Compiling DistributedCluster ClusterEventStream.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1186/1272] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1187/1272] Compiling DistributedCluster ClusterShell+Logging.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1188/1272] Compiling DistributedCluster ClusterShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1189/1272] Compiling DistributedCluster ClusterShellState.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1190/1272] Compiling DistributedCluster DiscoveryShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1191/1272] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1192/1272] Compiling DistributedCluster DowningSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1193/1272] Compiling DistributedCluster DowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1194/1272] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1195/1272] Compiling DistributedCluster HandshakeStateMachine.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1196/1272] Compiling DistributedCluster Leadership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1197/1272] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1198/1272] Compiling DistributedCluster Cluster+MembershipGossip.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1199/1272] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1200/1272] Compiling DistributedCluster NodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1201/1272] Compiling DistributedCluster Cluster+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1202/1272] Compiling DistributedCluster Cluster.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231: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
                         ^
[1203/1272] Compiling DistributedCluster TopLevelBlobCoders.swift
[1204/1272] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
[1205/1272] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
[1206/1272] Compiling DistributedCluster TopLevelProtobufCoders.swift
[1207/1272] Compiling DistributedCluster TopLevelProtobufSerializer.swift
[1208/1272] Compiling DistributedCluster StashBuffer.swift
[1209/1272] Compiling DistributedCluster String+Extensions.swift
[1210/1272] Compiling DistributedCluster Supervision.swift
[1211/1272] Compiling DistributedCluster SystemMessages.swift
[1212/1272] Compiling DistributedCluster Time.swift
[1213/1272] Compiling DistributedCluster TimeSpec.swift
[1214/1272] Compiling DistributedCluster Version.swift
[1215/1272] Compiling DistributedCluster WeakActorDictionary.swift
[1216/1272] Compiling DistributedCluster _ActorNaming.swift
[1217/1272] Compiling DistributedCluster _ActorShell.swift
[1218/1272] Compiling DistributedCluster _BehaviorTimers.swift
[1219/1272] Compiling DistributedCluster _Mailbox.swift
[1220/1272] Compiling DistributedCluster _OrderedSet+Extensions.swift
[1221/1272] Compiling DistributedCluster _Signals.swift
[1222/1272] Compiling DistributedCluster utils.swift
[1223/1272] Compiling DistributedCluster Heap.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1224/1272] Compiling DistributedCluster MPSCLinkedQueue.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1225/1272] Compiling DistributedCluster RingBuffer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1226/1272] Compiling DistributedCluster _LinkedBlockingQueue.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1227/1272] Compiling DistributedCluster AffinityThreadPool.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1228/1272] Compiling DistributedCluster CountDownLatch.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1229/1272] Compiling DistributedCluster _Condition.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1230/1272] Compiling DistributedCluster _FixedThreadPool.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1231/1272] Compiling DistributedCluster _Thread.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1232/1272] Compiling DistributedCluster locks.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1233/1272] Compiling DistributedCluster DeadLetters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1234/1272] Compiling DistributedCluster Dispatchers.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1235/1272] Compiling DistributedCluster DistributedActor+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1236/1272] Compiling DistributedCluster DistributedActor+Internal.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1237/1272] Compiling DistributedCluster DistributedActor+Messages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1238/1272] Compiling DistributedCluster DistributedActorContext.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1239/1272] Compiling DistributedCluster Gossip+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1240/1272] Compiling DistributedCluster Gossip+Settings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1241/1272] Compiling DistributedCluster GossipLogic.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1242/1272] Compiling DistributedCluster Gossiper+Shell+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:37:21: warning: will never be executed
            return .same
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/DistributedActor+Messages.swift:36:13: note: a call to a never-returning function
            fatalError("EXECUTE: \(message)")
            ^
[1243/1272] Compiling DistributedCluster ClusterEvents+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1244/1272] Compiling DistributedCluster ClusterEvents.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1245/1272] Compiling DistributedCluster Membership+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1246/1272] Compiling DistributedCluster Membership.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1247/1272] Compiling DistributedCluster OperationLog.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1248/1272] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1249/1272] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1250/1272] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1251/1272] Compiling DistributedCluster ClusterMembership+Converters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1252/1272] Compiling DistributedCluster SWIM+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1253/1272] Compiling DistributedCluster SWIM.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1254/1272] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1255/1272] Compiling DistributedCluster SWIMActor.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1256/1272] Compiling DistributedCluster SystemMessages+Redelivery.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1257/1272] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1258/1272] Compiling DistributedCluster TransportPipelines.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1259/1272] Compiling DistributedCluster WireMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1260/1272] Compiling DistributedCluster ClusterEndpoint.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1261/1272] Compiling DistributedCluster ClusterNode.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1262/1272] Compiling DistributedCluster ClusterSystem.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1263/1272] Compiling DistributedCluster ClusterSystemSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/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)
                        ^
/host/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
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
[1264/1273] Wrapping AST for DistributedCluster for debugging
[1266/1292] Emitting module it_Clustered_swim_suspension_reachability
[1267/1292] Compiling it_Clustered_swim_suspension_reachability main.swift
[1268/1292] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1269/1292] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1270/1292] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:33: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)
                                                                      ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:28:30: note: did you mean for parameter 'file' to default to '#fileID'?
        file: StaticString = #filePath, line: UInt = #line, column: UInt = #column
                             ^~~~~~~~~
                             #fileID
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:33: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
        ^
[1271/1292] Compiling DistributedActorsTestKit Task+Testing.swift
[1272/1293] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1274/1294] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1275/1294] Emitting module MultiNodeTestKit
[1276/1294] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[1277/1295] Wrapping AST for it_Clustered_swim_suspension_reachability for debugging
[1278/1295] Write Objects.LinkFileList
[1280/1295] Compiling DistributedActorsTestKit ActorTestKit.swift
[1281/1295] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1282/1295] Emitting module DistributedActorsTestKit
[1282/1295] Wrapping AST for MultiNodeTestKit for debugging
[1284/1299] Emitting module DistributedActorsMultiNodeTests
[1285/1299] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1286/1299] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1287/1299] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1288/1299] Compiling DistributedActorsTestKit TestProbes.swift
[1289/1300] Wrapping AST for DistributedActorsMultiNodeTests for debugging
[1291/1310] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1292/1311] Compiling MultiNodeTestKitRunner NaiveLogger.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1293/1311] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1294/1311] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1295/1311] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1296/1311] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1297/1311] Emitting module MultiNodeTestKitRunner
[1298/1311] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
[1299/1311] Compiling MultiNodeTestKitRunner Time.swift
[1300/1311] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
[1300/1311] Linking it_Clustered_swim_suspension_reachability
[1302/1311] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
[1303/1312] Wrapping AST for MultiNodeTestKitRunner for debugging
[1304/1312] Write Objects.LinkFileList
[1306/1312] Compiling DistributedActorsTestKit LogCapture.swift
[1307/1312] Compiling DistributedActorsTestKit ShouldMatchers.swift
[1308/1312] Compiling DistributedActorsTestKit Data+Testing.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = cmd
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: note: use 'executableURL' instead
        task.launchPath = cmd
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[1309/1312] Compiling DistributedActorsTestKit InspectKit.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = cmd
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: note: use 'executableURL' instead
        task.launchPath = cmd
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[1312/1313] Linking MultiNodeTestKitRunner
Build complete! (152.92s)
Build complete.
Done.