binding-tools-for-swift icon indicating copy to clipboard operation
binding-tools-for-swift copied to clipboard

Results 123 binding-tools-for-swift issues
Sort by recently updated
recently updated
newest added

Seeing this error when running the project. /Users/mirzaqasimali/Projects/binding-tools-for-swift-main/tom-swifty/tom-swifty.csproj(5,5): Error MSB3073: The command "make -C .. Constants.cs" exited with code 2. (MSB3073) (tom-swifty) ### Steps to Reproduce 1. 2. 3. ###...

need-info

Mac M1 Xcode Version 12.5.1 (12E507) `make` command log: ``` Last login: Thu Sep 9 20:05:23 on ttys001 ericcui@ericdeMacBook-Pro helloswift % make /usr/bin/swiftc -sdk `xcrun --show-sdk-path` -emit-module -emit-library -enable-library-evolution -emit-module-interface...

need-info

Mac M1 Xcode Version 12.5.1 (12E507) propertybag sampler sandwiches These samples will throw error that XamGlue only hava x86_64 arch: ``` Last login: Thu Sep 9 20:19:31 on ttys002 ericcui@ericdeMacBook-Pro...

bug

It looks like code that writes generic where clauses is using the presumptive name for a protocol in C# rather than the bound name. ``` public static SwiftString PrintIteratorToString(T0 thing)where...

bug

look at `swiftFuncWrapperThrows`, line 1856 -> 2109 Looks like it's spaces not tabs.

enhancement

Swift 5.5 wants the attribute to be a type and not a name.

enhancement

I was seeing an issue with Xcode 13b4 when the minimum version of the OS was set to anything less than 12.0 so I set the minimum version to 12.0...

enhancement

OS requirement (?) and Xcode version need to get set as well as setting a different pool.

enhancement

This has come up a couple of times when changes affected the top-level code which doesn't usually get hit by the unit tests. Either: 1. build each of the samples...

enhancement
good first issue

Like it says on the box

enhancement