The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1459/1530] Compiling DistributedCluster Reception.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1460/1530] Compiling DistributedCluster Receptionist+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1461/1530] Compiling DistributedCluster Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:181:13: warning: no 'async' operations occur within 'await' expression
            await self.updateSingleton(nil)
            ^
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:260:24: warning: immutable value 'callID' was never used; consider replacing with '_' or removing it
            while let (callID, continuation) = self.buffer.take() { // FIXME: the callIDs are not used in the actual call making but could be for better consistency
                       ^~~~~~
                       _
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: use 'String(describing:)' to silence this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                           String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:467:92: note: provide a default value to avoid this warning
                    "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                           ^~~~~~~~~~
                                                                                                      ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: use 'String(describing:)' to silence this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                       String(describing:  )
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonBoss.swift:521:88: note: provide a default value to avoid this warning
                "Target singleton node and targetNode were not the same! TargetNode: \(targetNode)," +
                                                                                       ^~~~~~~~~~
                                                                                                  ?? <#default value#>
/host/spi-builder-workspace/Sources/DistributedCluster/Plugins/ClusterSingleton/ClusterSingletonPlugin.swift:93:20: warning: immutable value 'id' was never used; consider replacing with '_' or removing it
        guard let (id, boss) = self.singletons[name] else {
                   ^~
                   _
/host/spi-builder-workspace/Sources/DistributedCluster/Protobuf/ActorID+Serialization.swift:108:13: warning: initialization of immutable value 'encodeCustomMetadata' was never used; consider replacing with assignment to '_' or removing it
        let encodeCustomMetadata = metadataSettings.encodeCustomMetadata
        ~~~~^~~~~~~~~~~~~~~~~~~~
        _
[1462/1530] Compiling DistributedCluster TopLevelBlobCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1463/1530] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1464/1530] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1465/1530] Compiling DistributedCluster TopLevelProtobufCoders.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1466/1530] Compiling DistributedCluster TopLevelProtobufSerializer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1467/1530] Compiling DistributedCluster StashBuffer.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1468/1530] Compiling DistributedCluster String+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1469/1530] Compiling DistributedCluster Supervision.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1470/1530] Compiling DistributedCluster SystemMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1471/1530] Compiling DistributedCluster Time.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1472/1530] Compiling DistributedCluster TimeSpec.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1473/1530] Compiling DistributedCluster Version.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1474/1530] Compiling DistributedCluster WeakActorDictionary.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1475/1530] Compiling DistributedCluster _ActorNaming.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1476/1530] Compiling DistributedCluster _ActorShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1477/1530] Compiling DistributedCluster _BehaviorTimers.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1478/1530] Compiling DistributedCluster _Mailbox.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1479/1530] Compiling DistributedCluster _OrderedSet+Extensions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1480/1530] Compiling DistributedCluster _Signals.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1481/1530] Compiling DistributedCluster utils.swift
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func _spawnWatch<Message>(
                                     ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
                              ^
/host/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:31:32: note: 'Message' previously declared here
public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
                               ^
[1482/1530] Compiling DistributedCluster Cluster+Member.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1483/1530] Compiling DistributedCluster Cluster+Membership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1484/1530] Compiling DistributedCluster ClusterControl.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1485/1530] Compiling DistributedCluster ClusterEventStream.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1486/1530] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1487/1530] Compiling DistributedCluster ClusterShell+Logging.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1488/1530] Compiling DistributedCluster ClusterShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1489/1530] Compiling DistributedCluster ClusterShellState.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1490/1530] Compiling DistributedCluster DiscoveryShell.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1491/1530] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1492/1530] Compiling DistributedCluster DowningSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1493/1530] Compiling DistributedCluster DowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1494/1530] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1495/1530] Compiling DistributedCluster HandshakeStateMachine.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1496/1530] Compiling DistributedCluster Leadership.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1497/1530] Compiling DistributedCluster Cluster+MembershipGossip+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1498/1530] Compiling DistributedCluster Cluster+MembershipGossip.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1499/1530] Compiling DistributedCluster Cluster+MembershipGossipLogic.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1500/1530] Compiling DistributedCluster NodeDeathWatcher.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1501/1530] Compiling DistributedCluster Cluster+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1502/1530] Compiling DistributedCluster Cluster.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterEventStream.swift:29:13: warning: variable 'props' was never mutated; consider changing to 'let' constant
        var props = ClusterEventStreamActor.props(customName: customName)
        ~~~ ^
        let
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:28:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:73:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/NodeDeathWatcher.swift:231:26: warning: 'onActorWatched(by:remoteNode:)' is deprecated: will be replaced by distributed actor / closure version
                instance.onActorWatched(by: watcher, remoteNode: remoteNode) // TODO: return and interpret directives
                         ^
[1503/1530] Compiling DistributedCluster ClusterEvents+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1504/1530] Compiling DistributedCluster ClusterEvents.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1505/1530] Compiling DistributedCluster Membership+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1506/1530] Compiling DistributedCluster Membership.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1507/1530] Compiling DistributedCluster OperationLog.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1508/1530] Compiling DistributedCluster OperationLogClusterReceptionist+Codable.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1509/1530] Compiling DistributedCluster OperationLogDistributedReceptionist.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1510/1530] Compiling DistributedCluster _OperationLogClusterReceptionistBehavior.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1511/1530] Compiling DistributedCluster ClusterMembership+Converters.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1512/1530] Compiling DistributedCluster SWIM+Serialization.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1513/1530] Compiling DistributedCluster SWIM.pb.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1514/1530] Compiling DistributedCluster SWIMActor+NotUsedCalls.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1515/1530] Compiling DistributedCluster SWIMActor.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1516/1530] Compiling DistributedCluster SystemMessages+Redelivery.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1517/1530] Compiling DistributedCluster RemoteClusterActorPersonality.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1518/1530] Compiling DistributedCluster TransportPipelines.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1519/1530] Compiling DistributedCluster WireMessages.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1520/1530] Compiling DistributedCluster ClusterEndpoint.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1521/1530] Compiling DistributedCluster ClusterNode.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1522/1530] Compiling DistributedCluster ClusterSystem.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1523/1530] Compiling DistributedCluster ClusterSystemSettings.swift
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/OperationLogDistributedReceptionist.swift:709:21: warning: reference to property 'log' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6
                    log.error("Error: \(error)")
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:814:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Reception/_OperationLogClusterReceptionistBehavior.swift:820:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                file: file, function: function, line: line
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:569:24: note: did you mean for parameter 'file' to default to '#fileID'?
        file: String = #filePath, function: String = #function, line: UInt = #line
                       ^~~~~~~~~
                       #fileID
/host/spi-builder-workspace/Sources/DistributedCluster/Cluster/Transport/TransportPipelines.swift:583:23: note: add parentheses to silence this warning
                file: file, function: function, line: line
                      ^
                      (   )
<unknown>:0: note: 'file' declared here
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:236:21: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
        if settings.installSwiftBacktrace {
                    ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:237:23: warning: 'install()' is deprecated: This is no longer needed in Swift 5.9
            Backtrace.install()
                      ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:535:17: warning: variable 'knownActors' was written to, but never read
            var knownActors = self.namingLock.withLock {
                ^
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:96: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: use 'String(describing:)' to silence this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                               String(describing:       )
/host/spi-builder-workspace/Sources/DistributedCluster/ClusterSystem.swift:766:116: note: provide a default value to avoid this warning
            fatalError("Failed to _spawn DistributedActor, id: \(id.fullDescription); props: \(id.metadata._props?.props), error: \(error)")
                                                                                               ~~~~~~~~~~~~~~~~~~~~^~~~~
                                                                                                                         ?? <#default value#>
[1525/1532] Wrapping AST for DistributedCluster for debugging
[1527/1551] Compiling DistributedActorsTestKit Task+Testing.swift
[1528/1552] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1529/1552] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1530/1552] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:33:71: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
                    pinfo("Received listing: \($0.refs.count)", file: file, line: line)
                                                                      ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:28:30: note: did you mean for parameter 'file' to default to '#fileID'?
        file: StaticString = #filePath, line: UInt = #line, column: UInt = #column
                             ^~~~~~~~~
                             #fileID
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:33:71: note: add parentheses to silence this warning
                    pinfo("Received listing: \($0.refs.count)", file: file, line: line)
                                                                      ^
                                                                      (   )
DistributedCluster.file (private):1:9: note: 'file' declared here
private file: StaticString
        ^
