Skip to content

Fix broken test

Fix broken test #54

Triggered via push April 25, 2024 14:12
Status Success
Total duration 2m 30s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

30 warnings and 3 notices
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPProjectService.swift#L29
non-sendable type 'any HostProtocol' in asynchronous access to main actor-isolated property 'host' cannot cross actor boundary
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPProjectService.swift#L32
non-sendable type 'LSPTransformers' in asynchronous access to main actor-isolated property 'transformers' cannot cross actor boundary
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L105
static property 'standardCompletionTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L139
static property 'standardTextEditTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L149
static property 'standardDiagnosticTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L193
static property 'standardHoverTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L221
static property 'standardDefinitionTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L259
static property 'standardSymbolInformationTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L279
static property 'standardSemanticTokenTransformer' 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
Test (platform=iOS Simulator,name=iPhone 12): Sources/ChimeLSPAdapter/LSPTransformers.swift#L105
static property 'standardCompletionTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPProjectService.swift#L29
non-sendable type 'any HostProtocol' in asynchronous access to main actor-isolated property 'host' cannot cross actor boundary
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPProjectService.swift#L32
non-sendable type 'LSPTransformers' in asynchronous access to main actor-isolated property 'transformers' cannot cross actor boundary
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L105
static property 'standardCompletionTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L139
static property 'standardTextEditTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L149
static property 'standardDiagnosticTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L193
static property 'standardHoverTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L221
static property 'standardDefinitionTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L259
static property 'standardSymbolInformationTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L279
static property 'standardSemanticTokenTransformer' 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
Test (platform=visionOS Simulator,name=Apple Vision Pro): Sources/ChimeLSPAdapter/LSPTransformers.swift#L105
static property 'standardCompletionTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPProjectService.swift#L29
non-sendable type 'any HostProtocol' in asynchronous access to main actor-isolated property 'host' cannot cross actor boundary
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPProjectService.swift#L32
non-sendable type 'LSPTransformers' in asynchronous access to main actor-isolated property 'transformers' cannot cross actor boundary
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L105
static property 'standardCompletionTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L139
static property 'standardTextEditTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L149
static property 'standardDiagnosticTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L193
static property 'standardHoverTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L221
static property 'standardDefinitionTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L259
static property 'standardSymbolInformationTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPTransformers.swift#L279
static property 'standardSemanticTokenTransformer' 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
Test (platform=macOS): Sources/ChimeLSPAdapter/LSPProjectService.swift#L29
non-sendable type 'any HostProtocol' in asynchronous access to main actor-isolated property 'host' cannot cross actor boundary
Test (platform=iOS Simulator,name=iPhone 12)
Tests Passed: 0 failed, 0 skipped, 6 total (0.026 seconds)
Test (platform=visionOS Simulator,name=Apple Vision Pro)
Tests Passed: 0 failed, 0 skipped, 6 total (5.693 seconds)
Test (platform=macOS)
Tests Passed: 0 failed, 0 skipped, 6 total (0.029 seconds)