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 SyndiKit, reference main (1b7991), with Swift 5.10 for Linux on 22 Aug 2025 22:17:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[115/170] Compiling SyndiKit SiteCategory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[116/170] Compiling SyndiKit SiteCategoryType.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[117/170] Compiling SyndiKit SiteCollection.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[118/170] Compiling SyndiKit SiteCollectionDirectory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[119/170] Compiling SyndiKit SiteCollectionProcessor.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[120/170] Compiling SyndiKit SiteDirectory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[121/170] Compiling SyndiKit SiteDirectoryBuilder.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[122/170] Compiling SyndiKit SiteLanguage.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[123/170] Compiling SyndiKit SiteLanguageCategory+Site.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[124/170] Compiling SyndiKit SiteLanguageCategory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[125/170] Compiling SyndiKit SiteLanguageContent.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[126/170] Compiling SyndiKit SiteLanguageType.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[127/170] Compiling SyndiKit AtomCategory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[128/170] Emitting module SyndiKit
/host/spi-builder-workspace/Sources/SyndiKit/Common/Author.swift:47:14: warning: stored property 'uri' of 'Sendable'-conforming struct 'Author' has non-sendable type 'URL?'
  public let uri: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Common/Author.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Common/Link.swift:41:14: warning: stored property 'href' of 'Sendable'-conforming struct 'Link' has non-sendable type 'URL'
  public let href: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Common/Link.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Common/Primitives/UTF8EncodedURL.swift:39:16: warning: stored property 'value' of 'Sendable'-conforming struct 'UTF8EncodedURL' has non-sendable type 'URL'
  internal let value: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Common/Primitives/UTF8EncodedURL.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Decoding/DateFormatterDecoder.swift:52:15: warning: stored property 'formatters' of 'Sendable'-conforming struct 'DateFormatterDecoder' has non-sendable type '[DateFormatter]'
  private let formatters: [DateFormatter]
              ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/SyndiKit/Decoding/DateFormatterDecoder.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Decoding/JSONDecoder.swift:41:3: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
  extension JSONDecoder: TypeDecoder {}
  ^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:47:14: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let siteURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:50:14: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
  public let feedURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/Site.swift:53:14: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
  public let twitterURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:48:16: warning: stored property 'siteURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let siteURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:51:16: warning: stored property 'feedURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL'
    public let feedURL: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Blogs/SiteLanguageCategory+Site.swift:54:16: warning: stored property 'twitterURL' of 'Sendable'-conforming struct 'Site' has non-sendable type 'URL?'
    public let twitterURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson.swift:56:14: warning: stored property 'href' of 'Sendable'-conforming struct 'PodcastPerson' has non-sendable type 'URL?'
  public let href: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastPerson.swift:59:14: warning: stored property 'img' of 'Sendable'-conforming struct 'PodcastPerson' has non-sendable type 'URL?'
  public let img: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastTranscript' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastTranscript.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+BasicProperties.swift:51:16: warning: stored property 'link' of 'Sendable'-conforming struct 'BasicProperties' has non-sendable type 'URL'
    public let link: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+BasicProperties.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+BasicProperties.swift:84:16: warning: stored property 'attachmentURL' of 'Sendable'-conforming struct 'BasicProperties' has non-sendable type 'URL?'
    public let attachmentURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+ProcessedFields.swift:57:16: warning: stored property 'attachmentURL' of 'Sendable'-conforming struct 'ProcessedFields' has non-sendable type 'URL?'
    public let attachmentURL: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+ProcessedFields.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+ValidatedFields.swift:81:16: warning: stored property 'link' of 'Sendable'-conforming struct 'ValidatedFields' has non-sendable type 'URL'
    public let link: URL
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost+ValidatedFields.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost.swift:87:14: warning: stored property 'link' of 'Sendable'-conforming struct 'WordPressPost' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Wordpress/WordPressPost.swift:141:14: warning: stored property 'attachmentURL' of 'Sendable'-conforming struct 'WordPressPost' has non-sendable type 'URL?'
  public let attachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[129/170] Compiling SyndiKit AtomEntry.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[130/170] Compiling SyndiKit AtomFeed.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[131/170] Compiling SyndiKit AtomMedia.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[132/170] Compiling SyndiKit AtomMediaGroup.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[133/170] Compiling SyndiKit JSONFeed.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[134/170] Compiling SyndiKit JSONItem.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[135/170] Compiling SyndiKit Enclosure.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[136/170] Compiling SyndiKit EntryID.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[137/170] Compiling SyndiKit BasicProperties.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[138/170] Compiling SyndiKit ITunesProperties.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[139/170] Compiling SyndiKit MediaProperties.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[140/170] Compiling SyndiKit PodcastProperties.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[141/170] Compiling SyndiKit WordPressProperties.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[142/170] Compiling SyndiKit RSSChannel.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:54:14: warning: stored property 'url' of 'Sendable'-conforming struct 'AtomMedia' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/Atom/AtomMedia.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:47:14: warning: stored property 'version' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let version: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONFeed.swift:53:14: warning: stored property 'homePageUrl' of 'Sendable'-conforming struct 'JSONFeed' has non-sendable type 'URL'
  public let homePageUrl: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:46:14: warning: stored property 'url' of 'Sendable'-conforming struct 'JSONItem' has non-sendable type 'URL?'
  public let url: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/JSONFeed/JSONItem.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'Enclosure' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/Enclosure.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:44:8: warning: associated value 'url' of 'Sendable'-conforming enum 'EntryID' has non-sendable type 'URL'
  case url(URL)
       ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/EntryID.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:85:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:136:14: warning: stored property 'wpBaseSiteURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseSiteURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSChannel.swift:139:14: warning: stored property 'wpBaseBlogURL' of 'Sendable'-conforming struct 'RSSChannel' has non-sendable type 'URL?'
  public let wpBaseBlogURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[143/170] Compiling SyndiKit RSSFeed.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[144/170] Compiling SyndiKit RSSImage.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[145/170] Compiling SyndiKit RSSItem+Init.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[146/170] Compiling SyndiKit RSSItem+InternalInit.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[147/170] Compiling SyndiKit RSSItem.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[148/170] Compiling SyndiKit RSSItemCategory.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[149/170] Compiling SyndiKit MediaContent.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[150/170] Compiling SyndiKit PodcastChapters+MimeType.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[151/170] Compiling SyndiKit PodcastChapters.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[152/170] Compiling SyndiKit PodcastEpisode.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[153/170] Compiling SyndiKit PodcastFunding.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[154/170] Compiling SyndiKit PodcastLocation+GeoURI.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[155/170] Compiling SyndiKit PodcastLocation+OsmQuery.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[156/170] Compiling SyndiKit PodcastLocation.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:41:14: warning: stored property 'url' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSImage.swift:53:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSImage' has non-sendable type 'URL'
  public let link: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:92:14: warning: stored property 'link' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let link: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:35:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Feeds/RSS/RSSItem.swift:129:14: warning: stored property 'wpAttachmentURL' of 'Sendable'-conforming struct 'RSSItem' has non-sendable type 'URL?'
  public let wpAttachmentURL: URL?
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastChapters' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastChapters.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:47:14: warning: stored property 'url' of 'Sendable'-conforming struct 'PodcastFunding' has non-sendable type 'URL'
  public let url: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/Media/Podcast/PodcastFunding.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
