Skip to content

fix: files percent encoding - WPB-23207 🍒 (#4255)

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

fix: files percent encoding - WPB-23207 🍒 🍒 #4256

fix: files percent encoding - WPB-23207 🍒 (#4255)
d415b47
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Feb 4, 2026 in 0s

Test Results

Summary

🧪 255/255 tests passed
⚠️ Build finished with 107 Warnings

Tests

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

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 105 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 106 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 169 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 171 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 84 in WireUI/Sources/WireDesign/Typography/Legacy/FontScheme.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure

Main actor-isolated static property 'isBoldTextEnabled' can not be referenced from a nonisolated autoclosure