The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1430/1525] Compiling DistributedCluster ActorContext+Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1431/1525] Compiling DistributedCluster DistributedReception.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1432/1525] Compiling DistributedCluster DistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1433/1525] Compiling DistributedCluster Reception.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1434/1525] Compiling DistributedCluster Receptionist+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1435/1525] Compiling DistributedCluster Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1436/1525] Compiling DistributedCluster TopLevelBlobCoders.swift
[1437/1525] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
[1438/1525] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
[1439/1525] Compiling DistributedCluster TopLevelProtobufCoders.swift
[1440/1525] Compiling DistributedCluster TopLevelProtobufSerializer.swift
[1441/1525] Compiling DistributedCluster StashBuffer.swift
[1442/1525] Compiling DistributedCluster String+Extensions.swift
[1443/1525] Compiling DistributedCluster Supervision.swift
[1444/1525] Compiling DistributedCluster SystemMessages.swift
[1445/1525] Compiling DistributedCluster Time.swift
[1446/1525] Compiling DistributedCluster TimeSpec.swift
[1447/1525] Compiling DistributedCluster Version.swift
[1448/1525] Compiling DistributedCluster WeakActorDictionary.swift
[1449/1525] Compiling DistributedCluster _ActorNaming.swift
[1450/1525] Compiling DistributedCluster _ActorShell.swift
[1451/1525] Compiling DistributedCluster _BehaviorTimers.swift
[1452/1525] Compiling DistributedCluster _Mailbox.swift
[1453/1525] Compiling DistributedCluster _OrderedSet+Extensions.swift
[1454/1525] Compiling DistributedCluster _Signals.swift
[1455/1525] Compiling DistributedCluster utils.swift
[1456/1525] Compiling DistributedCluster Cluster+Member.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
                         ^
[1457/1525] Compiling DistributedCluster Cluster+Membership.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
                         ^
[1458/1525] Compiling DistributedCluster ClusterControl.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
                         ^
[1459/1525] 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
                         ^
[1460/1525] 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
                         ^
[1461/1525] 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
                         ^
[1462/1525] 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
                         ^
[1463/1525] 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
                         ^
[1464/1525] 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
                         ^
[1465/1525] 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
                         ^
[1466/1525] 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
                         ^
[1467/1525] 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
                         ^
[1468/1525] 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
                         ^
[1469/1525] 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
                         ^
[1470/1525] 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
                         ^
[1471/1525] 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
                         ^
[1472/1525] 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
                         ^
[1473/1525] 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
                         ^
[1474/1525] 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
                         ^
[1475/1525] 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
                         ^
[1476/1525] 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
                         ^
[1477/1525] Compiling DistributedCluster ClusterEvents+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1478/1525] Compiling DistributedCluster ClusterEvents.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1479/1525] Compiling DistributedCluster Membership+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1480/1525] Compiling DistributedCluster Membership.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1481/1525] Compiling DistributedCluster OperationLog.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1482/1525] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1483/1525] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1484/1525] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1485/1525] Compiling DistributedCluster ClusterMembership+Converters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1486/1525] Compiling DistributedCluster SWIM+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1487/1525] Compiling DistributedCluster SWIM.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1488/1525] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1489/1525] Compiling DistributedCluster SWIMActor.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1490/1525] Compiling DistributedCluster SystemMessages+Redelivery.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1491/1525] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1492/1525] Compiling DistributedCluster TransportPipelines.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1493/1525] Compiling DistributedCluster WireMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1494/1525] Compiling DistributedCluster ClusterEndpoint.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1495/1525] Compiling DistributedCluster ClusterNode.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1496/1525] Compiling DistributedCluster ClusterSystem.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1497/1525] Compiling DistributedCluster ClusterSystemSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift: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#>
[1498/1525] Compiling DistributedCluster ActorContext.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1499/1525] Compiling DistributedCluster ActorID.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1500/1525] Compiling DistributedCluster ActorIDMetadataSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1501/1525] Compiling DistributedCluster ActorLogging.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1502/1525] Compiling DistributedCluster ActorMessage+Protobuf.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1503/1525] Compiling DistributedCluster ActorMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1504/1525] Compiling DistributedCluster ActorMetadata.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1505/1525] Compiling DistributedCluster ActorRef+Ask.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1506/1525] Compiling DistributedCluster ActorRefFactory.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1507/1525] Compiling DistributedCluster ActorRefProvider.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1508/1525] Compiling DistributedCluster ActorShell+Children.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1509/1525] Compiling DistributedCluster Adapters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1510/1525] Compiling DistributedCluster AsyncResult.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1511/1525] Compiling DistributedCluster Backoff.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1512/1525] Compiling DistributedCluster Behaviors.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1513/1525] Compiling DistributedCluster VersionVector+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1514/1525] Compiling DistributedCluster VersionVector.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1515/1525] Compiling DistributedCluster VersionVector.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1516/1525] Compiling DistributedCluster Association.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1517/1525] Compiling DistributedCluster FaultyNetworkSimulatingHandler.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1518/1525] Compiling DistributedCluster Cluster+Event.swift
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:368:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/ActorLogging.swift:371:75: note: add parentheses to silence this warning
            self.log(level: level, message(), metadata: metadata(), file: file, function: function, line: line)
                                                                          ^
                                                                          (   )
<unknown>:0: note: 'file' declared here
[1520/1527] Wrapping AST for DistributedCluster for debugging
[1522/1546] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1523/1546] Emitting module MultiNodeTestKit
[1524/1546] Compiling DistributedActorsTestKit Task+Testing.swift
[1525/1546] 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
        ^
[1526/1547] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1527/1547] Emitting module it_Clustered_swim_suspension_reachability
[1528/1547] Compiling it_Clustered_swim_suspension_reachability main.swift
[1529/1547] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1530/1547] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1532/1549] Wrapping AST for it_Clustered_swim_suspension_reachability for debugging
[1534/1549] Emitting module DistributedActorsTestKit
[1535/1549] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
[1538/1551] Compiling DistributedActorsTestKit ActorTestKit.swift
[1539/1551] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1539/1551] Wrapping AST for MultiNodeTestKit for debugging
[1541/1551] Compiling DistributedActorsTestKit TestProbes.swift
[1542/1555] Emitting module DistributedActorsMultiNodeTests
[1543/1555] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1544/1555] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1545/1555] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1547/1557] Wrapping AST for DistributedActorsMultiNodeTests for debugging
[1549/1567] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1550/1567] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1551/1568] Emitting module MultiNodeTestKitRunner
[1552/1568] 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
[1553/1568] 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
[1554/1568] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1555/1568] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1555/1568] Linking it_Clustered_swim_suspension_reachability
[1557/1568] 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
                     ^
[1558/1568] Compiling MultiNodeTestKitRunner Time.swift
[1559/1568] 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
~~~~~~~~~~~~~~~~^
[1560/1568] 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."
                        ^~~~~~
                        _
[1562/1570] Wrapping AST for MultiNodeTestKitRunner for debugging
[1564/1570] Compiling DistributedActorsTestKit LogCapture.swift
[1565/1570] Compiling DistributedActorsTestKit ShouldMatchers.swift
[1568/1570] 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
[1569/1570] 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
[1571/1572] Linking MultiNodeTestKitRunner
Build complete! (158.98s)
Build complete.
Done.

Build Machine: Linux 2