The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of FeedKit, reference main (256d04), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 18:37:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nmdias/FeedKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nmdias/FeedKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 256d04e Run format.sh
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
256d04ed9e11b086b3c5047b130704851fcf68f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "feedkit",
      "name": "FeedKit",
      "url": "https://github.com/nmdias/FeedKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FeedKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nmdias/FeedKit.git
[1/8758] Fetching feedkit
Fetched https://github.com/nmdias/FeedKit.git from cache (1.08s)
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at main (256d04e)
warning: '.resolve-product-dependencies': dependency 'feedkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nmdias/FeedKit.git
https://github.com/nmdias/FeedKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedKit",
  "name" : "FeedKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedKit",
      "targets" : [
        "FeedKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMLKit",
      "targets" : [
        "XMLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLKitTests",
      "path" : "Tests/XMLKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XMLKitTests/Resources/xml/Sample.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Tests/EscapeCharactersTests.swift",
        "Tests/SampleTests + Mocks.swift",
        "Tests/SampleTests.swift",
        "Tests/XMLDecoderKeyedTests.swift",
        "Tests/XMLDecoderKeyedUnkeyedTests.swift",
        "Tests/XMLDecoderUnkeyedTests.swift",
        "Tests/XMLHeaderTests.swift",
        "XMLKitTestable.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLKit",
      "module_type" : "SwiftTarget",
      "name" : "XMLKit",
      "path" : "Sources/XMLKit",
      "product_memberships" : [
        "FeedKit",
        "XMLKit"
      ],
      "sources" : [
        "Extensions/String + escapeCharacters.swift",
        "XMLDecoder/XMLDateDecodingStrategy.swift",
        "XMLDecoder/XMLDecoder.swift",
        "XMLDecoder/XMLKeyedDecodingContainer.swift",
        "XMLDecoder/XMLSingleValueDecodingContainer.swift",
        "XMLDecoder/XMLUnkeyedDecodingContainer.swift",
        "XMLDocument.swift",
        "XMLDocumentConvertible.swift",
        "XMLElement.swift",
        "XMLEncoder/XMLCodingKey.swift",
        "XMLEncoder/XMLDateEncodingStrategy.swift",
        "XMLEncoder/XMLEncoder.swift",
        "XMLEncoder/XMLKeyedEncodingContainer.swift",
        "XMLEncoder/XMLSingleValueEncodingContainer.swift",
        "XMLEncoder/XMLUnkeyedEncodingContainer.swift",
        "XMLError.swift",
        "XMLHeader.swift",
        "XMLNamespaceCodable.swift",
        "XMLNode.swift",
        "XMLReader.swift",
        "XMLStack.swift",
        "XMLStringConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedKitTests",
      "path" : "Tests/FeedKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/json/feed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Ampersand.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom + XHTML.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomMedia.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Content.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/FeedNotFound.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Media.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSS.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSAtom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Syndication.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/YouTube.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/iTunes.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedKitTestable.swift",
        "Tests/AtomTests + Mocks.swift",
        "Tests/AtomTests.swift",
        "Tests/BoolTests.swift",
        "Tests/ContentTests + Mocks.swift",
        "Tests/ContentTests.swift",
        "Tests/DateTests.swift",
        "Tests/DublinCoreTests + Mocks.swift",
        "Tests/DublinCoreTests.swift",
        "Tests/DurationTests.swift",
        "Tests/FeedTests + Mocks.swift",
        "Tests/FeedTests.swift",
        "Tests/FeedTypeTests.swift",
        "Tests/GMLPositionTests.swift",
        "Tests/JSONTests + Mocks.swift",
        "Tests/JSONTests.swift",
        "Tests/KeywordsTests.swift",
        "Tests/MediaTagsTests.swift",
        "Tests/MediaTests + Mocks.swift",
        "Tests/MediaTests.swift",
        "Tests/RSSAtomTests + Mocks.swift",
        "Tests/RSSAtomTests.swift",
        "Tests/RSSTests + Mocks.swift",
        "Tests/RSSTests.swift",
        "Tests/SyndicationTests + Mocks.swift",
        "Tests/SyndicationTests.swift",
        "Tests/YouTubeTests + Mocks.swift",
        "Tests/YouTubeTests.swift",
        "Tests/iTunesTests + Mocks.swift",
        "Tests/iTunesTests.swift"
      ],
      "target_dependencies" : [
        "FeedKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedKit",
      "module_type" : "SwiftTarget",
      "name" : "FeedKit",
      "path" : "Sources/FeedKit",
      "product_memberships" : [
        "FeedKit"
      ],
      "sources" : [
        "Extensions/String + toBool.swift",
        "Extensions/String + toDuration.swift",
        "Extensions/String + toGMLPosition.swift",
        "Extensions/String + toKeywords.swift",
        "Extensions/String + toMediaTags.swift",
        "Feed.swift",
        "FeedDateFormatter.swift",
        "FeedError.swift",
        "FeedInitializable.swift",
        "FeedNamespace.swift",
        "FeedType.swift",
        "Feeds/Atom/AtomFeed.swift",
        "Feeds/Atom/AtomFeedAuthor.swift",
        "Feeds/Atom/AtomFeedCategory.swift",
        "Feeds/Atom/AtomFeedContent.swift",
        "Feeds/Atom/AtomFeedContributor.swift",
        "Feeds/Atom/AtomFeedEntry.swift",
        "Feeds/Atom/AtomFeedGenerator.swift",
        "Feeds/Atom/AtomFeedLink.swift",
        "Feeds/Atom/AtomFeedSource.swift",
        "Feeds/Atom/AtomFeedSubtitle.swift",
        "Feeds/Atom/AtomFeedSummary.swift",
        "Feeds/Atom/AtomFeedTitle.swift",
        "Feeds/JSON/JSONFeed.swift",
        "Feeds/JSON/JSONFeedAttachment.swift",
        "Feeds/JSON/JSONFeedAuthor.swift",
        "Feeds/JSON/JSONFeedHub.swift",
        "Feeds/JSON/JSONFeedItem.swift",
        "Feeds/RSS/RSSFeed.swift",
        "Feeds/RSS/RSSFeedCategory.swift",
        "Feeds/RSS/RSSFeedChannel.swift",
        "Feeds/RSS/RSSFeedCloud.swift",
        "Feeds/RSS/RSSFeedEnclosure.swift",
        "Feeds/RSS/RSSFeedGUID.swift",
        "Feeds/RSS/RSSFeedImage.swift",
        "Feeds/RSS/RSSFeedItem.swift",
        "Feeds/RSS/RSSFeedSkipDay.swift",
        "Feeds/RSS/RSSFeedSkipHours.swift",
        "Feeds/RSS/RSSFeedSource.swift",
        "Feeds/RSS/RSSFeedTextInput.swift",
        "Namespaces/Atom/Atom.swift",
        "Namespaces/Atom/AtomLink.swift",
        "Namespaces/Content/Content.swift",
        "Namespaces/DublinCore/DublinCore.swift",
        "Namespaces/GML/GMLPoint.swift",
        "Namespaces/Geo/GeoRSS.swift",
        "Namespaces/Media/Media.swift",
        "Namespaces/Media/MediaBacklinks.swift",
        "Namespaces/Media/MediaCategory.swift",
        "Namespaces/Media/MediaComments.swift",
        "Namespaces/Media/MediaCommunity.swift",
        "Namespaces/Media/MediaContent.swift",
        "Namespaces/Media/MediaCopyright.swift",
        "Namespaces/Media/MediaCredit.swift",
        "Namespaces/Media/MediaDescription.swift",
        "Namespaces/Media/MediaEmbed.swift",
        "Namespaces/Media/MediaGroup.swift",
        "Namespaces/Media/MediaHash.swift",
        "Namespaces/Media/MediaLicence.swift",
        "Namespaces/Media/MediaLocation.swift",
        "Namespaces/Media/MediaParam.swift",
        "Namespaces/Media/MediaPeerLink.swift",
        "Namespaces/Media/MediaPlayer.swift",
        "Namespaces/Media/MediaPrice.swift",
        "Namespaces/Media/MediaRating.swift",
        "Namespaces/Media/MediaReponses.swift",
        "Namespaces/Media/MediaRestriction.swift",
        "Namespaces/Media/MediaRights.swift",
        "Namespaces/Media/MediaScene.swift",
        "Namespaces/Media/MediaScenes.swift",
        "Namespaces/Media/MediaStarRating.swift",
        "Namespaces/Media/MediaStatistics.swift",
        "Namespaces/Media/MediaStatus.swift",
        "Namespaces/Media/MediaSubTitle.swift",
        "Namespaces/Media/MediaTag.swift",
        "Namespaces/Media/MediaText.swift",
        "Namespaces/Media/MediaThumbnail.swift",
        "Namespaces/Media/MediaTitle.swift",
        "Namespaces/Syndication/Syndication.swift",
        "Namespaces/Syndication/SyndicationUpdatePeriod.swift",
        "Namespaces/YouTube/Youtube.swift",
        "Namespaces/iTunes/ITunes.swift",
        "Namespaces/iTunes/iTunesCategory.swift",
        "Namespaces/iTunes/iTunesImage.swift",
        "Namespaces/iTunes/iTunesOwner.swift",
        "Namespaces/iTunes/iTunesSubCategory.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/24] Emitting module XMLKit
[5/26] Compiling XMLKit XMLElement.swift
[6/26] Compiling XMLKit XMLCodingKey.swift
[7/26] Compiling XMLKit XMLStack.swift
[8/26] Compiling XMLKit XMLStringConvertible.swift
[9/26] Compiling XMLKit XMLHeader.swift
[10/26] Compiling XMLKit XMLNamespaceCodable.swift
[11/26] Compiling XMLKit XMLNode.swift
[12/26] Compiling XMLKit XMLReader.swift
[13/26] Compiling XMLKit XMLDocument.swift
[14/26] Compiling XMLKit XMLDocumentConvertible.swift
[15/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[16/26] Compiling XMLKit XMLEncoder.swift
[17/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[18/26] Compiling XMLKit XMLError.swift
[19/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[20/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[21/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[22/26] Compiling XMLKit String + escapeCharacters.swift
[23/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[24/26] Compiling XMLKit XMLDecoder.swift
[25/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[26/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[27/105] Compiling FeedKit MediaStarRating.swift
[28/105] Compiling FeedKit MediaStatistics.swift
[29/105] Compiling FeedKit MediaStatus.swift
[30/105] Compiling FeedKit MediaSubTitle.swift
[31/105] Compiling FeedKit MediaTag.swift
[32/105] Compiling FeedKit MediaText.swift
[33/105] Compiling FeedKit MediaThumbnail.swift
[34/105] Compiling FeedKit MediaTitle.swift
[35/113] Emitting module FeedKit
[36/113] Compiling FeedKit String + toBool.swift
[37/113] Compiling FeedKit String + toDuration.swift
[38/113] Compiling FeedKit String + toGMLPosition.swift
[39/113] Compiling FeedKit String + toKeywords.swift
[40/113] Compiling FeedKit String + toMediaTags.swift
[41/113] Compiling FeedKit Feed.swift
[42/113] Compiling FeedKit FeedDateFormatter.swift
[43/113] Compiling FeedKit FeedError.swift
[44/113] Compiling FeedKit FeedInitializable.swift
[45/113] Compiling FeedKit RSSFeedSkipDay.swift
[46/113] Compiling FeedKit RSSFeedSkipHours.swift
[47/113] Compiling FeedKit RSSFeedSource.swift
[48/113] Compiling FeedKit RSSFeedTextInput.swift
[49/113] Compiling FeedKit Atom.swift
[50/113] Compiling FeedKit AtomLink.swift
[51/113] Compiling FeedKit Content.swift
[52/113] Compiling FeedKit DublinCore.swift
[53/113] Compiling FeedKit GMLPoint.swift
[54/113] Compiling FeedKit AtomFeedLink.swift
[55/113] Compiling FeedKit AtomFeedSource.swift
[56/113] Compiling FeedKit AtomFeedSubtitle.swift
[57/113] Compiling FeedKit AtomFeedSummary.swift
[58/113] Compiling FeedKit AtomFeedTitle.swift
[59/113] Compiling FeedKit JSONFeed.swift
[60/113] Compiling FeedKit JSONFeedAttachment.swift
[61/113] Compiling FeedKit JSONFeedAuthor.swift
[62/113] Compiling FeedKit JSONFeedHub.swift
[63/113] Compiling FeedKit MediaDescription.swift
[64/113] Compiling FeedKit MediaEmbed.swift
[65/113] Compiling FeedKit MediaGroup.swift
[66/113] Compiling FeedKit MediaHash.swift
[67/113] Compiling FeedKit MediaLicence.swift
[68/113] Compiling FeedKit MediaLocation.swift
[69/113] Compiling FeedKit MediaParam.swift
[70/113] Compiling FeedKit MediaPeerLink.swift
[71/113] Compiling FeedKit MediaPlayer.swift
[72/113] Compiling FeedKit MediaPrice.swift
[73/113] Compiling FeedKit MediaRating.swift
[74/113] Compiling FeedKit MediaReponses.swift
[75/113] Compiling FeedKit MediaRestriction.swift
[76/113] Compiling FeedKit MediaRights.swift
[77/113] Compiling FeedKit MediaScene.swift
[78/113] Compiling FeedKit MediaScenes.swift
[79/113] Compiling FeedKit GeoRSS.swift
[80/113] Compiling FeedKit Media.swift
[81/113] Compiling FeedKit MediaBacklinks.swift
[82/113] Compiling FeedKit MediaCategory.swift
[83/113] Compiling FeedKit MediaComments.swift
[84/113] Compiling FeedKit MediaCommunity.swift
[85/113] Compiling FeedKit MediaContent.swift
[86/113] Compiling FeedKit MediaCopyright.swift
[87/113] Compiling FeedKit MediaCredit.swift
[88/113] Compiling FeedKit Syndication.swift
[89/113] Compiling FeedKit SyndicationUpdatePeriod.swift
[90/113] Compiling FeedKit Youtube.swift
[91/113] Compiling FeedKit ITunes.swift
[92/113] Compiling FeedKit iTunesCategory.swift
[93/113] Compiling FeedKit iTunesImage.swift
[94/113] Compiling FeedKit iTunesOwner.swift
[95/113] Compiling FeedKit iTunesSubCategory.swift
[96/113] Compiling FeedKit FeedNamespace.swift
[97/113] Compiling FeedKit FeedType.swift
[98/113] Compiling FeedKit AtomFeed.swift
[99/113] Compiling FeedKit AtomFeedAuthor.swift
[100/113] Compiling FeedKit AtomFeedCategory.swift
[101/113] Compiling FeedKit AtomFeedContent.swift
[102/113] Compiling FeedKit AtomFeedContributor.swift
[103/113] Compiling FeedKit AtomFeedEntry.swift
[104/113] Compiling FeedKit AtomFeedGenerator.swift
[105/113] Compiling FeedKit JSONFeedItem.swift
[106/113] Compiling FeedKit RSSFeed.swift
[107/113] Compiling FeedKit RSSFeedCategory.swift
[108/113] Compiling FeedKit RSSFeedChannel.swift
[109/113] Compiling FeedKit RSSFeedCloud.swift
[110/113] Compiling FeedKit RSSFeedEnclosure.swift
[111/113] Compiling FeedKit RSSFeedGUID.swift
[112/113] Compiling FeedKit RSSFeedImage.swift
[113/113] Compiling FeedKit RSSFeedItem.swift
Build complete! (8.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedKit",
  "name" : "FeedKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedKit",
      "targets" : [
        "FeedKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMLKit",
      "targets" : [
        "XMLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLKitTests",
      "path" : "Tests/XMLKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XMLKitTests/Resources/xml/Sample.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Tests/EscapeCharactersTests.swift",
        "Tests/SampleTests + Mocks.swift",
        "Tests/SampleTests.swift",
        "Tests/XMLDecoderKeyedTests.swift",
        "Tests/XMLDecoderKeyedUnkeyedTests.swift",
        "Tests/XMLDecoderUnkeyedTests.swift",
        "Tests/XMLHeaderTests.swift",
        "XMLKitTestable.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLKit",
      "module_type" : "SwiftTarget",
      "name" : "XMLKit",
      "path" : "Sources/XMLKit",
      "product_memberships" : [
        "FeedKit",
        "XMLKit"
      ],
      "sources" : [
        "Extensions/String + escapeCharacters.swift",
        "XMLDecoder/XMLDateDecodingStrategy.swift",
        "XMLDecoder/XMLDecoder.swift",
        "XMLDecoder/XMLKeyedDecodingContainer.swift",
        "XMLDecoder/XMLSingleValueDecodingContainer.swift",
        "XMLDecoder/XMLUnkeyedDecodingContainer.swift",
        "XMLDocument.swift",
        "XMLDocumentConvertible.swift",
        "XMLElement.swift",
        "XMLEncoder/XMLCodingKey.swift",
        "XMLEncoder/XMLDateEncodingStrategy.swift",
        "XMLEncoder/XMLEncoder.swift",
        "XMLEncoder/XMLKeyedEncodingContainer.swift",
        "XMLEncoder/XMLSingleValueEncodingContainer.swift",
        "XMLEncoder/XMLUnkeyedEncodingContainer.swift",
        "XMLError.swift",
        "XMLHeader.swift",
        "XMLNamespaceCodable.swift",
        "XMLNode.swift",
        "XMLReader.swift",
        "XMLStack.swift",
        "XMLStringConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedKitTests",
      "path" : "Tests/FeedKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/json/feed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Ampersand.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom + XHTML.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomMedia.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Content.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/FeedNotFound.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Media.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSS.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSAtom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Syndication.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/YouTube.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/iTunes.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedKitTestable.swift",
        "Tests/AtomTests + Mocks.swift",
        "Tests/AtomTests.swift",
        "Tests/BoolTests.swift",
        "Tests/ContentTests + Mocks.swift",
        "Tests/ContentTests.swift",
        "Tests/DateTests.swift",
        "Tests/DublinCoreTests + Mocks.swift",
        "Tests/DublinCoreTests.swift",
        "Tests/DurationTests.swift",
        "Tests/FeedTests + Mocks.swift",
        "Tests/FeedTests.swift",
        "Tests/FeedTypeTests.swift",
        "Tests/GMLPositionTests.swift",
        "Tests/JSONTests + Mocks.swift",
        "Tests/JSONTests.swift",
        "Tests/KeywordsTests.swift",
        "Tests/MediaTagsTests.swift",
        "Tests/MediaTests + Mocks.swift",
        "Tests/MediaTests.swift",
        "Tests/RSSAtomTests + Mocks.swift",
        "Tests/RSSAtomTests.swift",
        "Tests/RSSTests + Mocks.swift",
        "Tests/RSSTests.swift",
        "Tests/SyndicationTests + Mocks.swift",
        "Tests/SyndicationTests.swift",
        "Tests/YouTubeTests + Mocks.swift",
        "Tests/YouTubeTests.swift",
        "Tests/iTunesTests + Mocks.swift",
        "Tests/iTunesTests.swift"
      ],
      "target_dependencies" : [
        "FeedKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedKit",
      "module_type" : "SwiftTarget",
      "name" : "FeedKit",
      "path" : "Sources/FeedKit",
      "product_memberships" : [
        "FeedKit"
      ],
      "sources" : [
        "Extensions/String + toBool.swift",
        "Extensions/String + toDuration.swift",
        "Extensions/String + toGMLPosition.swift",
        "Extensions/String + toKeywords.swift",
        "Extensions/String + toMediaTags.swift",
        "Feed.swift",
        "FeedDateFormatter.swift",
        "FeedError.swift",
        "FeedInitializable.swift",
        "FeedNamespace.swift",
        "FeedType.swift",
        "Feeds/Atom/AtomFeed.swift",
        "Feeds/Atom/AtomFeedAuthor.swift",
        "Feeds/Atom/AtomFeedCategory.swift",
        "Feeds/Atom/AtomFeedContent.swift",
        "Feeds/Atom/AtomFeedContributor.swift",
        "Feeds/Atom/AtomFeedEntry.swift",
        "Feeds/Atom/AtomFeedGenerator.swift",
        "Feeds/Atom/AtomFeedLink.swift",
        "Feeds/Atom/AtomFeedSource.swift",
        "Feeds/Atom/AtomFeedSubtitle.swift",
        "Feeds/Atom/AtomFeedSummary.swift",
        "Feeds/Atom/AtomFeedTitle.swift",
        "Feeds/JSON/JSONFeed.swift",
        "Feeds/JSON/JSONFeedAttachment.swift",
        "Feeds/JSON/JSONFeedAuthor.swift",
        "Feeds/JSON/JSONFeedHub.swift",
        "Feeds/JSON/JSONFeedItem.swift",
        "Feeds/RSS/RSSFeed.swift",
        "Feeds/RSS/RSSFeedCategory.swift",
        "Feeds/RSS/RSSFeedChannel.swift",
        "Feeds/RSS/RSSFeedCloud.swift",
        "Feeds/RSS/RSSFeedEnclosure.swift",
        "Feeds/RSS/RSSFeedGUID.swift",
        "Feeds/RSS/RSSFeedImage.swift",
        "Feeds/RSS/RSSFeedItem.swift",
        "Feeds/RSS/RSSFeedSkipDay.swift",
        "Feeds/RSS/RSSFeedSkipHours.swift",
        "Feeds/RSS/RSSFeedSource.swift",
        "Feeds/RSS/RSSFeedTextInput.swift",
        "Namespaces/Atom/Atom.swift",
        "Namespaces/Atom/AtomLink.swift",
        "Namespaces/Content/Content.swift",
        "Namespaces/DublinCore/DublinCore.swift",
        "Namespaces/GML/GMLPoint.swift",
        "Namespaces/Geo/GeoRSS.swift",
        "Namespaces/Media/Media.swift",
        "Namespaces/Media/MediaBacklinks.swift",
        "Namespaces/Media/MediaCategory.swift",
        "Namespaces/Media/MediaComments.swift",
        "Namespaces/Media/MediaCommunity.swift",
        "Namespaces/Media/MediaContent.swift",
        "Namespaces/Media/MediaCopyright.swift",
        "Namespaces/Media/MediaCredit.swift",
        "Namespaces/Media/MediaDescription.swift",
        "Namespaces/Media/MediaEmbed.swift",
        "Namespaces/Media/MediaGroup.swift",
        "Namespaces/Media/MediaHash.swift",
        "Namespaces/Media/MediaLicence.swift",
        "Namespaces/Media/MediaLocation.swift",
        "Namespaces/Media/MediaParam.swift",
        "Namespaces/Media/MediaPeerLink.swift",
        "Namespaces/Media/MediaPlayer.swift",
        "Namespaces/Media/MediaPrice.swift",
        "Namespaces/Media/MediaRating.swift",
        "Namespaces/Media/MediaReponses.swift",
        "Namespaces/Media/MediaRestriction.swift",
        "Namespaces/Media/MediaRights.swift",
        "Namespaces/Media/MediaScene.swift",
        "Namespaces/Media/MediaScenes.swift",
        "Namespaces/Media/MediaStarRating.swift",
        "Namespaces/Media/MediaStatistics.swift",
        "Namespaces/Media/MediaStatus.swift",
        "Namespaces/Media/MediaSubTitle.swift",
        "Namespaces/Media/MediaTag.swift",
        "Namespaces/Media/MediaText.swift",
        "Namespaces/Media/MediaThumbnail.swift",
        "Namespaces/Media/MediaTitle.swift",
        "Namespaces/Syndication/Syndication.swift",
        "Namespaces/Syndication/SyndicationUpdatePeriod.swift",
        "Namespaces/YouTube/Youtube.swift",
        "Namespaces/iTunes/ITunes.swift",
        "Namespaces/iTunes/iTunesCategory.swift",
        "Namespaces/iTunes/iTunesImage.swift",
        "Namespaces/iTunes/iTunesOwner.swift",
        "Namespaces/iTunes/iTunesSubCategory.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nmdias/feedkit/main
Repository:               nmdias/FeedKit
Swift version used:       6.1
Target:                   FeedKit
Extracting symbol information for 'FeedKit'...
Finished extracting symbol information for 'FeedKit'. (4.44s)
Building documentation for 'FeedKit'...
Finished building documentation for 'FeedKit' (0.61s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nmdias/feedkit/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.35s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit GenericConstraint.swift
[10/53] Compiling SymbolKit GenericParameter.swift
[11/53] Compiling SymbolKit Generics.swift
[12/53] Compiling SymbolKit Namespace.swift
[13/57] Compiling SymbolKit Relationship.swift
[14/57] Compiling SymbolKit RelationshipKind.swift
[15/57] Compiling SymbolKit SourceOrigin.swift
[16/57] Compiling SymbolKit GenericConstraints.swift
[17/57] Compiling SymbolKit Swift.swift
[18/57] Compiling SymbolKit DeclarationFragments.swift
[19/57] Compiling SymbolKit Fragment.swift
[20/57] Compiling SymbolKit FragmentKind.swift
[21/57] Compiling SymbolKit FunctionParameter.swift
[22/57] Compiling SymbolKit FunctionSignature.swift
[23/57] Compiling SymbolKit Identifier.swift
[24/57] Compiling SymbolKit KindIdentifier.swift
[25/57] Compiling SymbolKit Location.swift
[26/57] Compiling SymbolKit Mutability.swift
[27/57] Compiling SymbolKit SemanticVersion.swift
[28/57] Compiling SymbolKit AccessControl.swift
[29/57] Compiling SymbolKit Availability.swift
[30/57] Compiling SymbolKit AvailabilityItem.swift
[31/57] Compiling SymbolKit Domain.swift
[32/57] Compiling SymbolKit SourceRange.swift
[33/57] Compiling SymbolKit Metadata.swift
[34/57] Compiling SymbolKit Module.swift
[35/57] Compiling SymbolKit OperatingSystem.swift
[36/57] Compiling SymbolKit Platform.swift
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling SymbolKit SymbolKind.swift
[39/57] Compiling SymbolKit SymbolGraph.swift
[40/57] Compiling SymbolKit GraphCollector.swift
[41/57] Compiling SymbolKit Names.swift
[42/57] Compiling SymbolKit SPI.swift
[43/57] Compiling SymbolKit Snippet.swift
[44/57] Compiling SymbolKit Extension.swift
[45/57] Compiling SymbolKit Mixin+Equals.swift
[46/57] Compiling SymbolKit Mixin+Hash.swift
[47/57] Compiling SymbolKit Mixin.swift
[48/57] Compiling SymbolKit LineList.swift
[49/57] Compiling SymbolKit Position.swift
[50/57] Emitting module SymbolKit
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.27s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/22] Compiling XMLKit XMLDocument.swift
[3/22] Compiling XMLKit XMLDocumentConvertible.swift
[4/24] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[5/24] Compiling XMLKit XMLError.swift
[6/24] Emitting module XMLKit
[7/24] Compiling XMLKit XMLHeader.swift
[8/24] Compiling XMLKit XMLNamespaceCodable.swift
[9/24] Compiling XMLKit XMLDateEncodingStrategy.swift
[10/24] Compiling XMLKit XMLEncoder.swift
[11/24] Compiling XMLKit XMLStack.swift
[12/24] Compiling XMLKit XMLStringConvertible.swift
[13/24] Compiling XMLKit String + escapeCharacters.swift
[14/24] Compiling XMLKit XMLDateDecodingStrategy.swift
[15/24] Compiling XMLKit XMLDecoder.swift
[16/24] Compiling XMLKit XMLElement.swift
[17/24] Compiling XMLKit XMLCodingKey.swift
[18/24] Compiling XMLKit XMLKeyedDecodingContainer.swift
[19/24] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[20/24] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[21/24] Compiling XMLKit XMLNode.swift
[22/24] Compiling XMLKit XMLReader.swift
[23/24] Compiling XMLKit XMLKeyedEncodingContainer.swift
[24/24] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[25/103] Compiling FeedKit MediaStarRating.swift
[26/103] Compiling FeedKit MediaStatistics.swift
[27/103] Compiling FeedKit MediaStatus.swift
[28/103] Compiling FeedKit MediaSubTitle.swift
[29/103] Compiling FeedKit MediaTag.swift
[30/103] Compiling FeedKit MediaText.swift
[31/103] Compiling FeedKit MediaThumbnail.swift
[32/103] Compiling FeedKit MediaTitle.swift
[33/111] Compiling FeedKit MediaDescription.swift
[34/111] Compiling FeedKit MediaEmbed.swift
[35/111] Compiling FeedKit MediaGroup.swift
[36/111] Compiling FeedKit MediaHash.swift
[37/111] Compiling FeedKit MediaLicence.swift
[38/111] Compiling FeedKit MediaLocation.swift
[39/111] Compiling FeedKit MediaParam.swift
[40/111] Compiling FeedKit MediaPeerLink.swift
[41/111] Emitting module FeedKit
[42/111] Compiling FeedKit RSSFeedSkipDay.swift
[43/111] Compiling FeedKit RSSFeedSkipHours.swift
[44/111] Compiling FeedKit RSSFeedSource.swift
[45/111] Compiling FeedKit RSSFeedTextInput.swift
[46/111] Compiling FeedKit Atom.swift
[47/111] Compiling FeedKit AtomLink.swift
[48/111] Compiling FeedKit Content.swift
[49/111] Compiling FeedKit DublinCore.swift
[50/111] Compiling FeedKit GMLPoint.swift
[51/111] Compiling FeedKit MediaPlayer.swift
[52/111] Compiling FeedKit MediaPrice.swift
[53/111] Compiling FeedKit MediaRating.swift
[54/111] Compiling FeedKit MediaReponses.swift
[55/111] Compiling FeedKit MediaRestriction.swift
[56/111] Compiling FeedKit MediaRights.swift
[57/111] Compiling FeedKit MediaScene.swift
[58/111] Compiling FeedKit MediaScenes.swift
[59/111] Compiling FeedKit FeedNamespace.swift
[60/111] Compiling FeedKit FeedType.swift
[61/111] Compiling FeedKit AtomFeed.swift
[62/111] Compiling FeedKit AtomFeedAuthor.swift
[63/111] Compiling FeedKit AtomFeedCategory.swift
[64/111] Compiling FeedKit AtomFeedContent.swift
[65/111] Compiling FeedKit AtomFeedContributor.swift
[66/111] Compiling FeedKit AtomFeedEntry.swift
[67/111] Compiling FeedKit AtomFeedGenerator.swift
[68/111] Compiling FeedKit GeoRSS.swift
[69/111] Compiling FeedKit Media.swift
[70/111] Compiling FeedKit MediaBacklinks.swift
[71/111] Compiling FeedKit MediaCategory.swift
[72/111] Compiling FeedKit MediaComments.swift
[73/111] Compiling FeedKit MediaCommunity.swift
[74/111] Compiling FeedKit MediaContent.swift
[75/111] Compiling FeedKit MediaCopyright.swift
[76/111] Compiling FeedKit MediaCredit.swift
[77/111] Compiling FeedKit String + toBool.swift
[78/111] Compiling FeedKit String + toDuration.swift
[79/111] Compiling FeedKit String + toGMLPosition.swift
[80/111] Compiling FeedKit String + toKeywords.swift
[81/111] Compiling FeedKit String + toMediaTags.swift
[82/111] Compiling FeedKit Feed.swift
[83/111] Compiling FeedKit FeedDateFormatter.swift
[84/111] Compiling FeedKit FeedError.swift
[85/111] Compiling FeedKit FeedInitializable.swift
[86/111] Compiling FeedKit AtomFeedLink.swift
[87/111] Compiling FeedKit AtomFeedSource.swift
[88/111] Compiling FeedKit AtomFeedSubtitle.swift
[89/111] Compiling FeedKit AtomFeedSummary.swift
[90/111] Compiling FeedKit AtomFeedTitle.swift
[91/111] Compiling FeedKit JSONFeed.swift
[92/111] Compiling FeedKit JSONFeedAttachment.swift
[93/111] Compiling FeedKit JSONFeedAuthor.swift
[94/111] Compiling FeedKit JSONFeedHub.swift
[95/111] Compiling FeedKit JSONFeedItem.swift
[96/111] Compiling FeedKit RSSFeed.swift
[97/111] Compiling FeedKit RSSFeedCategory.swift
[98/111] Compiling FeedKit RSSFeedChannel.swift
[99/111] Compiling FeedKit RSSFeedCloud.swift
[100/111] Compiling FeedKit RSSFeedEnclosure.swift
[101/111] Compiling FeedKit RSSFeedGUID.swift
[102/111] Compiling FeedKit RSSFeedImage.swift
[103/111] Compiling FeedKit RSSFeedItem.swift
[104/111] Compiling FeedKit Syndication.swift
[105/111] Compiling FeedKit SyndicationUpdatePeriod.swift
[106/111] Compiling FeedKit Youtube.swift
[107/111] Compiling FeedKit ITunes.swift
[108/111] Compiling FeedKit iTunesCategory.swift
[109/111] Compiling FeedKit iTunesImage.swift
[110/111] Compiling FeedKit iTunesOwner.swift
[111/111] Compiling FeedKit iTunesSubCategory.swift
Build of target: 'FeedKit' complete! (2.35s)
    2062
12	/Users/admin/builder/spi-builder-workspace/.docs/nmdias/feedkit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nmdias/feedkit/main
File count: 2062
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-nmdias-feedkit-main-78a091f9.zip to s3://spi-docs-inbox/prod-nmdias-feedkit-main-78a091f9.zip
Copying... [12%]
Copying... [22%]
Copying... [32%]
Copying... [42%]
Copying... [52%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.