Skip to content

Commit 11fc582

Browse files
committed
Update _Concurrency library ABI diff to account for @Frozen reversion.
1 parent ed06fde commit 11fc582

File tree

1 file changed

+0
-95
lines changed

1 file changed

+0
-95
lines changed

test/api-digester/stability-concurrency-abi.test

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -111,107 +111,12 @@ Func withTaskGroup(of:returning:body:) has mangled name changing from '_Concurre
111111
Func withThrowingTaskGroup(of:returning:body:) has generic signature change from <ChildTaskResult, GroupResult> to <ChildTaskResult, GroupResult where ChildTaskResult : Swift.Sendable>
112112
Func withThrowingTaskGroup(of:returning:body:) has mangled name changing from '_Concurrency.withThrowingTaskGroup<A, B>(of: A.Type, returning: B.Type, body: (inout Swift.ThrowingTaskGroup<A, Swift.Error>) async throws -> B) async throws -> B' to '_Concurrency.withThrowingTaskGroup<A, B where A: Swift.Sendable>(of: A.Type, returning: B.Type, body: (inout Swift.ThrowingTaskGroup<A, Swift.Error>) async throws -> B) async throws -> B'
113113
Import Swift has been renamed to Import _SwiftConcurrencyShims
114-
Struct AsyncCompactMapSequence is now with @frozen
115-
Struct AsyncCompactMapSequence.Iterator is now with @frozen
116-
Struct AsyncDropFirstSequence is now with @frozen
117-
Struct AsyncDropFirstSequence.Iterator is now with @frozen
118-
Struct AsyncDropWhileSequence is now with @frozen
119-
Struct AsyncDropWhileSequence.Iterator is now with @frozen
120-
Struct AsyncFilterSequence is now with @frozen
121-
Struct AsyncFilterSequence.Iterator is now with @frozen
122-
Struct AsyncFlatMapSequence is now with @frozen
123-
Struct AsyncFlatMapSequence.Iterator is now with @frozen
124-
Struct AsyncMapSequence is now with @frozen
125-
Struct AsyncMapSequence.Iterator is now with @frozen
126-
Struct AsyncPrefixSequence is now with @frozen
127-
Struct AsyncPrefixSequence.Iterator is now with @frozen
128-
Struct AsyncPrefixWhileSequence is now with @frozen
129-
Struct AsyncPrefixWhileSequence.Iterator is now with @frozen
130-
Struct AsyncThrowingCompactMapSequence is now with @frozen
131-
Struct AsyncThrowingCompactMapSequence.Iterator is now with @frozen
132-
Struct AsyncThrowingDropWhileSequence is now with @frozen
133-
Struct AsyncThrowingDropWhileSequence.Iterator is now with @frozen
134-
Struct AsyncThrowingFilterSequence is now with @frozen
135-
Struct AsyncThrowingFilterSequence.Iterator is now with @frozen
136-
Struct AsyncThrowingFlatMapSequence is now with @frozen
137-
Struct AsyncThrowingFlatMapSequence.Iterator is now with @frozen
138-
Struct AsyncThrowingMapSequence is now with @frozen
139-
Struct AsyncThrowingMapSequence.Iterator is now with @frozen
140-
Struct AsyncThrowingPrefixWhileSequence is now with @frozen
141-
Struct AsyncThrowingPrefixWhileSequence.Iterator is now with @frozen
142114
Struct Task has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Success : Swift.Sendable, Failure : Swift.Error>
143115
Struct TaskGroup has generic signature change from <ChildTaskResult> to <ChildTaskResult where ChildTaskResult : Swift.Sendable>
144116
Struct TaskGroup.Iterator has generic signature change from <ChildTaskResult> to <ChildTaskResult where ChildTaskResult : Swift.Sendable>
145117
Struct ThrowingTaskGroup has generic signature change from <ChildTaskResult, Failure where Failure : Swift.Error> to <ChildTaskResult, Failure where ChildTaskResult : Swift.Sendable, Failure : Swift.Error>
146118
Struct ThrowingTaskGroup.Iterator has generic signature change from <ChildTaskResult, Failure where Failure : Swift.Error> to <ChildTaskResult, Failure where ChildTaskResult : Swift.Sendable, Failure : Swift.Error>
147119
Struct YieldingContinuation has been removed (deprecated)
148120
Subscript TaskLocal.subscript(_enclosingInstance:wrapped:storage:) has been removed
149-
Var AsyncCompactMapSequence.Iterator.baseIterator is now a stored property
150-
Var AsyncCompactMapSequence.Iterator.transform is now a stored property
151-
Var AsyncCompactMapSequence.base is now a stored property
152-
Var AsyncCompactMapSequence.transform is now a stored property
153-
Var AsyncDropFirstSequence.Iterator.baseIterator is now a stored property
154-
Var AsyncDropFirstSequence.Iterator.count is now a stored property
155-
Var AsyncDropFirstSequence.base is now a stored property
156-
Var AsyncDropFirstSequence.count is now a stored property
157-
Var AsyncDropWhileSequence.Iterator.baseIterator is now a stored property
158-
Var AsyncDropWhileSequence.Iterator.predicate is now a stored property
159-
Var AsyncDropWhileSequence.base is now a stored property
160-
Var AsyncDropWhileSequence.predicate is now a stored property
161-
Var AsyncFilterSequence.Iterator.baseIterator is now a stored property
162-
Var AsyncFilterSequence.Iterator.isIncluded is now a stored property
163-
Var AsyncFilterSequence.base is now a stored property
164-
Var AsyncFilterSequence.isIncluded is now a stored property
165-
Var AsyncFlatMapSequence.Iterator.baseIterator is now a stored property
166-
Var AsyncFlatMapSequence.Iterator.currentIterator is now a stored property
167-
Var AsyncFlatMapSequence.Iterator.finished is now a stored property
168-
Var AsyncFlatMapSequence.Iterator.transform is now a stored property
169-
Var AsyncFlatMapSequence.base is now a stored property
170-
Var AsyncFlatMapSequence.transform is now a stored property
171-
Var AsyncMapSequence.Iterator.baseIterator is now a stored property
172-
Var AsyncMapSequence.Iterator.transform is now a stored property
173-
Var AsyncMapSequence.base is now a stored property
174-
Var AsyncMapSequence.transform is now a stored property
175-
Var AsyncPrefixSequence.Iterator.baseIterator is now a stored property
176-
Var AsyncPrefixSequence.Iterator.remaining is now a stored property
177-
Var AsyncPrefixSequence.base is now a stored property
178-
Var AsyncPrefixSequence.count is now a stored property
179-
Var AsyncPrefixWhileSequence.Iterator.baseIterator is now a stored property
180-
Var AsyncPrefixWhileSequence.Iterator.predicate is now a stored property
181-
Var AsyncPrefixWhileSequence.Iterator.predicateHasFailed is now a stored property
182-
Var AsyncPrefixWhileSequence.base is now a stored property
183-
Var AsyncPrefixWhileSequence.predicate is now a stored property
184-
Var AsyncThrowingCompactMapSequence.Iterator.baseIterator is now a stored property
185-
Var AsyncThrowingCompactMapSequence.Iterator.finished is now a stored property
186-
Var AsyncThrowingCompactMapSequence.Iterator.transform is now a stored property
187-
Var AsyncThrowingCompactMapSequence.base is now a stored property
188-
Var AsyncThrowingCompactMapSequence.transform is now a stored property
189-
Var AsyncThrowingDropWhileSequence.Iterator.baseIterator is now a stored property
190-
Var AsyncThrowingDropWhileSequence.Iterator.doneDropping is now a stored property
191-
Var AsyncThrowingDropWhileSequence.Iterator.finished is now a stored property
192-
Var AsyncThrowingDropWhileSequence.Iterator.predicate is now a stored property
193-
Var AsyncThrowingDropWhileSequence.base is now a stored property
194-
Var AsyncThrowingDropWhileSequence.predicate is now a stored property
195-
Var AsyncThrowingFilterSequence.Iterator.baseIterator is now a stored property
196-
Var AsyncThrowingFilterSequence.Iterator.finished is now a stored property
197-
Var AsyncThrowingFilterSequence.Iterator.isIncluded is now a stored property
198-
Var AsyncThrowingFilterSequence.base is now a stored property
199-
Var AsyncThrowingFilterSequence.isIncluded is now a stored property
200-
Var AsyncThrowingFlatMapSequence.Iterator.baseIterator is now a stored property
201-
Var AsyncThrowingFlatMapSequence.Iterator.currentIterator is now a stored property
202-
Var AsyncThrowingFlatMapSequence.Iterator.finished is now a stored property
203-
Var AsyncThrowingFlatMapSequence.Iterator.transform is now a stored property
204-
Var AsyncThrowingFlatMapSequence.base is now a stored property
205-
Var AsyncThrowingFlatMapSequence.transform is now a stored property
206-
Var AsyncThrowingMapSequence.Iterator.baseIterator is now a stored property
207-
Var AsyncThrowingMapSequence.Iterator.finished is now a stored property
208-
Var AsyncThrowingMapSequence.Iterator.transform is now a stored property
209-
Var AsyncThrowingMapSequence.base is now a stored property
210-
Var AsyncThrowingMapSequence.transform is now a stored property
211-
Var AsyncThrowingPrefixWhileSequence.Iterator.baseIterator is now a stored property
212-
Var AsyncThrowingPrefixWhileSequence.Iterator.predicate is now a stored property
213-
Var AsyncThrowingPrefixWhileSequence.Iterator.predicateHasFailed is now a stored property
214-
Var AsyncThrowingPrefixWhileSequence.base is now a stored property
215-
Var AsyncThrowingPrefixWhileSequence.predicate is now a stored property
216121
Var UnownedJob.context has mangled name changing from 'Swift.UnownedJob.(context in #UNSTABLE ID#) : Builtin.Job' to 'Swift.UnownedJob.(context in #UNSTABLE ID#) : Builtin.Job'
217122
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)