This commit is contained in:
John Estropia
2026-07-15 11:50:43 +09:00
parent 7db1cfecfb
commit 890e150b95
135 changed files with 2895 additions and 2526 deletions
+2 -1
View File
@@ -32,11 +32,12 @@ import Foundation
/**
The `SchemaMappingProvider` provides migration mapping information between two `DynamicSchema` versions.
*/
public protocol SchemaMappingProvider {
public protocol SchemaMappingProvider: Sendable {
/**
Do not call directly.
*/
@_spi(Internals)
func cs_createMappingModel(
from sourceSchema: DynamicSchema,
to destinationSchema: DynamicSchema,