The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build swift-distributed-actors, reference 1.0.0-beta.3 (d816a1), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 22:01:38 UTC.

Build Command

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

Build Log

 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[945/979] Compiling DistributedCluster Serialization+PrimitiveSerializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[946/979] Compiling DistributedCluster Serialization+SerializerID.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[947/979] Compiling DistributedCluster Serialization+Serializers+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[948/979] Compiling DistributedCluster Serialization+Serializers+Protobuf.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[949/979] Compiling DistributedCluster Serialization+Serializers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[950/979] Compiling DistributedCluster Serialization+Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[951/979] Compiling DistributedCluster Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[952/979] Compiling DistributedCluster SerializationPool.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[953/979] Compiling DistributedCluster TopLevelBlobCoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[954/979] Compiling DistributedCluster TopLevelBytesBlobCoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[955/979] Compiling DistributedCluster TopLevelBytesBlobSerializer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[956/979] Compiling DistributedCluster TopLevelProtobufCoders.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:27: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                           |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                           `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:48: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                                                |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                                                `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Decodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Context.swift:70:17: warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
 26 |     ///
 27 |     /// `Serialization.Context` may be accessed concurrently be encoders/decoders.
 28 |     public struct Context {
    |                   `- note: add @available attribute to enclosing struct
 29 |         public let log: Logger
 30 |         public let system: ClusterSystem
    :
 67 |
 68 |         /// Similar to `_resolveActorRef` but for an untyped `_AddressableActorRef`.
 69 |         public func _resolveAddressableActorRef(identifiedBy id: ActorID, userInfo: [CodingUserInfoKey: Any] = [:]) -> _AddressableActorRef {
    |                     `- note: add @available attribute to enclosing instance method
 70 |             let context = _ResolveContext<Never>(id: id, system: self.system, userInfo: userInfo)
    |                 |- warning: conformance of 'Never' to 'Encodable' is only available in macOS 14.0 or newer; this is an error in the Swift 6 language mode
    |                 `- note: add 'if #available' version check
 71 |             return self.system._resolveUntyped(context: context)
 72 |         }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Serialization/Serialization+Serializers+Protobuf.swift:41:25: warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
39 |
40 |     override open func deserialize(from buffer: Serialization.Buffer) throws -> Message {
41 |         let proto = try ProtobufMessage(serializedData: buffer.readData())
   |                         |- warning: 'init(serializedData:extensions:partial:options:)' is deprecated: replaced by 'init(serializedBytes:extensions:partial:options:)'
   |                         `- note: use 'init(serializedBytes:extensions:partial:options:)' instead
42 |         return try self.fromProto(proto, context: self.serializationContext)
43 |     }
[957/979] Compiling DistributedCluster VersionVector.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[958/979] Compiling DistributedCluster Association.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[959/979] Compiling DistributedCluster FaultyNetworkSimulatingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[960/979] Compiling DistributedCluster Cluster+Event.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[961/979] Compiling DistributedCluster Cluster+Member.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[962/979] Compiling DistributedCluster Cluster+Membership.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[963/979] Compiling DistributedCluster ClusterControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[964/979] Compiling DistributedCluster ClusterEventStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[965/979] Compiling DistributedCluster ClusterShell+LeaderActions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[966/979] Compiling DistributedCluster ClusterShell+Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[967/979] Compiling DistributedCluster ClusterShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[968/979] Compiling DistributedCluster ClusterShellState.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[969/979] Compiling DistributedCluster DiscoveryShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[970/979] Compiling DistributedCluster DistributedNodeDeathWatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[971/979] Compiling DistributedCluster DowningSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[972/979] Compiling DistributedCluster DowningStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[973/979] Compiling DistributedCluster TimeoutBasedDowningStrategy.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:46:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 26 |     func tracelog(
 27 |         _ type: TraceLogType, message: Any,
 28 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 29 |     ) {
 30 |         let level: Logger.Level?
    :
 44 |                 level: level,
 45 |                 "[tracelog:cluster] \(type.description)(\(self.settings.endpoint.port)): \(message)",
 46 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 47 |             )
 48 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell+Logging.swift:79:23: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
 71 |     func tracelog(
 72 |         _ context: _ActorContext<ClusterShell.Message>, _ type: TraceLogType, message: Any,
 73 |         file: String = #filePath, function: String = #function, line: UInt = #line
    |                        `- note: did you mean for parameter 'file' to default to '#fileID'?
 74 |     ) {
 75 |         if let level = context.system.settings.traceLogLevel {
    :
 77 |                 level: level,
 78 |                 "[tracelog:cluster] \(type.description): \(message)",
 79 |                 file: file, function: function, line: line
    |                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
    |                       `- note: add parentheses to silence this warning
 80 |             )
 81 |         }
