You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run example app via running swift run and getting error:
/Users/.../tmp/Swindler/.build/checkouts/AXSwift/Sources/Observer.swift:38:19: error: thrown expression type 'AXError' does not conform to 'Error'
throw error
^~~~~
Some information about my system:
% swift -version
swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: x86_64-apple-macosx11.0
The text was updated successfully, but these errors were encountered:
Trying to run example app via running
swift run
and getting error:Some information about my system:
The text was updated successfully, but these errors were encountered: