open-telemetry / opentelemetry-swift

OpenTelemetry API for Swift
https://opentelemetry.io/docs/instrumentation/swift/
Apache License 2.0
207 stars 124 forks source link

visionOS Support #512

Open PushedCrayon opened 6 months ago

PushedCrayon commented 6 months ago

Would love to use this on a new application designed natively for visionOS. Currently, it doesn't appear to compile for visionOS applications.

Sherlouk commented 6 months ago

At first glance, this appears to be caused by swift-nio, a dependency of this project, not supporting visionOS.

https://swiftpackageindex.com/apple/swift-nio

PushedCrayon commented 6 months ago

Thanks for pointing that out! I will open an issue with them. Hopefully its something simple and then could be pulled into here