File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
"kind" : " remoteSourceControl" ,
15
15
"location" : " https://github.com/pointfreeco/swift-macro-testing" ,
16
16
"state" : {
17
- "revision" : " 90e38eec4bf661ec0da1bbfd3ec507d0f0c05310 " ,
18
- "version" : " 0.3 .0"
17
+ "revision" : " 5c4a1b9d7c23cd5c08ea50677d8e89080365cb00 " ,
18
+ "version" : " 0.4 .0"
19
19
}
20
20
},
21
21
{
22
22
"identity" : " swift-snapshot-testing" ,
23
23
"kind" : " remoteSourceControl" ,
24
24
"location" : " https://github.com/pointfreeco/swift-snapshot-testing" ,
25
25
"state" : {
26
- "revision" : " 5b0c434778f2c1a4c9b5ebdb8682b28e84dd69bd " ,
27
- "version" : " 1.15.4 "
26
+ "revision" : " 625ccca8570773dd84a34ee51a81aa2bc5a4f97a " ,
27
+ "version" : " 1.16.0 "
28
28
}
29
29
},
30
30
{
31
31
"identity" : " swift-syntax" ,
32
32
"kind" : " remoteSourceControl" ,
33
33
"location" : " https://github.com/apple/swift-syntax.git" ,
34
34
"state" : {
35
- "revision" : " fa8f95c2d536d6620cc2f504ebe8a6167c9fc2dd " ,
36
- "version" : " 510.0.1 "
35
+ "revision" : " 303e5c5c36d6a558407d364878df131c3546fad8 " ,
36
+ "version" : " 510.0.2 "
37
37
}
38
38
}
39
39
],
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public protocol LoremIpsumize {
18
18
19
19
extension LoremIpsumize {
20
20
public static func lorem( _ kind: LoremKind ? = nil ) -> Self {
21
- lorem ( kind )
21
+ lorem ( )
22
22
}
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ struct Hotel {
50
50
let capacity : Capacity
51
51
52
52
@Lorem ( . url( . image) )
53
- let image : URL
53
+ let image : URL ?
54
54
55
55
@LoremSwiftify
56
56
enum Capacity : Int {
You can’t perform that action at this time.
0 commit comments