Embassy icon indicating copy to clipboard operation
Embassy copied to clipboard

Crash is happening while unwrapping optional value in HTTPHeaderParser while using Embassy through Swift Package Manager

Open AyaAkl25 opened this issue 5 years ago • 0 comments

Crash is happening while unwrapping optional value in HTTPHeaderParser

We are using the Swift Package ( and this happened only after we started using the swift Package) Happened in this:

@objc private func runEventLoop() {
        eventLoop.runForever()
        eventLoopThreadCondition.lock()
        eventLoopThreadCondition.signal()
        eventLoopThreadCondition.unlock()
    }

Date/Time: 2020-04-26 04:00:00.058 +0200 OS Version: Mac OS X 10.15.4 (19E287) Application Specific Information: CoreSimulator 704.12.1 - Device: iPhone 8 (EA3A1275-294C-4D4C-B9DB-D0568281514A) - Runtime: iOS 13.3 (17C45) - DeviceType: iPhone 8

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /SourcePackages/checkouts/Embassy/Sources/HTTPHeaderParser.swift, line 62

AyaAkl25 avatar Apr 27 '20 10:04 AyaAkl25