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: Migrate to Xcode 16 - WPB-10898 #2050

Merged
merged 15 commits into from
Oct 21, 2024

Fix whitespace

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

chore: Migrate to Xcode 16 - WPB-10898 #2050

Fix whitespace
1a424db
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Oct 21, 2024 in 0s

Test Results

Summary

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

Tests

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

Annotations

Check warning on line 0 in wire-ios-utilities/WireUtilities.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-request-strategy/WireRequestStrategy.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 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

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; this is an error in the Swift 6 language mode

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

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 non-'Sendable' type 'WireLogger' may have shared mutable state; this is an error in the Swift 6 language mode

Static property 'conversation' 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 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 nonisolated global shared mutable state; this is an error in the Swift 6 language mode

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Static property 'backend' 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 'backend' is not concurrency-safe because non-'Sendable' type 'WireLogger' may have shared mutable state; this is an error in the Swift 6 language mode