File: distributed.swift

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (112 lines) | stat: -rw-r--r-- 8,719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
// RUN: %empty-directory(%t)
// RUN: %llvm-nm -g --defined-only -f just-symbols %stdlib_dir/x86_64/libswiftDistributed.dylib > %t/symbols
// RUN: %abi-symbol-checker %s %t/symbols
// RUN: diff -u %S/../../Inputs/macOS/x86_64/distributed/baseline %t/symbols

// REQUIRES: swift_stdlib_no_asserts
// REQUIRES: STDLIB_VARIANT=macosx-x86_64

// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment below.)

// Welcome, Build Wrangler!
//
// This file lists APIs that have recently changed in a way that potentially
// indicates an ABI- or source-breaking problem.
//
// A failure in this test indicates that there is a potential breaking change in
// the Standard Library. If you observe a failure outside of a PR test, please
// reach out to the Standard Library team directly to make sure this gets
// resolved quickly! If your own PR fails in this test, you probably have an
// ABI- or source-breaking change in your commits. Please go and fix it.
//
// Please DO NOT DISABLE THIS TEST. In addition to ignoring the current set of
// ABI breaks, XFAILing this test also silences any future ABI breaks that may
// land on this branch, which simply generates extra work for the next person
// that picks up the mess.
//
// Instead of disabling this test, you'll need to extend the list of expected
// changes at the bottom. (You'll also need to do this if your own PR triggers
// false positives, or if you have special permission to break things.) You can
// find a diff of what needs to be added in the output of the failed test run.
// The order of lines doesn't matter, and you can also include comments to refer
// to any bugs you filed.
//
// Thank you for your help ensuring the stdlib remains compatible with its past!
//                                            -- Your friendly stdlib engineers

// Distributed Symbols

// protocol descriptor for Distributed._DistributedActorStub
Added: _$s11Distributed01_A9ActorStubMp

// base conformance descriptor for Distributed._DistributedActorStub: Distributed.DistributedActor
Added: _$s11Distributed01_A9ActorStubPAA0aB0Tb

// protocol requirements base descriptor for Distributed._DistributedActorStub
Added: _$s11Distributed01_A9ActorStubTL

// Distributed._diagnoseDistributedStubMethodCalled(className: Swift.StaticString, funcName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never
Added: _$s11Distributed09_diagnoseA16StubMethodCalled9className04funcG04file4line6columns5NeverOs12StaticStringV_A2KS2utF

// dispatch thunk of Distributed.DistributedActorSystem.remoteCall<A, B, C where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type, returning: C1.Type) async throws -> C1
Added: _$s11Distributed0A11ActorSystemP10remoteCall2on6target10invocation8throwing9returningqd_1_qd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mqd_1_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr1_lFTj

// async function pointer to dispatch thunk of Distributed.DistributedActorSystem.remoteCall<A, B, C where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type, returning: C1.Type) async throws -> C1
Added: _$s11Distributed0A11ActorSystemP10remoteCall2on6target10invocation8throwing9returningqd_1_qd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mqd_1_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr1_lFTjTu

// method descriptor for Distributed.DistributedActorSystem.remoteCall<A, B, C where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type, returning: C1.Type) async throws -> C1
Added: _$s11Distributed0A11ActorSystemP10remoteCall2on6target10invocation8throwing9returningqd_1_qd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mqd_1_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr1_lFTq

// dispatch thunk of Distributed.DistributedActorSystem.remoteCallVoid<A, B where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type) async throws -> ()
Added: _$s11Distributed0A11ActorSystemP14remoteCallVoid2on6target10invocation8throwingyqd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr0_lFTj

// async function pointer to dispatch thunk of Distributed.DistributedActorSystem.remoteCallVoid<A, B where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type) async throws -> ()
Added: _$s11Distributed0A11ActorSystemP14remoteCallVoid2on6target10invocation8throwingyqd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr0_lFTjTu

// method descriptor for Distributed.DistributedActorSystem.remoteCallVoid<A, B where A1: Distributed.DistributedActor, B1: Swift.Error, A.ActorID == A1.ID>(on: A1, target: Distributed.RemoteCallTarget, invocation: inout A.InvocationEncoder, throwing: B1.Type) async throws -> ()
Added: _$s11Distributed0A11ActorSystemP14remoteCallVoid2on6target10invocation8throwingyqd___AA06RemoteE6TargetV17InvocationEncoderQzzqd_0_mtYaKAA0aB0Rd__s5ErrorRd_0_2IDQyd__0bP0Rtzr0_lFTq

