forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 333
Issues: swiftlang/llvm-project
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
ASAuthorizationController, didCompleteWithError error: Error) { let logger = Logger() guard let authorizationError = error as? ASAuthorizationError else { isPerformingModalReqest = false logger.error("Unexpected authorization error: \(error.localizedDescription)") return } if authorizationError.code == .canceled { // Either the system doesn't find any credentials and the request ends silently, or the user cancels the request. // This is a good time to show a traditional login form, or ask the user to create an account.
#9737
opened Dec 13, 2024 by
robinmarshallarts
See LICENSE folder for this sample’s licensing information. Abstract: The authentication manager object. */ import AuthenticationServices import Foundation import os extension NSNotification.Name { static let UserSignedIn = Notification.Name("UserSignedInNotification") static let ModalSignInSheetCanceled = Notification.Name("ModalSignInSheetCanceledNotification") } class AccountManager: NSObject, ASAuthorizationControllerPresentationContextProviding, ASAuthorizationControllerDelegate { let domain = "example.com" var
#9736
opened Dec 12, 2024 by
robinmarshallarts
LLDB test TestSectionAPI sporadicly fails in CI on Windows
#9705
opened Dec 6, 2024 by
weliveindetail
https://developer.apple.com/documentation/BundleResources/applinks
#9669
opened Nov 27, 2024 by
robinmarshallarts
LLDB test fails due to unexpected prefix in address range expression
#9637
opened Nov 20, 2024 by
weliveindetail
[LLDB] Impossible to inherit environment in REPL
LLDB for Swift
#9551
opened Nov 8, 2024 by
al45tair
SwiftREPL tests fail on Windows due to runtime dependencies issue
#9539
opened Nov 7, 2024 by
weliveindetail
Xcode Clang does not treat non-escaping blocks as global blocks
#9358
opened Sep 30, 2024 by
NuriAmari
lldb: Unable to bind generic parameters in context with weakly captured self
#9194
opened Aug 29, 2024 by
mikolasstuchlik
Windows x86_64 LLDB tests are not run as part of the Swift toolchain CI
#9141
opened Aug 17, 2024 by
kendalharland
[flake] lldb-api :: tools/lldb-server/TestGdbRemote_qThreadStopInfo.py is flakey on Windows x86_64
#9101
opened Aug 13, 2024 by
kendalharland
[flake] lldb-api :: tools/lldb-server/TestLldbGdbServer.py is flaky on Windows x86_64
#9100
opened Aug 13, 2024 by
kendalharland
[flake] lldb-api :: tools/lldb-server/TestGdbRemoteLaunch.py is flaky on Windows x86_64
#9099
opened Aug 13, 2024 by
kendalharland
LLDB test TestTrampolineStepping.py fails with TypeError on Windows x86_64
#9073
opened Aug 8, 2024 by
kendalharland
LLDB test TestCppBitFields.py fails on Windows x86_64 with fatal access violation
#9072
opened Aug 8, 2024 by
kendalharland
[clang][ExtractAPI] show error message for not found SwiftSyntaxMacroMap during Docc build
bug
Something isn't working
#9079
opened Aug 8, 2024 by
eunryu93
Apple fork clang++ regression in partial specialization templates for hasher
#8469
opened Mar 25, 2024 by
ohhmm
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.