Cœur
Cœur
Fixed in Toaster 2.3.0 (for .mac) and on master branch (for .vision).
I can't help with Kotlin. Just be aware that CocoaPods is deprecated and you should migrate to Swift Package Manager: https://blog.cocoapods.org/CocoaPods-Support-Plans/
To "help" your draft: [diff.patch](https://github.com/user-attachments/files/17564208/diff.patch) ``` diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 8aece8cf5..8e9a0335f 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -4114,7 +4114,7 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;...
> @Coeur @nevack Can you help take a look at what's going on with VDKQueue on macos-13? I'm confused by the build error. I have the fix: Rename it from...
>/Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/future:610:35: error: explicit specialization of 'coroutine_handle' must be imported from module 'std.coroutine.__coroutine.coroutine_handle' before it is required Random thought since I don't have Xcode-14.3.1: in CreatorWindowController.mm, reorder the includes like that:...
My thoughts on this PR: you're invisibly dropping support for many older platforms. GitHub actions only supports the last two releases of any platform/tool, so it's like only supporting actions...
On TeamCity, the first error is: >NSDataAdditions.mm:19:22: error: no known class method for selector 'raise:format:arguments:' That one can also be resolved by renaming the file to NSDataAdditions.m since there is...
> 1. Revert module imports (aka `@import`) back to regular imports (`#import`) and disable `-fmodules`, as LLVM decided to reuse this flag for C++ Standard Modules, which we do not...
OK, I'll try that next weekend. 👍
Since roughly September 2021, it might be possible to run swift scripts in an SPM: https://github.com/abertelrud/swift-evolution/blob/main/proposals/0303-swiftpm-extensible-build-tools.md I'm going through this lengthy doc now.