[1531/1552] Emitting module it_Clustered_swim_suspension_reachability
[1532/1552] Compiling it_Clustered_swim_suspension_reachability main.swift
[1533/1552] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1534/1552] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1537/1554] Compiling DistributedActorsTestKit ActorTestKit.swift
[1538/1554] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1539/1554] Emitting module DistributedActorsTestKit
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:33:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func toBe<T>(_ expected: T.Type) {
              ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:23:28: note: 'T' previously declared here
public struct TestMatchers<T> {
                           ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes.swift:699:25: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func forward<Message>(_ message: Message, to target: _ActorRef<Message>, file: String = #filePath, line: UInt = #line) where Message: Codable {
                        ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes.swift:36:35: note: 'Message' previously declared here
public final class ActorTestProbe<Message: Codable>: @unchecked Sendable {
                                  ^
[1539/1554] Wrapping AST for it_Clustered_swim_suspension_reachability for debugging
[1541/1554] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: warning: dictionary literal of type 'Logger.Metadata' (aka 'Dictionary<String, Logger.MetadataValue>') has duplicate entries for string literal key 'checkPoint/error'
                    "checkPoint/error": "\(checkPointError)",
                    ^
/host/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:161:21: note: duplicate key declared here
                    "checkPoint/error": "\(checkPointError)",
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

[1542/1554] Emitting module MultiNodeTestKit
[1543/1555] Compiling DistributedActorsTestKit TestProbes.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes.swift:699:25: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func forward<Message>(_ message: Message, to target: _ActorRef<Message>, file: String = #filePath, line: UInt = #line) where Message: Codable {
                        ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes.swift:36:35: note: 'Message' previously declared here
public final class ActorTestProbe<Message: Codable>: @unchecked Sendable {
                                  ^
[1545/1556] Wrapping AST for MultiNodeTestKit for debugging
[1547/1560] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1548/1560] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1549/1560] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1550/1560] Emitting module DistributedActorsMultiNodeTests
[1551/1560] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1552/1560] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1554/1562] Linking it_Clustered_swim_suspension_reachability
[1555/1562] Wrapping AST for DistributedActorsMultiNodeTests for debugging
[1557/1572] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1558/1573] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
[1559/1573] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1560/1573] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1561/1573] Emitting module MultiNodeTestKitRunner
[1562/1573] Compiling MultiNodeTestKitRunner Time.swift
[1563/1573] Compiling MultiNodeTestKitRunner NaiveLogger.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1564/1573] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
            .withPipes(
             ^
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: note: use 'takingOwnershipOfDescriptors(input:output:)' instead
            .withPipes(
             ^~~~~~~~~
             takingOwnershipOfDescriptors
[1565/1573] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner.swift:148:25: warning: variable 'reason' was never used; consider replacing with '_' or removing it
                    var reason: String = "MultiNode test failed, output was dumped."
                        ^~~~~~
                        _
[1566/1573] Compiling DistributedActorsTestKit Data+Testing.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = cmd
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: note: use 'executableURL' instead
        task.launchPath = cmd
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[1567/1573] Compiling DistributedActorsTestKit InspectKit.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        task.launchPath = cmd
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:30:14: note: use 'executableURL' instead
        task.launchPath = cmd
             ^~~~~~~~~~
             executableURL
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: warning: 'launch()' is deprecated: renamed to 'run'
        task.launch()
             ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/InspectKit.swift:38:14: note: use 'run' instead
        task.launch()
             ^~~~~~
             run
[1568/1573] Compiling DistributedActorsTestKit LogCapture.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:33:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func toBe<T>(_ expected: T.Type) {
              ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:23:28: note: 'T' previously declared here
public struct TestMatchers<T> {
                           ^
[1569/1573] Compiling DistributedActorsTestKit ShouldMatchers.swift
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:33:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func toBe<T>(_ expected: T.Type) {
              ^
/host/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:23:28: note: 'T' previously declared here
public struct TestMatchers<T> {
                           ^
[1572/1575] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Exec.swift:56:22: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
            settings.installSwiftBacktrace = true
                     ^
[1573/1575] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
/host/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Test.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.Process
~~~~~~~~~~~~~~~~^
[1575/1577] Wrapping AST for MultiNodeTestKitRunner for debugging
[1576/1577] Linking MultiNodeTestKitRunner
Build complete! (149.20s)
Build complete.
Done.

Build Machine: Linux 1