<div class="chatlog__message-group">
  <div id="chatlog__message-container-1332463627818631209" class="chatlog__message-container" data-message-id="1332463627818631209">
    <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/1308641516251643944/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/382314715495399425/b1b8f6e8c25a2c7232a6f838fe062d96.png?size=512" alt="Avatar" loading="lazy">
          <div class="chatlog__reply-author" style="color:rgb(233,30,99)" title="shiz1209">shiz</div>
          <div class="chatlog__reply-content"><span class="chatlog__reply-link" onclick="scrollToMessage(event,'1332463601893769287')"> <span class="chatlog__markdown-mention" title="swiftNightly#5501">@swift-main</span> <span class="chatlog__markdown-mention" title="swift61#2812">@swift-6.1-dev</span>
              <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline nohighlight">class NonSendable{} protocol P { subscript(_: sending NonSendable) -&gt; Bool { get } } @MainActor struct S: P { subscript(_: sending NonSendable) -&gt; Bool { true } }</code> </span> <span class="chatlog__reply-edited-timestamp" title="Friday, January 24, 2025 9:36 PM">(edited)</span></div>
        </div>
        <div class="chatlog__header"><span class="chatlog__author" style="color:rgb(52,152,219)" title="swift61#2812" data-user-id="1308641516251643944">swift61</span> <span class="chatlog__author-tag">BOT</span> <a href="/channels/430242233468452865?category=main&amp;channel=swiftbot-sandbox&amp;message_id=1332463627818631209"><span class="chatlog__timestamp" title="Friday, January 24, 2025 9:34 PM"></span></a><a href="#chatlog__message-container-1332463627818631209">1/24/2025 9:34 PM</a></div>
        <div class="chatlog__content chatlog__markdown"><span class="chatlog__markdown-preserve"><code class="chatlog__markdown-pre chatlog__markdown-pre--multiline nohighlight">&lt;stdin&gt;:9:5: warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated requirement from protocol 'P'; this is an error in the Swift 6 language mode 2 | 3 | protocol P { 4 | subscript(_: sending NonSendable) -&gt; Bool { get } | `- note: requirement 'subscript(_:)' declared here 5 | } 6 | 7 | @MainActor 8 | struct S: P { | `- note: add '@preconcurrency' to the 'P' conformance to defer isolation checking to run time 9 | subscript(_: sending NonSendable) -&gt; Bool { true } | |- warning: main actor-isolated subscript 'subscript(_:)' cannot be used to satisfy nonisolated requirement from protocol 'P'; this is an error in the Swift 6 language mode | `- note: add 'nonisolated' to 'subscript(_:)' to make this subscript not isolated to the actor 10 | } 11 | </code></span> <span class="chatlog__edited-timestamp" title="Friday, January 24, 2025 9:36 PM">(edited)</span></div>
      </div>
    </div>
  </div>
</div>