// dispatch thunk of Distributed.DistributedTargetInvocationDecoder.decodeNextArgument<A>() throws -> A1
Added: _$s11Distributed0A23TargetInvocationDecoderP18decodeNextArgumentqd__yKlFTj

// method descriptor for Distributed.DistributedTargetInvocationDecoder.decodeNextArgument<A>() throws -> A1
Added: _$s11Distributed0A23TargetInvocationDecoderP18decodeNextArgumentqd__yKlFTq

// dispatch thunk of Distributed.DistributedTargetInvocationEncoder.recordArgument<A>(Distributed.RemoteCallArgument<A1>) throws -> ()
Added: _$s11Distributed0A23TargetInvocationEncoderP14recordArgumentyyAA010RemoteCallF0Vyqd__GKlFTj

// method descriptor for Distributed.DistributedTargetInvocationEncoder.recordArgument<A>(Distributed.RemoteCallArgument<A1>) throws -> ()
Added: _$s11Distributed0A23TargetInvocationEncoderP14recordArgumentyyAA010RemoteCallF0Vyqd__GKlFTq

// dispatch thunk of Distributed.DistributedTargetInvocationEncoder.recordReturnType<A>(A1.Type) throws -> ()
Added: _$s11Distributed0A23TargetInvocationEncoderP16recordReturnTypeyyqd__mKlFTj

// method descriptor for Distributed.DistributedTargetInvocationEncoder.recordReturnType<A>(A1.Type) throws -> ()
Added: _$s11Distributed0A23TargetInvocationEncoderP16recordReturnTypeyyqd__mKlFTq

// dispatch thunk of Distributed.DistributedTargetInvocationResultHandler.onReturn<A>(value: A1) async throws -> ()
Added: _$s11Distributed0A29TargetInvocationResultHandlerP8onReturn5valueyqd___tYaKlFTj

// async function pointer to dispatch thunk of Distributed.DistributedTargetInvocationResultHandler.onReturn<A>(value: A1) async throws -> ()
Added: _$s11Distributed0A29TargetInvocationResultHandlerP8onReturn5valueyqd___tYaKlFTjTu

// method descriptor for Distributed.DistributedTargetInvocationResultHandler.onReturn<A>(value: A1) async throws -> ()
Added: _$s11Distributed0A29TargetInvocationResultHandlerP8onReturn5valueyqd___tYaKlFTq

// (extension in Distributed):Distributed.DistributedActor.asLocalActor.getter : Swift.Actor
Added: _$s11Distributed0A5ActorPAAE07asLocalB0ScA_pvg

// property descriptor for (extension in Distributed):Distributed.DistributedActor.asLocalActor : Swift.Actor
Added: _$s11Distributed0A5ActorPAAE07asLocalB0ScA_pvpMV

// property descriptor for (extension in Distributed):Distributed.DistributedActor.__actorUnownedExecutor : Swift.UnownedSerialExecutor
Added: _$s11Distributed0A5ActorPAAE22__actorUnownedExecutorScevpMV

// Distributed._distributedStubFatalError(function: Swift.String) -> Swift.Never
Added: _$s11Distributed26_distributedStubFatalError8functions5NeverOSS_tF

// Bin compat for typed throws overload of whenLocal
// (extension in Distributed):Distributed.DistributedActor.whenLocal<A, B where A1: Swift.Sendable, B1: Swift.Error>(@Sendable (isolated A) async throws(B1) -> A1) async throws(B1) -> A1?
Added: _$s11Distributed0A5ActorPAAE9whenLocalyqd__Sgqd__xYiYaYbqd_0_YKXEYaqd_0_YKs8SendableRd__s5ErrorRd_0_r0_lF
// async function pointer to (extension in Distributed):Distributed.DistributedActor.whenLocal<A, B where A1: Swift.Sendable, B1: Swift.Error>(@Sendable (isolated A) async throws(B1) -> A1) async throws(B1) -> A1?
Added: _$s11Distributed0A5ActorPAAE9whenLocalyqd__Sgqd__xYiYaYbqd_0_YKXEYaqd_0_YKs8SendableRd__s5ErrorRd_0_r0_lFTu