Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: create local stores and UTS - WPB-12100 #2141

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

create UserClientsModelMappings to map API model to domain model

3d9ee9d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor: create local stores and UTS - WPB-12100 #2141

create UserClientsModelMappings to map API model to domain model
3d9ee9d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Nov 8, 2024 in 0s

Test Results

Summary

🧪 0/0 tests passed
⚠️ Build finished with 195 Warnings

Tests

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

Annotations

Check warning on line 0 in WireDomain/Project/WireDomain%20Project.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-data-model/WireDataModel.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-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-cryptobox/WireCryptobox.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/SDKExtensions/Concurrency/AsyncSequence+ToStream.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode

Capture of 'iterator' with non-sendable type 'Self.AsyncIterator' in a `@Sendable` closure; this is an error in the Swift 6 language mode

Check warning on line 29 in WireFoundation/Sources/WireFoundation/SDKExtensions/Concurrency/AsyncSequence+ToStream.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode

Mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode

Check warning on line 20 in WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UIContentSizeCategory+CustomDebugStringConvertible.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Extension declares a conformance of imported type 'UIContentSizeCategory' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Extension declares a conformance of imported type 'UIContentSizeCategory' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Check warning on line 20 in WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewController.Column+CustomDebugStringConvertible.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Extension declares a conformance of imported type 'Column' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Extension declares a conformance of imported type 'Column' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Check warning on line 20 in WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewControllerDisplayMode+CustomDebugStringConvertible.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Extension declares a conformance of imported type 'DisplayMode' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Extension declares a conformance of imported type 'DisplayMode' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Check warning on line 20 in WireFoundation/Sources/WireTesting/SDKExtensions/UIKit/UISplitViewControllerSplitBehavior+CustomDebugStringConvertible.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Extension declares a conformance of imported type 'SplitBehavior' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Extension declares a conformance of imported type 'SplitBehavior' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future

Check warning on line 20 in WireFoundation/Sources/WireTesting/String+Error.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future

Extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future

Check warning on line 24 in WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 32 in WireAPI/Sources/WireAPI/Extensions/ISO8601DateFormatter+Default.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 44 in WireAPI/Sources/WireAPI/Models/API/APIVersion.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 49 in WireAPI/Sources/WireAPI/Models/API/APIVersion.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 23 in WireAPI/Sources/WireAPI/Network/NetworkService/NetworkService.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; this is an error in the Swift 6 language mode

Stored property 'urlSession' of 'Sendable'-conforming class 'NetworkService' is mutable; this is an error in the Swift 6 language mode

Check warning on line 38 in WireAPI/Sources/WireAPI/Network/PushChannel/URLSessionWebSocketTaskProtocol.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Sendability of function types in instance method 'receive(completionHandler:)' does not match requirement in protocol 'URLSessionWebSocketTaskProtocol'; this is an error in the Swift 6 language mode

Sendability of function types in instance method 'receive(completionHandler:)' does not match requirement in protocol 'URLSessionWebSocketTaskProtocol'; this is an error in the Swift 6 language mode

Check warning on line 52 in WireAPI/Sources/WireAPI/Network/PushChannel/PushChannel.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; this is an error in the Swift 6 language mode

Capture of 'self' with non-sendable type 'PushChannel?' in a `@Sendable` closure; this is an error in the Swift 6 language mode

Check warning on line 42 in WireAPI/Sources/WireAPI/Network/PushChannel/WebSocket.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Task-isolated value of type '() async -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode

Task-isolated value of type '() async -> ()' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode

Check warning on line 50 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 45 in wire-ios-system/Source/Logging/LogAttributes.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

Static property 'safePublic' 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 53 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 37 in wire-ios-system/Source/Logging/WireLogger+Instances.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

Check warning on line 63 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

Static property 'updatingHandle' 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 66 in wire-ios-system/Source/ZMSLog.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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