Skip to content

Commit b41d6aa

Browse files
committed
[test] Ritually confess these changes
1 parent 0e55d96 commit b41d6aa

File tree

2 files changed

+57
-54
lines changed

2 files changed

+57
-54
lines changed

test/api-digester/Outputs/stability-stdlib-source-base.swift.expected

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Protocol ExpressibleByFloatLiteral has added inherited protocol Copyable
101101
Protocol ExpressibleByFloatLiteral has added inherited protocol Escapable
102102
Protocol ExpressibleByIntegerLiteral has added inherited protocol Copyable
103103
Protocol ExpressibleByIntegerLiteral has added inherited protocol Escapable
104-
Protocol ExpressibleByNilLiteral has added inherited protocol Escapable
105104
Protocol ExpressibleByStringInterpolation has added inherited protocol Copyable
106105
Protocol ExpressibleByStringInterpolation has added inherited protocol Escapable
107106
Protocol ExpressibleByStringLiteral has added inherited protocol Copyable
@@ -193,9 +192,9 @@ Accessor ManagedBufferPointer.buffer.Get() has generic signature change from <He
193192
Accessor ManagedBufferPointer.capacity.Get() has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
194193
Accessor ManagedBufferPointer.header.Get() has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
195194
Accessor ManagedBufferPointer.header.Set() has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
196-
Accessor MemoryLayout.alignment.Get() has generic signature change from <T> to <T where T : ~Copyable>
197-
Accessor MemoryLayout.size.Get() has generic signature change from <T> to <T where T : ~Copyable>
198-
Accessor MemoryLayout.stride.Get() has generic signature change from <T> to <T where T : ~Copyable>
195+
Accessor MemoryLayout.alignment.Get() has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
196+
Accessor MemoryLayout.size.Get() has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
197+
Accessor MemoryLayout.stride.Get() has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
199198
Accessor UnsafeBufferPointer.baseAddress.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
200199
Accessor UnsafeBufferPointer.count.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
201200
Accessor UnsafeBufferPointer.endIndex.Get() has generic signature change from <Element> to <Element where Element : ~Copyable>
@@ -213,13 +212,13 @@ Accessor UnsafePointer.hashValue.Get() has generic signature change from <Pointe
213212
Accessor UnsafePointer.pointee.Get() has been removed
214213
Accessor UnsafePointer.subscript(_:).Get() has been removed
215214
Class ManagedBuffer has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
216-
Constructor ExpressibleByNilLiteral.init(nilLiteral:) has generic signature change from <Self where Self : Swift.ExpressibleByNilLiteral> to <Self where Self : Swift.ExpressibleByNilLiteral, Self : ~Copyable>
215+
Constructor ExpressibleByNilLiteral.init(nilLiteral:) has generic signature change from <Self where Self : Swift.ExpressibleByNilLiteral> to <Self where Self : Swift.ExpressibleByNilLiteral, Self : ~Copyable, Self : ~Escapable>
217216
Constructor ManagedBufferPointer.init(bufferClass:minimumCapacity:makingHeaderWith:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
218217
Constructor ManagedBufferPointer.init(unsafeBufferObject:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
219218
Constructor OpaquePointer.init(_:) has generic signature change from <T> to <T where T : ~Copyable>
220-
Constructor Optional.init(_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
219+
Constructor Optional.init(_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
221220
Constructor Optional.init(_:) has parameter 0 changing from Default to Owned
222-
Constructor Optional.init(nilLiteral:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
221+
Constructor Optional.init(nilLiteral:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
223222
Constructor Result.init(catching:) has generic signature change from <Success, Failure where Failure == any Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable>
224223
Constructor UnsafeBufferPointer.init(_:) has generic signature change from <Element> to <Element where Element : ~Copyable>
225224
Constructor UnsafeBufferPointer.init(start:count:) has generic signature change from <Element> to <Element where Element : ~Copyable>
@@ -231,28 +230,28 @@ Constructor UnsafeMutableRawBufferPointer.init(_:) has generic signature change
231230
Constructor UnsafeMutableRawPointer.init(_:) has generic signature change from <T> to <T where T : ~Copyable>
232231
Constructor UnsafeRawBufferPointer.init(_:) has generic signature change from <T> to <T where T : ~Copyable>
233232
Constructor UnsafeRawPointer.init(_:) has generic signature change from <T> to <T where T : ~Copyable>
234-
Enum MemoryLayout has generic signature change from <T> to <T where T : ~Copyable>
235-
Enum Optional has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
236-
Enum Result has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable>
237-
Func ??(_:_:) has generic signature change from <T> to <T where T : ~Copyable>
233+
Enum MemoryLayout has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
234+
Enum Optional has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
235+
Enum Result has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable, Success : ~Escapable>
236+
Func ??(_:_:) has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
238237
Func ??(_:_:) has parameter 0 changing from Default to Owned
239238
Func ManagedBuffer.create(minimumCapacity:makingHeaderWith:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
240239
Func ManagedBufferPointer.isUniqueReference() has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
241-
Func MemoryLayout.alignment(ofValue:) has generic signature change from <T> to <T where T : ~Copyable>
240+
Func MemoryLayout.alignment(ofValue:) has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
242241
Func MemoryLayout.alignment(ofValue:) has parameter 0 changing from Default to Shared
243-
Func MemoryLayout.size(ofValue:) has generic signature change from <T> to <T where T : ~Copyable>
242+
Func MemoryLayout.size(ofValue:) has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
244243
Func MemoryLayout.size(ofValue:) has parameter 0 changing from Default to Shared
245-
Func MemoryLayout.stride(ofValue:) has generic signature change from <T> to <T where T : ~Copyable>
244+
Func MemoryLayout.stride(ofValue:) has generic signature change from <T> to <T where T : ~Copyable, T : ~Escapable>
246245
Func MemoryLayout.stride(ofValue:) has parameter 0 changing from Default to Shared
247-
Func Optional.!=(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
246+
Func Optional.!=(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
248247
Func Optional.!=(_:_:) has parameter 0 changing from Default to Shared
249248
Func Optional.!=(_:_:) has parameter 1 changing from Default to Shared
250-
Func Optional.==(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
249+
Func Optional.==(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
251250
Func Optional.==(_:_:) has parameter 0 changing from Default to Shared
252251
Func Optional.==(_:_:) has parameter 1 changing from Default to Shared
253-
Func Optional.~=(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable>
252+
Func Optional.~=(_:_:) has generic signature change from <Wrapped> to <Wrapped where Wrapped : ~Copyable, Wrapped : ~Escapable>
254253
Func Optional.~=(_:_:) has parameter 1 changing from Default to Shared
255-
Func Result.get() has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable>
254+
Func Result.get() has generic signature change from <Success, Failure where Failure : Swift.Error> to <Success, Failure where Failure : Swift.Error, Success : ~Copyable, Success : ~Escapable>
256255
Func Result.get() has self access kind changing from NonMutating to Consuming
257256
Func Result.mapError(_:) has self access kind changing from NonMutating to Consuming
258257
Func UnsafeBufferPointer.deallocate() has generic signature change from <Element> to <Element where Element : ~Copyable>
@@ -320,6 +319,7 @@ Func ManagedBuffer.withUnsafeMutablePointerToHeader(_:) has generic signature ch
320319
Func ManagedBuffer.withUnsafeMutablePointerToHeader(_:) is now without rethrows
321320
Func ManagedBuffer.withUnsafeMutablePointers(_:) has generic signature change from <Header, Element, R> to <Header, Element, E, R where E : Swift.Error, Element : ~Copyable, R : ~Copyable>
322321
Func ManagedBuffer.withUnsafeMutablePointers(_:) is now without rethrows
322+
Func ManagedBufferPointer.==(_:_:) has generic signature change from <Header, Element> to <Header, Element where Element : ~Copyable>
323323
Func ManagedBufferPointer.withUnsafeMutablePointerToElements(_:) has generic signature change from <Header, Element, R> to <Header, Element, E, R where E : Swift.Error, Element : ~Copyable, R : ~Copyable>
324324
Func ManagedBufferPointer.withUnsafeMutablePointerToElements(_:) is now without rethrows
325325
Func ManagedBufferPointer.withUnsafeMutablePointerToHeader(_:) has generic signature change from <Header, Element, R> to <Header, Element, E, R where E : Swift.Error, Element : ~Copyable, R : ~Copyable>
@@ -331,10 +331,10 @@ Func Optional.flatMap(_:) is now without rethrows
331331
Func Optional.map(_:) has generic signature change from <Wrapped, U> to <Wrapped, E, U where E : Swift.Error, U : ~Copyable>
332332
Func Optional.map(_:) is now without rethrows
333333
Func Result.flatMap(_:) has generic signature change from <Success, Failure, NewSuccess where Failure : Swift.Error> to <Success, Failure, NewSuccess where Failure : Swift.Error, NewSuccess : ~Copyable>
334-
Func Result.flatMapError(_:) has generic signature change from <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error> to <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error, Success : ~Copyable>
334+
Func Result.flatMapError(_:) has generic signature change from <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error> to <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error, Success : ~Copyable, Success : ~Escapable>
335335
Func Result.flatMapError(_:) has self access kind changing from NonMutating to Consuming
336336
Func Result.map(_:) has generic signature change from <Success, Failure, NewSuccess where Failure : Swift.Error> to <Success, Failure, NewSuccess where Failure : Swift.Error, NewSuccess : ~Copyable>
337-
Func Result.mapError(_:) has generic signature change from <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error> to <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error, Success : ~Copyable>
337+
Func Result.mapError(_:) has generic signature change from <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error> to <Success, Failure, NewFailure where Failure : Swift.Error, NewFailure : Swift.Error, Success : ~Copyable, Success : ~Escapable>
338338
Func UnsafeBufferPointer.withMemoryRebound(to:_:) has generic signature change from <Element, T, Result> to <Element, T, E, Result where E : Swift.Error, Element : ~Copyable, T : ~Copyable, Result : ~Copyable>
339339
Func UnsafeBufferPointer.withMemoryRebound(to:_:) is now without rethrows
340340
Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has generic signature change from <Element, T, Result> to <Element, T, E, Result where E : Swift.Error, Element : ~Copyable, T : ~Copyable, Result : ~Copyable>
@@ -343,7 +343,8 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signatur
343343
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without rethrows
344344
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has generic signature change from <Pointee, T, Result> to <Pointee, T, E, Result where E : Swift.Error, Pointee : ~Copyable, T : ~Copyable, Result : ~Copyable>
345345
Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without rethrows
346-
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, Result : ~Copyable>
346+
Func unsafeBitCast(_:to:) has generic signature change from <T, U> to <T, U where T : ~Escapable>
347+
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, T : ~Escapable, Result : ~Copyable>
347348
Func withExtendedLifetime(_:_:) is now without rethrows
348349
Func Array.withUnsafeBufferPointer(_:) has generic signature change from <Element, R> to <Element, R, E where E : Swift.Error>
349350
Func Array.withUnsafeBufferPointer(_:) is now without rethrows

0 commit comments

Comments
 (0)