<div class="chatlog__message-group"> <div id="chatlog__message-container-1306831806523506689" class="chatlog__message-container" data-message-id="1306831806523506689"> <div class="chatlog__message"> <div class="chatlog__message-aside"> <div class="chatlog__reply-symbol"></div><img class="chatlog__avatar" src="https://cdn.discordapp.com/avatars/1221401371715174490/befa9943720ff623e6565c62a94f49a8.png?size=512" alt="Avatar" loading="lazy"> </div> <div class="chatlog__message-primary"> <div class="chatlog__reply"><img class="chatlog__reply-avatar" src="https://cdn.discordapp.com/avatars/1017852452252430446/3da69f829590bda2a7e89cd5f423f4e0.png?size=512" alt="Avatar" loading="lazy"> <div class="chatlog__reply-author" title="jrsaruo">ジュニア</div> <div class="chatlog__reply-content"><span class="chatlog__reply-link" onclick="scrollToMessage(event,'1306831798998798386')"> <span class="chatlog__markdown-mention" title="swift510#6439">@swift-5.10.1</span> <span class="chatlog__markdown-mention" title="swift60#4418">@swift-6.0.3</span> -swift-version 6 <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline nohighlight">class NonSendable {} struct Bar: Sendable { var value: any Sendable } func useBar() { _ = Bar(value: NonSendable()) }</code> </span></div> </div> <div class="chatlog__header"><span class="chatlog__author" style="color:rgb(52,152,219)" title="swift60#4418" data-user-id="1221401371715174490">swift60</span> <span class="chatlog__author-tag">BOT</span> <a href="/channels/430242233468452865?category=main&channel=swiftbot-sandbox&message_id=1306831806523506689"><span class="chatlog__timestamp" title="Friday, November 15, 2024 4:03 AM"></span></a><a href="#chatlog__message-container-1306831806523506689">11/15/2024 4:03 AM</a></div> <div class="chatlog__content chatlog__markdown"><span class="chatlog__markdown-preserve">exit status: 1 with <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline nohighlight"><stdin>:7:20: error: type 'NonSendable' does not conform to the 'Sendable' protocol 1 | class NonSendable {} | `- note: class 'NonSendable' does not conform to the 'Sendable' protocol 2 | struct Bar: Sendable { 3 | var value: any Sendable : 5 | 6 | func useBar() { 7 | _ = Bar(value: NonSendable()) | `- error: type 'NonSendable' does not conform to the 'Sendable' protocol 8 | } 9 | </code></span></div> </div> </div> </div> </div>