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