Skip to content

Commit aa9ccb4

Browse files
committed
add full foundation
1 parent b452c5a commit aa9ccb4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Plugins/AWSLambdaPackager/Plugin.swift

+1-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@
1414

1515
import PackagePlugin
1616
import Synchronization
17-
18-
#if canImport(FoundationEssentials)
19-
import FoundationEssentials
20-
#else
21-
import struct Foundation.URL
22-
import class Foundation.ProcessInfo
23-
import class Foundation.FileManager
24-
import struct Foundation.ObjCBool
25-
#endif
17+
import Foundation
2618

2719
@available(macOS 15.0, *)
2820
@main

0 commit comments

Comments
 (0)