The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-distributed-actors with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                   ^~
                   _
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1361/1426] Compiling DistributedCluster Receptionist+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                       ^~~~~~
                       _
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)," +
                                                                                           ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:  )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)," +
                                                                                       ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:  )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                   ^~
                   _
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1362/1426] Compiling DistributedCluster Receptionist.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                       ^~~~~~
                       _
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)," +
                                                                                           ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:  )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)," +
                                                                                       ^~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:  )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                   ^~
                   _
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1363/1426] Compiling DistributedCluster TopLevelBlobCoders.swift
[1364/1426] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
[1365/1426] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
[1366/1426] Compiling DistributedCluster TopLevelProtobufCoders.swift
[1367/1426] Compiling DistributedCluster TopLevelProtobufSerializer.swift
[1368/1426] Compiling DistributedCluster StashBuffer.swift
[1369/1426] Compiling DistributedCluster String+Extensions.swift
[1370/1426] Compiling DistributedCluster Supervision.swift
[1371/1426] Compiling DistributedCluster SystemMessages.swift
[1372/1426] Compiling DistributedCluster Time.swift
[1373/1426] Compiling DistributedCluster TimeSpec.swift
[1374/1426] Compiling DistributedCluster Version.swift
[1375/1426] Compiling DistributedCluster WeakActorDictionary.swift
[1376/1426] Compiling DistributedCluster _ActorNaming.swift
[1377/1426] Compiling DistributedCluster _ActorShell.swift
[1378/1426] Compiling DistributedCluster _BehaviorTimers.swift
[1379/1426] Compiling DistributedCluster _Mailbox.swift
[1380/1426] Compiling DistributedCluster _OrderedSet+Extensions.swift
[1381/1426] Compiling DistributedCluster _Signals.swift
[1382/1426] Compiling DistributedCluster utils.swift
[1383/1426] Compiling DistributedCluster Cluster+Member.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1384/1426] Compiling DistributedCluster Cluster+Membership.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1385/1426] Compiling DistributedCluster ClusterControl.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1386/1426] Compiling DistributedCluster ClusterEventStream.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1387/1426] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1388/1426] Compiling DistributedCluster ClusterShell+Logging.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1389/1426] Compiling DistributedCluster ClusterShell.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1390/1426] Compiling DistributedCluster ClusterShellState.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1391/1426] Compiling DistributedCluster DiscoveryShell.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1392/1426] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1393/1426] Compiling DistributedCluster DowningSettings.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1394/1426] Compiling DistributedCluster DowningStrategy.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1395/1426] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1396/1426] Compiling DistributedCluster HandshakeStateMachine.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1397/1426] Compiling DistributedCluster Leadership.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1398/1426] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1399/1426] Compiling DistributedCluster Cluster+MembershipGossip.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1400/1426] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1401/1426] Compiling DistributedCluster NodeDeathWatcher.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1402/1426] Compiling DistributedCluster Cluster+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1403/1426] Compiling DistributedCluster Cluster.pb.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                         ^
[1404/1426] Compiling DistributedCluster ClusterEvents+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1405/1426] Compiling DistributedCluster ClusterEvents.pb.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1406/1426] Compiling DistributedCluster Membership+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1407/1426] Compiling DistributedCluster Membership.pb.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1408/1426] Compiling DistributedCluster OperationLog.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1409/1426] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1410/1426] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1411/1426] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1412/1426] Compiling DistributedCluster ClusterMembership+Converters.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1413/1426] Compiling DistributedCluster SWIM+Serialization.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1414/1426] Compiling DistributedCluster SWIM.pb.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1415/1426] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1416/1426] Compiling DistributedCluster SWIMActor.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1417/1426] Compiling DistributedCluster SystemMessages+Redelivery.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1418/1426] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1419/1426] Compiling DistributedCluster TransportPipelines.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1420/1426] Compiling DistributedCluster WireMessages.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1421/1426] Compiling DistributedCluster ClusterEndpoint.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1422/1426] Compiling DistributedCluster ClusterNode.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1423/1426] Compiling DistributedCluster ClusterSystem.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1424/1426] Compiling DistributedCluster ClusterSystemSettings.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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 {
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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:       )
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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#>
[1425/1445] Emitting module it_Clustered_swim_suspension_reachability
[1426/1445] Compiling it_Clustered_swim_suspension_reachability main.swift
[1427/1445] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1428/1445] Emitting module MultiNodeTestKit
[1429/1445] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1430/1445] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1431/1445] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: warning: dictionary literal of type 'Logger.Metadata' (aka 'Dictionary<String, Logger.MetadataValue>') has duplicate entries for string literal key 'checkPoint/error'
                    "checkPoint/error": "\(checkPointError)",
                    ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: note: duplicate key declared here
                    "checkPoint/error": "\(checkPointError)",
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

