Build Information
Failed to build swift-distributed-actors, reference 1.0.0-beta.3 (d816a1), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:56:24 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1533/1548] Compiling DistributedCluster TimeSpec.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1534/1548] Compiling DistributedCluster Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1535/1548] Compiling DistributedCluster WeakActorDictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1536/1548] Compiling DistributedCluster _ActorNaming.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1537/1548] Compiling DistributedCluster _ActorShell.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1538/1548] Compiling DistributedCluster _BehaviorTimers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1539/1548] Compiling DistributedCluster _Mailbox.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1540/1548] Compiling DistributedCluster _OrderedSet+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1541/1548] Compiling DistributedCluster _Signals.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1542/1548] Compiling DistributedCluster utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:629:38: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
627 |
628 | @discardableResult
629 | override public func _spawnWatch<Message>(
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
630 | _ naming: _ActorNaming,
631 | of type: Message.Type = Message.self,
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:641:31: warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
29 | /// The shell is mutable, and full of dangerous and carefully threaded/ordered code, be extra cautious.
30 | // TODO: remove this and replace by the infrastructure which is now Swift's `actor`
31 | public final class _ActorShell<Message: Codable>: _ActorContext<Message>, AbstractShellProtocol {
| `- note: 'Message' previously declared here
32 | // The phrase that "actor change their behavior" can be understood quite literally;
33 | // On each message interpretation the actor may return a new behavior that will be handling the next message.
:
639 | }
640 |
641 | override public func stop<Message: Codable>(child ref: _ActorRef<Message>) throws {
| `- warning: generic parameter 'Message' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
642 | try self._stop(child: ref)
643 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:996: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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| |- 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 '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:752:139: warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
750 | return .init(.adapter(adapter))
751 | } else {
752 | let adaptedAddress = try self.id.makeChildAddress(name: _ActorNaming.adapter.makeName(&self.namingContext), incarnation: .wellKnown)
| `- warning: 'wellKnown' is deprecated: Useful only with behavior actors, will be removed entirely [#DeprecatedDeclaration]
753 | let adapter = _ActorRefAdapter(fromType: fromType, to: self.myself, id: adaptedAddress)
754 |
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:997:23: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
| |- 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
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:999:77: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
999 | if self._myselfReceivesSystemMessages.id.incarnation == context.id.incarnation {
| |- 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
1000 | return self.asAddressable
1001 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:32: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_ActorShell.swift:1003:52: 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
939 | }
940 |
941 | extension AbstractShellProtocol {
| `- note: add '@available' attribute to enclosing extension
942 | @inlinable
943 | var receivesSystemMessages: _ReceivesSystemMessages {
:
994 | }
995 |
996 | public func _resolveUntyped(context: _ResolveContext<Never>) -> _AddressableActorRef {
| `- note: add '@available' attribute to enclosing instance method
997 | guard context.selectorSegments.first != nil else {
998 | // no remaining selectors == we are the "selected" ref, apply uid check
:
1001 | } else {
1002 | // the selection was indeed for this path, however we are a different incarnation (or different actor)
1003 | return context.personalDeadLetters.asAddressable
| |- 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
1004 | }
1005 | }
/Users/admin/builder/spi-builder-workspace/Sources/DistributedCluster/_Signals.swift:143:17: warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
141 | ///
142 | /// - SeeAlso: `Terminated` which is sent when a watched actor terminates.
143 | final class _ChildTerminated: Terminated {
| `- warning: class '_ChildTerminated' must restate inherited '@unchecked Sendable' conformance
144 | /// Filled with the error that caused the child actor to terminate.
145 | /// This kind of information is only known to the parent, which may decide to perform
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1543/1567] Compiling it_Clustered_swim_suspension_reachability main.swift
[1544/1567] Emitting module it_Clustered_swim_suspension_reachability
[1545/1567] Compiling MultiNodeTestKit MultiNodeTestKit.swift
[1546/1567] Compiling MultiNodeTestKit MultiNodeTestSettings.swift
[1547/1567] Compiling MultiNodeTestKit MultiNodeTestKit+Control.swift
[1547/1567] Write Objects.LinkFileList
[1549/1567] Emitting module MultiNodeTestKit
[1550/1567] 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)
[1551/1571] Emitting module DistributedActorsMultiNodeTests
[1552/1571] Compiling DistributedActorsMultiNodeTests MultiNode+ReceptionistTests.swift
[1553/1571] Compiling DistributedActorsMultiNodeTests MultiNode+ClusterSingletonTests.swift
[1554/1571] Compiling DistributedActorsMultiNodeTests MultiNode+MultiNodeConductorTests.swift
[1555/1581] Compiling MultiNodeTestKitRunner NaiveLogger.swift
[1556/1581] Compiling MultiNodeTestKitRunner MultiNode+TestSuites.swift
[1557/1581] Compiling MultiNodeTestKitRunner Terminal+Rainbow.swift
[1558/1581] 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(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
19 | import MultiNodeTestKit
20 |
21 | struct PrettyMultiNodeLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
22 | let nodeName: String
23 | let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1559/1581] Compiling MultiNodeTestKitRunner Process+Extensions.swift
[1560/1581] 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(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
19 | import MultiNodeTestKit
20 |
21 | struct PrettyMultiNodeLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
22 | let nodeName: String
23 | let settings: MultiNodeTestSettings.MultiNodeLogCaptureSettings
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1561/1581] 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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
57 |
58 | /// Configure a nicer logger, that pretty prints metadata and also includes source location of logs
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1562/1581] Compiling MultiNodeTestKitRunner Time.swift
[1563/1581] 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
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
121 | }
122 |
[1564/1581] 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:)' [#DeprecatedDeclaration]
49 | )
50 | }
51 | .withPipes(
| |- warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)' [#DeprecatedDeclaration]
| `- 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. [#DeprecatedDeclaration]
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. [#DeprecatedDeclaration]
56 | processToChannel.fileHandleForReading.closeFile()
57 | processToChannel.fileHandleForWriting.closeFile()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1565/1582] 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 [#no-usage]
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 [#no-usage]
149 | for line in error.completeOutput {
150 | log("[\(nodeName)](\(multiNodeTest.testName)) \(line)")
[1565/1582] Write Objects.LinkFileList
[1566/1582] Linking it_Clustered_swim_suspension_reachability
[1567/1582] Applying it_Clustered_swim_suspension_reachability
[1568/1582] Linking MultiNodeTestKitRunner
[1569/1582] Applying MultiNodeTestKitRunner
[1571/1582] 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
[1572/1582] 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 | }
[1573/1583] Compiling DistributedActorsTestKit SingleClusterSystemXCTestCase.swift
[1574/1583] Compiling DistributedActorsTestKit InspectKit.swift
[1575/1583] 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(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
193 | // MARK: LogCapture LogHandler
194 |
195 | struct LogCaptureLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
196 | let label: String
197 | let capture: LogCapture
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1576/1583] Compiling DistributedActorsTestKit Data+Testing.swift
[1577/1583] Compiling DistributedActorsTestKit ClusteredActorSystemsXCTestCase.swift
[1578/1583] Compiling DistributedActorsTestKit DistributedActor+Assertions.swift
[1579/1583] Compiling DistributedActorsTestKit ActorTestKit.swift
[1580/1583] Compiling DistributedActorsTestKit ByteBuffer+Testing.swift
[1581/1583] 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(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
193 | // MARK: LogCapture LogHandler
194 |
195 | struct LogCaptureLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
196 | let label: String
197 | let capture: LogCapture
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
/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 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1582/1583] 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)
[1583/1583] 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 | }
BUILD FAILURE 6.3 macosSpm