ios - bundle exec fastlane: extension declares a conformance of imported type 'FlutterError'; this will not behave correctly #5676
Labels
pending-community-response
Pending response from the issue opener or other community members
question
A question about the Amplify Flutter libraries
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
Steps to Reproduce
fastlane version 2.225.0
Screenshots
No response
Platforms
Flutter Version
3.24.3
Amplify Flutter Version
2.5.0
Deployment Method
Custom Pipeline
Schema
No response
The text was updated successfully, but these errors were encountered: