Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module compiled with Swift 5.5.1 cannot be imported by the Swift 5.8.1 compiler #3341

Open
Sato-Falisa opened this issue May 30, 2023 · 0 comments

Comments

@Sato-Falisa
Copy link

  • carthage install method: [ ] .pkg, [ ] homebrew, [ ] source
  • which carthage: 0.39.0
  • carthage version: 0.39.0
  • xcodebuild -version: xcode 14.3
  • Are you using --no-build? no
  • Are you using --no-use-binaries? no
  • Are you using --use-submodules? no
  • Are you using --cache-builds? no
  • Are you using --new-resolver? no
  • Are you using --use-xcframeworks? yes

Cartfile

<YOUR CARTFILE>
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json" == 8.15.0
binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json" == 8.15.0
github "NYPL-Simplified/PDFRendererProvider-iOS" "master"
github "zxingify/zxingify-objc" ~> 3.6

**Carthage Output**
*** Downloading binary-only framework FirebaseCrashlyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"
*** Cloning PDFRendererProvider-iOS
*** Downloading binary-only framework FirebaseAnalyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
*** Cloning zxingify-objc
*** Checking out PDFRendererProvider-iOS at "d63e6ba168cb91617a4aca5e306a92af1dd4497c"
*** Checking out zxingify-objc at "3.6.7"
*** Downloading binary-only framework FirebaseAnalyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
*** Downloading FirebaseAnalyticsBinary binary at "10.10.0"
*** Downloading binary-only framework FirebaseCrashlyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"
*** Downloading FirebaseCrashlyticsBinary binary at "10.10.0"
*** xcodebuild output can be found in /var/folders/fb/c1ygrvnd0v5chlzbrc47_9bc0000gn/T/carthage-xcodebuild.A8oIRe.log
*** Building scheme "PDFRendererProvider" in PDFRendererProvider.xcodeproj
*** Building scheme "iOS Framework" in ZXingObjC.xcodeproj


**Actual outcome**
![WechatIMG4](https://github.com/Carthage/Carthage/assets/35557319/065b38ee-10a9-4465-97bd-d02b4a2f9285)

**Expected outcome**
PDFRendererProvider-iOS" should can be imported by  Swift 5.8.1 compiler

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

No branches or pull requests

2 participants
@Sato-Falisa and others