Build failure with Xcode 11.4 beta #313

Closed
opened 2025-12-29 15:28:42 +01:00 by adam · 9 comments
Owner

Originally created by @zachwaugh on GitHub (Mar 4, 2020).

My build is failing with Xcode 11.4 beta 2 and beta 3 using Carthage. Trying from master, I can see it's also failing to build with Xcode directly as well. All the failures are related to using Self in KeyPathGenericBindings.swift. Looks like an easy enough fix to replace Self with the concrete type. Happy to submit a PR if that's the correct fix.

Screen Shot 2020-03-04 at 10 12 56 AM
Originally created by @zachwaugh on GitHub (Mar 4, 2020). My build is failing with Xcode 11.4 beta 2 and beta 3 using Carthage. Trying from master, I can see it's also failing to build with Xcode directly as well. All the failures are related to using `Self` in `KeyPathGenericBindings.swift`. Looks like an easy enough fix to replace `Self` with the concrete type. Happy to submit a PR if that's the correct fix. <img width="882" alt="Screen Shot 2020-03-04 at 10 12 56 AM" src="https://user-images.githubusercontent.com/21447/75893517-ec8e9680-5e00-11ea-8eb9-8c51532e17e6.png">
adam added the fixed label 2025-12-29 15:28:42 +01:00
adam closed this issue 2025-12-29 15:28:42 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Mar 5, 2020):

Thank you. The Swift 5.2/Xcode 11.4 beta support branch is currently at prototype/propertyWrapperFields

I will move this to develop/master once the Xcode 11.4 GM candidate is released.

@JohnEstropia commented on GitHub (Mar 5, 2020): Thank you. The Swift 5.2/Xcode 11.4 beta support branch is currently at `prototype/propertyWrapperFields` I will move this to `develop`/`master` once the Xcode 11.4 GM candidate is released.
Author
Owner

@Bengua27 commented on GitHub (Mar 25, 2020):

Hello,

Xcode 11.4 has been released. When are you planing to merge it to master?

Thanks a lot in advance,

@Bengua27 commented on GitHub (Mar 25, 2020): Hello, Xcode 11.4 has been released. When are you planing to merge it to master? Thanks a lot in advance,
Author
Owner

@llKoull commented on GitHub (Mar 25, 2020):

Hello @JohnEstropia

Same problem here with Xcode 11.4 😟

Thanks!!

@llKoull commented on GitHub (Mar 25, 2020): Hello @JohnEstropia Same problem here with Xcode 11.4 😟 Thanks!!
Author
Owner

@pingusNikalex commented on GitHub (Mar 25, 2020):

please update pod's to support new Xcode version 11.4

@pingusNikalex commented on GitHub (Mar 25, 2020): please update pod's to support new Xcode version 11.4
Author
Owner

@JohnEstropia commented on GitHub (Mar 25, 2020):

I'm working on the documents today before pushing to master. If you need to test urgently please use the prototype/propertyWrapperFields branch for now:

pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'prototype/propertyWrapperFields'
@JohnEstropia commented on GitHub (Mar 25, 2020): I'm working on the documents today before pushing to master. If you need to test urgently please use the `prototype/propertyWrapperFields` branch for now: ``` pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'prototype/propertyWrapperFields' ```
Author
Owner

@llKoull commented on GitHub (Mar 25, 2020):

Great! Thanks!!!

@llKoull commented on GitHub (Mar 25, 2020): Great! Thanks!!!
Author
Owner

@JohnEstropia commented on GitHub (Mar 26, 2020):

The update is now in develop branch. Still making last-minute documentations before pushing to master, but feel free to update your dependency to

pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'develop'
@JohnEstropia commented on GitHub (Mar 26, 2020): The update is now in `develop` branch. Still making last-minute documentations before pushing to master, but feel free to update your dependency to ``` pod 'CoreStore', :git => 'https://github.com/JohnEstropia/CoreStore.git', :branch => 'develop' ```
Author
Owner

@JohnEstropia commented on GitHub (Mar 27, 2020):

Updated now for version 7.1.0!
Please check the release notes: https://github.com/JohnEstropia/CoreStore/releases/tag/7.1.0

@JohnEstropia commented on GitHub (Mar 27, 2020): Updated now for version `7.1.0`! Please check the release notes: https://github.com/JohnEstropia/CoreStore/releases/tag/7.1.0
Author
Owner

@llKoull commented on GitHub (Mar 27, 2020):

YEAH! Thanks!!

@llKoull commented on GitHub (Mar 27, 2020): YEAH! Thanks!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#313