-
First of all, Thanks for your hard working!
I found an error that occurs when I try to export gradle project.
I tried this one below
```
$ skip init --appid=com.xyz.HelloSkip hello-skip HelloSki…
-
I have written a swift class in a plugin like this
``` Swift
//
// PreviewView.swift
// camerax_ios
//
// Created by 闫守旺 on 2024/7/9.
//
import AVFoundation
import Flutter
@objc publi…
-
## Context (Input, Language)
Output Language: Swift
## Description
With the push for sendable adherence from Apple I want to suggest we change the approach to the JSONAny object that …
-
### Description
[One of the test-cases](https://github.com/swiftlang/swift/pull/76834/files#diff-5da86c6657a1dc4926cc9b107f6c45cf4fcd86c54cb102d31c7821feda90eb17R65) introduced by https://github.com/…
xedin updated
1 month ago
-
The following new test case causes an assertion failure
```swift
// RUN: %batch-code-completion
extension Result {
typealias Value = Success
init(value: Value) {}
func tryMap() {
…
-
### What did you do?
I set the Strict Concurrency Checking in my target to Complete.
### What did you expect to happen?
No warning when I pass a JSON from an non-main actor to a UIViewControl…
-
Is it possible to interpret Swift code with this somehow? That would be very useful for mobile app development.
-
### Summary
describeFeedGenerator produce not valid JSON
### Reproduction Steps
```swift
do {
let feedDescription = try await atProto.describeFeedGenerator()
prin…
-
## Environment
## Things I’ve done to figure out my issue
I have tried all the solutions provided by google but no luck. I created a swift file. but while creating a swift file I noticed Xcode…
-
I am not sure of the best way to represent the following types from the TypeScript repo in Swift:
- `export type Metadata = Record;` — I’m assuming that in reality there are some restrictions on th…