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: Sources/UninhabitedTypeGuards.swift
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -3,99 +3,99 @@ import Result
3
3
// Observation
4
4
extensionSignalProducerwhere Value ==Never{
5
5
@discardableResult
6
-
@available(*, deprecated, message:"`Result.success` is never delivered - value type `Never` is uninhabited and unconstructible (Use at runtime would trap)")
6
+
@available(*, deprecated, message:"`Result.success` is never delivered - value type `Never` is uninstantiable (Use at runtime would trap)")
extensionSignalProducerwhere Value ==Never, Error ==NoError{
11
11
@discardableResult
12
-
@available(*, deprecated, message:"Observer is never called - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
12
+
@available(*, deprecated, message:"Observer is never called - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
@available(*, deprecated, message:"`Result.success` is never delivered - value type `Never` is uninhabited and unconstructible (Use at runtime would trap)")
28
+
@available(*, deprecated, message:"`Result.success` is never delivered - value type `Never` is uninstantiable (Use at runtime would trap)")
extensionSignalwhere Value ==Never, Error ==NoError{
33
33
@discardableResult
34
-
@available(*, deprecated, message:"Observer is never called - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
34
+
@available(*, deprecated, message:"Observer is never called - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
extensionSignalProducerwhere Value ==Never, Error ==NoError{
60
60
@discardableResult
61
-
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
61
+
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
65
+
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
extensionSignalwhere Value ==Never, Error ==NoError{
87
87
@discardableResult
88
-
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
88
+
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninhabited and unconstructible (Use at runtime would trap)")
92
+
@available(*, deprecated, message:"Use `promoteValue` instead - value type `Never` and error type `NoError` are uninstantiable (Use at runtime would trap)")
0 commit comments