Skip to content

Commit 755f260

Browse files
authored
Merge pull request #71924 from Azoy/fix-abi-test
[test] Add extractIsolation to concurrency ABI
2 parents 43582f1 + caf8e12 commit 755f260

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/abi/macOS/arm64/concurrency.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
264264
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
265265
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
266266

267+
// Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
268+
Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF
269+
267270
Added: _swift_job_run_on_serial_and_task_executor
268271
Added: _swift_job_run_on_task_executor
269272
Added: _swift_task_getPreferredTaskExecutor

test/abi/macOS/x86_64/concurrency.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQ
264264
// async function pointer to Swift.AsyncThrowingPrefixWhileSequence.Iterator.next(isolation: isolated Swift.Actor?) async throws -> A.Element?
265265
Added: _$ss32AsyncThrowingPrefixWhileSequenceV8IteratorV4next9isolation7ElementQzSgScA_pSgYi_tYaKFTu
266266

267+
// Swift.extractIsolation<each A, B>(@isolated(any) (repeat A) async throws -> B) -> Swift.Actor?
268+
Added: _$ss16extractIsolationyScA_pSgq_xxQpYaKYAcRvzr0_lF
269+
267270
Added: _swift_job_run_on_serial_and_task_executor
268271
Added: _swift_job_run_on_task_executor
269272
Added: _swift_task_getPreferredTaskExecutor

0 commit comments

Comments
 (0)