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

chore: Cache swift packages - WPB-9913 #1991

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

remove Package.resolved files

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

chore: Cache swift packages - WPB-9913 #1991

remove Package.resolved files
3e8c522
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Oct 11, 2024 in 0s

Test Results

Summary

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

Tests

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

Annotations

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 it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'system' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

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 non-isolated global shared mutable state; this is an error in Swift 6

Static property 'safePublic' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 25 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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 it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'updateEvent' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 30 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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 it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'localStorage' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 35 in wire-ios-system/Source/Logging/WireLoggerObjc.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'safePublic' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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 non-isolated global shared mutable state; this is an error in Swift 6

Static property 'updatingHandle' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

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 non-isolated global shared mutable state; this is an error in Swift 6

Static property 'logHooks' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'logHooks' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure

Capture of 'entry' with non-sendable type 'ZMSLogEntry' in a `@Sendable` closure

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'updatingHandle' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'conversation' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Static property 'conversation' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6

Check warning on line 20 in wire-ios-system/Source/Logging/WireLogger.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'provider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Static property 'provider' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6

Check warning on line 36 in wire-ios-system/Source/Logging/WireLogger.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

Reference to static property 'provider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6

Reference to static property 'provider' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6