Skip to content

feat: restrict available actions on a Drive file - WPB-25616#4869

Open
jullianm wants to merge 10 commits into
developfrom
feat/restrict-available-actions-on-file
Open

feat: restrict available actions on a Drive file - WPB-25616#4869
jullianm wants to merge 10 commits into
developfrom
feat/restrict-available-actions-on-file

Merge branch 'develop' into feat/restrict-available-actions-on-file

0a952b5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Test Results succeeded Jun 19, 2026 in 0s

Test Results

Summary

🧪 305/305 tests passed
⚠️ Build finished with 143 Warnings

Tests

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

Annotations

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 70 in WireAnalytics/Sources/WireAnalytics/Events/Segmentation/Predefined/Segmentation+Removed.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'ConversationType' is deprecated: Use `AnalyticsEvent.Segmentation.Conversation.ConversationType`.

'ConversationType' is deprecated: Use `AnalyticsEvent.Segmentation.Conversation.ConversationType`.

Check warning on line 174 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 176 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

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'shared' is not concurrency-safe because non-'Sendable' type 'FontScheme' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'shared' is not concurrency-safe because non-'Sendable' type 'FontScheme' may have shared mutable state; this is an error in the Swift 6 language mode

Check warning on line 66 in WireUI/Sources/WireDesign/Appearance/ClipboardRestrictedTextFieldDelegate.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Main actor-isolated property 'forwardingDelegate' can not be referenced from a nonisolated context

Main actor-isolated property 'forwardingDelegate' can not be referenced from a nonisolated context

Check warning on line 70 in WireUI/Sources/WireDesign/Appearance/ClipboardRestrictedTextFieldDelegate.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Main actor-isolated property 'forwardingDelegate' can not be referenced from a nonisolated context

Main actor-isolated property 'forwardingDelegate' can not be referenced from a nonisolated context