12690034f74a44cc8cc54baccd05de941ff8a9a2
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%