[157/170] Compiling SyndiKit iTunesEpisode.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[158/170] Compiling SyndiKit iTunesImage.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[159/170] Compiling SyndiKit iTunesOwner.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[160/170] Compiling SyndiKit OPML+Body.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[161/170] Compiling SyndiKit OPML+Head.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[162/170] Compiling SyndiKit OPML+Outline.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[163/170] Compiling SyndiKit OPML.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[164/170] Compiling SyndiKit OutlineType.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[165/170] Compiling SyndiKit SyndicationUpdate.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[166/170] Compiling SyndiKit SyndicationUpdateFrequency.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[167/170] Compiling SyndiKit SyndicationUpdatePeriod.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[168/170] Compiling SyndiKit KeyedDecodingContainerProtocol.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[169/170] Compiling SyndiKit StringProtocol.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
[170/170] Compiling SyndiKit URL.swift
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:66:16: warning: stored property 'url' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let url: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:33:3: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  import Foundation
  ^
  @preconcurrency
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:67:16: warning: stored property 'htmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let htmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SyndiKit/Formats/OPML/OPML+Outline.swift:68:16: warning: stored property 'xmlUrl' of 'Sendable'-conforming struct 'Outline' has non-sendable type 'URL?'
    public let xmlUrl: URL?
               ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
Build complete! (13.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-alpha.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/XMLCoder"
    }
  ],
  "manifest_display_name" : "SyndiKit",
  "name" : "SyndiKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SyndiKit",
      "targets" : [
        "SyndiKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SyndiKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SyndiKitTests",
      "path" : "Tests/SyndiKitTests",
      "sources" : [
        "BlogTests.swift",
        "Content.Directories.swift",
        "Content.ResultDictionary.swift",
        "DecodingErrorTests.swift",
        "Extensions/FileManager.swift",
        "Extensions/JSONFeed.swift",
        "Extensions/Sequence.swift",
        "Extensions/SiteCollection.swift",
        "Extensions/String.swift",
        "Extensions/URL.swift",
        "OPMLTests.swift",
        "RSSCoded.Durations.swift",
        "RSSCodedTests.swift",
        "RSSGUIDTests.swift",
        "RSSItemCategoryTests.swift",
        "UTF8EncodedURLTests.swift",
        "WordPressElementsTests.swift",
        "WordpressTests.swift",
        "XMLStringIntTests.swift"
      ],
      "target_dependencies" : [
        "SyndiKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SyndiKit",
      "module_type" : "SwiftTarget",
      "name" : "SyndiKit",
      "path" : "Sources/SyndiKit",
      "product_dependencies" : [
        "XMLCoder"
      ],
      "product_memberships" : [
        "SyndiKit"
      ],
      "sources" : [
        "Character.swift",
        "Collection.swift",
        "Common/Author.swift",
        "Common/EntryCategory.swift",
        "Common/Entryable.swift",
        "Common/Feedable.swift",
        "Common/Link.swift",
        "Common/Primitives/CData.swift",
        "Common/Primitives/ListString.swift",
        "Common/Primitives/UTF8EncodedURL.swift",
        "Common/Primitives/XMLStringInt.swift",
        "Decoding/AnyDecoding.swift",
        "Decoding/CustomDecoderSetup.swift",
        "Decoding/DateFormatterDecoder.swift",
        "Decoding/DecodableFeed.swift",
        "Decoding/DecoderSetup.swift",
        "Decoding/DecoderSource.swift",
        "Decoding/Decoding.swift",
        "Decoding/DecodingError.swift",
        "Decoding/JSONDecoder.swift",
        "Decoding/SynDecoder+Helpers.swift",
        "Decoding/SynDecoder.swift",
        "Decoding/TypeDecoder.swift",
        "Decoding/XMLDecoder.swift",
        "Dictionary.swift",
        "Formats/Blogs/CategoryDescriptor.swift",
        "Formats/Blogs/CategoryLanguage.swift",
        "Formats/Blogs/LanguageContentResult.swift",
        "Formats/Blogs/ProcessedBlogsResult.swift",
        "Formats/Blogs/Site.swift",
        "Formats/Blogs/SiteCategory.swift",
        "Formats/Blogs/SiteCategoryType.swift",
        "Formats/Blogs/SiteCollection.swift",
        "Formats/Blogs/SiteCollectionDirectory.swift",
        "Formats/Blogs/SiteCollectionProcessor.swift",
        "Formats/Blogs/SiteDirectory.swift",
        "Formats/Blogs/SiteDirectoryBuilder.swift",
        "Formats/Blogs/SiteLanguage.swift",
        "Formats/Blogs/SiteLanguageCategory+Site.swift",
        "Formats/Blogs/SiteLanguageCategory.swift",
        "Formats/Blogs/SiteLanguageContent.swift",
        "Formats/Blogs/SiteLanguageType.swift",
        "Formats/Feeds/Atom/AtomCategory.swift",
        "Formats/Feeds/Atom/AtomEntry.swift",
        "Formats/Feeds/Atom/AtomFeed.swift",
        "Formats/Feeds/Atom/AtomMedia.swift",
        "Formats/Feeds/Atom/AtomMediaGroup.swift",
        "Formats/Feeds/JSONFeed/JSONFeed.swift",
        "Formats/Feeds/JSONFeed/JSONItem.swift",
        "Formats/Feeds/RSS/Enclosure.swift",
        "Formats/Feeds/RSS/EntryID.swift",
        "Formats/Feeds/RSS/Properties/BasicProperties.swift",
        "Formats/Feeds/RSS/Properties/ITunesProperties.swift",
        "Formats/Feeds/RSS/Properties/MediaProperties.swift",
        "Formats/Feeds/RSS/Properties/PodcastProperties.swift",
        "Formats/Feeds/RSS/Properties/WordPressProperties.swift",
        "Formats/Feeds/RSS/RSSChannel.swift",
        "Formats/Feeds/RSS/RSSFeed.swift",
        "Formats/Feeds/RSS/RSSImage.swift",
        "Formats/Feeds/RSS/RSSItem+Init.swift",
        "Formats/Feeds/RSS/RSSItem+InternalInit.swift",
        "Formats/Feeds/RSS/RSSItem.swift",
        "Formats/Feeds/RSS/RSSItemCategory.swift",
        "Formats/Media/MediaContent.swift",
        "Formats/Media/Podcast/PodcastChapters+MimeType.swift",
        "Formats/Media/Podcast/PodcastChapters.swift",
        "Formats/Media/Podcast/PodcastEpisode.swift",
        "Formats/Media/Podcast/PodcastFunding.swift",
        "Formats/Media/Podcast/PodcastLocation+GeoURI.swift",
        "Formats/Media/Podcast/PodcastLocation+OsmQuery.swift",
        "Formats/Media/Podcast/PodcastLocation.swift",
        "Formats/Media/Podcast/PodcastLocked.swift",
        "Formats/Media/Podcast/PodcastPerson+Role.swift",
        "Formats/Media/Podcast/PodcastPerson.swift",
        "Formats/Media/Podcast/PodcastSeason.swift",
        "Formats/Media/Podcast/PodcastSoundbite.swift",
        "Formats/Media/Podcast/PodcastTranscript+MimeType.swift",
        "Formats/Media/Podcast/PodcastTranscript.swift",
        "Formats/Media/Video.swift",
        "Formats/Media/Wordpress/Entryable+WordPressPost.swift",
        "Formats/Media/Wordpress/WPCategory.swift",
        "Formats/Media/Wordpress/WPPostMeta.swift",
        "Formats/Media/Wordpress/WPTag.swift",
        "Formats/Media/Wordpress/WordPressElements.swift",
        "Formats/Media/Wordpress/WordPressError.swift",
        "Formats/Media/Wordpress/WordPressPost+BasicProperties.swift",
        "Formats/Media/Wordpress/WordPressPost+CategoryProperties.swift",
        "Formats/Media/Wordpress/WordPressPost+DateProperties.swift",
        "Formats/Media/Wordpress/WordPressPost+Hashable.swift",
        "Formats/Media/Wordpress/WordPressPost+Init.swift",
        "Formats/Media/Wordpress/WordPressPost+MetaProperties.swift",
        "Formats/Media/Wordpress/WordPressPost+ProcessedData.swift",
        "Formats/Media/Wordpress/WordPressPost+ProcessedFields.swift",
        "Formats/Media/Wordpress/WordPressPost+Processor.swift",
        "Formats/Media/Wordpress/WordPressPost+ValidatedFields.swift",
        "Formats/Media/Wordpress/WordPressPost+Validator.swift",
        "Formats/Media/Wordpress/WordPressPost.swift",
        "Formats/Media/YouTube/YouTubeID.swift",
        "Formats/Media/iTunes/iTunesDuration.swift",
        "Formats/Media/iTunes/iTunesEpisode.swift",
        "Formats/Media/iTunes/iTunesImage.swift",
        "Formats/Media/iTunes/iTunesOwner.swift",
        "Formats/OPML/OPML+Body.swift",
        "Formats/OPML/OPML+Head.swift",
        "Formats/OPML/OPML+Outline.swift",
        "Formats/OPML/OPML.swift",
        "Formats/OPML/OutlineType.swift",
        "Formats/SyndicationUpdate/SyndicationUpdate.swift",
        "Formats/SyndicationUpdate/SyndicationUpdateFrequency.swift",
        "Formats/SyndicationUpdate/SyndicationUpdatePeriod.swift",
        "KeyedDecodingContainerProtocol.swift",
        "StringProtocol.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:f746aad7c5ec38b8c4300eda0f2f0c9a0b77dcddb8dbf0ff5a0c28d11b933b5b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.