シフトキーを含むキーバインド設定時のcharactersIgnoringModifiersを修正 #787
Annotations
10 warnings
test:
macSKK/InputController.swift#L36
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
|
test:
macSKK/InputController.swift#L200
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#L236
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#L270
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#L274
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#L282
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#L287
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/FileDict.swift#L98
capture of 'self' with non-sendable type 'FileDict' in a `@Sendable` closure
|
test:
macSKK/FileDict.swift#L145
implicit capture of 'self' requires that 'FileDict' conforms to `Sendable`; this is an error in the Swift 6 language mode
|
test:
macSKK/FileDict.swift#L181
capture of 'self' with non-sendable type 'FileDict' in a `@Sendable` closure
|
Loading