Skip to content

Add missing QLSupportedContentTypes, document adding it #81

Add missing QLSupportedContentTypes, document adding it

Add missing QLSupportedContentTypes, document adding it #81

Triggered via push July 11, 2024 12:19
Status Failure
Total duration 30m 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Lint
Process completed with exit code 1.
macOS Build
The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 30 minutes.
macOS Build
The operation was canceled.
macOS Build: Edit/Modules/Theme/ThemeModifiers.swift#L6
static property 'defaultValue' 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
macOS Build: Edit/Modules/Theme/ThemeModifiers.swift#L6
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
macOS Build: submodules/chime-go/Sources/ChimeGo/Gopls.swift#L66
static property 'hoverTransformer' 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
macOS Build: Users/runner/Library/Developer/Xcode/DerivedData/Edit-gnzudeggsoitnghfifcnhoaasmzb/SourcePackages/checkouts/ChimeKit/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
macOS Build: submodules/chime-go/Sources/ChimeGo/Gopls.swift#L66
static property 'hoverTransformer' 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
macOS Build: Users/runner/Library/Developer/Xcode/DerivedData/Edit-gnzudeggsoitnghfifcnhoaasmzb/SourcePackages/checkouts/ChimeKit/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
macOS Build: Edit/Modules/DocumentContent/TextMetrics.swift#L64
non-sendable type 'TextMetrics.Storage' (aka 'TextStorage<Int>') in asynchronous access to main actor-isolated property 'storage' cannot cross actor boundary
macOS Build: submodules/chime-go/Sources/ChimeGo/Gopls.swift#L66
static property 'hoverTransformer' 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
macOS Build: Users/runner/Library/Developer/Xcode/DerivedData/Edit-gnzudeggsoitnghfifcnhoaasmzb/SourcePackages/checkouts/ChimeKit/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
macOS Build: EditTests/FilteringExtensionTests.swift#L37
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races