<div class="chatlog__message-group">
  <div id="chatlog__message-container-1299922156074963106" class="chatlog__message-container" data-message-id="1299922156074963106">
    <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/291057993686974466/459a7a7d92d588e0a6d0e6b28373eb7c.png?size=512" alt="Avatar" loading="lazy">
          <div class="chatlog__reply-author" style="color:rgb(241,196,15)" title="yutailang0119">yutailang0119</div>
          <div class="chatlog__reply-content"><span class="chatlog__reply-link" onclick="scrollToMessage(event,'1299922125519323147')"> <span class="chatlog__markdown-mention" title="swift60#4418">@swift-6.0.3</span>
              <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline language-swift">struct Implicit { let foo = "foo" init!() { return nil } } let implicit = Implicit() (implicit.foo ?? "")</code> </span> <span class="chatlog__reply-edited-timestamp" title="Sunday, October 27, 2024 2:28 AM">(edited)</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&amp;channel=swiftbot-sandbox&amp;message_id=1299922156074963106"><span class="chatlog__timestamp" title="Sunday, October 27, 2024 2:26 AM"></span></a><a href="#chatlog__message-container-1299922156074963106">10/27/2024 2:26 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">&lt;stdin&gt;:10:2: error: value of optional type 'Implicit?' must be unwrapped to refer to member 'foo' of wrapped base type 'Implicit' 8 | 9 | let implicit = Implicit() 10 | (implicit.foo ?? "") | |- error: value of optional type 'Implicit?' must be unwrapped to refer to member 'foo' of wrapped base type 'Implicit' | `- note: chain the optional using '?' to access member 'foo' only for non-'nil' base values 11 | </code></span> <span class="chatlog__edited-timestamp" title="Sunday, October 27, 2024 2:28 AM">(edited)</span></div>
      </div>
    </div>
  </div>
</div>