This workflow builds and tests a Swift project on push and pull request events.
Usage
class Example {
// property that needs to be accessed from different threads
@ThreadSafe var object: MyObject
// ...
}
Languages
Swift
100%