Open LebJe opened 3 years ago
I think this mirrors https://github.com/SwiftXcode/swift-lambda/issues/3
Do you mind if I keep this issue open so it points to the issue you mentioned?
Hi there, has there been any new success with getting Foundation to compile statically for AWS lambdas?
When statically compiling a package that
import
sFoundation
, the build fails sinceDispatch
can't be loaded/found.To reproduce, run:
then add
import Foundation
tomain.swift
.