-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fork of opentelemetry-swift is out of date #2190
Comments
Hey @jbluntz 👋. That's a fair point - we created a backlog item for this and the upgrade will happen soon. Can't promise any ETA at this moment, but we will keep this thread updated. Please stay tuned 🙏. |
@ncreated It also appears to no longer compile under Xcode 16.3.0-beta due to the Span extension for
That's resolved on the main branch as well as upstream. |
Hey @calebhearth 👋 Thanks for the report, we will update the otel dependency soon. We will keep you posted. |
My project now won't compile due to a compiler issue in the older version of |
Hey @cameroncooke, Can you confirm that it fails to compile on Xcode 16.3 Beta only ? We are actively working on this and we should be able to release a fix in the coming weeks. |
Yes it’s just a beta issue. The issue for me is Xcode 16.2 is so broken I’m
desperate to use any new version including beta versions that Apple
release.
Cameron.
…On Thu, 27 Feb 2025 at 15:30, Maxime Epain ***@***.***> wrote:
Hey @cameroncooke <https://github.com/cameroncooke>,
Can you confirm that it fails to compile on Xcode 16.3 Beta only ?
It should build properly on Xcode 16.2
We are actively working on this and we should be able to release a fix in
the coming weeks.
Sorry for the inconvenience.
—
Reply to this email directly, view it on GitHub
<#2190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZ6SPRTW5RTT6LRSYH4ED2R4VSPAVCNFSM6AAAAABW5DOHF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBYGMYDQMBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: maxep]*maxep* left a comment (DataDog/dd-sdk-ios#2190)
<#2190 (comment)>
Hey @cameroncooke <https://github.com/cameroncooke>,
Can you confirm that it fails to compile on Xcode 16.3 Beta only ?
It should build properly on Xcode 16.2
We are actively working on this and we should be able to release a fix in
the coming weeks.
Sorry for the inconvenience.
—
Reply to this email directly, view it on GitHub
<#2190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEZ6SPRTW5RTT6LRSYH4ED2R4VSPAVCNFSM6AAAAABW5DOHF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBYGMYDQMBZGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@maxep can I ask if it's possible to include a podspec for the Concurrency target in the update? I noticed yesterday that it is accessible via SPM but not cocoapods... |
Hey @jbluntz 👋 What Concurrency target? I don't see any in the Package.swift 🤔 |
Looks like it's swift 5.9+: https://github.com/open-telemetry/opentelemetry-swift/blob/main/[email protected] |
Ah, I see! we will focus on shipping the otel-swift 1.13 API first and fix the build. We will then look at adding the concurrency extension. Thanks for pointing this 👍 |
Hey everyone! 👋 We've just merged the upgrade to 1.13.0 (#2217), and it will be included in the next SDK release, planned for the coming days.
@jbluntz This won’t be part of the upcoming release, but we’ll explore bundling We'll close this issue once the update is released. Thanks for your input! 🚀 |
2.24.0 is now available and it includes OTel Api 1.13.0. |
Are there any plans to update http://github.com/datadog/opentelemetry-swift-packages to the latest in upstream, and update the dependency here? There are a few notable additions that we'd really like to take advantage of, including swift concurrency support (with TaskLocalContextManager) and closure-based APIs for starting and activating spans.
The text was updated successfully, but these errors were encountered: