Stephen Celis
d468b45abb
wip
2024-10-17 14:17:30 -07:00
Stephen Celis
f43a154fd4
Fix Swift <6 warning ( #3445 )
...
Bit casting a type to the type it already is produces a warning.
2024-10-15 10:03:03 -07:00
mbrandonw
1aca801ee2
Run swift-format
2024-10-14 17:09:44 +00:00
Brandon Williams
2d0590bedd
Clean up key path bitcasting. ( #3411 )
...
* Clean up key path bitcasting.
* wip
* wip
---------
Co-authored-by: Stephen Celis <stephen@stephencelis.com >
2024-10-14 13:08:23 -04:00
stephencelis
e0367371e6
Run swift-format
2024-09-10 15:20:01 +00:00
Mason Kim
71cfb1ef2d
Existential any to protocol for Swift 6 ( #3370 )
...
* Apply existential any to protocol for Swift 6
* Update Package@swift-6.0.swift
* Update Package.swift
* Apply any to Macro.Type
* Apply any for the rest
* Applying the any keyword internally for typealias in a _KeyPath
* Undoing accidental syntax
---------
Co-authored-by: Stephen Celis <stephen@stephencelis.com >
Co-authored-by: Stephen Celis <stephen.celis@gmail.com >
2024-09-10 08:01:24 -07:00
Stephen Celis
a7e2e73f83
Swift 6: Key path sendability ( #3282 )
...
* `@preconcurrency @MainActor` isolation of `Store`
* Remove unneeded `@MainActor`s
* Remove thread checking code
* Remove unneeded `@MainActor`s
* Swift 5.10 compatibility fixes
* wip
* More 5.10 fixes
* wip
* fixes
* wip
* wip
* up the timeout
* wip
* Fixes
* wip
* wip
* wip
* wip
* wip
* Fix binding action sendability
* Address more binding action sendability
* more bindable action sendability
* more bindable action warnings
* fix
---------
Co-authored-by: Brandon Williams <mbrandonw@hey.com >
2024-08-29 13:46:39 -07:00