-
TrueTime is a dependency of our SDK we distribute via CocoaPods. When we build an XCFramework using `xcodebuild` from the 14.3 command line tools and run `pod lib lint` it fails with the following err…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13348 |
|Radar | rdar://problem/74094128 |
|Original Repo…
-
Prior to version 1.2, we were generating our docs using `additional-symbol-graph-dir`.
This is how we built the symbol graph:
```ruby
sh("swift",
"build",
"--target", "RevenueCat",
"…
-
### Description
A client of mine wants to use our iPadOS app behind a proxy. While all normal connections to firebase work, all subscriptions to firestore do not work. The client reported that they c…
-
Test case: [SwiftCAAnimationClosure.zip](https://github.com/xamarin/maccore/files/1902929/SwiftCAAnimationClosure.zip)
Repro: unzip & `make all TOOL_LIB=/path/to/swift-o-matic`
Result:
```
$…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11039 |
|Radar | rdar://problem/49639321 |
|Original Repo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14085 |
|Radar | rdar://problem/73518946 |
|Original Repo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-10491 |
|Radar | rdar://problem/50169795 |
|Original Repo…
-
**Describe the bug**
following test program crashes the compiler:
```swift
final class Box {
var value: Value
init(_ value: Value) {
self.value = value
}
func perform(_ b…
-
| | |
|------------------|-----------------|
|Previous ID | SR-15667 |
|Radar | None |
|Original Reporter | @BradLarson …