apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
580 stars 54 forks source link

Add CI for Swift 5.8 and update nightly to Ubuntu 22.04 #1105

Closed yim-lee closed 1 year ago

yim-lee commented 1 year ago

@swift-server-bot test this please

ktoso commented 1 year ago

Those look like compiler crashes :|


13:31:02 [1229/1237] Compiling DistributedActorsTestKit ShouldMatchers.swift
13:31:02 error: fatalError
13:31:02 1
ktoso commented 1 year ago

@swift-server-bot test this please

ktoso commented 1 year ago

@swift-server-bot test this please

ktoso commented 1 year ago

I merged https://github.com/apple/swift-distributed-actors/pull/1109 so we can confirm this PR passes or not on 5.8, and then either way will merge and follow up any 5.8 issues.

ktoso commented 1 year ago

@swift-server-bot test this please

ktoso commented 1 year ago

Hooray we don't have a 5.8 compiler regression after all then, that's good... I need to go, will double check shortly

ktoso commented 1 year ago

Hooray, 5.8 also good -- I was worried, I had some regressions reported but it seems we're good!

yim-lee commented 1 year ago

🥳