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.
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
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.
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,
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'
```
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'
```
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
SelfinKeyPathGenericBindings.swift. Looks like an easy enough fix to replaceSelfwith the concrete type. Happy to submit a PR if that's the correct fix.@JohnEstropia commented on GitHub (Mar 5, 2020):
Thank you. The Swift 5.2/Xcode 11.4 beta support branch is currently at
prototype/propertyWrapperFieldsI will move this to
develop/masteronce the Xcode 11.4 GM candidate is released.@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,
@llKoull commented on GitHub (Mar 25, 2020):
Hello @JohnEstropia
Same problem here with Xcode 11.4 😟
Thanks!!
@pingusNikalex commented on GitHub (Mar 25, 2020):
please update pod's to support new Xcode version 11.4
@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/propertyWrapperFieldsbranch for now:@llKoull commented on GitHub (Mar 25, 2020):
Great! Thanks!!!
@JohnEstropia commented on GitHub (Mar 26, 2020):
The update is now in
developbranch. Still making last-minute documentations before pushing to master, but feel free to update your dependency to@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
@llKoull commented on GitHub (Mar 27, 2020):
YEAH! Thanks!!