Skip to content

Link policy from confirmation dialog

b474eb6
Select commit
Loading
Failed to load commit list.
Open

Link policy from confirmation dialog #165

Link policy from confirmation dialog
b474eb6
Select commit
Loading
Failed to load commit list.
Xcode Cloud / geteduroam | PR is created | Test - macOS succeeded Apr 23, 2026 in 6m 26s

2 warnings

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

Details

2 Warnings

Details

  geteduroam/GeteduroamPackage/Sources/Main/MainView.swift:199
      Setter for 'configuredConnection' is deprecated: Use '$shared.withLock' to modify a shared value with exclusive access; when constructing a SwiftUI binding, use 'Binding($shared)'
  geteduroam/GeteduroamPackage/Tests/ConnectTests/ConnectViewPhoneTests.swift:65
      Code after 'throw' will never be executed

Annotations

Check notice on line 199 in geteduroam/GeteduroamPackage/Sources/Main/MainView.swift

See this annotation in the file changed.

@xcode-cloud xcode-cloud / geteduroam | PR is created | Test - macOS

geteduroam/GeteduroamPackage/Sources/Main/MainView.swift#L199

Setter for 'configuredConnection' is deprecated: Use '$shared.withLock' to modify a shared value with exclusive access; when constructing a SwiftUI binding, use 'Binding($shared)'