Merge branch 'develop' into prototype/swift6

This commit is contained in:
John Estropia
2026-07-07 11:19:24 +09:00
+1 -1
View File
@@ -32,7 +32,7 @@ let package = Package(
.macOS(.v14), .iOS(.v17), .tvOS(.v17), .watchOS(.v10)
],
products: [
.library(name: "CoreStore", targets: ["CoreStore"])
.library(name: "CoreStore", type: .dynamic, targets: ["CoreStore"])
],
dependencies: [],
targets: [