The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-distributed-actors with Swift 5.8 for Linux.

Build Command

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

Build Log

        ~~~ ^
        let
/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
                         ^
[1465/1530] Compiling DistributedCluster ClusterEventStream.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1466/1530] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1467/1530] Compiling DistributedCluster ClusterShell+Logging.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1468/1530] Compiling DistributedCluster ClusterShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1469/1530] Compiling DistributedCluster ClusterShellState.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1470/1530] Compiling DistributedCluster DiscoveryShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1471/1530] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1472/1530] Compiling DistributedCluster DowningSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1473/1530] Compiling DistributedCluster DowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1474/1530] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1475/1530] Compiling DistributedCluster HandshakeStateMachine.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1476/1530] Compiling DistributedCluster Leadership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1477/1530] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1478/1530] Compiling DistributedCluster Cluster+MembershipGossip.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1479/1530] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1480/1530] Compiling DistributedCluster NodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1481/1530] Compiling DistributedCluster Cluster+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1482/1530] Compiling DistributedCluster Cluster.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/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
                         ^
[1483/1530] Compiling DistributedCluster Gossiper+Shell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1484/1530] Compiling DistributedCluster Gossiper.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1485/1530] Compiling DistributedCluster ActorTransportInstrumentation.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1486/1530] Compiling DistributedCluster ReceptionistInstrumentation.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1487/1530] Compiling DistributedCluster ActorTransportInstrumentation+os_signpost.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1488/1530] Compiling DistributedCluster InstrumentationProvider+os_signpost.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1489/1530] Compiling DistributedCluster ReceptionistInstrumentation+os_signpost.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1490/1530] Compiling DistributedCluster InvocationBehavior.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1491/1530] Compiling DistributedCluster LifecycleWatch.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1492/1530] Compiling DistributedCluster LifecycleWatchContainer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1493/1530] Compiling DistributedCluster _BehaviorDeathWatch.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1494/1530] Compiling DistributedCluster CoreMetrics+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1495/1530] Compiling DistributedCluster CoreMetrics+MetricsPNCounter.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1496/1530] Compiling DistributedCluster Metrics+Actor.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1497/1530] Compiling DistributedCluster Metrics+ClusterSystem.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1498/1530] Compiling DistributedCluster MetricsSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1499/1530] Compiling DistributedCluster NIO+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1500/1530] Compiling DistributedCluster WorkerPool.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1501/1530] Compiling DistributedCluster ClusterSingleton.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1502/1530] Compiling DistributedCluster ClusterSingletonAllocationStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:21:9: warning: stored property 'callID' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type 'ClusterSystem.CallID' (aka 'UUID')
    let callID: ClusterSystem.CallID
        ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.Data
