You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated pages now end with a #Preview { <page>().body() } — SwiftHTML's own preview macro — so a fresh app renders its home page in Xcode's canvas with a single import SwiftHTML, no #if DEBUG, and no platform guard. WASM package generation strips these previews from mirrored client sources, so the client build is unaffected. Requires swift-html 0.9.1.
sweb new prints progress to stderr while scaffolding and resolving dependencies, so the first run (which downloads dependencies) no longer looks frozen.
Dev server
The dev server defaults to port 3000 and auto-increments to the first free port when 3000 is busy.
Documentation
Documents why the Swift 6.4 toolchain is required for the host HTTP stack.