-
Currently, there are two locations for documentation about how to use the Swift extension for Visual Studio Code:
1. A page on https://www.swift.org/tools/ which outlines how to install the extension…
-
## Sharing and promoting Scribe-iOS
This pinned issue is for discussing where and how best to promote Scribe-iOS. The purpose is to spread the word so that others can find Scribe-iOS as potenti…
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
### 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…
-
### What problem or need do you have?
I've recently started exploring Tuist. Overall, the experience has been smooth, and the tool works well with simple playground projects. However, when trying to …
-
### Reproduction
```swift
func f(_ c: [any RandomAccessCollection]) {
let _ = c.compactMap(\.last)
}
```
### Stack dump
```text
1. Apple Swift version 6.0 (swiftlang-6.0.0.9.10 cla…
-
How can I implement gumtree for swift programming language using the existing codebase ? Should I implement a swift AST in java for this ?
-
Hello :wave:
Firstly, Pulumi looks to be a really interesting and powerful technology 🙌 The concept of writing infrastructure as code is paradigm shifting, and letting the end user choose their lan…
-
### Description
Using FoundationXML.XMLDocument crashes the compiler.
### Reproduction
```swift
import FoundationXML
_ = try XMLDocument(xmlString: "foo", options: [])
```
`swift build`…
-
Running a CodeQL scan on Swift code using a manual build fails, when building with Xcode 16.0 with the following error message:
> CodeQL detected code written in Swift but this run didn't build any…