File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Tests/SwiftUIDebugScanTests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Set `SWIFTUI_DEBUG_SCAN_VERBOSE=1` for detailed diagnostics:
7878### Option 1: Swift Package Manager (Recommended)
7979``` swift
8080dependencies: [
81- .package (url : " https://github.com/ConsultingMD/swift-ui-debug-scan" , from : " 0.1 .0" )
81+ .package (url : " https://github.com/ConsultingMD/swift-ui-debug-scan" , from : " 0.2 .0" )
8282]
8383```
8484** Xcode:** ` File > Add Packages ` → Enter URL above
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ struct EdgeCaseTests {
289289 let endTime = CFAbsoluteTimeGetCurrent ( )
290290 let duration = endTime - startTime
291291
292- #expect( duration < 0.005 , " Long label ( \( expectedLength) chars) should not impact performance: \( duration) s " )
292+ #expect( duration < 0.01 , " Long label ( \( expectedLength) chars) should not impact performance: \( duration) s " )
293293 }
294294 }
295295
You can’t perform that action at this time.
0 commit comments