+- **Release workflow**: pin `swift-semantic-string` to `exact: 0.1.1`. The previous `0.1.0` tag did not declare `platforms` in its `Package.swift`, which caused `swift build --arch x86_64` to fall back to the default macOS 10.13 deployment target and fail to compile Swift concurrency code in `Semantic/Components/Block.swift`. `0.1.1` declares `.macOS(.v10_15)`, restoring the universal binary build in the `Release` workflow. (We skip `0.1.2` because its `Joined` / `SemanticString` performance rewrites changed component traversal order in ways that break downstream snapshot tests.)
0 commit comments