^
@preconcurrency
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:24:9: warning: stored property 'arguments' of 'Sendable'-conforming struct 'InvocationMessage' has non-sendable type '[Data]'
    let arguments: [Data]
        ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:40:27: warning: value 'instance' was defined but never used; consider replacing with boolean test
                guard let instance = weakInstance.actor else {
                      ~~~~^~~~~~~~~~~
                                                        != nil
/host/spi-builder-workspace/Sources/DistributedCluster/InvocationBehavior.swift:58:28: warning: value 'watcher' was defined but never used; consider replacing with boolean test
                    if let watcher = instance as? (any LifecycleWatch) {
                       ~~~~^~~~~~~~~~         ~~~
                                              is
/host/spi-builder-workspace/Sources/DistributedCluster/LifecycleMonitoring/LifecycleWatchContainer.swift:61:13: warning: immutable value 'watched' was never used; consider replacing with '_' or removing it
        for watched in self.watching.values { // FIXME: something off
            ^~~~~~~
            _
/host/spi-builder-workspace/Sources/DistributedCluster/Pattern/WorkerPool.swift:65:24: warning: initializers in actors are not marked with 'convenience'; this is an error in Swift 6
    public convenience init(selector: Selector, actorSystem: ActorSystem) async throws {
           ~~~~~~~~~~~~^

[1503/1530] Compiling DistributedCluster ClusterEvents+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1504/1530] Compiling DistributedCluster ClusterEvents.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1505/1530] Compiling DistributedCluster Membership+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1506/1530] Compiling DistributedCluster Membership.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1507/1530] Compiling DistributedCluster OperationLog.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1508/1530] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1509/1530] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1510/1530] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1511/1530] Compiling DistributedCluster ClusterMembership+Converters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1512/1530] Compiling DistributedCluster SWIM+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1513/1530] Compiling DistributedCluster SWIM.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1514/1530] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1515/1530] Compiling DistributedCluster SWIMActor.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1516/1530] Compiling DistributedCluster SystemMessages+Redelivery.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1517/1530] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1518/1530] Compiling DistributedCluster TransportPipelines.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1519/1530] Compiling DistributedCluster WireMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1520/1530] Compiling DistributedCluster ClusterEndpoint.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1521/1530] Compiling DistributedCluster ClusterNode.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1522/1530] Compiling DistributedCluster ClusterSystem.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1523/1530] Compiling DistributedCluster ClusterSystemSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/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: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
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1525/1532] Wrapping AST for DistributedCluster for debugging
[1527/1551] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1528/1551] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1529/1551] Compiling it_Clustered_swim_suspension_reachability main.swift
[1530/1551] Emitting module it_Clustered_swim_suspension_reachability
[1531/1551] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1532/1551] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1533/1552] Compiling DistributedActorsTestKit Task+Testing.swift
[1534/1552] 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
        ^
[1536/1554] Wrapping AST for it_Clustered_swim_suspension_reachability for debugging
[1538/1554] Emitting module MultiNodeTestKit
[1539/1554] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: warning: dictionary literal of type 'Logger.Metadata' (aka 'Dictionary<String, Logger.MetadataValue>') has duplicate entries for string literal key 'checkPoint/error'
                    "checkPoint/error": "\(checkPointError)",
                    ^
/host/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: note: duplicate key declared here
                    "checkPoint/error": "\(checkPointError)",
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/host/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:162:21: note: duplicate key declared here
                    "checkPoint/error": "\(checkPointError)",
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[1541/1556] Emitting module DistributedActorsTestKit
[1543/1556] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1544/1556] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1545/1556] Compiling DistributedActorsTestKit ActorTestKit.swift
[1546/1556] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1546/1556] Wrapping AST for MultiNodeTestKit for debugging
[1548/1560] Compiling DistributedActorsTestKit TestProbes.swift
[1549/1560] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1550/1560] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1551/1560] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1552/1560] Emitting module DistributedActorsMultiNodeTests
[1553/1560] 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
[1554/1560] 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
[1556/1562] Wrapping AST for DistributedActorsMultiNodeTests for debugging
[1558/1572] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1559/1572] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1560/1572] Emitting module MultiNodeTestKitRunner
[1561/1572] 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
[1562/1572] 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
[1563/1573] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1564/1573] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1565/1573] Compiling MultiNodeTestKitRunner Time.swift
[1566/1573] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Exec.swift:56:22: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
            settings.installSwiftBacktrace = true
                     ^
[1567/1573] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Test.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.Process
~~~~~~~~~~~~~~~~^
[1567/1573] Linking it_Clustered_swim_suspension_reachability
[1569/1573] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner.swift:148:25: warning: variable 'reason' was never used; consider replacing with '_' or removing it
                    var reason: String = "MultiNode test failed, output was dumped."
                        ^~~~~~
                        _
[1571/1575] Wrapping AST for MultiNodeTestKitRunner for debugging
[1573/1575] Compiling DistributedActorsTestKit LogCapture.swift
[1574/1575] Compiling DistributedActorsTestKit ShouldMatchers.swift
[1576/1577] Linking MultiNodeTestKitRunner
Build complete! (170.81s)
Build complete.
Done.

Build Machine: Linux 2