We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f9ab3 + 9ea7300 commit 0ded41eCopy full SHA for 0ded41e
Sources/Foundation/RunLoop.swift
@@ -323,7 +323,7 @@ extension RunLoop {
323
},
324
hash: { (info) -> CFHashCode in
325
let me = Unmanaged<_Source>.fromOpaque(info!).takeUnretainedValue()
326
- return CFHashCode(me.hashValue)
+ return CFHashCode(bitPattern: me.hashValue)
327
328
schedule: { (info, cfRunLoop, cfRunLoopMode) in
329
0 commit comments