-
-
Recently, I came across some code in `tests/language/loop/for_variable_capture_test.dart` that has piqued my interest regarding how Dart handles variable capture in closures within loops. I'm looking …
-
When building with Xcode 16.0 and the Swift 6 toolchain, the following error occurs with a generated `_StorageClass` type:
> Static property 'defaultInstance' is not concurrency-safe because non-'S…
-
Please refer to the readme.md when you make a pull request for this issue
-
# Background
I experimented with a rust-based exo implementation that used [UniFFI](https://mozilla.github.io/uniffi-rs/latest/) for foreign language bindings so I could run it from a Swift iOS app…
-
`flutter create --template package_ffi my_package` creates a template detailing how to compile C code.
We should consider adding a `--language` option with `c`, `cpp`, ~~`objective-c`~~, `swift`, `…
-
### 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…
-
### Background story
The SDK dev team has recommended that we provide an example showing how to use the Swift SDK to do multi-part upload and download operations with S3.
### What does this example …
-
`#if swift(...)` is testing the _language_ version and _not_ the compiler version. We (almost) always want to check the _compiler_ version.
(This ticket should be for all repos in the `swift-nio*` …
-
Will Quick answer Nimble be updated to support Swift 6 with example of how yo use them?