This package provides a Swift implementation for tracing with the Google Cloud Platform. It's built to integrate with the official Swift Distributed Tracing.
import Tracing
import GoogleCloudTracing
let tracer = GoogleCloudTracer()
InstrumentationSystem.bootstrap(tracer)This will automatically authenticate with Google Cloud and send traces to [Cloud Trace)(https://cloud.google.com/trace/docs).
See Google Cloud Auth for Swift for supported authentication methods.