Skip to content

Request to publish an updated release compiled with Swift 6.2.4 / Xcode 26.3 #23

@satvikxbansal

Description

@satvikxbansal

Hi QuickPose team,

I'm integrating the QuickPose iOS SDK (v1.2.13, via SPM) into my fitness app and am unable to build due to a compiler version mismatch with the latest Xcode.

Error:

Failed to build module 'QuickPoseCore'; this SDK is not supported by the compiler
(the SDK is built with 'Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.19.9
clang-1700.3.19.1)', while this compiler is 'Apple Swift version 6.2.4 effective-5.10
(swiftlang-6.2.4.1.4 clang-1700.6.4.2)'). Please select a toolchain which matches the SDK.

Environment:

Xcode 26.3 (Build 17C529)
Swift 6.2.4
macOS (Apple Silicon)
QuickPose SDK v1.2.13 via Swift Package Manager
What I've tried:

Clean Build Folder (Shift+Cmd+K)
Deleting DerivedData entirely
Removing and re-adding the package with "Up to Next Major Version" dependency rule
Updating to latest package version
Installing the Swift 6.2.0 toolchain from swift.org and selecting it in Xcode — Xcode 26.3 does not fully apply the toolchain to SPM binary framework validation
None of these resolve the issue. The root cause is that the .xcframework binaries in the SDK were compiled with Swift 6.2.0, and Xcode 26.3's Swift 6.2.4 compiler rejects the version mismatch.

Request: Could you please publish an updated release compiled with Swift 6.2.4 / Xcode 26.3? This would unblock anyone using the latest Xcode version. Since the SDK already uses library evolution (.swiftinterface files are present), a simple recompile on your end should be all that's needed.

I'm currently blocked and would really appreciate a timeline on when an updated build might be available.

Thanks for your time,
Satvik Bansal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions