File tree 1 file changed +11
-9
lines changed
Sources/Symbols/Identifiers
1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,22 @@ extension Symbol
15
15
}
16
16
}
17
17
}
18
-
19
18
extension Symbol . Package
20
19
{
21
- @inlinable public static
22
- var swift : Self { . init( identifier: " swift " ) }
20
+ @inlinable public
21
+ static var swift : Self { . init( identifier: " swift " ) }
23
22
24
- @inlinable public static
25
- var swiftPM : Self { . init( identifier: " swift-package-manager " ) }
23
+ @inlinable public
24
+ static var swiftPM : Self { . init( identifier: " swift-package-manager " ) }
26
25
27
- @inlinable public static
28
- var swiftBook : Self { . init( identifier: " swift-book " ) }
26
+ @inlinable public
27
+ static var swiftBook : Self { . init( identifier: " swift-book " ) }
29
28
30
- @inlinable public static
31
- var indexstoreDB : Self { . init( identifier: " indexstore-db " ) }
29
+ @inlinable public
30
+ static var swiftTesting : Self { . init( identifier: " swift-testing " ) }
31
+
32
+ @inlinable public
33
+ static var indexstoreDB : Self { . init( identifier: " indexstore-db " ) }
32
34
}
33
35
extension Symbol . Package : Comparable
34
36
{
You can’t perform that action at this time.
0 commit comments