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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332
|
// RUN: %empty-directory(%t)
// RUN: %llvm-nm -g --defined-only -f just-symbols %stdlib_dir/x86_64/libswift_Concurrency.dylib > %t/symbols
// RUN: %abi-symbol-checker %s %t/symbols
// RUN: diff -u %S/../../Inputs/macOS/x86_64/concurrency/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
// _Concurrency Symbols
// associated type descriptor for Swift.AsyncIteratorProtocol.Failure
Added: _$s7FailureScITl
// associated type descriptor for Swift.AsyncSequence.Failure
Added: _$s7FailureSciTl
// dispatch thunk of Swift.AsyncIteratorProtocol.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$sScI4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTj
// async function pointer to dispatch thunk of Swift.AsyncIteratorProtocol.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$sScI4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTjTu
// method descriptor for Swift.AsyncIteratorProtocol.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$sScI4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTq
// associated conformance descriptor for Swift.AsyncIteratorProtocol.Swift.AsyncIteratorProtocol.Failure: Swift.Error
Added: _$sScI7FailureScI_s5ErrorTn
// (extension in Swift):Swift.AsyncIteratorProtocol.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$sScIsE4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to (extension in Swift):Swift.AsyncIteratorProtocol.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$sScIsE4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncStream.Iterator.next(isolation: isolated Swift.Actor?) async -> A?
Added: _$sScS8IteratorV4next9isolationxSgScA_pSgYi_tYaF
// async function pointer to Swift.AsyncStream.Iterator.next(isolation: isolated Swift.Actor?) async -> A?
Added: _$sScS8IteratorV4next9isolationxSgScA_pSgYi_tYaFTu
// Swift.TaskGroup.Iterator.next(isolation: isolated Swift.Actor?) async -> A?
Added: _$sScG8IteratorV4next9isolationxSgScA_pSgYi_tYaF
Added: _$sScG8IteratorV4next9isolationxSgScA_pSgYi_tYaFTu
// Swift.ThrowingTaskGroup.Iterator.next(isolation: isolated Swift.Actor?) async throws(B) -> A?
Added: _$sScg8IteratorV4next9isolationxSgScA_pSgYi_tYaq_YKF
// async function pointer to Swift.ThrowingTaskGroup.Iterator.next(isolation: isolated Swift.Actor?) async throws(B) -> A?
Added: _$sScg8IteratorV4next9isolationxSgScA_pSgYi_tYaq_YKFTu
// dispatch thunk of Swift.TaskExecutor.asUnownedTaskExecutor() -> Swift.UnownedTaskExecutor
Added: _$sSch21asUnownedTaskExecutors0bcD0VyFTj
// method descriptor for Swift.TaskExecutor.asUnownedTaskExecutor() -> Swift.UnownedTaskExecutor
Added: _$sSch21asUnownedTaskExecutors0bcD0VyFTq
// dispatch thunk of Swift.TaskExecutor.enqueue(Swift.UnownedJob) -> ()
Added: _$sSch7enqueueyyScJFTj
// method descriptor for Swift.TaskExecutor.enqueue(Swift.UnownedJob) -> ()
Added: _$sSch7enqueueyyScJFTq
// dispatch thunk of Swift.TaskExecutor.enqueue(__owned Swift.ExecutorJob) -> ()
Added: _$sSch7enqueueyys11ExecutorJobVnFTj
// method descriptor for Swift.TaskExecutor.enqueue(__owned Swift.ExecutorJob) -> ()
Added: _$sSch7enqueueyys11ExecutorJobVnFTq
// dispatch thunk of Swift.TaskExecutor.enqueue(__owned Swift.Job) -> ()
Added: _$sSch7enqueueyys3JobVnFTj
// method descriptor for Swift.TaskExecutor.enqueue(__owned Swift.Job) -> ()
Added: _$sSch7enqueueyys3JobVnFTq
// protocol descriptor for Swift.TaskExecutor
Added: _$sSchMp
// base conformance descriptor for Swift.TaskExecutor: Swift.Executor
Added: _$sSchScFTb
// protocol requirements base descriptor for Swift.TaskExecutor
Added: _$sSchTL
// (extension in Swift):Swift.TaskExecutor.asUnownedTaskExecutor() -> Swift.UnownedTaskExecutor
Added: _$sSchsE21asUnownedTaskExecutors0bcD0VyF
// Swift.AsyncThrowingStream.Iterator.next(isolation: isolated Swift.Actor?) async throws(B) -> A?
Added: _$sScs8IteratorV4next9isolationxSgScA_pSgYi_tYaq_YKF
// async function pointer to Swift.AsyncThrowingStream.Iterator.next(isolation: isolated Swift.Actor?) async throws(B) -> A?
Added: _$sScs8IteratorV4next9isolationxSgScA_pSgYi_tYaq_YKFTu
// Swift.UnsafeCurrentTask.unownedTaskExecutor.getter : Swift.UnownedTaskExecutor?
Added: _$sSct19unownedTaskExecutors07UnownedbC0VSgvg
// property descriptor for Swift.UnsafeCurrentTask.unownedTaskExecutor : Swift.UnownedTaskExecutor?
Added: _$sSct19unownedTaskExecutors07UnownedbC0VSgvpMV
// Swift.AsyncMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B?
Added: _$ss16AsyncMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B?
Added: _$ss16AsyncMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncFilterSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss19AsyncFilterSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncFilterSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss19AsyncFilterSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncPrefixSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss19AsyncPrefixSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncPrefixSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss19AsyncPrefixSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// static Swift.UnownedTaskExecutor.== infix(Swift.UnownedTaskExecutor, Swift.UnownedTaskExecutor) -> Swift.Bool
Added: _$ss19UnownedTaskExecutorV2eeoiySbAB_ABtFZ
// Swift.UnownedTaskExecutor.executor.modify : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV8executorBevM
// Swift.UnownedTaskExecutor.executor.getter : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV8executorBevg
// property descriptor for Swift.UnownedTaskExecutor.executor : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV8executorBevpMV
// Swift.UnownedTaskExecutor.executor.setter : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV8executorBevs
// Swift.UnownedTaskExecutor.init<A where A: Swift.TaskExecutor>(ordinary: __shared A) -> Swift.UnownedTaskExecutor
Added: _$ss19UnownedTaskExecutorV8ordinaryABxh_tcSchRzlufC
// Swift.UnownedTaskExecutor._executor.getter : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV9_executorBevg
// property descriptor for Swift.UnownedTaskExecutor._executor : Builtin.Executor
Added: _$ss19UnownedTaskExecutorV9_executorBevpMV
// type metadata accessor for Swift.UnownedTaskExecutor
Added: _$ss19UnownedTaskExecutorVMa
// nominal type descriptor for Swift.UnownedTaskExecutor
Added: _$ss19UnownedTaskExecutorVMn
// type metadata for Swift.UnownedTaskExecutor
Added: _$ss19UnownedTaskExecutorVN
// protocol conformance descriptor for Swift.UnownedTaskExecutor : Swift.Equatable in Swift
Added: _$ss19UnownedTaskExecutorVSQsMc
// Swift.UnownedTaskExecutor.init(Builtin.Executor) -> Swift.UnownedTaskExecutor
Added: _$ss19UnownedTaskExecutorVyABBecfC
// Swift.AsyncFlatMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B.Element?
Added: _$ss20AsyncFlatMapSequenceV8IteratorV4next9isolation7ElementQy_SgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncFlatMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B.Element?
Added: _$ss20AsyncFlatMapSequenceV8IteratorV4next9isolation7ElementQy_SgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.withUnsafeCurrentTask<A>(body: (Swift.UnsafeCurrentTask?) async throws -> A) async throws -> A
Added: _$ss21withUnsafeCurrentTask4bodyxxSctSgYaKXE_tYaKlF
// async function pointer to Swift.withUnsafeCurrentTask<A>(body: (Swift.UnsafeCurrentTask?) async throws -> A) async throws -> A
Added: _$ss21withUnsafeCurrentTask4bodyxxSctSgYaKXE_tYaKlFTu
// Swift.AsyncDropFirstSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss22AsyncDropFirstSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncDropFirstSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss22AsyncDropFirstSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncDropWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss22AsyncDropWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncDropWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss22AsyncDropWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncCompactMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B?
Added: _$ss23AsyncCompactMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncCompactMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> B?
Added: _$ss23AsyncCompactMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss24AsyncPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKF
// async function pointer to Swift.AsyncPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws(A.Failure) -> A.Element?
Added: _$ss24AsyncPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYa7FailureQzYKFTu
// Swift.AsyncThrowingMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B?
Added: _$ss24AsyncThrowingMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B?
Added: _$ss24AsyncThrowingMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYaKFTu
// Swift.globalConcurrentExecutor.getter : Swift.TaskExecutor
Added: _$ss24globalConcurrentExecutorSch_pvg
// Swift._getGenericSerialExecutor() -> Builtin.Executor
Added: _$ss25_getGenericSerialExecutorBeyF
// Swift._getUndefinedTaskExecutor() -> Builtin.Executor
Added: _$ss25_getUndefinedTaskExecutorBeyF
// Swift.withTaskExecutorPreference<A where A: Swift.Sendable>(_: Swift.TaskExecutor?, operation: @Sendable () async throws -> A) async throws -> A
Added: _$ss26withTaskExecutorPreference_9operationxSch_pSg_xyYaYbKXEtYaKs8SendableRzlF
// async function pointer to Swift.withTaskExecutorPreference<A where A: Swift.Sendable>(_: Swift.TaskExecutor?, operation: @Sendable () async throws -> A) async throws -> A
Added: _$ss26withTaskExecutorPreference_9operationxSch_pSg_xyYaYbKXEtYaKs8SendableRzlFTu
// Swift.AsyncThrowingFilterSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss27AsyncThrowingFilterSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingFilterSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss27AsyncThrowingFilterSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
// Swift.AsyncThrowingFlatMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B.Element?
Added: _$ss28AsyncThrowingFlatMapSequenceV8IteratorV4next9isolation7ElementQy_SgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingFlatMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B.Element?
Added: _$ss28AsyncThrowingFlatMapSequenceV8IteratorV4next9isolation7ElementQy_SgScA_pSgYi_tYaKFTu
// Swift.AsyncThrowingDropWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss30AsyncThrowingDropWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingDropWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss30AsyncThrowingDropWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
// Swift.AsyncThrowingCompactMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B?
Added: _$ss31AsyncThrowingCompactMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingCompactMapSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> B?
Added: _$ss31AsyncThrowingCompactMapSequenceV8IteratorV4next9isolationq_SgScA_pSgYi_tYaKFTu
// Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKF
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
Added: _swift_job_run_on_serial_and_task_executor
Added: _swift_job_run_on_task_executor
Added: _swift_task_getPreferredTaskExecutor
Added: _swift_task_popTaskExecutorPreference
Added: _swift_task_pushTaskExecutorPreference
// Adopt #isolation in with...Continuation APIs
// Swift.withCheckedThrowingContinuation<A>(isolation: isolated Swift.Actor?, function: Swift.String, _: (Swift.CheckedContinuation<A, Swift.Error>) -> ()) async throws -> A
Added: _$ss31withCheckedThrowingContinuation9isolation8function_xScA_pSgYi_SSyScCyxs5Error_pGXEtYaKlF
Added: _$ss31withCheckedThrowingContinuation9isolation8function_xScA_pSgYi_SSyScCyxs5Error_pGXEtYaKlFTu
// Swift.withCheckedContinuation<A>(isolation: isolated Swift.Actor?, function: Swift.String, _: (Swift.CheckedContinuation<A, Swift.Never>) -> ()) async -> A
Added: _$ss23withCheckedContinuation9isolation8function_xScA_pSgYi_SSyScCyxs5NeverOGXEtYalF
Added: _$ss23withCheckedContinuation9isolation8function_xScA_pSgYi_SSyScCyxs5NeverOGXEtYalFTu
// Updated signature for withTaskExecutorPreference to used typed throws and #isolation
// Swift.withTaskExecutorPreference<A, B where B: Swift.Error>(_: Swift.TaskExecutor?, isolation: isolated Swift.Actor?, operation: () async throws(B) -> A) async throws(B) -> A
Added: _$ss26withTaskExecutorPreference_9isolation9operationxSch_pSg_ScA_pSgYixyYaq_YKXEtYaq_YKs5ErrorR_r0_lF
// async function pointer to Swift.withTaskExecutorPreference<A, B where B: Swift.Error>(_: Swift.TaskExecutor?, isolation: isolated Swift.Actor?, operation: () async throws(B) -> A) async throws(B) -> A
Added: _$ss26withTaskExecutorPreference_9isolation9operationxSch_pSg_ScA_pSgYixyYaq_YKXEtYaq_YKs5ErrorR_r0_lFTu
// Swift.TaskGroup.awaitAllRemainingTasks(isolation: isolated Swift.Actor?) async -> ()
Added: _$sScG22awaitAllRemainingTasks9isolationyScA_pSgYi_tYaF
Added: _$sScG22awaitAllRemainingTasks9isolationyScA_pSgYi_tYaFTu
// Swift.TaskGroup.next(isolation: isolated Swift.Actor?) async -> A?
Added: _$sScG4next9isolationxSgScA_pSgYi_tYaF
Added: _$sScG4next9isolationxSgScA_pSgYi_tYaFTu
// Swift.ThrowingTaskGroup.next(isolation: isolated Swift.Actor?) async throws -> A?
Added: _$sScg4next9isolationxSgScA_pSgYi_tYaKF
Added: _$sScg4next9isolationxSgScA_pSgYi_tYaKFTu
// Swift.ThrowingTaskGroup.awaitAllRemainingTasks(isolation: isolated Swift.Actor?) async -> ()
Added: _$sScg22awaitAllRemainingTasks9isolationyScA_pSgYi_tYaF
Added: _$sScg22awaitAllRemainingTasks9isolationyScA_pSgYi_tYaFTu
// === SerialExecutor.checkIsolated()
Added: _swift_task_checkIsolated
Added: _swift_task_checkIsolated_hook
// (extension in Swift):Swift.SerialExecutor.checkIsolated() -> ()
Added: _$sScfsE13checkIsolatedyyF
// dispatch thunk of Swift.SerialExecutor.checkIsolated() -> ()
Added: _$sScf13checkIsolatedyyFTj
// method descriptor for Swift.SerialExecutor.checkIsolated() -> ()
Added: _$sScf13checkIsolatedyyFTq
// #isolated adoption in multiple APis
// withTaskCancellationHandler gains #isolated
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlF
Added: _$ss27withTaskCancellationHandler9operation8onCancel9isolationxxyYaKXE_yyYbXEScA_pSgYitYaKlFTu
// TaskGroup.with... APIs gain #isolated
Added: _$ss23withDiscardingTaskGroup9returning9isolation4bodyxxm_ScA_pSgYixs0bcD0VzYaXEtYalF
Added: _$ss23withDiscardingTaskGroup9returning9isolation4bodyxxm_ScA_pSgYixs0bcD0VzYaXEtYalFTu
Added: _$ss13withTaskGroup2of9returning9isolation4bodyq_xm_q_mScA_pSgYiq_ScGyxGzYaXEtYas8SendableRzr0_lF
Added: _$ss13withTaskGroup2of9returning9isolation4bodyq_xm_q_mScA_pSgYiq_ScGyxGzYaXEtYas8SendableRzr0_lFTu
Added: _$ss31withThrowingDiscardingTaskGroup9returning9isolation4bodyxxm_ScA_pSgYixs0bcdE0Vys5Error_pGzYaKXEtYaKlF
Added: _$ss31withThrowingDiscardingTaskGroup9returning9isolation4bodyxxm_ScA_pSgYixs0bcdE0Vys5Error_pGzYaKXEtYaKlFTu
Added: _$ss21withThrowingTaskGroup2of9returning9isolation4bodyq_xm_q_mScA_pSgYiq_Scgyxs5Error_pGzYaKXEtYaKs8SendableRzr0_lF
Added: _$ss21withThrowingTaskGroup2of9returning9isolation4bodyq_xm_q_mScA_pSgYiq_Scgyxs5Error_pGzYaKXEtYaKs8SendableRzr0_lFTu
// Swift.TaskLocal.withValueImpl<A>(_: __owned A, operation: () async throws -> A1, isolation: isolated Swift.Actor?, file: Swift.String, line: Swift.UInt) async throws -> A1
Added: _$ss9TaskLocalC13withValueImpl_9operation9isolation4file4lineqd__xn_qd__yYaKXEScA_pSgYiSSSutYaKlF
Added: _$ss9TaskLocalC13withValueImpl_9operation9isolation4file4lineqd__xn_qd__yYaKXEScA_pSgYiSSSutYaKlFTu
// Swift.TaskLocal.withValue<A>(_: A, operation: () async throws -> A1, isolation: isolated Swift.Actor?, file: Swift.String, line: Swift.UInt) async throws -> A1
Added: _$ss9TaskLocalC9withValue_9operation9isolation4file4lineqd__x_qd__yYaKXEScA_pSgYiSSSutYaKlF
Added: _$ss9TaskLocalC9withValue_9operation9isolation4file4lineqd__x_qd__yYaKXEScA_pSgYiSSSutYaKlFTu
|