NativeScript iOS Daily: URL Pattern Bug Squashed

A single merged fix resolves a crash and false-negative bug in URLPattern's regex matching, while two release-engineering commits tighten how local builds and tag verification interact with Swift Package Manager.

Duration: PT1M59S

Episode overview

This episode is a short developer briefing from NativeScript iOS Daily.

It explains recent repository work in plain language.

  • Show: NativeScript iOS Daily
  • Published: 2026-07-04T13:09:22Z
  • Audio duration: PT1M59S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good day, and welcome to NativeScript iOS Daily for July 4th, 2026.

Today's headline is a correctness fix that matters to anyone using URLPattern with capture groups. PR 402, from Eduardo Speroni, fixes two stacked bugs in the v8 regex provider. First, a success check was inverted, so any successful match read was treated as a failure — meaning test and exec calls were silently…

The second theme is release plumbing. Nathan Walker landed two chores aimed at build reliability. Commit 838ed31 lets local builds and packs use a local Swift Package Manager reference, while keeping tagged, remote SPM artifacts for actual release builds — so developers can iterate locally without touching the…

What's next: if you're testing URLPattern behavior, pull in the latest fix before relying on capture group results. And if you're touching build or release scripts, be aware the local-versus-tagged SPM split is now explicit — make sure any new tooling respects that boundary.

That's the briefing for July 4th. Ship carefully.

Nearby episodes from NativeScript iOS Daily