Kenta Kubo

Results 58 comments of Kenta Kubo

Related to #550

My 3rd generation 12.9” iPad Pro is the same. ![3d52dc2d-db4e-4244-b83e-98f610fb244b](https://user-images.githubusercontent.com/601636/48970773-b128e800-f053-11e8-9c04-c9aed096ae5a.jpeg)

In addition, according to https://developer.apple.com/documentation/xcode-release-notes/xcode-13-beta-release-notes, > Swift Packages > > Resolved in Xcode 13 Beta 3 > > Linking Swift packages from application extension targets or watchOS applications no longer...

Just curious, what SSL library is the macOS default curl (`/usr/bin/curl`) built with? It supports TLS 1.3 at least on macOS 13.4.

It seems that macOS Ventura bundles LibreSSL 3.3.6 and it [supports TLS 1.3](https://github.com/libressl/portable/issues/228#issuecomment-712221178), so the macOS' curl is probably built with it.

This issue appears to be resolved in a-Shell 1.12.2. Should I close it? ```console $ curl -v --tlsv1.3 --head https://1.1.1.1 % Total % Received % Xferd Average Speed Time Time...

Zyphy is only supports Swift 6.0 or later for now because it uses the CodeItem macros. So I have two options. 1. Wait until the Swift Playgrounds supports Swift 6.0...