<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ArcGIS Toolkit 300.x fails to compile with Xcode 27 Beta 3 (iOS 27 SDK) in Swift Maps SDK Questions</title>
    <link>https://community.esri.com/t5/swift-maps-sdk-questions/arcgis-toolkit-300-x-fails-to-compile-with-xcode/m-p/1713021#M694</link>
    <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We found a compilation issue when building a project with the ArcGIS Maps SDK for Swift 300.x and the ArcGIS Toolkit using &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Xcode 27.0 Beta 3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; targeting the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;iOS 27 SDK&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The compilation fails in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;ArcGISToolkit/Utility/MarkdownView&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The following method produces the error:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;mutating func visitDocument(_ document: Document) -&amp;gt; Result {
    visitChildren(document.children)
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Compiler error:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;'Document' is ambiguous for type lookup in this context&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;Changing the parameter type to explicitly qualify a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;namespace (e.g Markdown) resolves the issue:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;mutating func visitDocument(_ document: Markdown.Document) -&amp;gt; Result {
    visitChildren(document.children)
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;After making this change, the project compiles successfully with Xcode 27.0 Beta 3 and the iOS 27 SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Since this appears to be a compiler compatibility issue introduced in Xcode 27 Beta 3 rather than a functional bug, we wanted to report it in case it helps prepare the Toolkit for the final Xcode 27 and iOS 27 releases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would the team be able to review this and consider updating the Toolkit accordingly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 19:43:19 GMT</pubDate>
    <dc:creator>CristhianSanchez</dc:creator>
    <dc:date>2026-07-07T19:43:19Z</dc:date>
    <item>
      <title>ArcGIS Toolkit 300.x fails to compile with Xcode 27 Beta 3 (iOS 27 SDK)</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/arcgis-toolkit-300-x-fails-to-compile-with-xcode/m-p/1713021#M694</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;We found a compilation issue when building a project with the ArcGIS Maps SDK for Swift 300.x and the ArcGIS Toolkit using &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Xcode 27.0 Beta 3&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; targeting the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;iOS 27 SDK&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The compilation fails in:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;ArcGISToolkit/Utility/MarkdownView&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;The following method produces the error:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;mutating func visitDocument(_ document: Document) -&amp;gt; Result {
    visitChildren(document.children)
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;Compiler error:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;'Document' is ambiguous for type lookup in this context&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class=""&gt;&lt;SPAN&gt;Changing the parameter type to explicitly qualify a&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;namespace (e.g Markdown) resolves the issue:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;mutating func visitDocument(_ document: Markdown.Document) -&amp;gt; Result {
    visitChildren(document.children)
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;After making this change, the project compiles successfully with Xcode 27.0 Beta 3 and the iOS 27 SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Since this appears to be a compiler compatibility issue introduced in Xcode 27 Beta 3 rather than a functional bug, we wanted to report it in case it helps prepare the Toolkit for the final Xcode 27 and iOS 27 releases.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would the team be able to review this and consider updating the Toolkit accordingly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 19:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/arcgis-toolkit-300-x-fails-to-compile-with-xcode/m-p/1713021#M694</guid>
      <dc:creator>CristhianSanchez</dc:creator>
      <dc:date>2026-07-07T19:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Toolkit 300.x fails to compile with Xcode 27 Beta 3 (iOS 27 SDK)</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/arcgis-toolkit-300-x-fails-to-compile-with-xcode/m-p/1713066#M696</link>
      <description>&lt;P&gt;Hello. Thank you for reporting this. We are aware of this and plan on fixing it soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 21:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/arcgis-toolkit-300-x-fails-to-compile-with-xcode/m-p/1713066#M696</guid>
      <dc:creator>ZacharyKline</dc:creator>
      <dc:date>2026-07-07T21:38:43Z</dc:date>
    </item>
  </channel>
</rss>

