0.11.1
(fix):
Fixed release-mode compilation error in Core/Networking/HTTPClient.swift
where a guard used precondition (returns Void
) and could be flagged as falling through. Switched to preconditionFailure
(returns Never
) to satisfy the compiler at all optimization levels.