[PR #370] [CLOSED] Fix compile error in Xcode 11.4 beta (11N111s) #498

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

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/370
Author: @bivant
Created: 2/20/2020
Status: Closed

Base: developHead: xCode-11.4


📝 Commits (2)

  • 2874c3e Fix compile error in Xcode 11.4 beta (11N111s)
  • 62d1ea0 Revert intendation

📊 Changes

1 file changed (+15 additions, -15 deletions)

View changed files

📝 Sources/KeyPathGenericBindings.swift (+15 -15)

📄 Description

Errors:
Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSSet'?
Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSOrderedSet'?
....


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/370 **Author:** [@bivant](https://github.com/bivant) **Created:** 2/20/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `xCode-11.4` --- ### 📝 Commits (2) - [`2874c3e`](https://github.com/JohnEstropia/CoreStore/commit/2874c3eea02c43b9c5a80e855806b4bd6a6a1169) Fix compile error in Xcode 11.4 beta (11N111s) - [`62d1ea0`](https://github.com/JohnEstropia/CoreStore/commit/62d1ea00347e525d22ac9cd383b42b8604e2f752) Revert intendation ### 📊 Changes **1 file changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Sources/KeyPathGenericBindings.swift` (+15 -15) </details> ### 📄 Description Errors: Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSSet'? Covariant 'Self' can only appear as the type of a property, subscript or method result; did you mean 'NSOrderedSet'? .... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:32:42 +01:00
adam closed this issue 2025-12-29 15:32:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#498