@@ -24,7 +24,7 @@ let package = Package(
2424 " ServiceLifecycleSupport " ,
2525 " LocalServerSupport " ,
2626 ]
27- )
27+ ) ,
2828 ] ,
2929 dependencies: [
3030 . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.81.0 " ) ,
@@ -41,7 +41,11 @@ let package = Package(
4141 . product( name: " Logging " , package : " swift-log " ) ,
4242 . product( name: " NIOHTTP1 " , package : " swift-nio " ) ,
4343 . 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+ ) ,
4549 ]
4650 ) ,
4751 . plugin(
@@ -71,8 +75,7 @@ let package = Package(
7175 . testTarget(
7276 name: " AWSLambdaRuntimeTests " ,
7377 dependencies: [
74- // .byName(name: "AWSLambdaRuntimeCore"),
75- . byName( name: " AWSLambdaRuntime " ) ,
78+ . byName( name: " AWSLambdaRuntime " )
7679 ]
7780 ) ,
7881 // testing helper
0 commit comments