Open
Description
Describe the bug
With the release of iOS 26, the SPM pod breaks, I see the following error on attempting to compile.
Relevant log output
/Users/xxx/Library/Developer/Xcode/DerivedData/XYZ-gllhxxqtkpzmwigvqwfmyxanljeg/SourcePackages/checkouts/amplify-swift
/AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/ASF/ASFAppInfo.swift:19:24
Cannot find '__IPHONE_OS_VERSION_MIN_REQUIRED' in scope
Xcode: 26.0.0-Beta OS: MacOS 26.0 iOS: 26.0
Steps To Reproduce
Steps to reproduce the behavior:
1. Install XCode 26.0 beta, target device running iOS 26.0 (beta)
2. Try following dependency in your proj:
`.package(url: "https://github.com/aws-amplify/amplify-ui-swift-liveness", from: "1.3.5")`
3. Compile to see error
Expected behavior
iOS 26 version should compile.
Swift Liveness Version
5.9
Xcode version
Version 26.0 beta (17A5241e)
Is this a regression?
No
Regression additional context
No response
OS Version
iOS 26.0
Device
iPhone 12 mini
Specific to simulators
No response
Additional context
No response