deze

Results 8 comments of deze

As a side effect of this issue, an app crash happens during `YapDatabase dealloc` with a stack trace like this one: ``` Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000...

I have generated the SDK with ```bash swift run swift-sdk-generator make-linux-sdk --target x86_64 ``` Then ```bash swift sdk install /Users/XYZ/swift-sdk-generator/Bundles/6.0.3-RELEASE_ubuntu_jammy_x86_64.artifactbundle swift sdk list ``` Build a project ```bash # created...

The full triple SDK build **almost** works... until the error message about missing`"swift-autolink-extract"`. I am on macOS. ```bash swift run swift-sdk-generator make-linux-sdk --target x86_64-unknown-linux-gnu # install SDK, then build project:...

Here's what I have (pretty much the latest to date): ``` macOS Sequia 15.3.2 (24D81) Xcode 16.2 swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) Target: arm64-apple-macosx15.0 ``` What...

> Seems like this is what most people are doing on macOS. There is the `--host-toolchain` param that can be added to include the open source toolchain in the Swift...

Thank you @Joannis for casting light on this problem. Looks like it's the `openssh` limitation. I have compared download speed with both `lftp` and `sftp` and they don't seem to...

Shift-Cmd-V seems to be working fine on my macOS Sequoia. What was needed is to visit **Settings -> Privacy & Security -> Accessibility ->** and make sure that Flycut is...