Skip to content

APIBypass v0.6.3

Choose a tag to compare

@panando panando released this 07 Jun 03:25
· 12 commits to main since this release

Bug Fixes

  • Fixed layout recursion crash when selecting provider in List: Added explicit frame constraints to Toggle.toggleStyle(.switch) to prevent NSSwitch intrinsicContentSize calculation from creating circular layout dependency in nested ScrollView → VStack → ForEach → MappingCardView → HStack → Toggle structure on macOS 26.5.1. Previously, clicking between providers in the sidebar caused LayoutEngineBox.sizeThatFits to recurse 13+ levels, corrupting heap memory and triggering EXC_BAD_ACCESS (SIGBUS).

Changelog

  • fix: prevent layout recursion crash when selecting provider in List

Download

Build from Source

git clone https://github.com/panando/APIBypass.git
cd APIBypass
git checkout v0.6.3
swift build -c release

Requirements: macOS 14.0+, Swift 6.0+, Xcode 16.0+