Attendees: @tomerd, @FranzBusch, @ktoso, @0xTim, @davmoser, @tachyonics, @patrick, @kmahar
Action Items
carry overs
- @tomerd - looking into issue Stdio not output at correct point · Issue #61247 · apple/swift · GitHub
- @tomerd continuing work on getting community survey published
- @graskind - Fluent code generation
- @adam-fowler working on Self hosting VSCode swift dev-container template
- @0xTim - working with Canonical Swift to bring author to an SSWG meeting. May not happen before Server-Side Swift Conf now
- @FranzBusch to start a thread with a list of things missing from Swift on the server, once he has access to the SSWG forums area.
- @ktoso to review and test out Swift plugin for API Gateway.
- @adam-fowler and @jdmcd or @graskind to review October 26th meeting notes , and then @davmoser to post them publicly.
new
- all SSWG to review/respond on distributed actors cluster proposal thread if you have input.
- all SSWG to review proposed Swiftly README
- @ktoso to set up an out-of-band SSWG meeting to discuss logging/tracing APIs and send out some relevant reading ahead of time.
- @tomerd and @patrick to work out moving Swiftly to swift-server org and getting CI setup
-
@patrick to post on the forums about issue with regex +
--static-swift-stdlib
- @0xTim to file issues in swift-docc repo around features Vapor would need to fully adopt it
Discussion
-
@ktoso: Distributed tracing
- Still some API design questions to work out. SSWG input would be helpful; we will have out of band meeting for this.
-
@patrick: swiftly
- Development is progressing; after current PR to add
use
command goes in we will have a working Linux MVP - Plan to move repo and make repo public soon once we have the README in.
- Development is progressing; after current PR to add
-
@davmoser: how to get a blog post on swift.org? Would like to write one about Swift AWS SDK.
- Answer: there is website governance published which includes a section on blog posts and how to submit a post to the website workgroup
- @patrick: Swift 5.7 regex support on Linux. Using this for swiftly and have run into a couple issues:
-
@FranzBusch : attended documentation work group meeting this week
- discussion was around how to meet the needs of various packages in the community with DocC
- Vapor has rather complex documentation needs; solving for these would likely cover the needs of many packages in the ecosystem. @0xTim will file issues on Vapor's needs
-
@FranzBusch : has anyone been using/trying to use swift-service-lifecycle with structured concurrency?
- this library was designed in an
EventLoop
based world and some of its functionality may now be obsolete due to concurrency features. - some of its features e.g. signal trapping are still valuable.
- this library was designed in an