Tobias

Results 68 comments of Tobias

No, the problem is that `swift-argument-parser` itself pulls in `Foundation`. Not only for the lock there are a couple of other places as well. I put up a quick hack...

This issue should stay open until it is resolved, linux support is important! I've realized there is already a PR open from @0xTim which does the same: https://github.com/apple/swift-argument-parser/pull/674 So I...

My branch now passes all tests on both Linux and macOS. I think I will open this as a new PR soon.

> As the timezone is not used in the VEVENT you could just strip the VTIMEZONE out before parsing. I will give this a try, thanks for taking a look!

Just for completeness sake, stripping the VTIMEZONE out before parsing solved our issue for now.

Thanks @daveverwer for the answer! For sure it does not make sense to add this dependency to the base Dockerfile used for all packages. But if I can set my...

Sounds interesting. Of course, this only works if the structs have only optional fields. Is this currently the case? How would you "nil-out" a value? Is this even a thing?...

If I remember correctly, a NOOP logger is cheaper than an optional logger.