File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -169,17 +169,22 @@ Options:
169
169
170
170
## Issues & Caveats
171
171
172
+ - Swift 5.3 required on host ([ SR-13312] ( https://bugs.swift.org/browse/SR-13312 ) )
172
173
- There is no "direct" Xcode support yet, i.e. the package needs to be
173
174
created using a ` Package.swift ` (vs create a new tool project in Xcode).
174
175
We might address that and even provide a SwiftXcode style Lambda Xcode
175
176
template. Direct deployment from within Xcode should be possible.
177
+ ([ Issue 2] ( https://github.com/SwiftXcode/swift-lambda/issues/2 ) )
176
178
- C++ support seems b0rked right now. Regular C code compile just fine
177
- (e.g. SwiftNIO includes some).
179
+ (e.g. SwiftNIO includes some).
180
+ ([ SPMDestinations Issue #4 ] ( https://github.com/SPMDestinations/homebrew-tap/issues/4 ) )
178
181
- ` swift lambda build ` has some support for static linking already builtin,
179
182
but it doesn't fully work yet. To be fixed.
180
183
(static linking reduces the size of the zip and further improves Lambda
181
184
startup time).
185
+ ([ Issue 3] ( https://github.com/SwiftXcode/swift-lambda/issues/3 ) )
182
186
- There is no Swift 5.3 toolchain for Amazon Linux yet (just 5.2).
187
+ ([ SPMDestinations Issue #5 ] ( https://github.com/SPMDestinations/homebrew-tap/issues/5 ) )
183
188
- The X toolchains only have the packages that seemed necessary. If someone
184
189
needs additionals ones please file an issue (the toolchains can carry lots
185
190
of dev packages, that's perfectly fine).
You can’t perform that action at this time.
0 commit comments