RUM-5650 chore: Refine Smoke Tests and add Swift 5.9 coverage #2053
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What and why?
📦 This PR reorganizes and improves the coverage of smoke tests for our iOS SDK. It now includes coverage for all supported Swift versions while maintaining compatibility with various dependency managers.
How?
The
smoke-test
stage has been streamlined to 4 key jobs:Smoke Test (iOS) and Smoke Test (tvOS): These jobs test SDK integration through CocoaPods, Carthage, Xcode's SPM, and XCFrameworks. They run on a
macos:sonoma
runner with Xcode 15.4.SPM Build (Swift 5.9): This job builds
Package.swift
for each supported platform using themacos:ventura
runner with Xcode 15.2.SPM Build (Swift 5.10): Similar to the above, but for Swift 5.10 using the
macos:sonoma
runner with Xcode 15.4.The two "SPM Build" jobs now fully mirror SDK builds in Swift Package Index.
Review checklist