-
### Description
I have a package with an executable target, and a test target. The tests in the test target do a `@testable import` of the executable target. The main target has a `@main struct ...`.…
remko updated
2 months ago
-
In the present day, `swiftformat` is implemented using a hand-rolled Swift parser; this results in it having considerably more capabilities and flexibility than [swift-format], enough so to still make…
-
It would also be nice, if the `NS_SWIFT_NAME` macro could be generated:
source: [docs](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html)
**ex…
-
| | |
|------------------|-----------------|
|Previous ID | SR-1045 |
|Radar | https://openradar.appspot.com/25322018 |
…
-
| | |
|------------------|-----------------|
|Previous ID | SR-10014 |
|Radar | None |
|Original Reporter | stamba (JIRA…
-
**Description**
An `init` declaration inside a computed property crashes the compiler when said property has a function type. I had no idea these declarations were valid Swift but they're emitted by …
-
| | |
|------------------|-----------------|
|Previous ID | SR-13934 |
|Radar | rdar://problem/71983181 |
|Original Repo…
-
I'm referencing Cocoa Lumberjack which uses NS_SWIFT_NAME
Like this...
```
+ (void)log:(BOOL)asynchronous
message:(DDLogMessage *)logMessage NS_SWIFT_NAME(log(asynchronous:message:));
```…
-
### Introduction
When development on React-Native started, Objective-C was the primary language for all iOS apps. On June 2, 2014, a little under a year before the first public release of React-Nat…
-
The `Type` enum has two computed properties specifically for extracting certain cases: `asSimpleType` and `asFunctionType`. To implement such properties for all cases would require a lot of boilerplat…