This was a relatively small meeting since folks traveling to the server side swift conference ![]()
Present: @ktoso @FranzBusch @adam-fowler @patrick @davmoser
Done
- Swiftly README update and prepare move to not-personal organization soon
- all that's left is a PR for "uninstall" and a small script for bootstrapping
- set up CI etc.
- did not send list of requirements for the website yet, so will do soon
- @patrick to post on the forums about issue with regex +
--static-swift-stdlib- posted: Issues with using 5.7
Regexon Linux - and it turned out it's a serious issue
mainhas the fix already, so should land in a release soon
- posted: Issues with using 5.7
- @ktoso to set up an out-of-band SSWG meeting to discuss logging/tracing APIs and send out some relevant reading ahead of time.
- meeting did happen and was very useful
- third revision of
MetadataProviderin swift-log is likely final and ready to go: RFC (rev 3): Metadata Providers (for Distributed Tracing) in LogHandlers in swift-log by ktoso · Pull Request #238 · apple/swift-log · GitHub
- @tomerd - looking into issue Stdio not output at correct point · Issue #61247 · apple/swift · GitHub 2
- conclusion is that we should be flushing at end of test
- it used to happen but was removed
Carry overs
- @tomerd continuing work on getting community survey published
- @graskind - Fluent code generation
- @adam-fowler working on Self hosting VSCode swift dev-container template
- have a template set up
- asked MS if looks fine
- we must have a github action though
- there is a process outside github actions
- @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.
- all SSWG to review/respond on distributed actors cluster proposal thread if you have input.
- pending approval thread that Kaitlin will do
- @0xTim to file issues in swift-docc repo around features Vapor would need to fully adopt it
- not sure if done
Swiftly
- @tomerd and @patrick to work out moving Swiftly to swift-server org and getting CI setup
- waiting on patrik to give the go-ahead, after some last polish
New topics
- @FranzBusch are you using CPU use from inside your application?
- so that the metric is specific to given app, not overall system load
- everyone: not really, just system metrics
- Franz may look into this a bit more
- @FranzBusch change to SPM was merged; we now can Vend binary artifact bundles as products.
- spm target that is backed by a binary; so we can vend
protocnow :party:
- spm target that is backed by a binary; so we can vend
- @FranzBusch ServiceLifecycle thoughts, we likely want to discuss it after Cory's conference talk is publicly available and write a follow up blog
- @ktoso TaskPools pitched [Pitch] Task Pools
- it avoids memory leaks and helps in RPC servers etc.
- // editor note
- @ktoso TaskPools pitched [Pitch] Task Pools