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

Fix building for Xcode 13 and Swift 5.5 #21

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Conversation

minuscorp
Copy link
Collaborator

@minuscorp minuscorp commented Sep 28, 2021

So the issue is that in Xcode 13 there are new contents where before just were two directories to the different libPackageDescription like so:

image

The PR just filters out every folder or content that is not starting with a number, which will make the trick for a long time IMHO.

Thanks @orta for the guidance.

Fixes #20

So the issue is that in Xcode 13 there are new contents where before just were two directories to the different libPackageDescription like so:
@orta
Copy link
Member

orta commented Sep 28, 2021

Nice work!

@orta orta merged commit 6e7b59d into shibapm:master Sep 28, 2021
@minuscorp minuscorp deleted the patch-1 branch September 28, 2021 14:33
@orta
Copy link
Member

orta commented Sep 28, 2021

OK, that's deploys of PackageConfig, Rocket and Komondor shipped: https://github.com/shibapm/Komondor/releases/tag/1.1.1

Thanks!

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

Successfully merging this pull request may close these issues.

Xcode 13 / Swift 5.5 configuration failing
2 participants