-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update library to work with TCA 0.57 (#35)
* Update library to work with TCA 0.57 This change updates all references to `Effect` to `EffectPublisher`, and cleans up a few warnings with `LocationManager.failing` by using the more recent `XCTUnimplemented` function, though it doesn't update the signature to use a function at this time. This should let the library compile for versions of tca >= 0.43, including 0.57 which broke the old 2-generic clause `Effect` I've confirmed that tests pass on tca 0.43 and 0.57, but not on versions in between * Undo changes to failing client * Match swift tools verstion that swift-composable-architecture uses * Update ci.yml * update makefile to use iphone 14 simulator * fix build issues with example workspace, and remove unavailable annotations that will fail to compile in xcode 15 * Fix example test builds * wip --------- Co-authored-by: Stephen Celis <[email protected]> Co-authored-by: Stephen Celis <[email protected]>
- Loading branch information
1 parent
fd8d9cc
commit b7bdcda
Showing
14 changed files
with
282 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
168 changes: 101 additions & 67 deletions
168
...nager/LocationManager.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,104 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "combine-schedulers", | ||
"repositoryURL": "https://github.com/pointfreeco/combine-schedulers", | ||
"state": { | ||
"branch": null, | ||
"revision": "4cf088c29a20f52be0f2ca54992b492c54e0076b", | ||
"version": "0.5.3" | ||
} | ||
}, | ||
{ | ||
"package": "swift-case-paths", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-case-paths", | ||
"state": { | ||
"branch": null, | ||
"revision": "d226d167bd4a68b51e352af5655c92bce8ee0463", | ||
"version": "0.7.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-collections", | ||
"repositoryURL": "https://github.com/apple/swift-collections", | ||
"state": { | ||
"branch": null, | ||
"revision": "2d33a0ea89c961dcb2b3da2157963d9c0370347e", | ||
"version": "1.0.1" | ||
} | ||
}, | ||
{ | ||
"package": "swift-composable-architecture", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-composable-architecture", | ||
"state": { | ||
"branch": null, | ||
"revision": "599a2398adaaa7a4e3f5420cde7728c39e33677e", | ||
"version": "0.28.1" | ||
} | ||
}, | ||
{ | ||
"package": "swift-custom-dump", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-custom-dump", | ||
"state": { | ||
"branch": null, | ||
"revision": "21f8fdbb3226e5e28a1a2fffac3e0f3deec34bf0", | ||
"version": "0.2.1" | ||
} | ||
}, | ||
{ | ||
"package": "swift-identified-collections", | ||
"repositoryURL": "https://github.com/pointfreeco/swift-identified-collections", | ||
"state": { | ||
"branch": null, | ||
"revision": "f76e7d3fe4265ee09216044ec3780d74f546ca82", | ||
"version": "0.3.1" | ||
} | ||
}, | ||
{ | ||
"package": "xctest-dynamic-overlay", | ||
"repositoryURL": "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state": { | ||
"branch": null, | ||
"revision": "50a70a9d3583fe228ce672e8923010c8df2deddd", | ||
"version": "0.2.1" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "combine-schedulers", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/combine-schedulers", | ||
"state" : { | ||
"revision" : "ec62f32d21584214a4b27c8cee2b2ad70ab2c38a", | ||
"version" : "0.11.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "swift-case-paths", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-case-paths", | ||
"state" : { | ||
"revision" : "fc45e7b2cfece9dd80b5a45e6469ffe67fe67984", | ||
"version" : "0.14.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-clocks", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-clocks", | ||
"state" : { | ||
"revision" : "0fbaebfc013715dab44d715a4d350ba37f297e4d", | ||
"version" : "0.4.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-collections", | ||
"state" : { | ||
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", | ||
"version" : "1.0.4" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-composable-architecture", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-composable-architecture", | ||
"state" : { | ||
"revision" : "9f4202ab5b8422aa90f0ed983bf7652c3af7abf0", | ||
"version" : "0.59.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-concurrency-extras", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-concurrency-extras", | ||
"state" : { | ||
"revision" : "479750bd98fac2e813fffcf2af0728b5b0085795", | ||
"version" : "0.1.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-custom-dump", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-custom-dump", | ||
"state" : { | ||
"revision" : "4a87bb75be70c983a9548597e8783236feb3401e", | ||
"version" : "0.11.1" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-dependencies", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-dependencies", | ||
"state" : { | ||
"revision" : "16fd42ae04c6e7f74a6a86395d04722c641cccee", | ||
"version" : "0.6.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-identified-collections", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swift-identified-collections", | ||
"state" : { | ||
"revision" : "d01446a78fb768adc9a78cbb6df07767c8ccfc29", | ||
"version" : "0.8.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swiftui-navigation", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/swiftui-navigation", | ||
"state" : { | ||
"revision" : "2aa885e719087ee19df251c08a5980ad3e787f12", | ||
"version" : "0.8.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "xctest-dynamic-overlay", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay", | ||
"state" : { | ||
"revision" : "50843cbb8551db836adec2290bb4bc6bac5c1865", | ||
"version" : "0.9.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.