We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6cda5 commit 9ea7300Copy full SHA for 9ea7300
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