@@ -24,7 +24,7 @@ let package = Package(
24
24
" ServiceLifecycleSupport " ,
25
25
" LocalServerSupport " ,
26
26
]
27
- )
27
+ ) ,
28
28
] ,
29
29
dependencies: [
30
30
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.81.0 " ) ,
@@ -41,7 +41,11 @@ let package = Package(
41
41
. product( name: " Logging " , package : " swift-log " ) ,
42
42
. product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
43
43
. product( name: " NIOPosix " , package : " swift-nio " ) ,
44
- . product( name: " ServiceLifecycle " , package : " swift-service-lifecycle " , condition: . when( traits: [ " ServiceLifecycleSupport " ] ) )
44
+ . product(
45
+ name: " ServiceLifecycle " ,
46
+ package : " swift-service-lifecycle " ,
47
+ condition: . when( traits: [ " ServiceLifecycleSupport " ] )
48
+ ) ,
45
49
]
46
50
) ,
47
51
. plugin(
@@ -71,8 +75,7 @@ let package = Package(
71
75
. testTarget(
72
76
name: " AWSLambdaRuntimeTests " ,
73
77
dependencies: [
74
- // .byName(name: "AWSLambdaRuntimeCore"),
75
- . byName( name: " AWSLambdaRuntime " ) ,
78
+ . byName( name: " AWSLambdaRuntime " )
76
79
]
77
80
) ,
78
81
// testing helper
0 commit comments