[1432/1449] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1433/1449] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1434/1449] Emitting module DistributedActorsMultiNodeTests
[1435/1449] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1435/1449] Linking it_Clustered_swim_suspension_reachability
[1437/1459] Compiling MultiNodeTestKitRunner Time.swift
[1438/1459] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1439/1459] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1440/1459] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1441/1459] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
                     ^
[1442/1459] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1443/1459] Compiling MultiNodeTestKitRunner NaiveLogger.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1444/1459] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1445/1459] Emitting module MultiNodeTestKitRunner
[1446/1459] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Test.swift:237:13: warning: capture of 'process' with non-sendable type 'Process' in a `@Sendable` closure
            process.terminate()
            ^
Foundation.Process:1:12: note: class 'Process' does not conform to the 'Sendable' protocol
open class Process : NSObject {
           ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Test.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.Process
~~~~~~~~~~~~~~~~^
[1447/1460] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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."
                        ^~~~~~
                        _
[1447/1460] Linking MultiNodeTestKitRunner
[1449/1460] Compiling DistributedActorsTestKit Data+Testing.swift
[1450/1460] Compiling DistributedActorsTestKit InspectKit.swift
[1453/1460] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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)
                                                                      ^
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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
        ^
[1454/1460] Compiling DistributedActorsTestKit ActorTestKit.swift
[1455/1460] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1456/1461] Compiling DistributedActorsTestKit TestProbes.swift
[1457/1461] Compiling DistributedActorsTestKit Task+Testing.swift
[1458/1461] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1459/1461] Emitting module DistributedActorsTestKit
Build complete! (100.23s)
Fetching https://github.com/apple/swift-cluster-membership from cache
Fetched https://github.com/apple/swift-cluster-membership (0.21s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-metrics.git (0.47s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-log.git (0.58s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-nio-extras.git (0.72s)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.61s)
Fetching https://github.com/apple/swift-service-discovery from cache
Fetched https://github.com/apple/swift-argument-parser (1.04s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/apple/swift-service-discovery (0.43s)
Fetching https://github.com/apple/swift-async-algorithms from cache
Fetched https://github.com/apple/swift-async-algorithms (1.11s)
Fetching https://github.com/swift-server/swift-backtrace from cache
Fetched https://github.com/apple/swift-nio.git (2.48s)
Fetching https://github.com/apple/swift-protobuf from cache
Fetched https://github.com/swift-server/swift-backtrace (0.30s)
Fetching https://github.com/apple/swift-nio-ssl from cache
Fetched https://github.com/apple/swift-collections (1.70s)
Fetching https://github.com/apple/swift-atomics from cache
Fetched https://github.com/apple/swift-nio-ssl (0.67s)
Fetched https://github.com/apple/swift-atomics (0.62s)
Fetched https://github.com/apple/swift-protobuf (1.36s)
Computing version for https://github.com/apple/swift-service-discovery
Computed https://github.com/apple/swift-service-discovery at 1.3.0 (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.0 (0.04s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.51s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.25.2 (0.05s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.26.0 (0.03s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.03s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.22.0 (0.06s)
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-http-types (0.57s)
Fetched https://github.com/apple/swift-nio-http2.git (1.32s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.0 (0.06s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.64.0 (0.08s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git (0.84s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.02s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.02s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.78s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.02s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.0.3 (0.05s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.4.1 (0.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.30.0 (0.02s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.02s)
Computing version for https://github.com/swift-server/swift-backtrace
Computed https://github.com/swift-server/swift-backtrace at 1.3.4 (0.02s)
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-service-discovery
Working copy of https://github.com/apple/swift-service-discovery resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/apple/swift-cluster-membership
Working copy of https://github.com/apple/swift-cluster-membership resolved at main
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.64.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.4.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
Creating working copy for https://github.com/swift-server/swift-backtrace
Working copy of https://github.com/swift-server/swift-backtrace resolved at 1.3.4
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Build complete.
Done.

Build Machine: Mac 5