refactor: create local stores and UTS - WPB-12100 #2141
Test Results
Summary
🧪 0/0 tests passed
Tests
Tests Passed ✅ | Tests Failed ⛔️ | Tests Total |
---|---|---|
0 | 0 | 0 |
Annotations
Check warning on line 0 in WireDomain/Project/WireDomain%20Project.xcodeproj
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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