Iggy Drougge

Results 12 issues of Iggy Drougge

The readme file has links to download prepackaged Swift compilers for various distributions, but the links seem to be broken.

Oberon (and Oberon-2) is a successor to Modula-2 with somewhat simpler language and a kind of object orientation. Note that .mod and .def are both customary filename extensions for Oberon...

Pending Popularity

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### New rule request In anticipation of possible requirements to...

rule-request

Having the option to specify accessibility labels and accessibility identifiers would not only make this project more usable in projects that need to cater to users with handicaps, but would...

feature request

Since a while, XCUITest can take screenshots by itself and "attach them" to the `.xcresult` file for inspection in Xcode. I use that to snapshot the state when a UI...

**Describe the bug** AWSCognito leaks warnings into Xcode build log. **To Reproduce** 1. Install AWSCognitoIdentityProvider (2.14.0) 2. Build. **Observed Behavior** Several semantic issues reported in cmd-5 pane in Xcode and...

question
build
pending-triage

After upgrading to to version 11, Xcode moved the version numbers from `Info.plist` into the project file. This leads to this new confusing header from SwiftInfo: > SwiftInfo results for...

type: bug

* SwiftInfo 2.3.5 * Fastlane 2.130.0 * Xcode 10.3 Running both locally and with Danger, I get this when building or testing with Fastlane: ``` * Extracting total_test_duration * **total_test_duration:**...

type: improvement

println() is depreacted in Swift 2.

I noticed that DGCharts amounted to a large portion of the compile times of our app, so I measured the times for evaluating expressions and function bodies by adding the...