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
* Update package minimum Swift version to 6.0. Update source code accordingly, and add theming to API docs.
* Brutally hack around SymmetricKey not being Sendable in SwiftCrypto
* Update dependabot.yml
* Sendable stinks.
* There, that should do it
* Update ServerTests.swift
* Update URITests.swift
---------
Co-authored-by: Tim Condon <[email protected]>
extensionJSONEncoder:@retroactive@uncheckedSendable{} // JSONEncoder Sendable conformance is not available before macOS 13.0/iOS 16.0/watchOS 9.0/tvOS 16.0
8
+
extensionJSONDecoder:@retroactive@uncheckedSendable{} // JSONDecoder Sendable conformance is not available before macOS 13.0/iOS 16.0/watchOS 9.0/tvOS 16.0
0 commit comments