App Icon #54
Annotations
1 error, 11 warnings, and 4 notices
Lint
Process completed with exit code 1.
|
macOS Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: apple-actions/import-codesign-certs@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
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:
EditTests/FilteringExtensionTests.swift#L37
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/FilteringExtensionTests.swift#L61
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/FilteringExtensionTests.swift#L126
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/FilteringExtensionTests.swift#L153
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/ExtensionRouterTests.swift#L34
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/ExtensionRouterTests.swift#L38
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build:
EditTests/ExtensionRouterTests.swift#L68
passing argument of non-sendable type 'XCTestCase' outside of main actor-isolated context may introduce data races
|
macOS Build
testExample on 'My Mac - EditUITests-Runner (10789)' (0.726 seconds)
|
macOS Build
testLaunchPerformance on 'My Mac - EditUITests-Runner (10789)' (0.016 seconds)
|
macOS Build
testLaunch on 'My Mac - EditUITests-Runner (10789)' (0.321 seconds)
|
macOS Build
testLaunch on 'My Mac - EditUITests-Runner (10789)' (0.103 seconds)
|