Sven A. Schmidt

Results 393 comments of Sven A. Schmidt

swift-nio version is 2.62.0

Thanks, Johannes, that makes sense! I'm wondering, shouldn't Asan/Tsan be giving some pointers (hah!) as to where this might be happening? For reference, the changes that are introducing the crash...

I've reduced this to a reproducer that only involves Vapor and swift-algorithms: - `Package.swift`: ``` // swift-tools-version: 5.10 import PackageDescription let package = Package( name: "release-crash", platforms: [.macOS(.v11)], dependencies: [...

Fixed and deployed. Crash reported upstream: https://github.com/apple/swift/issues/73477

For some reason Xcode isn't happy with that target change. I can build via the command line, `swift build`, but Xcode refused to build this. There are lots of `Cannot...

Making this draft until we figure out how to get this to compile in Xcode. May need to revert the target change or something?

Problem persists with Xcode 15.4 RC for me unfortunately.

Thanks for the submission, @kudit ! The package is failing our `swift package dump-package` test. I’m guessing it’s the import ``` import AppleProductTypes ``` We’re running this on Linux, which...

Indeed: tmp/06D5C07E-D4CE-4296-A0EB-FBDA0BD0600B/Package.swift:9:8: error: no such module 'AppleProductTypes' import AppleProductTypes ^ error: invalid manifests at []

That's in interesting idea - I'll have to investigate but I think that should be possible.