A collaborative list of awesome Swift resources, inspired by awesome-python[1] and listed on awesome-awesomeness[2].
Feel free to contribute!
Demo Apps
Some interesting demo/poc apps written in Swift.
A list of iOS Swift demo apps
- 2048[3] - 2048 demo game in Swift.
- Alarm[4] - an alarm app in Swift.
- Chat[5] - chat like app implementation in Swift.
- CloudKit-To-Do-List[6] - a cloudkit based to do list.
- DeckRocket[7] - deckrocket porting in Swift.
- Edhita[8] - text edit app.
- Eidolon[9] - The Artsy auction kiosk app.
- firefox-ios[10] - firefox for iOS being developed by Mozilla.
- Federal Open Data[11] - Get federal Open Data using the Federal Data SDK
- FlappySwift[12] - flappy bird clone in Swift.
- HackerNews[13] - hackernews reader app written in Swift.
- HausClock[14] - chess stile clock app in Swift.
- HomeKitDemo[15] - homekit demo app;
- HackerNewsClient-iOS[16] - hackernews client in Swift
- iContactU[17] - delivered on Apple Store: reminds you to contact people you ought to.
- KeychainDemo[18] - keychain sharing between an App and it's share extension
- LayerPlayer[19] - explores CALayer and subclasses; written in Swift; also on App Store
- MyAwesomeChecklist[20] - checklist app in Swift.
- Path Logger[21] - a GPS Path Logger with Core Data
- Pocket Forecast[22] - typhoon weather example
- ReactiveSwiftFlickrSearch[23] - an MVVM & ReactiveCocoa Flickr search app in Swift.
- Round & Split[24] - a tip calculator in Swift
- Stick Hero Swift[25] - an universal spritekit based game in Swift.
- SwiftDemo[26] - a collection of demo for Swift.
- SwiftFlickrApp[27] - flickr app written in Swift.
- SwiftHN[28] - hacker news app in Swift.
- SwiftWeather[29] - a nice weather app written in Swift.
- TextEthan[30] - a clone of TextEthan, a messaging app that allows anyone to message you
- Task[31] - a task app written in Swift that is published in the app store.
- The Oakland Post[32] - a full-fledged, 100%-Swift (minus dependencies) news reader.
- Valio[33] - event time table app in Swift.
- VPNOn[34] - vpn handler with Apple Watch support.
- Walk Tracker[35] - GPS Walk Tracking app with Core Data
Watch
A list of Apple watch enabled projects
- Gulps[36] - OS app for iOS and apple watch to monitor water consumption.
- Soon[37] - Countdown app for apple watch.
- WatchOS 2 Sampler[38] - WatcOS 2 Samples.
A list of OSX Swift demo apps
- Allkdic[39] - a status bar dictionary.
- clock-saver[40] - a clock screen saver for osx written in Swift.
- dshb[41] - OS X system monitor in Swift
- Helium[42] - floating web browser
- Panda[43] - a simple OSX menu bar application to enable/disable Yosemite dark mode.
- RetinAssets[44] - a simple app that generates missing images from a scaled images (3x -> 2x and 1x scale)
- Swifter[45] - http server written in Swift.
Dependency Managers
Dependency manager software for Swift.
- carthage[46] - a new dependency manager for Swift.
- cocoapods[47] - the most used dependency manager for Objective-C (Swift is still in porting).
Guides
An awesome list of Swift related guides.
Official Guide
- Apple Swift Guide[48] - Official guide by Apple about swift.
- Apple eBook[49] - Official Apple eBook for swift beginners.
Third party Guides
- A better way to learn Swift[50] - Learn Swift in a different way.
- Apple eBook[51] - Official Apple eBook for Swift beginners.
- Developing iOS 8 Apps with Swift[52] - Stanford course by Paul Hegarty.
- Learn Swift[53] - a collection of tuts that will help you learning Swift via playground.
- Natasha the Robot[54] - Weekly Newsletter on learning Swift
- objc.io snippets[55] - Short, weekly snippets showing off Swift features
- Practice Swift[56] - an interesting guide to learn Swift.
- SwiftDoc[57] - Auto-generated documentation for Swift.
- SwiftGuide CN[58] - A chinese written guide for Swift.
- SwiftInFlux[59] - A well explained list of feature in flux for Swift
- Swifty[60] - App to learn to code in Swift.
- Swift Tips[61] - Swift tips collection.
- Swift-Weekly[62] - Weekly Swift Language Gems, Tips and Tricks
Style Guides
- GitHub[63] - Style guide & coding conventions for Swift projects.
- Raywenderlich[64] - Raywenderlich Swift guide, a must read.
- SlideShare (LinkedIn)[65] - Style guides that SlideShare (LinkedIn) uses for their Swift iOS app.
Editor Support
Support for your favorite editors.
- swift-vim[66] - play Swift with vim editor.
- vim-swift[67] - adds Swift support to vim. It covers syntax, indenting, and more.
- vim-polyglot[68] - language pack for vim that includes vim-swift.
Here you can find a list of snippets and libs for your Swift projects.
Animation
Libs to help with animation
- DKChainableAnimationKit[69] - Easy to read and write chainable animations in Swift.
- EasyAnimation[70] - A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level.
- Spring[71] - A library to simplify iOS animations in Swift.
Audio
Libs to work with audio
- AudioPlayer[72] - A wrapper around AVPlayer with some cool features.
- MusicKit[73] - A framework for composing and transforming music in Swift
Quick libs to get access to third party API services
- Federal Data SDK[74] - Eases access to multiple federal government OpenGov APIs
- GooglePlacesAutocomplete[75] - Simple Google Places address entry for iOS.
- Swifter Twitter[76] - Swifter Twitter framework for Swift.
- Typhoon[77] - Dependency injection toolkit in Swift.
- Federal Data SDK[78] - Eases access to multiple federal government OpenGov APIs
- PredictionIO SDK[79] - A convenient API to communicate with PredictionIO's Event Server and ML Engines
- PXGoogleDirections[80] - Google Directions API helper.
Colors
Interesting snippets related to color management and utility.
- DynamicColor[81] - An extension to manipulate colors in Swift easily.
- FlatUIColors[82] - Flat UI color palette in Swift.
- Google Material Color[83] - Google Material Color Palette in Swift.
- HexColor[84] - Define UIColors as Hex integers.
- PrettyColors[85] - Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.
- RandomColorSwift[86] - An attractive color generator for Swift. Ported from randomColor.js.
- UIColor-Hex-Swift[87] - Hex to UIcolor converter.
- UIColorWDUtils[88] - Extension for Hex RGB(A).
Cryptography
Deal with cryptography method easily in Swift
- CryptoSwift[89] - add crypto lib support to Swift.
- SwiftSSL[90] - add crypto toolkit in Swift.
Data Management
Core Data
No more pain with Core Data, here are some interesting libs to handle data management.
- AERecord[91] - super awesome Core Data wrapper library for iOS written in Swift.
- AlecrimCoreData[92] - a simple CoreData wrapper library written in Swift.
- CoreStore[93] - simple and elegant way to handle CoreData in Swift.
- JSQCoreDataKit[94] - A swifter Core Data stack.
- SugarRecord[95] - an easy with to work with coredata and realm.
- SuperRecord[96] - A small set of utilities to make working with CoreData and Swift a bit easier.
- QueryKit[97] - an easy way to play with coredata filtering within your Swift projects.
Realm
- Realm[98] - Realm is a mobile database: a replacement for Core Data & SQLite realm.io[99]
Struggling using json data? Here are some interesting ways to handle it.
- AlamofireObjectMapper[100] - An Alamofire extension which converts JSON response data into swift objects using ObjectMapper.
- Argo[101] - Json parsing library
- Himotoki[102] - A type-safe JSON decoding library purely written in Swift.
- json-swift[103] - A basic library for working with JSON in Swift.
- JSONHelper[104] - lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.
- ObjectMapper[105] - JSON object mapper.
- Pistachio[106] - Generic model framework for Swift.
- PPJSONSerialization[107] - Convert JSON string to Swift Class
- SwiftyJSON[108] - A lib for JSON in Swift with error handling.
- SwiftMapper[109] - JSON Mapper.
- SwiftJSONParser[110] - JSON parser.
- yaml.swift[111] - Load YAML and JSON documents using Swift.
SQLite
Are you interested in storing your app data using SQLite? Here are some interesting resources.
- SQLite.swift[112] - A pure Swift framework wrapping SQLite3. Small. Simple. Safe.
- SQLiteDB[113] - sqlite wrapper for Swift.
- SwiftData[114] - simple and Effective SQLite Handling in Swift.
If you prefer to manage XML data formatted entries, here are some helpful libs
- AEXML[115] - xml wrapper
- SWXMLHash[116] - Simple XML parsing in Swift.
Handle data formatting easily.
- AFDateHelper[117] - Simple date helper.
- Punctual.swift[118] - Swift date handler
- Swift-NSDate-Extensions[119] - Swift Version of Erica's NSDate Extensions[120].
- SwiftDate[121] - Easy NSDate Management in Swift
- SwiftMoment[122] - A time and calendar manipulation library.
- SwiftyTimer[123]
- Tempo[124] - Date and time manager for iOS/OSX written in Swift.
- Timepiece[125] - Intuitive NSDate extensions in Swift.
Events
Alternatives to NSNotificationCenter, Key-Value-Observation, or delegation.
- Bond[126] - a Swift binding framework.
- BrightFutures[127] - promise and future lib for swift.
- Caravel[128] - A Swift event bus for UIWebView and JS
- DeLorean[129] - A Functional Reactive Programming kit.
- EmitterKit[130] - an implementation of event emitters and listeners in swift.
- Future[131] - A micro framework providing Future
- FutureKit[132] - A Swift based Future/Promises Library.
- PromiseKit[133] - async promise programming lib.
- PureFutures[134] - Futures and Promises library
- Safe[135] - A modern concurrency and synchronization for Swift.
- Signals[136] - replaces delegates and notifications.
- SwiftEventBus[137] - A publish/subscribe event bus optimized for iOS.
- ReactKit[138] - Swift Reactive Programming.
- RxSwift[139] - Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform.
Fonts
A collection of font related snippets.
- Font-Awesome[140] - Use Font Awesome in project written in Swift.
- FontBlaster[141] - Programmatically load custom fonts into your iOS app.
- GoogleMaterialDesignIcons[142] - google Material Design Icons Font for iOS.
- MCFontAwesome[143] - fontawesome porting for Swift.
- SwiftFonts[144] - render all the supported fonts in Swift.
- OpenSansSwift[145] - OpenSans for Swift.
- SDevIconFonts[146] - Fontawesome, Iconic, Ionicons, Octicon porting for Swift.
Gesture
- DBPathRecognizer[147] - db path recognizer for letters.
iBeacon
Interested in using iBeacon in your Swift project? Here some interesting resources.
- iBeacon[148] - iBeacon implementation in Swift.
Images
An interesting list of image related libs..
- CYFastImage[149] - display images from web.
- DePict[150] - functional wrapper for CoreGraphics
- gifu[151] - highly performant animated GIF support for iOS in Swift.
- ImageLoader[152] - A lightweight and fast image loader for iOS written in Swift.
- ImageScout[153] - a Swift implementation of fastimage[154] - supports PNG, GIF, and JPEG.
- KFSwiftImageLoader[155] - An extremely high-performance, lightweight, and energy-efficient pure Swift async web image loader with memory and disk caching for iOS and Watch.
- Kingfisher[156] - a lib for image download and caching.
- MapleBacon[157] - Swift image download and caching library.
- Misen[158] - A script to support using Xcode Asset Catalog in Swift.
- PASImageView[159] - async remote download your image and round them. automatically.
- SwiftColorArt[160] - font schema generator according image colours.
- SwiftGif[161] - A small UIImage extension with gif support
- Toucan[162] - Image processing api
- UIImageView-BetterFace-Swift[163] - autoresize images and if any face discovered refine the position of the image.
Keyboard
Do you want to create your own customized keyboard? Here are some interesting resources
- Hodor Keyboard[164] - poc for custom keyboard implementation.
Layout
Libs to help you with layout.
- ManualLayout[165] - Easy to use and flexible AutoLayout alternative for iOS 8+. Supports AsyncDisplayKit.
- SwiftBox[166] - Flexbox in Swift, using Facebook's css-layout.
Auto Layout
Bored of using storyboard? Give a try to declarative auto layout libs.
- Cartography[167] - declarative auto layout lib for your project.
- FormationLayout[168] - Auto Layout lib supports group layout and size classes.
- PureLayout[169] – The ultimate API for iOS & OS X Auto Layout.
- Restraint[170] - Minimal Auto Layout in Swift.
- SnapKit[171] - A Swift Autolayout DSL for iOS & OS X.
- Snappy[172] - a light-weight layout framework which wraps AutoLayout with nicer syntax.
- SwiftAutoLayout[173] - a small DSL for autolayout.
- Swiftstraints[174] - Powerful auto-layout framework that lets you write constraints in one line of code.
- Tails[175] - declarative autolayout for ios app written in swift.
- VFLToolbox[176] - fancy Swift implementation of the Visual Format Language
Localization
Frameworks that helps with localizing your app
- Swifternalization[177] - Localize apps using e.g. regular expressions in Localizable.strings.
Logging
Utilities for writing to and reading from the device log
- CleanroomASL[178] — a low-level Swift API for writing to and reading from the Apple System Log daemon
- CleanroomLogger[179] — a configurable and extensible high-level logging API that is simple, lightweight and performant
- GEOSwift[180] - The Swift Geographic Engine, make it easier to work with geographic models and calculate intersections, overlapping, projections etc.
- Easy-Cal-Swift[181] - Overload +-*/ operator for Swift, make it easier to use (and not so strict).
- Surge[182] - Accelerate framework for Swift.
- swix[183] - A general matrix language.
Network
A list of libs that allow you to decrease the amount of time spent dealing with http requests.
- agent[184] - http request agent.
- Alamofire[185] - elegant networking in Swift.
- APIKit[186] - a library for building type-safe web API client.
- BigBrother[187] - Automatically sets the network activity indicator for any performed request.
- GRequest[188] - http request handler.
- IJReachability[189] - check for network connection availability.
- Just[190] - HTTP for Humans (a python-requests style HTTP library in Swift)
- ModestProposal[191] - an HTTP toolbox.
- Moya[192] - network abstraction layer.
- Net[193] - an httprequest wrapper.
- OAuth2[194] - oauth2 auth lib.
- OAuthSwift[195] - Swift based OAuth library for iOS.
- PeerKit[196] - An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps.
- RSNetworking[197] - Network library written purely in Swift.
- Socket.IO[198] - Socket.IO client for iOS/OS X.
- SocketIO-Kit[199] - Socket.io iOS and OSX Client.
- Stargate[200] - A communication channel from your Mac to your watch.
- Starscream[201] - websockets implementation in Swift.
- SwiftHTTP[202] - NSURLSession wrapper.
- SwiftSocket[203] - simple TCP socket library.
- SwiftWebSocket[204] - A high performance WebSocket client library for Swift.
- Transporter[205] - A tiny library makes uploading and downloading easier.
- YYHRequest-Swift[206] - http request in async.
Quality
- SwiftFormat[207] - Auto formatting Swift code, similar to Clang format.
- SwiftLint[208] - An experimental tool to enforce Swift style and conventions.
Security
- iOS-TouchID-Swift[209] - TouchID for Swift.
- JMEasyTouchID[210] - TouchID one line wrapper.
- KeychainAccess[211] - Simple Swift wrapper for Keychain that works on iOS and OS X.
- KeyClip[212] - Keychain framework for iOS written in Swift.
- SwiftKeychainWrapper[213] - a simple static wrapper for the iOS Keychain to allow you to use it in a similar fashion to user defaults.
Sensors
Manage your device sensors in a faster and easier way
- MotionKit[214] - iOS device sensors wrapper
System
- SMCKit[215] - Apple SMC library in Swift
- SystemKit[216] - OS X system library in Swift
Testing
A collection of testing frameworks.
- DVR[217] - A simple network testing framework for Swift.
- OHHTTPStubs[218] - A testing library designed to stub your network requests easily.
- Mockingjay[219] - An elegant library for stubbing HTTP requests with ease in Swift.
- Quick[220] - Quick is a behavior-driven development framework for Swift and Objective-C.
- Sleipnir[221] - BDD-style framework for Swift.
- SwiftCheck[222] - A testing library that automatically generates random data for testing program properties.
- Swiftest[223] - experimental BDD-style framework.
A collection of text projects.
- Regex[224] - Swift wrapper class for
NSRegularExpression. Includes amap()override and an operator (=~) for a more Swift-like API. - PySwiftyRegex[225] - Easily deal with Regex in Swift in a Pythonic way.
- SyntaxKit[226] - TextMate-style syntax highlighting.
A collection of pre-packaged transitions & cool ui stuffs.
- Adaptive Tab Bar[227] - Adaptive tab bar.
- AIFlatSwitch[228] - Flat animated switch.
- BreakOutToRefresh[229] - A playable pull to refresh view using SpriteKit
- BWWalkthrough[230] - A class to build custom walkthroughs for your iOS App.
- BubbleTransition[231] - Bubble transition in a easy way.
- CharacterText[232] - Perform fx on UILabel.
- ENSwiftSideMenu[233] - Sliding side menu.
- Dodo[234] - A message bar for iOS written in Swift.
- Few.swift[235] - Views as functions of their state.
- FloatLabelFields[236] - Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.
- FloatRatingView[237] - Floating rating system.
- FrostedSidebar[238] - Hamburger Menu using Swift and iOS 8 API's.
- GaugeKit[239] - Customizable gauges. Easy reproduce Apple's style gauges.
- Geometry[240] - extensions for UIView.
- GIFRefreshControl[241] - A pull to refresh that supports GIF images as track animations.
- GoogleWearAlert[242] - Google Wear Alert style.
- GRMustache[243] - Flexible Mustache templates for Swift.
- GuillotineMenu[244] - Guillotine style menu.
- Hakuba[245] - A new way to manage UITableView without the code of UITableViewDelegate and UITableViewDataSource.
- HamburgerButton[246] - Hamburger button with a slick animation.
- Hamburger button transition[247] - Hamburger button transition.
- ImagePickerSheetController[248] - A component that replicates the custom photo action sheet in iMessage.
- ios-charts[249] - An iOS port of the beautiful MPAndroidChart.
- JTToast[250] - Toast for Swift.
- LTMorphingLabel[251] - Graceful morphing effects for UILabel written in Swift.
- LTJelloSwitch[252] - UISwitch prototype.
- KDEDateLabel[253] - An UILabel subclass that updates itself to make time ago's format easier.
- KMPlaceholderTextView[254] - A UITextView subclass that adds support for multiline placeholder.
- MaterialKit[255] - Material design components.
- MediumScrollFullScreen[256] - Medium scroll style menubar.
- MIBadgeButton[257] - Notification badge for UIButtons
- Pagemenu[258] - Pagination enabled view controller.
- PagingMenuController[259] - Paging view controller with customizable menu in Swift.
- Panoramic[260] - Panoramic facebook story clone.
- Persei[261] - Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift.
- PinterestSwift[262] - Pinterest style transition.
- PKHUD[263] - Reimplementation of the Apple HUD.
- PNChart-Swift[264] - A simple and beautiful chart lib with animation
- PPSwiftGifs[265] - a convenient way to show animated GIF images as a part of iOS GUI.
- PullToRefreshSwift[266] - PullToRefresh library.
- RubberBandEffect[267] - Recreating Apple’s rubber band effect in Swift.
- SAHistoryNavigationViewController[268] - iOS task manager like UI in UINavigationContoller.
- Sapporo[269] - A cellmodel-driven CollectionView manager for Swift.
- SCLAlertView[270] - Animated Alert view.
- SDevBootstrapButton[271] - Twitter Bootstrap buttons for Swift
- Siren[272] - Inform users when App Store updates are available.
- Swift-Prompts[273] - A Swift library to design custom prompts with a great scope of options to choose from.
- SweetAlert[274] - Alert system.
- SwiftOverlays[275] - various popups and notifications.
- SwiftValidator[276] - UIView validation framework.
- SwiftyFORM[277] - Forms that can be validated.
- TagListView[278] - Simple but highly customizable iOS tag list view.
- TextFieldEffects[279] - Several ready to use effects for UITextFields
- Twinkle[280] - a Swift and easy way to make elements in your iOS app twinkle.
- ZFRippleButton[281] - A ripple button animation.
Utility
Some interesting utilities to help you in your projects
- Basis[282] - Pure Declarative Programming in Swift
- BrightFutures[283] - promise and future lib for Swift.
- __[284] - Underscore.js power in your Swift projects.
- AAWindow[285] - UIWindow subclass to enable behavior like adaptive round-corners & detecting when Control Center is opened.
- AlertKit[286] – Alert with a single line of Swift.
- Async[287] – Syntactic Swift sugar for Grand Central Dispatch
- Async.legacy[288] – Syntactic Swift sugar for Grand Central Dispatch (iOS 7 and OS X 10.9 Mavericks compatible fork)
- AwesomeCache[289] - manage cache easy in your Swift project.
- Butterfly[290] - A lightweight library for integrating bug-report and feedback features with shake-motion event.
- Chronos[291]- Grand Central Dispatch Utilities.
- CLIKit[292] - a way to create cli with Swift.
- Collection Each[293] - add each func to collections.
- CommandLine[294] - A pure Swift library for creating command-line interfaces
- DBPathRecognizer[295] - Gesture recognizer tool.
- Dispatcher[296] - Queues, timers, and task groups in Swift
- Dollar[297] - a lib similar to Lo-Dash or Underscore in Javascript.
- ExSwift[298] - a set of Swift extensions for standard types and classes.
- Forbind[299] - Functional chaining and Promises in Swift
- Funky[300] - Functions and operators for functional programming in Swift.
- GCD[301] - A wrapper of Grand Central Dispatch written in Swift
- Honour[302] - Simple and powerful Validation Library
- Lambdatron[303] - Clojure(ish) interpreter in Swift.
- LlamaKit[304] - Collection of must-have functional Swift tools.
- Mendel[305] - Swift miliframework for implementing evolutionary/genetic algorithms.
- PermissionScope[306] - A Periscope-inspired way to ask for iOS permissions.
- protobuf-swift[307] - ProtocolBuffers for Swift.
- Prototope[308] - Swift library of lightweight interfaces for prototyping, bridged to JS.
- Puree[309] - A log collector for iOS
- Pythonic.swift[310] - Pythonic tool-belt for Swift: a Swift implementation of selected parts of Python standard library.
- Result[311] - Swift type modelling the success/failure of arbitrary operations.
- Runes[312] - Functional operators for Swift - flatMap, map, apply, pure
- SpecificationPattern[313] - chainable rules useful for form validation.
- SpriteKit+Spring[314] - SpriteKit API reproducing UIView's spring animations with SKAction.
- Stream[315] - Lazy streams in Swift.
- swamp[316] - Icon stamping in Swift.
- Swell[317] - a logging utility for Swift.
- SwiftBitmask[318] -
Bitmask<T>type intended as a replacement forRawOptionSet. - SwiftColors[319] - HEX color handling as an extension for UIColor.
- SwiftExP[320] - Pure Swift 2.0 S-expression Parser
- SwiftForms[321] - form are now easy as 1.2.3!
- SwiftMemCache[322] - Swift Memory Cache with namespace & TTL support.
- SwiftyStateMachine[323] - Swift µframework for creating state machines.
- SwiftyUserDefaults[324] — a cleaner, nicer syntax for NSUserDefaults
- Swiftz[325] - a lib for functional programming.
- Swift Sugar[326] - objsugar ported to Swift.
- undefined[327] - Nano framework which defines Haskell's undefined in Swift.
- Versions[328] - Helping you find inner peace when comparing version numbers in Swift.
- Wyrd[329] - Asynchronous programming in Swift made easy. Wyrd is inspired by Promises/A+.
- XCGLogger[330] - a lib that help you handling better debug logging.
Video
- Player[331] - iOS video player in Swift, simple drop in component for playing and streaming media.
Webserver
Would you like host a webserver in your device? Here you can find how to do it.
- NetworkObjects[332] - REST HTTP Server written in Swift. Builds REST API from Core Data.
- swifter[333] - Http server written in Swift with routing handler.
- XcodeServerSDK[334] - Access Xcode Server API with native Swift objects.
Miscellaneous Swift related projects
- swift-compiler-crashes[335] - A collection of test cases crashing the Swift compiler
- swiftier[336] - Quick-and-dirty Objective-C to Swift translator.
- SwiftInFlux[337] — List of things that are "in flux" in Swift + changelog of the language
Tools
Tools for Swift development
Documentation
Generate documentation for Swift code
- jazzy[338] - Soulful docs for Swift & Objective-C
- swiftdoc-parser[339] - Header parsing and HTML generating utilities for SwiftDoc.org