File tree Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Expand file tree Collapse file tree 5 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 28
28
"swiftFilters" : true ,
29
29
"showViewHintComment" : false ,
30
30
"commentsWithSQL" : true ,
31
- "extraRecordTypeConformances" : [ " Codable" ],
31
+ "extraRecordTypeConformances" : [ " Codable" , " Sendable " ],
32
32
"embedRecordTypesInDatabaseType" : false ,
33
33
"optionalHelpersInDatabase" : true ,
34
34
"Raw" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var package = Package(
12
12
13
13
dependencies: [
14
14
. package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
15
- from: " 1.0.32 " ) ,
15
+ from: " 1.2.4 " ) ,
16
16
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
17
17
] ,
18
18
Original file line number Diff line number Diff line change 2
2
3
3
import PackageDescription
4
4
5
+ #if swift(>=5.10)
6
+ let settings = [ SwiftSetting . enableExperimentalFeature ( " StrictConcurrency " ) ]
7
+ #else
8
+ let settings = [ SwiftSetting ] ( )
9
+ #endif
10
+
5
11
var package = Package (
6
12
name: " Northwind " ,
7
13
@@ -14,15 +20,16 @@ var package = Package(
14
20
15
21
dependencies: [
16
22
. package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
17
- from: " 1.0.32 " ) ,
23
+ from: " 1.2.4 " ) ,
18
24
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
19
25
] ,
20
26
21
27
targets: [
22
- . target( name : " Northwind " ,
23
- dependencies : [ " Lighter " ] ,
24
- path : " dist " ,
25
- resources : [ . copy( " northwind.db " ) ] ,
26
- plugins : [ . plugin( name: " Enlighter " , package : " Lighter " ) ] )
28
+ . target( name : " Northwind " ,
29
+ dependencies : [ " Lighter " ] ,
30
+ path : " dist " ,
31
+ resources : [ . copy( " northwind.db " ) ] ,
32
+ swiftSettings : settings,
33
+ plugins : [ . plugin( name: " Enlighter " , package : " Lighter " ) ] )
27
34
]
28
35
)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var package = Package(
12
12
13
13
dependencies: [
14
14
. package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
15
- from: " 1.0.32 " ) ,
15
+ from: " 1.2.4 " ) ,
16
16
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
17
17
] ,
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var package = Package(
12
12
13
13
dependencies: [
14
14
. package ( url: " https://github.com/Lighter-swift/Lighter.git " ,
15
- from: " 1.0.32 " ) ,
15
+ from: " 1.2.4 " ) ,
16
16
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " )
17
17
] ,
18
18
You can’t perform that action at this time.
0 commit comments