-
The patch application process in the `sdks.yml` workflow is a bit hairy:
```
git apply swift-android.patch swift-android-foundation.patch swift-android-ci.patch swift-crypto.patch swift-system.pat…
-
I'm trying to serialize a `MTLBinaryArchive` to a file inside the application bundle caches directory.
```rust
unsafe {
binary_archive.addFunctionWithDescriptor_library_error(&frag…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4507 |
|Radar | None |
|Original Reporter | @dabrahams …
-
Consider the following example program:
```swift
import Foundation
class SomeThread: Thread {}
let someThread = SomeThread()
assert(someThread != Thread.main)
```
This program compiles …
-
| | |
|------------------|-----------------|
|Previous ID | SR-1615 |
|Radar | None |
|Original Reporter | @phausler …
-
| | |
|------------------|-----------------|
|Previous ID | SR-4959 |
|Radar | rdar://problem/32315362 |
|Original Repor…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4768 |
|Radar | rdar://problem/31924830 |
|Original Repor…
-
Add support for Linux.
ghost updated
7 years ago
-
### Description
The test works fine on my local and other CI nodes even with the same build preset `buildbot_linux_crosscompile_wasm`, but it fails only on the CI node `oss-swift-RA-linux-ubuntu-20…
-
The age-old floating point issues bit me once again...
_Note: This most definitely also applies to `Float`, but I have just tested with `Double`._
When Swift formats a `Double` as a `String` it …