Description
Description
bundle exec fastlane shows the following issue during fastlane job. Is this something you can carry about?
[16:36:00]: ▸ ⚠️ /Users/xxxx/.pub-cache/hosted/pub.dev/amplify_auth_cognito-2.5.0/darwin/Classes/AmplifyAuthCognitoPlugin.swift:11:1: extension declares a conformance of imported type 'FlutterError' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Flutter' introduce this conformance in the future [16:36:00]: ▸ extension FlutterError: Error { } [16:36:00]: ▸ ^ ~~~~~ [16:36:00]: ▸ ⚠️ /Users/xxxx/.pub-cache/hosted/pub.dev/amplify_auth_cognito-2.5.0/darwin/Classes/AmplifyAuthCognitoPlugin.swift:124:17: initialization of immutable value 'systemName' was never used; consider replacing with assignment to '_' or removing it [16:36:00]: ▸ let systemName = systemInfo.sysname [16:36:00]: ▸ ^ ~~~~~
Categories
- Analytics
- API (REST)
- API (GraphQL)
- Auth
- Authenticator
- DataStore
- Notifications (Push)
- Storage
Steps to Reproduce
fastlane version 2.225.0
Screenshots
No response
Platforms
- iOS
- Android
- Web
- macOS
- Windows
- Linux
Flutter Version
3.24.3
Amplify Flutter Version
2.5.0
Deployment Method
Custom Pipeline
Schema
No response