Tests iOS target had deployment target 15.2 (mismatched with app's 26.0)
causing linker failures. Also replaced @testable import Feels with a
local Date extension copy since UI test targets can't link the app module.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>