Logging.Logger.log.file:2:1: note: 'file' declared here
1 | struct Logger {
2 | file: String}
  | `- note: 'file' declared here
3 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1316:79: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1314 | extension ActorID {
1315 |     static func _clusterShell(on node: Cluster.Node) -> ActorID {
1316 |         let id = ActorPath._clusterShell.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                               `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1317 |         // id.metadata.wellKnown = "$cluster"
1318 |         return id
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/Cluster/ClusterShell.swift:1322:80: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1320 |
1321 |     static func _clusterGossip(on node: Cluster.Node) -> ActorID {
1322 |         let id = ActorPath._clusterGossip.makeRemoteID(on: node, incarnation: .wellKnown)
     |                                                                                `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely
1323 |         // id.metadata.wellKnown = "$gossip"
1324 |         return id
[974/998] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[975/998] Emitting module it_Clustered_swim_suspension_reachability
[976/998] Compiling it_Clustered_swim_suspension_reachability main.swift
[977/998] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[977/998] Write Objects.LinkFileList
[979/998] Compiling MultiNodeTestKit MultiNodeTestConductor.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKit/MultiNodeTestConductor.swift:164:21: warning: dictionary literal of type 'Logger.Metadata' (aka 'Dictionary<String, Logger.MetadataValue>') has duplicate entries for string literal key 'checkPoint/error'
162 |                 self.log.warning("Checkpoint failed, informing node [\(node)]", metadata: [
163 |                     "checkPoint/node": "\(node)",
164 |                     "checkPoint/error": "\(checkPointError)",
    |                     |- warning: dictionary literal of type 'Logger.Metadata' (aka 'Dictionary<String, Logger.MetadataValue>') has duplicate entries for string literal key 'checkPoint/error'
    |                     `- note: duplicate key declared here
165 |                     "checkPoint/error": "\(checkPointError)",
    |                     `- note: duplicate key declared here
166 |                 ])
167 |                 cc.resume(throwing: checkPointError)
[980/998] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[981/998] Emitting module MultiNodeTestKit
[982/1002] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[983/1002] Emitting module DistributedActorsMultiNodeTests
[984/1002] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[985/1002] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[986/1012] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[987/1012] Compiling MultiNodeTestKitRunner MultiNode+LogCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/MultiNode+LogCapture.swift:21:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 19 | import MultiNodeTestKit
 20 |
 21 | struct PrettyMultiNodeLogHandler: LogHandler {
    |        `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 22 |     let nodeName: String
 23 |     let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[988/1013] Compiling MultiNodeTestKitRunner OutputGrepper.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:42:25: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
 40 |                 channel.pipeline.addHandlers(
 41 |                     [
 42 |                         ByteToMessageHandler(NewlineFramer()),
    |                         `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
 43 |                         GrepHandler(
 44 |                             nodeName: nodeName,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
    | `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:51:14: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
 49 |                 )
 50 |             }
 51 |             .withPipes(
    |              |- warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
    |              `- note: use 'takingOwnershipOfDescriptors(input:output:)' instead
 52 |                 inputDescriptor: dup(processToChannel.fileHandleForReading.fileDescriptor),
 53 |                 outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/OutputGrepper.swift:55:33: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 53 |                 outputDescriptor: dup(deadPipe.fileHandleForWriting.fileDescriptor)
 54 |             )
 55 |         let processOutputPipe = NIOFileHandle(descriptor: dup(processToChannel.fileHandleForWriting.fileDescriptor))
    |                                 `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 56 |         processToChannel.fileHandleForReading.closeFile()
 57 |         processToChannel.fileHandleForWriting.closeFile()
[989/1013] Compiling MultiNodeTestKitRunner Time.swift
[990/1013] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[991/1013] Emitting module MultiNodeTestKitRunner
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/MultiNode+LogCapture.swift:21:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 19 | import MultiNodeTestKit
 20 |
 21 | struct PrettyMultiNodeLogHandler: LogHandler {
    |        `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
 22 |     let nodeName: String
 23 |     let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
[992/1013] Compiling MultiNodeTestKitRunner NaiveLogger.swift
[993/1013] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Exec.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Exec.swift:56:22: warning: 'installSwiftBacktrace' is deprecated: Backtrace will not longer be offered by the actor system by default, and has to be depended on by end-users
 54 |
 55 |             /// By default get better backtraces in case we crash:
 56 |             settings.installSwiftBacktrace = true
    |                      `- 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
 57 |
 58 |             /// Configure a nicer logger, that pretty prints metadata and also includes source location of logs
[994/1013] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner+Test.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner+Test.swift:120:22: warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
118 |         let elg = MultiThreadedEventLoopGroup(numberOfThreads: 1)
119 |         defer {
120 |             try! elg.syncShutdownGracefully()
    |                      `- warning: instance method 'syncShutdownGracefully' is unavailable from asynchronous contexts; this can end up blocking the calling thread; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
121 |         }
122 |
[995/1013] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[996/1013] Compiling MultiNodeTestKitRunner boot+MultiNodeTestKitRunner.swift
/Users/admin/builder/spi-builder-workspace/Sources/MultiNodeTestKitRunner/boot+MultiNodeTestKitRunner.swift:148:25: warning: variable 'reason' was never used; consider replacing with '_' or removing it
146 |                 switch result {
147 |                 case .failure(let error as MultiNodeProgramError):
148 |                     var reason: String = "MultiNode test failed, output was dumped."
    |                         `- warning: variable 'reason' was never used; consider replacing with '_' or removing it
149 |                     for line in error.completeOutput {
150 |                         log("[\(nodeName)](\(multiNodeTest.testName)) \(line)")
[996/1013] Write Objects.LinkFileList
[997/1013] Linking it_Clustered_swim_suspension_reachability
[998/1013] Applying it_Clustered_swim_suspension_reachability
[999/1013] Linking MultiNodeTestKitRunner
[1000/1013] Applying MultiNodeTestKitRunner
[1002/1013] Compiling DistributedActorsTestKit TestProbes+Receptionist.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/TestProbes+Receptionist.swift:33:71: warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
26 |         expected: Set<_ActorRef<String>>, within timeout: Duration,
27 |         verbose: Bool = false,
28 |         file: StaticString = #filePath, line: UInt = #line, column: UInt = #column
   |                              `- note: did you mean for parameter 'file' to default to '#fileID'?
29 |     ) throws {
30 |         do {
31 |             let listing = try self.fishForMessages(within: timeout, file: file, line: line) {
32 |                 if verbose {
33 |                     pinfo("Received listing: \($0.refs.count)", file: file, line: line)
   |                                                                       |- warning: parameter 'file' with default argument '#filePath' passed to parameter 'file', whose default argument is '#fileID'
   |                                                                       `- note: add parentheses to silence this warning
34 |                 }
35 |
DistributedCluster.pinfo.file:1:1: note: 'file' declared here
1 | file: StaticString
  | `- note: 'file' declared here
[1003/1013] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1004/1013] Compiling DistributedActorsTestKit Task+Testing.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/Task+Testing.swift:33:23: error: type 'Task<Success, any Error>' has no member 'select'
31 |
32 |         defer { timeoutTask.cancel() }
33 |         return await .select(valueTask, timeoutTask)
   |                       `- error: type 'Task<Success, any Error>' has no member 'select'
34 |     }
35 | }
[1005/1014] Compiling DistributedActorsTestKit TestProbes.swift
/Users/admin/builder/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 the Swift 6 language mode
 34 | ///
 35 | /// - SeeAlso: `ActorableTestProbe` which is the equivalent API for `Actorable`s.
 36 | public final class ActorTestProbe<Message: Codable>: @unchecked Sendable {
    |                                   `- note: 'Message' previously declared here
 37 |     /// Name of the test probe (and underlying actor).
 38 |     public let name: String
    :
697 |     /// and our direct message arrives first, before the watch at the destination, causing potentially confusing behavior
698 |     /// in some very ordering delicate testing scenarios.
699 |     public func forward<Message>(_ message: Message, to target: _ActorRef<Message>, file: String = #filePath, line: UInt = #line) where Message: Codable {
    |                         `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
700 |         self.internalRef.tell(ProbeCommands.forwardCommand(send: { () in target.tell(message, file: file, line: line) }))
701 |     }
[1006/1014] Compiling DistributedActorsTestKit InspectKit.swift
[1007/1014] Compiling DistributedActorsTestKit Data+Testing.swift
[1008/1014] Compiling DistributedActorsTestKit ShouldMatchers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:36:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 24 | private let isTty = isatty(fileno(stdin)) == 0
 25 |
 26 | public struct TestMatchers<T> {
    |                            `- note: 'T' previously declared here
 27 |     private let it: T
 28 |
    :
 34 |     }
 35 |
 36 |     func toBe<T>(_ expected: T.Type) {
    |               `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 37 |         if !(self.it is T) {
 38 |             let error = self.callSite.notEqualError(got: self.it, expected: expected)
[1009/1014] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1010/1014] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1011/1014] Emitting module DistributedActorsTestKit
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/LogCapture.swift:195:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
193 | // MARK: LogCapture LogHandler
194 |
195 | struct LogCaptureLogHandler: LogHandler {
    |        `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
196 |     let label: String
197 |     let capture: LogCapture
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/ShouldMatchers.swift:36:15: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 24 | private let isTty = isatty(fileno(stdin)) == 0
 25 |
 26 | public struct TestMatchers<T> {
    |                            `- note: 'T' previously declared here
 27 |     private let it: T
 28 |
    :
 34 |     }
 35 |
 36 |     func toBe<T>(_ expected: T.Type) {
    |               `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 37 |         if !(self.it is T) {
 38 |             let error = self.callSite.notEqualError(got: self.it, expected: expected)
/Users/admin/builder/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 the Swift 6 language mode
 34 | ///
 35 | /// - SeeAlso: `ActorableTestProbe` which is the equivalent API for `Actorable`s.
 36 | public final class ActorTestProbe<Message: Codable>: @unchecked Sendable {
    |                                   `- note: 'Message' previously declared here
 37 |     /// Name of the test probe (and underlying actor).
 38 |     public let name: String
    :
697 |     /// and our direct message arrives first, before the watch at the destination, causing potentially confusing behavior
698 |     /// in some very ordering delicate testing scenarios.
699 |     public func forward<Message>(_ message: Message, to target: _ActorRef<Message>, file: String = #filePath, line: UInt = #line) where Message: Codable {
    |                         `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
700 |         self.internalRef.tell(ProbeCommands.forwardCommand(send: { () in target.tell(message, file: file, line: line) }))
701 |     }
[1012/1014] Compiling DistributedActorsTestKit ActorTestKit.swift
[1013/1014] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1014/1014] Compiling DistributedActorsTestKit LogCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedActorsTestKit/LogCapture.swift:195:8: warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
193 | // MARK: LogCapture LogHandler
194 |
195 | struct LogCaptureLogHandler: LogHandler {
    |        `- warning: deprecated default implementation is used to satisfy instance method 'log(level:message:metadata:source:file:function:line:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation
196 |     let label: String
197 |     let capture: LogCapture
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:209:17: note: 'log(level:message:metadata:source:file:function:line:)' declared here
133 |     ///     - function: The function the log line was emitted from.
134 |     ///     - line: The line the log message was emitted from.
135 |     func log(
    |          `- note: requirement 'log(level:message:metadata:source:file:function:line:)' declared here
136 |         level: Logger.Level,
137 |         message: Logger.Message,
    :
207 | extension LogHandler {
208 |     @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
209 |     public func log(
    |                 `- note: 'log(level:message:metadata:source:file:function:line:)' declared here
210 |         level: Logger.Level,
211 |         message: Logger.Message,
BUILD FAILURE 6.1 macosSpm