Skip to content

Commit

Permalink
[test] ritual acts of contrition
Browse files Browse the repository at this point in the history
  • Loading branch information
glessard committed Jan 17, 2025
1 parent a37113d commit 7aa517c
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 0 deletions.
28 changes: 28 additions & 0 deletions test/abi/macOS/arm64/stdlib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,34 @@ Added: _$ss7RawSpanVMa
Added: _$ss7RawSpanVMn
Added: _$ss7RawSpanVN

// Span-providing properties
Added: _$sSR7storages4SpanVyxGvg
Added: _$sSR7storages4SpanVyxGvpMV
Added: _$sSS8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
Added: _$sSW5bytess7RawSpanVvg
Added: _$sSW5bytess7RawSpanVvpMV
Added: _$sSa7storages4SpanVyxGvg
Added: _$sSa7storages4SpanVyxGvpMV
Added: _$sSr7storages4SpanVyxGvg
Added: _$sSr7storages4SpanVyxGvpMV
Added: _$sSs8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
Added: _$sSw5bytess7RawSpanVvg
Added: _$sSw5bytess7RawSpanVvpMV
Added: _$ss10ArraySliceV7storages4SpanVyxGvg
Added: _$ss10ArraySliceV7storages4SpanVyxGvpMV
Added: _$ss15CollectionOfOneV7storages4SpanVyxGvpMV
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvg
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvpMV
Added: _$ss4SpanVss15BitwiseCopyableRzlE5bytess03RawA0VvpMV
Added: _$ss5SIMD2V7storages4SpanVyxGvpMV
Added: _$ss5SIMD3V7storages4SpanVyxGvpMV
Added: _$ss5SIMD4V7storages4SpanVyxGvpMV
Added: _$ss5SIMD8V7storages4SpanVyxGvpMV
Added: _$ss6SIMD16V7storages4SpanVyxGvpMV
Added: _$ss6SIMD32V7storages4SpanVyxGvpMV
Added: _$ss6SIMD64V7storages4SpanVyxGvpMV
Added: _$ss4SlabVsRi__rlE7storages4SpanVyq_Gvg

// _SwiftifyInfo enum for _SwiftifyImports macro
Added: _$ss13_SwiftifyExprO5paramyABSicABmFWC
Added: _$ss13_SwiftifyExprO6returnyA2BmFWC
Expand Down
28 changes: 28 additions & 0 deletions test/abi/macOS/x86_64/stdlib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,34 @@ Added: _$ss7RawSpanVMa
Added: _$ss7RawSpanVMn
Added: _$ss7RawSpanVN

// Span-providing properties
Added: _$sSR7storages4SpanVyxGvg
Added: _$sSR7storages4SpanVyxGvpMV
Added: _$sSS8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
Added: _$sSW5bytess7RawSpanVvg
Added: _$sSW5bytess7RawSpanVvpMV
Added: _$sSa7storages4SpanVyxGvg
Added: _$sSa7storages4SpanVyxGvpMV
Added: _$sSr7storages4SpanVyxGvg
Added: _$sSr7storages4SpanVyxGvpMV
Added: _$sSs8UTF8ViewV7storages4SpanVys5UInt8VGvpMV
Added: _$sSw5bytess7RawSpanVvg
Added: _$sSw5bytess7RawSpanVvpMV
Added: _$ss10ArraySliceV7storages4SpanVyxGvg
Added: _$ss10ArraySliceV7storages4SpanVyxGvpMV
Added: _$ss15CollectionOfOneV7storages4SpanVyxGvpMV
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvg
Added: _$ss15ContiguousArrayV7storages4SpanVyxGvpMV
Added: _$ss4SpanVss15BitwiseCopyableRzlE5bytess03RawA0VvpMV
Added: _$ss5SIMD2V7storages4SpanVyxGvpMV
Added: _$ss5SIMD3V7storages4SpanVyxGvpMV
Added: _$ss5SIMD4V7storages4SpanVyxGvpMV
Added: _$ss5SIMD8V7storages4SpanVyxGvpMV
Added: _$ss6SIMD16V7storages4SpanVyxGvpMV
Added: _$ss6SIMD32V7storages4SpanVyxGvpMV
Added: _$ss6SIMD64V7storages4SpanVyxGvpMV
Added: _$ss4SlabVsRi__rlE7storages4SpanVyq_Gvg

// _SwiftifyInfo enum for _SwiftifyImports macro
Added: _$ss13_SwiftifyExprO5paramyABSicABmFWC
Added: _$ss13_SwiftifyExprO6returnyA2BmFWC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,15 @@ Struct UnsafePointer is now with @unsafe
Struct UnsafeRawBufferPointer is now with @unsafe
Struct UnsafeRawPointer is now with @unsafe
Var Optional.unsafelyUnwrapped is now with @unsafe

// Adoption of @_addressableForDependencies
Struct CollectionOfOne is now with @_addressableForDependencies
Struct SIMD2 is now with @_addressableForDependencies
Struct SIMD3 is now with @_addressableForDependencies
Struct SIMD4 is now with @_addressableForDependencies
Struct SIMD8 is now with @_addressableForDependencies
Struct SIMD16 is now with @_addressableForDependencies
Struct SIMD32 is now with @_addressableForDependencies
Struct SIMD64 is now with @_addressableForDependencies
Struct String.UTF8View is now with @_addressableForDependencies
Struct Substring.UTF8View is now with @_addressableForDependencies
11 changes: 11 additions & 0 deletions test/api-digester/stability-stdlib-abi-without-asserts.test
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,17 @@ Func _SliceBuffer.withUnsafeMutableBufferPointer(_:) has mangled name changing f

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

Struct CollectionOfOne is now with @_addressableForDependencies
Struct SIMD2 is now with @_addressableForDependencies
Struct SIMD3 is now with @_addressableForDependencies
Struct SIMD4 is now with @_addressableForDependencies
Struct SIMD8 is now with @_addressableForDependencies
Struct SIMD16 is now with @_addressableForDependencies
Struct SIMD32 is now with @_addressableForDependencies
Struct SIMD64 is now with @_addressableForDependencies
Struct String.UTF8View is now with @_addressableForDependencies
Struct Substring.UTF8View is now with @_addressableForDependencies

Enum _SwiftifyInfo is a new API without @available attribute
Enum _SwiftifyExpr is a new API without @available attribute
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 comments on commit 7aa517c

Please sign in to comment.