This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "object" : {
3
+ "pins" : [
4
+ {
5
+ "package" : " swift-log" ,
6
+ "repositoryURL" : " https://github.com/apple/swift-log.git" ,
7
+ "state" : {
8
+ "branch" : null ,
9
+ "revision" : " 173f567a2dfec11d74588eea82cecea555bdc0bc" ,
10
+ "version" : " 1.4.0"
11
+ }
12
+ }
13
+ ]
14
+ },
15
+ "version" : 1
16
+ }
Original file line number Diff line number Diff line change @@ -209,5 +209,5 @@ private enum TestIDKey: Baggage.Key {
209
209
private enum SecondTestIDKey : Baggage . Key {
210
210
typealias Value = String
211
211
212
- static let name : String ? = " secondIDExplicitlyNamed "
212
+ static let nameOverride : String ? = " secondIDExplicitlyNamed "
213
213
}
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ private enum TestIDKey: Baggage.Key {
84
84
}
85
85
86
86
private extension Baggage {
87
- public internal ( set ) var testID : Int ? {
87
+ var testID : Int ? {
88
88
get {
89
89
return self [ TestIDKey . self]
90
90
}
@@ -97,5 +97,5 @@ private extension Baggage {
97
97
private enum SecondTestIDKey : Baggage . Key {
98
98
typealias Value = String
99
99
100
- static let name : String ? = " ExplicitKeyName "
100
+ static let nameOverride : String ? = " ExplicitKeyName "
101
101
}
You can’t perform that action at this time.
0 commit comments