shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

268
active users

#xcode16

0 posts0 participants0 posts today
Wesley de Groot 🥷<p>If you want to check for iOS 26 (via xcode 16) `<a href="https://mastodon.social/tags/available" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>available</span></a>(iOS 26, *)` does not work `<a href="https://mastodon.social/tags/available" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>available</span></a>(iOS 19, *)` does work. <a href="https://mastodon.social/tags/fail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fail</span></a> <a href="https://mastodon.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iosdev</span></a> <a href="https://mastodon.social/tags/xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode</span></a> <a href="https://mastodon.social/tags/indiedev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>indiedev</span></a> <a href="https://mastodon.social/tags/ios26" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ios26</span></a> <a href="https://mastodon.social/tags/ios19" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ios19</span></a> <a href="https://mastodon.social/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a> <a href="https://mastodon.social/tags/lol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lol</span></a></p>
Matt Corey<p>Does anyone else get this, like every 5 minutes when working with SwiftUI previews in Xcode 16? It's maddening…</p><p><a href="https://iosdev.space/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a></p>
Holger Krupp<p>What do you do if Xcode 16 repeatedly crashes when opening an existing project? (Other, smaller projects open correctly) <a href="https://mastodon.social/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a> <a href="https://mastodon.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iosdev</span></a></p>
David Stroud<p>🤔 Could I ask for advice from any hardened <a href="https://mastodon.social/tags/swiftlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swiftlang</span></a> devs out there?</p><p>Is using Xcode‘s new predictive code completion model a good or bad idea when learning Swift — specifically <a href="https://mastodon.social/tags/100DaysOfSwiftUI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>100DaysOfSwiftUI</span></a> ?</p><p>Would also like to hear any thoughts, particularly if it’s not an either/or answer!</p><p>🚀 boosts to other devs appreciated 🙏 </p><p><a href="https://mastodon.social/tags/swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swift</span></a> <a href="https://mastodon.social/tags/swiftui" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swiftui</span></a> <a href="https://mastodon.social/tags/iosdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iosdev</span></a> <a href="https://mastodon.social/tags/macdev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>macdev</span></a> <a href="https://mastodon.social/tags/AppleDeveloper" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AppleDeveloper</span></a> <a href="https://mastodon.social/tags/xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode</span></a> <a href="https://mastodon.social/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a></p>
David Whetstone<p>This test using the new Testing framework crashes the compiler. <a href="https://mastodon.online/tags/Xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode16</span></a></p>
David Whetstone<p>This <a href="https://mastodon.online/tags/Xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode16</span></a> warning is making multi-module projects challenging:</p><p>“Extension declares a conformance of imported type ‘X’ to imported protocols ‘Y’, ‘Z’; this will not behave correctly if the owners of ‘SomePackage’ introduce this conformance in the future”</p><p>Extending types to conform to protocols from other modules is common. Adding `@retroactive` silences the warning, but the need for it prevents you from defining and using your own protocol that conforms to multiple imported protocols.</p>
David Bureš<p>I'm almost done porting Cork to Swift 6 and complete concurrency checking (shoutout to my boys <span class="h-card" translate="no"><a href="https://mastodon.social/@mattiem" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mattiem</span></a></span> and <span class="h-card" translate="no"><a href="https://chaos.social/@donnywals" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>donnywals</span></a></span> for the awesome tutorials)</p><p>There are only two remaining warnings, and one of them is… this in a task group. I have no idea what to do about it. Has anyone encountered it and managed to fix it? :think_bread: </p><p>Full code: <a href="https://github.com/buresdv/Cork/blob/8243ceefb8f2f0ec4a1382da557295f5e472b5ee/Cork/Logic/Load%20up%20Tapped%20Taps.swift#L93" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/buresdv/Cork/blob/8</span><span class="invisible">243ceefb8f2f0ec4a1382da557295f5e472b5ee/Cork/Logic/Load%20up%20Tapped%20Taps.swift#L93</span></a></p><p><a href="https://mstdn.social/tags/Xcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode</span></a> <a href="https://mstdn.social/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a> <a href="https://mstdn.social/tags/swift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swift</span></a></p>
Dean<p>I don't think I can do anything with Swift 6 mode as long as we cannot even conform to simple SwiftUI protocols :D</p><p><a href="https://mastodon.social/tags/Swift6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Swift6</span></a> <a href="https://mastodon.social/tags/Xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode16</span></a> <a href="https://mastodon.social/tags/WWDC24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WWDC24</span></a></p>
Ben Scheirman<p>it also crashes pretty easily too lol <a href="https://mastodon.xyz/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a> <a href="https://mastodon.xyz/tags/wwdc24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wwdc24</span></a></p>
Ben Scheirman<p>Xcode Vim mode now has "." support to replay commands!!!!<br><a href="https://mastodon.xyz/tags/xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>xcode16</span></a> <a href="https://mastodon.xyz/tags/wwdc24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wwdc24</span></a></p>
Ben Scheirman<p>Xcode Vim support just gained relative line numbers. This is pretty useful if you are the type of vimmer who does thinks like “delete 5 lines” or “select 10 lines” (I am not)</p><p><a href="https://mastodon.xyz/tags/Xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode16</span></a></p>
Ben Scheirman<p>You can now find references to assets from the asset catalog. <a href="https://mastodon.xyz/tags/Xcode16" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Xcode16</span></a> <a href="https://mastodon.xyz/tags/wwdc24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wwdc24</span></a></p><p>"The Asset Catalog context menu has a new “Find References to Item” option that initiates an “Asset References” find for the selected asset (104226484)”</p>