Skip to content

Merge branch 'develop' into chore/offload-conversation-calculation

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

chore: offload conversation calculation - WPB-17293 #2921

Merge branch 'develop' into chore/offload-conversation-calculation
4844918
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded May 6, 2025 in 0s

Test Results

Summary

🧪 279/279 tests passed
⚠️ Build finished with 47 Warnings

Tests

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

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 46 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.

'appendInterpolation' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 46 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

Check warning on line 53 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'directory' is deprecated: renamed to 'directoryURL'

'directory' is deprecated: renamed to 'directoryURL'

Check warning on line 55 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.

'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 57 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'appending' is deprecated: Use `URL` type instead of `Path`.

'appending' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 58 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'string' is deprecated: Use `URL` type instead of `Path`.

'string' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 88 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)' is deprecated: Use `URL` type instead of `Path`.

'prebuildCommand(displayName:executable:arguments:environment:outputFilesDirectory:)' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 90 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'path' is deprecated: renamed to 'url'

'path' is deprecated: renamed to 'url'

Check warning on line 93 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'string' is deprecated: Use `URL` type instead of `Path`.

'string' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 95 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

Check warning on line 98 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

Check warning on line 99 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'directory' is deprecated: renamed to 'directoryURL'

'directory' is deprecated: renamed to 'directoryURL'

Check warning on line 100 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'string' is deprecated: Use `URL` type instead of `Path`.

'string' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 102 in WirePlugins/Plugins/SourceryPlugin/SourceryPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'

Check warning on line 26 in WirePlugins/Plugins/SwiftGenPlugin/SwiftGenPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.

'appending(subpath:)' is deprecated: Use `URL` type instead of `Path`.

Check warning on line 26 in WirePlugins/Plugins/SwiftGenPlugin/SwiftGenPlugin.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

'string' is deprecated: Use `URL` type instead of `Path`.

'string' is deprecated: Use `URL` type instead of `Path`.

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 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 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 58 in WireFoundation/Sources/WireFoundation/LeadingTrailingDebouncer.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'LeadingTrailingDebouncer<ID>?' in a `@Sendable` closure

Capture of 'self' with non-sendable type 'LeadingTrailingDebouncer<ID>?' in a `@Sendable` closure

Check warning on line 60 in WireFoundation/Sources/WireFoundation/LeadingTrailingDebouncer.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'key' with non-sendable type 'AnyHashable' in a `@Sendable` closure

Capture of 'key' with non-sendable type 'AnyHashable' in a `@Sendable` closure