The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FeedKit, reference 10.1.0 (cd4db0), with Swift 6.1 for macOS (SPM) on 14 Jun 2025 15:23:13 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nmdias/FeedKit.git
Reference: 10.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nmdias/FeedKit
 * tag               10.1.0     -> FETCH_HEAD
HEAD is now at cd4db01 Run format.sh
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
cd4db01bcc4dd0a246153f5799fd53fe73989e95
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at 10.1.0
========================================
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/8809] Fetching feedkit
Fetched https://github.com/nmdias/FeedKit.git from cache (1.10s)
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 10.1.0 (cd4db01)
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/AtomDC.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 String + escapeCharacters.swift
[6/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[7/26] Compiling XMLKit XMLDecoder.swift
[8/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[9/26] Compiling XMLKit XMLError.swift
[10/26] Compiling XMLKit XMLNode.swift
[11/26] Compiling XMLKit XMLReader.swift
[12/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[13/26] Compiling XMLKit XMLEncoder.swift
[14/26] Compiling XMLKit XMLDocument.swift
[15/26] Compiling XMLKit XMLDocumentConvertible.swift
[16/26] Compiling XMLKit XMLHeader.swift
[17/26] Compiling XMLKit XMLNamespaceCodable.swift
[18/26] Compiling XMLKit XMLStack.swift
[19/26] Compiling XMLKit XMLStringConvertible.swift
[20/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[21/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[22/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[23/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[24/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[25/26] Compiling XMLKit XMLElement.swift
[26/26] Compiling XMLKit XMLCodingKey.swift
[27/105] Emitting module FeedKit
[28/113] Compiling FeedKit MediaStarRating.swift
[29/113] Compiling FeedKit MediaStatistics.swift
[30/113] Compiling FeedKit MediaStatus.swift
[31/113] Compiling FeedKit MediaSubTitle.swift
[32/113] Compiling FeedKit MediaTag.swift
[33/113] Compiling FeedKit MediaText.swift
[34/113] Compiling FeedKit MediaThumbnail.swift
[35/113] Compiling FeedKit MediaTitle.swift
[36/113] Compiling FeedKit RSSFeedSkipDay.swift
[37/113] Compiling FeedKit RSSFeedSkipHours.swift
[38/113] Compiling FeedKit RSSFeedSource.swift
[39/113] Compiling FeedKit RSSFeedTextInput.swift
[40/113] Compiling FeedKit Atom.swift
[41/113] Compiling FeedKit AtomLink.swift
[42/113] Compiling FeedKit Content.swift
[43/113] Compiling FeedKit DublinCore.swift
[44/113] Compiling FeedKit GMLPoint.swift
[45/113] Compiling FeedKit AtomFeedLink.swift
[46/113] Compiling FeedKit AtomFeedSource.swift
[47/113] Compiling FeedKit AtomFeedSubtitle.swift
[48/113] Compiling FeedKit AtomFeedSummary.swift
[49/113] Compiling FeedKit AtomFeedTitle.swift
[50/113] Compiling FeedKit JSONFeed.swift
[51/113] Compiling FeedKit JSONFeedAttachment.swift
[52/113] Compiling FeedKit JSONFeedAuthor.swift
[53/113] Compiling FeedKit JSONFeedHub.swift
[54/113] Compiling FeedKit FeedNamespace.swift
[55/113] Compiling FeedKit FeedType.swift
[56/113] Compiling FeedKit AtomFeed.swift
[57/113] Compiling FeedKit AtomFeedAuthor.swift
[58/113] Compiling FeedKit AtomFeedCategory.swift
[59/113] Compiling FeedKit AtomFeedContent.swift
[60/113] Compiling FeedKit AtomFeedContributor.swift
[61/113] Compiling FeedKit AtomFeedEntry.swift
[62/113] Compiling FeedKit AtomFeedGenerator.swift
[63/113] Compiling FeedKit GeoRSS.swift
[64/113] Compiling FeedKit Media.swift
[65/113] Compiling FeedKit MediaBacklinks.swift
[66/113] Compiling FeedKit MediaCategory.swift
[67/113] Compiling FeedKit MediaComments.swift
[68/113] Compiling FeedKit MediaCommunity.swift
[69/113] Compiling FeedKit MediaContent.swift
[70/113] Compiling FeedKit MediaCopyright.swift
[71/113] Compiling FeedKit MediaCredit.swift
[72/113] Compiling FeedKit Syndication.swift
[73/113] Compiling FeedKit SyndicationUpdatePeriod.swift
[74/113] Compiling FeedKit Youtube.swift
[75/113] Compiling FeedKit ITunes.swift
[76/113] Compiling FeedKit iTunesCategory.swift
[77/113] Compiling FeedKit iTunesImage.swift
[78/113] Compiling FeedKit iTunesOwner.swift
[79/113] Compiling FeedKit iTunesSubCategory.swift
[80/113] Compiling FeedKit String + toBool.swift
[81/113] Compiling FeedKit String + toDuration.swift
[82/113] Compiling FeedKit String + toGMLPosition.swift
[83/113] Compiling FeedKit String + toKeywords.swift
[84/113] Compiling FeedKit String + toMediaTags.swift
[85/113] Compiling FeedKit Feed.swift
[86/113] Compiling FeedKit FeedDateFormatter.swift
[87/113] Compiling FeedKit FeedError.swift
[88/113] Compiling FeedKit FeedInitializable.swift
[89/113] Compiling FeedKit MediaDescription.swift
[90/113] Compiling FeedKit MediaEmbed.swift
[91/113] Compiling FeedKit MediaGroup.swift
[92/113] Compiling FeedKit MediaHash.swift
[93/113] Compiling FeedKit MediaLicence.swift
[94/113] Compiling FeedKit MediaLocation.swift
[95/113] Compiling FeedKit MediaParam.swift
[96/113] Compiling FeedKit MediaPeerLink.swift
[97/113] Compiling FeedKit MediaPlayer.swift
[98/113] Compiling FeedKit MediaPrice.swift
[99/113] Compiling FeedKit MediaRating.swift
[100/113] Compiling FeedKit MediaReponses.swift
[101/113] Compiling FeedKit MediaRestriction.swift
[102/113] Compiling FeedKit MediaRights.swift
[103/113] Compiling FeedKit MediaScene.swift
[104/113] Compiling FeedKit MediaScenes.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.57s)
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/AtomDC.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/10.1.0
Repository:               nmdias/FeedKit
Swift version used:       6.1
Target:                   FeedKit
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'FeedKit'...
Finished extracting symbol information for 'FeedKit'. (4.04s)
Building documentation for 'FeedKit'...
Finished building documentation for 'FeedKit' (0.56s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nmdias/feedkit/10.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.08s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
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.4
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets SnippetParser.swift
[8/57] Emitting module Snippets
[9/57] Compiling Snippets Snippet.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit Symbol.swift
[16/57] Compiling SymbolKit SymbolKind.swift
[17/57] Compiling SymbolKit SymbolGraph.swift
[18/57] Compiling SymbolKit GraphCollector.swift
[19/57] Compiling SymbolKit SourceRange.swift
[20/57] Compiling SymbolKit Metadata.swift
[21/57] Compiling SymbolKit Module.swift
[22/57] Compiling SymbolKit OperatingSystem.swift
[23/57] Compiling SymbolKit Platform.swift
[24/57] Compiling SymbolKit Relationship.swift
[25/57] Compiling SymbolKit RelationshipKind.swift
[26/57] Compiling SymbolKit SourceOrigin.swift
[27/57] Compiling SymbolKit GenericConstraints.swift
[28/57] Compiling SymbolKit Swift.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit SemanticVersion.swift
[35/57] Compiling SymbolKit AccessControl.swift
[36/57] Compiling SymbolKit Availability.swift
[37/57] Compiling SymbolKit AvailabilityItem.swift
[38/57] Compiling SymbolKit Domain.swift
[39/57] Compiling SymbolKit GenericConstraint.swift
[40/57] Compiling SymbolKit GenericParameter.swift
[41/57] Compiling SymbolKit Generics.swift
[42/57] Compiling SymbolKit Namespace.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.swift
[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 SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.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 XMLHeader.swift
[3/22] Compiling XMLKit XMLNamespaceCodable.swift
[4/24] Emitting module XMLKit
[5/24] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[6/24] Compiling XMLKit XMLError.swift
[7/24] Compiling XMLKit XMLStack.swift
[8/24] Compiling XMLKit XMLStringConvertible.swift
[9/24] Compiling XMLKit XMLKeyedDecodingContainer.swift
[10/24] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[11/24] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[12/24] Compiling XMLKit String + escapeCharacters.swift
[13/24] Compiling XMLKit XMLDateDecodingStrategy.swift
[14/24] Compiling XMLKit XMLDecoder.swift
[15/24] Compiling XMLKit XMLElement.swift
[16/24] Compiling XMLKit XMLCodingKey.swift
[17/24] Compiling XMLKit XMLDateEncodingStrategy.swift
[18/24] Compiling XMLKit XMLEncoder.swift
[19/24] Compiling XMLKit XMLDocument.swift
[20/24] Compiling XMLKit XMLDocumentConvertible.swift
[21/24] Compiling XMLKit XMLKeyedEncodingContainer.swift
[22/24] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[23/24] Compiling XMLKit XMLNode.swift
[24/24] Compiling XMLKit XMLReader.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] Compiling FeedKit AtomFeedLink.swift
[42/111] Compiling FeedKit AtomFeedSource.swift
[43/111] Compiling FeedKit AtomFeedSubtitle.swift
[44/111] Compiling FeedKit AtomFeedSummary.swift
[45/111] Compiling FeedKit AtomFeedTitle.swift
[46/111] Compiling FeedKit JSONFeed.swift
[47/111] Compiling FeedKit JSONFeedAttachment.swift
[48/111] Compiling FeedKit JSONFeedAuthor.swift
[49/111] Compiling FeedKit JSONFeedHub.swift
[50/111] Emitting module FeedKit
[51/111] Compiling FeedKit String + toBool.swift
[52/111] Compiling FeedKit String + toDuration.swift
[53/111] Compiling FeedKit String + toGMLPosition.swift
[54/111] Compiling FeedKit String + toKeywords.swift
[55/111] Compiling FeedKit String + toMediaTags.swift
[56/111] Compiling FeedKit Feed.swift
[57/111] Compiling FeedKit FeedDateFormatter.swift
[58/111] Compiling FeedKit FeedError.swift
[59/111] Compiling FeedKit FeedInitializable.swift
[60/111] Compiling FeedKit MediaPlayer.swift
[61/111] Compiling FeedKit MediaPrice.swift
[62/111] Compiling FeedKit MediaRating.swift
[63/111] Compiling FeedKit MediaReponses.swift
[64/111] Compiling FeedKit MediaRestriction.swift
[65/111] Compiling FeedKit MediaRights.swift
[66/111] Compiling FeedKit MediaScene.swift
[67/111] Compiling FeedKit MediaScenes.swift
[68/111] Compiling FeedKit FeedNamespace.swift
[69/111] Compiling FeedKit FeedType.swift
[70/111] Compiling FeedKit AtomFeed.swift
[71/111] Compiling FeedKit AtomFeedAuthor.swift
[72/111] Compiling FeedKit AtomFeedCategory.swift
[73/111] Compiling FeedKit AtomFeedContent.swift
[74/111] Compiling FeedKit AtomFeedContributor.swift
[75/111] Compiling FeedKit AtomFeedEntry.swift
[76/111] Compiling FeedKit AtomFeedGenerator.swift
[77/111] Compiling FeedKit GeoRSS.swift
[78/111] Compiling FeedKit Media.swift
[79/111] Compiling FeedKit MediaBacklinks.swift
[80/111] Compiling FeedKit MediaCategory.swift
[81/111] Compiling FeedKit MediaComments.swift
[82/111] Compiling FeedKit MediaCommunity.swift
[83/111] Compiling FeedKit MediaContent.swift
[84/111] Compiling FeedKit MediaCopyright.swift
[85/111] Compiling FeedKit MediaCredit.swift
[86/111] Compiling FeedKit RSSFeedSkipDay.swift
[87/111] Compiling FeedKit RSSFeedSkipHours.swift
[88/111] Compiling FeedKit RSSFeedSource.swift
[89/111] Compiling FeedKit RSSFeedTextInput.swift
[90/111] Compiling FeedKit Atom.swift
[91/111] Compiling FeedKit AtomLink.swift
[92/111] Compiling FeedKit Content.swift
[93/111] Compiling FeedKit DublinCore.swift
[94/111] Compiling FeedKit GMLPoint.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.16s)
    2066
12	/Users/admin/builder/spi-builder-workspace/.docs/nmdias/feedkit/10.1.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nmdias/feedkit/10.1.0
File count: 2066
Doc size:   12.0MB
Preparing doc bundle ...
Uploading prod-nmdias-feedkit-10.1.0-5ac7452f.zip to s3://spi-docs-inbox/prod-nmdias-feedkit-10.1.0-5ac7452f.zip
Copying... [12%]
Copying... [22%]
Copying... [32%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.