Skip to content

Conversation

@SimonRosenau
Copy link

Hey there! Unfortunately the current releases newer than 6.0.0 can not be installed, due to the minimum deployment target of iOS 16 only being available since swift-tools-version 5.7. This will just bump the version, so that Xcode is happy again 🙂

Showing Recent Messages
<unknown>:0: warning: legacy driver is now deprecated; consider avoiding specifying '-disallow-use-new-driver'

/Package.swift:8:15: error: 'v16' is unavailable

6 |     name: "SumUpSDK",

7 |     platforms: [

8 |         .iOS(.v16)

|               `- error: 'v16' is unavailable

9 |     ],

10 |     products: [

PackageDescription.SupportedPlatform.IOSVersion.v16:4:23: note: 'v16' was introduced in PackageDescription 5.7

2 |   struct IOSVersion {

3 | @available(_PackageDescription 5.7)

4 |     public static let v16: PackageDescription.SupportedPlatform.IOSVersion  }

|                       `- note: 'v16' was introduced in PackageDescription 5.7

5 | }

6 | in https://github.com/sumup/sumup-ios-sdk

@NSURLSession0
Copy link

NSURLSession0 commented Feb 2, 2026

Can this be merged? @jadeburton-sumup

@jadeburton-sumup
Copy link
Collaborator

Hi @SimonRosenau thanks for taking the time to look at this issue. Since this git repo isn't the source-of-truth for the SDK (the source is held in a private repo and this one is used to publish) we will integrate your fix into the upcoming SDK release, 7.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants