The LaunchDarkly SDK team monitors the issue tracker for the EventSource repository. Bug reports and feature requests specific to this library should be filed in this issue tracker.
We encourage pull requests and other contributions from the community. Before submitting pull requests, ensure that all temporary or unintended code is removed. Don't worry about adding reviewers to the pull request; the LaunchDarkly SDK team will add themselves.
This SDK is built with XCode. This version has been tested with XCode 11.5.
This library can be built directly with the Swift package manager, or through XCode. To build and run tests using SwiftPM simply:
swift test
Or in XCode, simply select the desired target and select Product -> Test
.
For building on the command line with xcodebuild
, see the continuous integration build configuration for examples on building and running tests.