Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pods')

I am getting the below error when I build my iOS project in Xcode 13.0 for Simulator 15 with Swift 5.5

Screenshot

like image 658
umar farooq Avatar asked Sep 12 '25 07:09

umar farooq


1 Answers

Issue related to your's dependencies: You must have to wait for those dependencies to update to Swift 5.5, otherwise, you have to stay on Xcode 12. In my case, I updated to 13 during development.

like image 143
Shahroz Ijaz Avatar answered Sep 13 '25 22:09

Shahroz Ijaz