Skip to content

Instantly share code, notes, and snippets.

@gpake
Created September 9, 2018 16:12
Show Gist options
  • Save gpake/ebf64df9f3595033391ec45830cad4b3 to your computer and use it in GitHub Desktop.
Save gpake/ebf64df9f3595033391ec45830cad4b3 to your computer and use it in GitHub Desktop.
InjectionIII double calling 1st
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 2.9
* frame #0: 0x0000000124f06a23 eval112.dylib`DetailViewController.injected(self=<unavailable>) at DetailViewController.swift:17
frame #1: 0x0000000124f06af4 eval112.dylib`@objc DetailViewController.injected() at DetailViewController.swift:0
frame #2: 0x0000000122b20a34 iOSInjection`partial apply ObjC forwarder with unmangled suffix ".88" + 20
frame #3: 0x0000000122b1a017 iOSInjection`closure #4 (Swift.AnyObject) -> () in static iOSInjection.SwiftInjection.inject(tmpfile: Swift.String) throws -> () + 727
frame #4: 0x0000000122b1a1d1 iOSInjection`partial apply forwarder for closure #4 (Swift.AnyObject) -> () in static iOSInjection.SwiftInjection.inject(tmpfile: Swift.String) throws -> () + 17
frame #5: 0x0000000122b1c731 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 833
frame #6: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #7: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #8: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #9: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #10: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #11: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #12: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #13: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #14: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #15: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #16: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #17: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #18: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #19: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #20: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #21: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #22: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #23: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #24: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #25: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #26: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #27: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #28: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #29: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #30: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #31: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #32: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #33: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #34: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #35: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #36: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #37: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #38: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #39: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #40: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #41: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #42: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #43: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #44: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #45: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #46: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #47: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #48: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #49: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #50: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #51: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #52: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #53: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #54: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #55: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #56: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #57: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #58: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #59: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #60: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #61: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #62: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #63: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #64: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #65: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #66: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #67: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #68: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #69: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #70: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #71: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #72: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #73: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #74: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #75: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #76: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #77: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #78: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #79: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #80: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #81: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #82: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #83: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #84: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #85: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #86: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #87: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #88: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #89: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #90: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #91: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #92: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #93: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #94: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #95: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #96: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #97: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #98: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #99: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #100: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #101: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #102: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #103: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #104: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #105: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #106: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #107: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #108: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #109: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #110: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #111: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #112: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #113: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #114: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #115: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #116: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #117: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #118: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #119: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #120: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #121: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #122: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #123: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #124: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #125: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #126: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #127: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #128: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #129: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #130: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #131: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #132: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #133: 0x0000000122b1e030 iOSInjection`closure #1 (Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> () in (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 208
frame #134: 0x0000000122b1e066 iOSInjection`reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 22
frame #135: 0x0000000122b1e10b iOSInjection`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@error @owned Swift.Error) to @callee_guaranteed (@unowned Swift.UnsafePointer<Swift.Optional<Swift.AnyObject>>) -> (@out (), @error @owned Swift.Error) + 27
frame #136: 0x0000000109e5da85 libswiftCore.dylib`Swift.UnsafePointer.withMemoryRebound<A, B>(to: A1.Type, capacity: Swift.Int, (Swift.UnsafePointer<A1>) throws -> B1) throws -> B1 + 21
frame #137: 0x0000000122b1ddc8 iOSInjection`(extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 2792
frame #138: 0x0000000122b1e194 iOSInjection`@objc (extension in iOSInjection):__ObjC.NSObject.legacySwiftSweep() -> () + 36
frame #139: 0x0000000122b1c9a4 iOSInjection`partial apply ObjC forwarder + 20
frame #140: 0x0000000122b1c8a6 iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 1206
frame #141: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #142: 0x0000000122b1bf87 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2999
frame #143: 0x0000000122b1ceca iOSInjection`iOSInjection.SwiftSweeper.sweepMembers(Any) -> () + 1290
frame #144: 0x0000000122b1c78b iOSInjection`iOSInjection.SwiftSweeper.sweepInstance(Swift.AnyObject) -> () + 923
frame #145: 0x0000000122b1bdc2 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2546
frame #146: 0x0000000122b1bf87 iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 2999
frame #147: 0x0000000122b1b71d iOSInjection`iOSInjection.SwiftSweeper.sweepValue(Any) -> () + 845
frame #148: 0x0000000122b189d5 iOSInjection`static iOSInjection.SwiftInjection.inject(tmpfile: Swift.String) throws -> () + 5893
frame #149: 0x0000000122b16946 iOSInjection`static iOSInjection.SwiftInjection.inject(oldClass: Swift.Optional<Swift.AnyObject.Type>, classNameOrFile: Swift.String) -> () + 598
frame #150: 0x0000000122b16af2 iOSInjection`@objc static iOSInjection.SwiftInjection.inject(oldClass: Swift.Optional<Swift.AnyObject.Type>, classNameOrFile: Swift.String) -> () + 146
frame #151: 0x0000000122ad061a iOSInjection`__34-[InjectionClient runInBackground]_block_invoke.1284 + 3546
frame #152: 0x000000010de267ab libdispatch.dylib`_dispatch_call_block_and_release + 12
frame #153: 0x000000010de277ec libdispatch.dylib`_dispatch_client_callout + 8
frame #154: 0x000000010de328cf libdispatch.dylib`_dispatch_main_queue_callback_4CF + 628
frame #155: 0x0000000109945c99 CoreFoundation`__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
frame #156: 0x0000000109909ea6 CoreFoundation`__CFRunLoopRun + 2342
frame #157: 0x000000010990930b CoreFoundation`CFRunLoopRunSpecific + 635
frame #158: 0x000000010f5bba73 GraphicsServices`GSEventRunModal + 62
frame #159: 0x000000010a603057 UIKit`UIApplicationMain + 159
frame #160: 0x0000000108705867 GettingStarted`main at AppDelegate.swift:12
frame #161: 0x000000010dea4955 libdyld.dylib`start + 1
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment