Skip to content

Commit 58c6395

Browse files
committed
[test] ritual acts of contrition
1 parent 0d3cfbe commit 58c6395

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

test/abi/macOS/x86_64/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_SwiftifyInfoO11nonescapingyABSi_tcABmFWC
804831
Added: _$ss13_SwiftifyInfoO7endedByyABSi_SitcABmFWC

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,3 +378,15 @@ Struct UnsafePointer is now with @unsafe
378378
Struct UnsafeRawBufferPointer is now with @unsafe
379379
Struct UnsafeRawPointer is now with @unsafe
380380
Var Optional.unsafelyUnwrapped is now with @unsafe
381+
382+
// Adoption of @_addressableForDependencies
383+
Struct CollectionOfOne is now with @_addressableForDependencies
384+
Struct SIMD2 is now with @_addressableForDependencies
385+
Struct SIMD3 is now with @_addressableForDependencies
386+
Struct SIMD4 is now with @_addressableForDependencies
387+
Struct SIMD8 is now with @_addressableForDependencies
388+
Struct SIMD16 is now with @_addressableForDependencies
389+
Struct SIMD32 is now with @_addressableForDependencies
390+
Struct SIMD64 is now with @_addressableForDependencies
391+
Struct String.UTF8View is now with @_addressableForDependencies
392+
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,5 +822,16 @@ 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
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)