CoreStore 7.0.3 no longer compiles for watchOS #311

Closed
opened 2025-12-29 18:25:34 +01:00 by adam · 4 comments
Owner

Originally created by @scogeo on GitHub (Feb 7, 2020).

The 6.0.3 release no longer compiles for the watchOS target using Xcode 11.3.1. There are multiple errors related to the inclusion of DiffableDataSource. For example:

CoreStore/Sources/Internals.DiffableDataUIDispatcher.swift:55:28: error: use of undeclared type 'DiffableDataSource'
func purge<Target: DiffableDataSource.Target>(
^~~~~~~~~~~~~~~~~~

Seems to be missing some conditional compilation in a few files to get it compiling again, but don't have time to investigate at the moment, so reverting to 6.0.2.

Originally created by @scogeo on GitHub (Feb 7, 2020). The 6.0.3 release no longer compiles for the watchOS target using Xcode 11.3.1. There are multiple errors related to the inclusion of `DiffableDataSource`. For example: > CoreStore/Sources/Internals.DiffableDataUIDispatcher.swift:55:28: error: use of undeclared type 'DiffableDataSource' > func purge<Target: DiffableDataSource.Target>( > ^~~~~~~~~~~~~~~~~~ Seems to be missing some conditional compilation in a few files to get it compiling again, but don't have time to investigate at the moment, so reverting to 6.0.2.
adam added the fixed label 2025-12-29 18:25:34 +01:00
adam closed this issue 2025-12-29 18:25:34 +01:00
Author
Owner

@JohnEstropia commented on GitHub (Feb 8, 2020):

I assume you meant 7.0.3? I'll push a fix, thanks!

@JohnEstropia commented on GitHub (Feb 8, 2020): I assume you meant 7.0.3? I'll push a fix, thanks!
Author
Owner

@JohnEstropia commented on GitHub (Feb 8, 2020):

Should be fixed in 7.0.4 now, let me know if you still have issues.

@JohnEstropia commented on GitHub (Feb 8, 2020): Should be fixed in 7.0.4 now, let me know if you still have issues.
Author
Owner

@scogeo commented on GitHub (Feb 8, 2020):

Yeah sorry meant 7.0.3. Thanks for the quick fix will give it a try

@scogeo commented on GitHub (Feb 8, 2020): Yeah sorry meant 7.0.3. Thanks for the quick fix will give it a try
Author
Owner

@scogeo commented on GitHub (Feb 8, 2020):

I verified 7.0.4 builds for me now on watchOS.

@scogeo commented on GitHub (Feb 8, 2020): I verified 7.0.4 builds for me now on watchOS.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore-JohnEstropia#311