Skip to content

Commit c496511

Browse files
committed
[test] ritual acts of contrition
1 parent 1cc7983 commit c496511

File tree

4 files changed

+77
-0
lines changed

4 files changed

+77
-0
lines changed

test/abi/macOS/arm64/stdlib.swift

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,33 @@ Added: _$ss7RawSpanVMa
799799
Added: _$ss7RawSpanVMn
800800
Added: _$ss7RawSpanVN
801801

802+
// Span-providing properties
803+
Added: _$sSR7storages4SpanVyxGvg
804+
Added: _$sSR7storages4SpanVyxGvpMV
805+
Added: _$sSS8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
806+
Added: _$sSW5bytess7RawSpanVvg
807+
Added: _$sSW5bytess7RawSpanVvpMV
808+
Added: _$sSa7storages4SpanVyxGvg
809+
Added: _$sSa7storages4SpanVyxGvpMV
810+
Added: _$sSr7storages4SpanVyxGvg
811+
Added: _$sSr7storages4SpanVyxGvpMV
812+
Added: _$sSs8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
813+
Added: _$sSw5bytess7RawSpanVvg
814+
Added: _$sSw5bytess7RawSpanVvpMV
815+
Added: _$ss10ArraySliceV7storages4SpanVyxGvg
816+
Added: _$ss10ArraySliceV7storages4SpanVyxGvpMV
817+
Added: _$ss15CollectionOfOneV7storages4SpanVyxGvpMV
818+
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvg
819+
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvpMV
820+
Added: _$ss4SpanVss15BitwiseCopyableRzlE5bytess03RawA0VvpMV
821+
Added: _$ss5SIMD2V7storages4SpanVyxGvpMV
822+
Added: _$ss5SIMD3V7storages4SpanVyxGvpMV
823+
Added: _$ss5SIMD4V7storages4SpanVyxGvpMV
824+
Added: _$ss5SIMD8V7storages4SpanVyxGvpMV
825+
Added: _$ss6SIMD16V7storages4SpanVyxGvpMV
826+
Added: _$ss6SIMD32V7storages4SpanVyxGvpMV
827+
Added: _$ss6SIMD64V7storages4SpanVyxGvpMV
828+
802829
// _SwiftifyInfo enum for _SwiftifyImports macro
803830
Added: _$ss13_SwiftifyExprO5paramyABSicABmFWC
804831
Added: _$ss13_SwiftifyExprO6returnyA2BmFWC

test/abi/macOS/x86_64/stdlib.swift

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,33 @@ Added: _$ss7RawSpanVMa
800800
Added: _$ss7RawSpanVMn
801801
Added: _$ss7RawSpanVN
802802

803+
// Span-providing properties
804+
Added: _$sSR7storages4SpanVyxGvg
805+
Added: _$sSR7storages4SpanVyxGvpMV
806+
Added: _$sSS8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
807+
Added: _$sSW5bytess7RawSpanVvg
808+
Added: _$sSW5bytess7RawSpanVvpMV
809+
Added: _$sSa7storages4SpanVyxGvg
810+
Added: _$sSa7storages4SpanVyxGvpMV
811+
Added: _$sSr7storages4SpanVyxGvg
812+
Added: _$sSr7storages4SpanVyxGvpMV
813+
Added: _$sSs8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
814+
Added: _$sSw5bytess7RawSpanVvg
815+
Added: _$sSw5bytess7RawSpanVvpMV
816+
Added: _$ss10ArraySliceV7storages4SpanVyxGvg
817+
Added: _$ss10ArraySliceV7storages4SpanVyxGvpMV
818+
Added: _$ss15CollectionOfOneV7storages4SpanVyxGvpMV
819+
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvg
820+
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvpMV
821+
Added: _$ss4SpanVss15BitwiseCopyableRzlE5bytess03RawA0VvpMV
822+
Added: _$ss5SIMD2V7storages4SpanVyxGvpMV
823+
Added: _$ss5SIMD3V7storages4SpanVyxGvpMV
824+
Added: _$ss5SIMD4V7storages4SpanVyxGvpMV
825+
Added: _$ss5SIMD8V7storages4SpanVyxGvpMV
826+
Added: _$ss6SIMD16V7storages4SpanVyxGvpMV
827+
Added: _$ss6SIMD32V7storages4SpanVyxGvpMV
828+
Added: _$ss6SIMD64V7storages4SpanVyxGvpMV
829+
803830
// _SwiftifyInfo enum for _SwiftifyImports macro
804831
Added: _$ss13_SwiftifyExprO5paramyABSicABmFWC
805832
Added: _$ss13_SwiftifyExprO6returnyA2BmFWC

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,15 @@ Func ContiguousArray.withUnsafeBufferPointer(_:) is now without rethrows
360360
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has generic signature change from <Element, R> to <Element, R, E where E : Swift.Error>
361361
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) has parameter 0 type change from (inout Swift.UnsafeMutableBufferPointer<Element>) throws -> R to (inout Swift.UnsafeMutableBufferPointer<Element>) throws(E) -> R
362362
Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without rethrows
363+
364+
// Adoption of @_addressableForDependencies
365+
Struct CollectionOfOne is now with @_addressableForDependencies
366+
Struct SIMD2 is now with @_addressableForDependencies
367+
Struct SIMD3 is now with @_addressableForDependencies
368+
Struct SIMD4 is now with @_addressableForDependencies
369+
Struct SIMD8 is now with @_addressableForDependencies
370+
Struct SIMD16 is now with @_addressableForDependencies
371+
Struct SIMD32 is now with @_addressableForDependencies
372+
Struct SIMD64 is now with @_addressableForDependencies
373+
Struct String.UTF8View is now with @_addressableForDependencies
374+
Struct Substring.UTF8View is now with @_addressableForDependencies

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,17 @@ Func _SliceBuffer.withUnsafeMutableBufferPointer(_:) has mangled name changing f
822822

823823
Struct String.Index has added a conformance to an existing protocol CustomDebugStringConvertible
824824

825+
Struct CollectionOfOne is now with @_addressableForDependencies
826+
Struct SIMD2 is now with @_addressableForDependencies
827+
Struct SIMD3 is now with @_addressableForDependencies
828+
Struct SIMD4 is now with @_addressableForDependencies
829+
Struct SIMD8 is now with @_addressableForDependencies
830+
Struct SIMD16 is now with @_addressableForDependencies
831+
Struct SIMD32 is now with @_addressableForDependencies
832+
Struct SIMD64 is now with @_addressableForDependencies
833+
Struct String.UTF8View is now with @_addressableForDependencies
834+
Struct Substring.UTF8View is now with @_addressableForDependencies
835+
825836
Enum _SwiftifyInfo is a new API without @available attribute
826837
Enum _SwiftifyExpr is a new API without @available attribute
827838
Enum _DependenceType is a new API without @available attribute

0 commit comments

Comments
 (0)