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
Without this change, `Block.swift` fails to compile complaining that
"'numericCast' requires that 'dispatch_block_flags_t' conform to
'BinaryInteger'".
A number of changes may have tickled this, possibly: improved recent
type handling in the Swift compiler, more stringent handling of C enum
types, or changes to the `DISPATCH_OPTIONS` macro. Regardless, this
change solves the problem.
0 commit comments