open-telemetry / opentelemetry-swift

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

Discuss minimum supported versions #442

Open bryce-b opened 1 year ago

bryce-b commented 1 year ago

Let's discuss only supporting platforms that the latest version The app store supports. (Xcode 14.1) https://developer.apple.com/support/xcode/

we'd like to bump support of OSX, iOS, tvOS, & watchOS to these versions:

Xcode Version Minimum OS Required SDK Architecture Deployment Targets Simulator Swift
Xcode 14.1 macOS Monterey 12.5 iOS 16.1macOS 13tvOS 16.1watchOS 9.1DriverKit 22.1 i386x86_64armv7karm64arm64earm64_32 iOS 11-16.1iPadOS 13-16.1macOS 10.13-13tvOS 11-16.1watchOS 4-9.1DriverKit 19-22.1 iOS 12.4-16.1tvOS 12.4-16.1watchOS 7-9.1 Swift 4Swift 4.2Swift 5.7

If you have issue with this speak now or forever hold your peace.

sebastian-qm commented 1 year ago

Hi @bryce-b ,

great! When can we expect the bump to be released? I'm facing an issue with the minimum supported watchOS version, see https://github.com/open-telemetry/opentelemetry-swift/pull/445. The bump will hopefully fix that.

Cheers, Sebastian

alolita commented 3 months ago

@bryce-b is this issue dated/superceded by later releases?