Skip to content

Merge branch 'main' into fix/inference-bos-token

7f12371
Select commit
Loading
Failed to load commit list.
Open

Add local inference service for task summarization #219

Merge branch 'main' into fix/inference-bos-token
7f12371
Select commit
Loading
Failed to load commit list.
Xcode Cloud / Catnip | Feature Branchs | Archive - iOS succeeded Nov 24, 2025 in 6m 50s

6 warnings

Report Summary
Errors 0
Test Failures 0
Analysis Issues 0
Warnings 6

Details

6 Warnings

Details

  xcode/catnip/Components/TerminalView.swift:190
      Left side of nil coalescing operator '??' has non-optional type 'UIFont', so the right side is never used
  xcode/catnip/Services/CodespaceCreationTracker.swift:418
      'catch' block is unreachable because no errors are thrown in 'do' block
  xcode/catnip/Services/PTYWebSocketManager.swift:211
      Main actor-isolated conformance of 'PTYControlMessage' to 'Decodable' cannot be used in nonisolated context; this is an error in the Swift 6 language mode
  xcode/catnip/Components/TerminalView.swift:205
      Getter for 'scrollIndicatorInsets' was deprecated in iOS 13.0: The scrollIndicatorInsets getter is deprecated, use the verticalScrollIndicatorInsets and horizontalScrollIndicatorInsets getters instead.
  xcode/catnip/Services/CodespaceCreationTracker.swift:449
      'catch' block is unreachable because no errors are thrown in 'do' block
  The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('2').