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 Linux on 14 Jun 2025 15:21:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nmdias/FeedKit.git
https://github.com/nmdias/FeedKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedKit",
  "name" : "FeedKit",
  "path" : "/host/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" : "/host/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" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/json/feed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Ampersand.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom + XHTML.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomMedia.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Content.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/FeedNotFound.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Media.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSS.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSAtom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Syndication.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/YouTube.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Emitting module XMLKit
[5/26] Compiling XMLKit XMLError.swift
[6/26] Compiling XMLKit XMLHeader.swift
[7/26] Compiling XMLKit XMLNamespaceCodable.swift
[8/26] Compiling XMLKit XMLDocument.swift
[9/26] Compiling XMLKit XMLDocumentConvertible.swift
[10/26] Compiling XMLKit XMLElement.swift
[11/26] Compiling XMLKit XMLStack.swift
[12/26] Compiling XMLKit XMLStringConvertible.swift
[13/26] Compiling XMLKit String + escapeCharacters.swift
[14/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[15/26] Compiling XMLKit XMLDecoder.swift
[16/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[17/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[18/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[19/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[20/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[21/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[22/26] Compiling XMLKit XMLCodingKey.swift
[23/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[24/26] Compiling XMLKit XMLEncoder.swift
[25/26] Compiling XMLKit XMLNode.swift
[26/26] Compiling XMLKit XMLReader.swift
[28/104] Emitting module FeedKit
[29/114] Compiling FeedKit MediaEmbed.swift
[30/114] Compiling FeedKit MediaGroup.swift
[31/114] Compiling FeedKit MediaHash.swift
[32/114] Compiling FeedKit MediaLicence.swift
[33/114] Compiling FeedKit MediaLocation.swift
[34/114] Compiling FeedKit MediaParam.swift
[35/114] Compiling FeedKit MediaPeerLink.swift
[36/114] Compiling FeedKit MediaPlayer.swift
[37/114] Compiling FeedKit MediaPrice.swift
[38/114] Compiling FeedKit MediaRating.swift
[39/114] Compiling FeedKit MediaReponses.swift
[40/114] Compiling FeedKit String + toBool.swift
[41/114] Compiling FeedKit String + toDuration.swift
[42/114] Compiling FeedKit String + toGMLPosition.swift
[43/114] Compiling FeedKit String + toKeywords.swift
[44/114] Compiling FeedKit String + toMediaTags.swift
[45/114] Compiling FeedKit Feed.swift
[46/114] Compiling FeedKit FeedDateFormatter.swift
[47/114] Compiling FeedKit FeedError.swift
[48/114] Compiling FeedKit FeedInitializable.swift
[49/114] Compiling FeedKit FeedNamespace.swift
[50/114] Compiling FeedKit FeedType.swift
[51/114] Compiling FeedKit MediaRestriction.swift
[52/114] Compiling FeedKit MediaRights.swift
[53/114] Compiling FeedKit MediaScene.swift
[54/114] Compiling FeedKit MediaScenes.swift
[55/114] Compiling FeedKit MediaStarRating.swift
[56/114] Compiling FeedKit MediaStatistics.swift
[57/114] Compiling FeedKit MediaStatus.swift
[58/114] Compiling FeedKit MediaSubTitle.swift
[59/114] Compiling FeedKit MediaTag.swift
[60/114] Compiling FeedKit MediaText.swift
[61/114] Compiling FeedKit RSSFeedGUID.swift
[62/114] Compiling FeedKit RSSFeedImage.swift
[63/114] Compiling FeedKit RSSFeedItem.swift
[64/114] Compiling FeedKit RSSFeedSkipDay.swift
[65/114] Compiling FeedKit RSSFeedSkipHours.swift
[66/114] Compiling FeedKit RSSFeedSource.swift
[67/114] Compiling FeedKit RSSFeedTextInput.swift
[68/114] Compiling FeedKit Atom.swift
[69/114] Compiling FeedKit AtomLink.swift
[70/114] Compiling FeedKit Content.swift
[71/114] Compiling FeedKit DublinCore.swift
[72/114] Compiling FeedKit AtomFeed.swift
[73/114] Compiling FeedKit AtomFeedAuthor.swift
[74/114] Compiling FeedKit AtomFeedCategory.swift
[75/114] Compiling FeedKit AtomFeedContent.swift
[76/114] Compiling FeedKit AtomFeedContributor.swift
[77/114] Compiling FeedKit AtomFeedEntry.swift
[78/114] Compiling FeedKit AtomFeedGenerator.swift
[79/114] Compiling FeedKit AtomFeedLink.swift
[80/114] Compiling FeedKit AtomFeedSource.swift
[81/114] Compiling FeedKit AtomFeedSubtitle.swift
[82/114] Compiling FeedKit AtomFeedSummary.swift
[83/114] Compiling FeedKit AtomFeedTitle.swift
[84/114] Compiling FeedKit JSONFeed.swift
[85/114] Compiling FeedKit JSONFeedAttachment.swift
[86/114] Compiling FeedKit JSONFeedAuthor.swift
[87/114] Compiling FeedKit JSONFeedHub.swift
[88/114] Compiling FeedKit JSONFeedItem.swift
[89/114] Compiling FeedKit RSSFeed.swift
[90/114] Compiling FeedKit RSSFeedCategory.swift
[91/114] Compiling FeedKit RSSFeedChannel.swift
[92/114] Compiling FeedKit RSSFeedCloud.swift
[93/114] Compiling FeedKit RSSFeedEnclosure.swift
[94/114] Compiling FeedKit GMLPoint.swift
[95/114] Compiling FeedKit GeoRSS.swift
[96/114] Compiling FeedKit Media.swift
[97/114] Compiling FeedKit MediaBacklinks.swift
[98/114] Compiling FeedKit MediaCategory.swift
[99/114] Compiling FeedKit MediaComments.swift
[100/114] Compiling FeedKit MediaCommunity.swift
[101/114] Compiling FeedKit MediaContent.swift
[102/114] Compiling FeedKit MediaCopyright.swift
[103/114] Compiling FeedKit MediaCredit.swift
[104/114] Compiling FeedKit MediaDescription.swift
[105/114] Compiling FeedKit MediaThumbnail.swift
[106/114] Compiling FeedKit MediaTitle.swift
[107/114] Compiling FeedKit Syndication.swift
[108/114] Compiling FeedKit SyndicationUpdatePeriod.swift
[109/114] Compiling FeedKit Youtube.swift
[110/114] Compiling FeedKit ITunes.swift
[111/114] Compiling FeedKit iTunesCategory.swift
[112/114] Compiling FeedKit iTunesImage.swift
[113/114] Compiling FeedKit iTunesOwner.swift
[114/114] Compiling FeedKit iTunesSubCategory.swift
Build complete! (13.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedKit",
  "name" : "FeedKit",
  "path" : "/host/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" : "/host/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" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/json/feed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Ampersand.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom + XHTML.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomMedia.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Content.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/FeedNotFound.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Media.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSS.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSAtom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Syndication.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/YouTube.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:96978cfc7c1f56c0b12d561b3402e65f41ab79b9797a4fd5965b5c0d586dcecc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.