You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/api-digester/Inputs/stability-stdlib-abi-without-asserts-arm64.txt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ Constructor UInt8.init(exactly:) has mangled name changing from 'Swift.UInt8.ini
60
60
Constructor UInt8.init(exactly:) has parameter 0 type change from Swift.Float80 to Swift.Float16
61
61
Constructor _ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral:) has mangled name changing from 'Swift._ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral: Builtin.FPIEEE80) -> A' to 'Swift._ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral: Builtin.FPIEEE64) -> A'
62
62
Constructor _ExpressibleByBuiltinFloatLiteral.init(_builtinFloatLiteral:) has parameter 0 type change from Builtin.FPIEEE80 to Builtin.FPIEEE64
63
-
Func __VaListBuilder.allocStorage(wordCount:) is a new API without @available attribute
64
-
Func __VaListBuilder.appendWords(_:) is a new API without @available attribute
65
-
Func __VaListBuilder.deallocStorage(wordCount:storage:) is a new API without @available attribute
66
-
Func __VaListBuilder.rawSizeAndAlignment(_:) is a new API without @available attribute
63
+
Func __VaListBuilder.allocStorage(wordCount:) is a new API without '@available'
64
+
Func __VaListBuilder.appendWords(_:) is a new API without '@available'
65
+
Func __VaListBuilder.deallocStorage(wordCount:storage:) is a new API without '@available'
66
+
Func __VaListBuilder.rawSizeAndAlignment(_:) is a new API without '@available'
67
67
Func _cos(_:) has been removed
68
68
Func _exp(_:) has been removed
69
69
Func _exp2(_:) has been removed
@@ -75,14 +75,14 @@ Func _rint(_:) has been removed
75
75
Func _sin(_:) has been removed
76
76
Struct Float80 has been removed
77
77
Struct __VaListBuilder.Header has been removed
78
-
Var __VaListBuilder.allocated is a new API without @available attribute
78
+
Var __VaListBuilder.allocated is a new API without '@available'
79
79
Var __VaListBuilder.allocated is added to a non-resilient type
80
-
Var __VaListBuilder.count is a new API without @available attribute
80
+
Var __VaListBuilder.count is a new API without '@available'
81
81
Var __VaListBuilder.count is added to a non-resilient type
82
82
Var __VaListBuilder.fpRegistersUsed has been removed
83
83
Var __VaListBuilder.gpRegistersUsed has been removed
84
84
Var __VaListBuilder.header has been removed
85
-
Var __VaListBuilder.requiredAlignmentInBytes is a new API without @available attribute
85
+
Var __VaListBuilder.requiredAlignmentInBytes is a new API without '@available'
86
86
Var __VaListBuilder.requiredAlignmentInBytes is added to a non-resilient type
87
87
Var __VaListBuilder.storage has declared type change from Swift.ContiguousArray<Swift.Int> to Swift.UnsafeMutablePointer<Swift.Int>?
88
88
Var __VaListBuilder.storage has mangled name changing from 'Swift.__VaListBuilder.storage : Swift.ContiguousArray<Swift.Int>' to 'Swift.__VaListBuilder.storage : Swift.Optional<Swift.UnsafeMutablePointer<Swift.Int>>'
0 commit comments