AppIntents extension, HighlightIntent #56
Annotations
2 errors and 8 warnings
|
xcodebuild
The operation was canceled.
|
xcodebuild:
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
|
xcodebuild:
Edit/Modules/Theme/ThemeModifiers.swift#L6
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
|
xcodebuild:
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
|
xcodebuild:
EditIntents/HighlightIntent.swift#L21
static property 'typeDisplayRepresentation' 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
|
xcodebuild:
EditIntents/HighlightIntent.swift#L22
static property 'caseDisplayRepresentations' 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
|
xcodebuild:
EditIntents/HighlightIntent.swift#L33
static property 'description' 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
|
xcodebuild:
Edit/Sources/AppDelegate.swift#L92
immutable value 'value' was never used; consider replacing with '_' or removing it
|
xcodebuild:
EditTests/FilteringExtensionTests.swift#L37
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
Loading