Skip to content

Commit 6e67999

Browse files
authored
Update README.md
Link to issue Radars ...
1 parent d2f716c commit 6e67999

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,22 @@ Options:
169169

170170
## Issues & Caveats
171171

172+
- Swift 5.3 required on host ([SR-13312](https://bugs.swift.org/browse/SR-13312))
172173
- There is no "direct" Xcode support yet, i.e. the package needs to be
173174
created using a `Package.swift` (vs create a new tool project in Xcode).
174175
We might address that and even provide a SwiftXcode style Lambda Xcode
175176
template. Direct deployment from within Xcode should be possible.
177+
([Issue 2](https://github.com/SwiftXcode/swift-lambda/issues/2))
176178
- 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))
178181
- `swift lambda build` has some support for static linking already builtin,
179182
but it doesn't fully work yet. To be fixed.
180183
(static linking reduces the size of the zip and further improves Lambda
181184
startup time).
185+
([Issue 3](https://github.com/SwiftXcode/swift-lambda/issues/3))
182186
- 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))
183188
- The X toolchains only have the packages that seemed necessary. If someone
184189
needs additionals ones please file an issue (the toolchains can carry lots
185190
of dev packages, that's perfectly fine).

0 commit comments

Comments
 (0)