-
### Description
Given the following code:
```swift
import Testing
infix operator ~~~~: RangeFormationPrecedence
struct MyFancyStruct: Equatable {}
extension Int {
static func ~~~~(lhs: In…
-
### Description of the feature request:
`use_repo`, called in `MODULE.bazel` to import an external workspace generated by a module extension, supports name remapping using keyword argument syntax. E…
-
- [x] I have read the [documentation](https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable).
**Describe the bug**
Below code works well.
working code
```swift…
-
I'm unable to build this with Carthage and XCode 8. I get the following error from the compiler:
Build settings from command line:
BITCODE_GENERATION_MODE = bitcode
CARTHAGE = YES
C…
-
When using enums in Dart, it can become tedious to have to specify the full enum name every time. Since Dart has the ability to infer the type, it would be nice to allow the use of shorter dot syntax …
-
IIUC this is the grammar that GitHub currently uses for Swift syntax highlighting. If not, feel free to close this issue.
I have noticed a few odd things about the way Swift files are highlighted. …
fwcd updated
3 months ago
-
Sometimes the XCTAssert's output for diff is not very clear.
(For example I have to copy paste a few times from the result of `Swift.print` or the failure result of `XCTAssertEqual` to make it hap…
-
##### protoc
```
$ brew update
$ brew install protobuf --devel --verbose
...
$ protoc --version
libprotoc 3.0.0
```
##### protobuf-swift
```
$ git clone https://github.com/alexeyxo/protobuf-swift
$ …
-
I am getting build errors when trying to build for iOS and MacOS. Works great on android. See the errors below. My xcode swift compiler version is set to 5.
Launching lib/main.dart on iPhone 13 in …
-
### Description
https://github.com/apple/swift-syntax/pull/1549#discussion_r1179895772
https://github.com/apple/swift-syntax/pull/1549#discussion_r1179896051
### Steps to Reproduce
_No response_