Skip to content

Merge branch 'develop' into fix/call-UI-not-maximizing

cc74237
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: Call UI not maximizing after account switch - WPB-20468 #3897

Merge branch 'develop' into fix/call-UI-not-maximizing
cc74237
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Dec 16, 2025 in 0s

Test Results

Summary

🧪 1872/1872 tests passed
⚠️ Build finished with 2929 Warnings

Tests

Tests Passed ✅ Tests Failed ⛔️ Tests Total
1872 0 1872

Annotations

Check warning on line 0 in wire-ios-system/WireSystem.xcodeproj

See this annotation in the file changed.

@github-actions github-actions / Test Results

tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing

tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing

Check warning on line 0 in wire-ios-request-strategy/WireRequestStrategy.xcodeproj

See this annotation in the file changed.

@github-actions github-actions / Test Results

tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing

tasks in 'Copy Headers' are delayed by unsandboxed script phases; set ENABLE_USER_SCRIPT_SANDBOXING=YES to enable sandboxing

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'value' with non-Sendable type 'Value?' in a '@Sendable' closure

Capture of 'value' with non-Sendable type 'Value?' in a '@Sendable' closure

Check warning on line 29 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Capture of 'key' with non-Sendable type 'Key' in a '@Sendable' closure

Check warning on line 41 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 53 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Capture of 'self' with non-Sendable type 'ThreadSafeDictionary<Key, Value>' in a '@Sendable' closure

Check warning on line 53 in WireFoundation/Sources/WireFoundation/ThreadSafeDictionary.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of non-Sendable type 'Key.Type' in an isolated closure

Capture of non-Sendable type 'Key.Type' in an isolated closure

Check warning on line 104 in WireUI/Sources/WireDesign/Colors/ColorTheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'background' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'background' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 105 in WireUI/Sources/WireDesign/Colors/ColorTheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'border' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'border' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 168 in WireUI/Sources/WireDesign/Colors/ColorTheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'onFocus' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'onFocus' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 170 in WireUI/Sources/WireDesign/Colors/ColorTheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'onSelected' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'onSelected' is not concurrency-safe because non-'Sendable' type '(WireAccentColor) -> UIColor' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 20 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'imageOfOngoingcall' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'imageOfOngoingcall' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 21 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'ongoingcallTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'ongoingcallTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 22 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'imageOfShieldverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'imageOfShieldverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 23 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'shieldverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'shieldverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 24 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'imageOfShieldnotverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'imageOfShieldnotverified' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 25 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'shieldnotverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'shieldnotverifiedTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 26 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'imageOfDegradation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'imageOfDegradation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 27 in WireUI/Sources/WireDesign/Icons/Autogenerated/WireStyleKit.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'degradationTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Static property 'degradationTargets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 56 in WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'weightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'weightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 71 in WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'accessibilityWeightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'accessibilityWeightMapping' is not concurrency-safe because non-'Sendable' type '[FontWeight : UIFont.Weight]' may have shared mutable state; this is an error in the Swift 6 language mode