Merge pull request #403 from mtgto/period-completion #983
Annotations
10 warnings
|
test:
macSKK/UNNotifier.swift#L52
capture of 'request' with non-Sendable type 'UNNotificationRequest' in a '@sendable' closure
|
|
test:
macSKK/UNNotifier.swift#L5
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'UserNotifications'
|
|
test:
macSKK/UNNotifier.swift#L52
capture of 'center' with non-Sendable type 'UNUserNotificationCenter' in a '@sendable' closure
|
|
test:
macSKK/InputController.swift#L356
main actor-isolated instance method 'setValue(_:forTag:client:)' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L351
main actor-isolated instance method 'commitComposition' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L343
main actor-isolated instance method 'deactivateServer' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L339
main actor-isolated instance method 'activateServer' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L300
main actor-isolated instance method 'menu()' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L278
main actor-isolated instance method 'handle(_:client:)' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|
|
test:
macSKK/InputController.swift#L38
main actor-isolated initializer 'init(server:delegate:client:)' has different actor isolation from nonisolated overridden declaration; this is an error in the Swift 6 language mode
|