App Group #48
Annotations
2 errors and 10 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:
EditTests/FilteringExtensionTests.swift#L37
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/FilteringExtensionTests.swift#L61
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/FilteringExtensionTests.swift#L126
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/FilteringExtensionTests.swift#L153
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/ExtensionRouterTests.swift#L34
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/ExtensionRouterTests.swift#L38
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
xcodebuild:
EditTests/ExtensionRouterTests.swift#L68
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
Loading