-
Lately, we've been discussing the idea of UniFFI 1.0 and what it would entail. As part of this effort, we should think about how we could improve on our current FFI layer. There's basically 2 reason…
-
See how Java bindings to Tensorflow addressed this problem (if they have at all)
-
### Description
## ~~Absolutely massive~~ Significant build regressions on linux ~~, worsened by swift-testing~~
**EDIT: Please also read my [next comment](https://github.com/swiftlang/swift/iss…
-
is it possible to make is a command line app to print the current space?
-
Haxe's way of [injecting fields into classes](https://haxe.org/manual/macro-type-building.html) at class building time reminded me of a thing I was wondering about years ago, but never opened an issue…
masak updated
7 months ago
-
## Background
Swift Package Manager is becoming the de-facto standard for new libraries, due to its builtin support in Xcode. Currently Cocoapods libraries that want's to consume a SPM package have…
-
### Description
`#expect` works differently when `await` keyword is inside its body. `await #expect(expr)` shows a breakdown of the actual value, while `#expect(await expr)` does not. I would like to…
-
In RDO packaging, we use **rm -rf requirements.txt/test-requirements.txt** in order to
avoid python package installation from pip during rpm package building process.
Since from Pike release, we hav…
-
**Description**
The issue involves Swift Macros, particularly when using an extension macro to add protocol conformance. When a declaration is marked with a macro that automatically conforms it to …
-
I'm trying to compile and test a Swift Project that includes XCTestParametrizedMacro. While it compiles and runs correctly on my Mac, it fails to compile inside various CI environments I'm trying this…