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

Failed to build FeedKit, reference 10.1.0 (cd4db0), with Swift 6.1 for Wasm on 14 Jun 2025 15:22:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nmdias/FeedKit.git
Reference: 10.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/nmdias/FeedKit
 * tag               10.1.0     -> FETCH_HEAD
HEAD is now at cd4db01 Run format.sh
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
cd4db01bcc4dd0a246153f5799fd53fe73989e95
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at 10.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nmdias/FeedKit.git
https://github.com/nmdias/FeedKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FeedKit",
  "name" : "FeedKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FeedKit",
      "targets" : [
        "FeedKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XMLKit",
      "targets" : [
        "XMLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XMLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XMLKitTests",
      "path" : "Tests/XMLKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/XMLKitTests/Resources/xml/Sample.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Tests/EscapeCharactersTests.swift",
        "Tests/SampleTests + Mocks.swift",
        "Tests/SampleTests.swift",
        "Tests/XMLDecoderKeyedTests.swift",
        "Tests/XMLDecoderKeyedUnkeyedTests.swift",
        "Tests/XMLDecoderUnkeyedTests.swift",
        "Tests/XMLHeaderTests.swift",
        "XMLKitTestable.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XMLKit",
      "module_type" : "SwiftTarget",
      "name" : "XMLKit",
      "path" : "Sources/XMLKit",
      "product_memberships" : [
        "FeedKit",
        "XMLKit"
      ],
      "sources" : [
        "Extensions/String + escapeCharacters.swift",
        "XMLDecoder/XMLDateDecodingStrategy.swift",
        "XMLDecoder/XMLDecoder.swift",
        "XMLDecoder/XMLKeyedDecodingContainer.swift",
        "XMLDecoder/XMLSingleValueDecodingContainer.swift",
        "XMLDecoder/XMLUnkeyedDecodingContainer.swift",
        "XMLDocument.swift",
        "XMLDocumentConvertible.swift",
        "XMLElement.swift",
        "XMLEncoder/XMLCodingKey.swift",
        "XMLEncoder/XMLDateEncodingStrategy.swift",
        "XMLEncoder/XMLEncoder.swift",
        "XMLEncoder/XMLKeyedEncodingContainer.swift",
        "XMLEncoder/XMLSingleValueEncodingContainer.swift",
        "XMLEncoder/XMLUnkeyedEncodingContainer.swift",
        "XMLError.swift",
        "XMLHeader.swift",
        "XMLNamespaceCodable.swift",
        "XMLNode.swift",
        "XMLReader.swift",
        "XMLStack.swift",
        "XMLStringConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FeedKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FeedKitTests",
      "path" : "Tests/FeedKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/json/feed.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Ampersand.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom + XHTML.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Atom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/AtomMedia.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Content.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/FeedNotFound.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Media.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSS.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSAtom.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/RSSDC.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Syndication.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/YouTube.xml",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/iTunes.xml",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FeedKitTestable.swift",
        "Tests/AtomTests + Mocks.swift",
        "Tests/AtomTests.swift",
        "Tests/BoolTests.swift",
        "Tests/ContentTests + Mocks.swift",
        "Tests/ContentTests.swift",
        "Tests/DateTests.swift",
        "Tests/DublinCoreTests + Mocks.swift",
        "Tests/DublinCoreTests.swift",
        "Tests/DurationTests.swift",
        "Tests/FeedTests + Mocks.swift",
        "Tests/FeedTests.swift",
        "Tests/FeedTypeTests.swift",
        "Tests/GMLPositionTests.swift",
        "Tests/JSONTests + Mocks.swift",
        "Tests/JSONTests.swift",
        "Tests/KeywordsTests.swift",
        "Tests/MediaTagsTests.swift",
        "Tests/MediaTests + Mocks.swift",
        "Tests/MediaTests.swift",
        "Tests/RSSAtomTests + Mocks.swift",
        "Tests/RSSAtomTests.swift",
        "Tests/RSSTests + Mocks.swift",
        "Tests/RSSTests.swift",
        "Tests/SyndicationTests + Mocks.swift",
        "Tests/SyndicationTests.swift",
        "Tests/YouTubeTests + Mocks.swift",
        "Tests/YouTubeTests.swift",
        "Tests/iTunesTests + Mocks.swift",
        "Tests/iTunesTests.swift"
      ],
      "target_dependencies" : [
        "FeedKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedKit",
      "module_type" : "SwiftTarget",
      "name" : "FeedKit",
      "path" : "Sources/FeedKit",
      "product_memberships" : [
        "FeedKit"
      ],
      "sources" : [
        "Extensions/String + toBool.swift",
        "Extensions/String + toDuration.swift",
        "Extensions/String + toGMLPosition.swift",
        "Extensions/String + toKeywords.swift",
        "Extensions/String + toMediaTags.swift",
        "Feed.swift",
        "FeedDateFormatter.swift",
        "FeedError.swift",
        "FeedInitializable.swift",
        "FeedNamespace.swift",
        "FeedType.swift",
        "Feeds/Atom/AtomFeed.swift",
        "Feeds/Atom/AtomFeedAuthor.swift",
        "Feeds/Atom/AtomFeedCategory.swift",
        "Feeds/Atom/AtomFeedContent.swift",
        "Feeds/Atom/AtomFeedContributor.swift",
        "Feeds/Atom/AtomFeedEntry.swift",
        "Feeds/Atom/AtomFeedGenerator.swift",
        "Feeds/Atom/AtomFeedLink.swift",
        "Feeds/Atom/AtomFeedSource.swift",
        "Feeds/Atom/AtomFeedSubtitle.swift",
        "Feeds/Atom/AtomFeedSummary.swift",
        "Feeds/Atom/AtomFeedTitle.swift",
        "Feeds/JSON/JSONFeed.swift",
        "Feeds/JSON/JSONFeedAttachment.swift",
        "Feeds/JSON/JSONFeedAuthor.swift",
        "Feeds/JSON/JSONFeedHub.swift",
        "Feeds/JSON/JSONFeedItem.swift",
        "Feeds/RSS/RSSFeed.swift",
        "Feeds/RSS/RSSFeedCategory.swift",
        "Feeds/RSS/RSSFeedChannel.swift",
        "Feeds/RSS/RSSFeedCloud.swift",
        "Feeds/RSS/RSSFeedEnclosure.swift",
        "Feeds/RSS/RSSFeedGUID.swift",
        "Feeds/RSS/RSSFeedImage.swift",
        "Feeds/RSS/RSSFeedItem.swift",
        "Feeds/RSS/RSSFeedSkipDay.swift",
        "Feeds/RSS/RSSFeedSkipHours.swift",
        "Feeds/RSS/RSSFeedSource.swift",
        "Feeds/RSS/RSSFeedTextInput.swift",
        "Namespaces/Atom/Atom.swift",
        "Namespaces/Atom/AtomLink.swift",
        "Namespaces/Content/Content.swift",
        "Namespaces/DublinCore/DublinCore.swift",
        "Namespaces/GML/GMLPoint.swift",
        "Namespaces/Geo/GeoRSS.swift",
        "Namespaces/Media/Media.swift",
        "Namespaces/Media/MediaBacklinks.swift",
        "Namespaces/Media/MediaCategory.swift",
        "Namespaces/Media/MediaComments.swift",
        "Namespaces/Media/MediaCommunity.swift",
        "Namespaces/Media/MediaContent.swift",
        "Namespaces/Media/MediaCopyright.swift",
        "Namespaces/Media/MediaCredit.swift",
        "Namespaces/Media/MediaDescription.swift",
        "Namespaces/Media/MediaEmbed.swift",
        "Namespaces/Media/MediaGroup.swift",
        "Namespaces/Media/MediaHash.swift",
        "Namespaces/Media/MediaLicence.swift",
        "Namespaces/Media/MediaLocation.swift",
        "Namespaces/Media/MediaParam.swift",
        "Namespaces/Media/MediaPeerLink.swift",
        "Namespaces/Media/MediaPlayer.swift",
        "Namespaces/Media/MediaPrice.swift",
        "Namespaces/Media/MediaRating.swift",
        "Namespaces/Media/MediaReponses.swift",
        "Namespaces/Media/MediaRestriction.swift",
        "Namespaces/Media/MediaRights.swift",
        "Namespaces/Media/MediaScene.swift",
        "Namespaces/Media/MediaScenes.swift",
        "Namespaces/Media/MediaStarRating.swift",
        "Namespaces/Media/MediaStatistics.swift",
        "Namespaces/Media/MediaStatus.swift",
        "Namespaces/Media/MediaSubTitle.swift",
        "Namespaces/Media/MediaTag.swift",
        "Namespaces/Media/MediaText.swift",
        "Namespaces/Media/MediaThumbnail.swift",
        "Namespaces/Media/MediaTitle.swift",
        "Namespaces/Syndication/Syndication.swift",
        "Namespaces/Syndication/SyndicationUpdatePeriod.swift",
        "Namespaces/YouTube/Youtube.swift",
        "Namespaces/iTunes/ITunes.swift",
        "Namespaces/iTunes/iTunesCategory.swift",
        "Namespaces/iTunes/iTunesImage.swift",
        "Namespaces/iTunes/iTunesOwner.swift",
        "Namespaces/iTunes/iTunesSubCategory.swift"
      ],
      "target_dependencies" : [
        "XMLKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Emitting module XMLKit
[5/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[6/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[7/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[8/26] Compiling XMLKit String + escapeCharacters.swift
[9/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[10/26] Compiling XMLKit XMLDecoder.swift
[11/26] Compiling XMLKit XMLCodingKey.swift
[12/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[13/26] Compiling XMLKit XMLEncoder.swift
[14/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[15/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[16/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[17/26] Compiling XMLKit XMLStack.swift
[18/26] Compiling XMLKit XMLStringConvertible.swift
[19/26] Compiling XMLKit XMLDocument.swift
[20/26] Compiling XMLKit XMLDocumentConvertible.swift
[21/26] Compiling XMLKit XMLElement.swift
[22/26] Compiling XMLKit XMLError.swift
[23/26] Compiling XMLKit XMLHeader.swift
[24/26] Compiling XMLKit XMLNamespaceCodable.swift
[25/26] Compiling XMLKit XMLNode.swift
[26/26] Compiling XMLKit XMLReader.swift
[28/104] Compiling FeedKit String + toBool.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[29/104] Compiling FeedKit String + toDuration.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[30/104] Compiling FeedKit String + toGMLPosition.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[31/104] Compiling FeedKit String + toKeywords.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[32/104] Compiling FeedKit String + toMediaTags.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[33/104] Compiling FeedKit Feed.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[34/104] Compiling FeedKit FeedDateFormatter.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[35/104] Compiling FeedKit FeedError.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[36/104] Compiling FeedKit FeedInitializable.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[37/104] Compiling FeedKit FeedNamespace.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[38/104] Compiling FeedKit FeedType.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[39/114] Emitting module FeedKit
[40/114] Compiling FeedKit MediaThumbnail.swift
[41/114] Compiling FeedKit MediaTitle.swift
[42/114] Compiling FeedKit Syndication.swift
[43/114] Compiling FeedKit SyndicationUpdatePeriod.swift
[44/114] Compiling FeedKit Youtube.swift
[45/114] Compiling FeedKit ITunes.swift
[46/114] Compiling FeedKit iTunesCategory.swift
[47/114] Compiling FeedKit iTunesImage.swift
[48/114] Compiling FeedKit iTunesOwner.swift
[49/114] Compiling FeedKit iTunesSubCategory.swift
[50/114] Compiling FeedKit RSSFeedGUID.swift
[51/114] Compiling FeedKit RSSFeedImage.swift
[52/114] Compiling FeedKit RSSFeedItem.swift
[53/114] Compiling FeedKit RSSFeedSkipDay.swift
[54/114] Compiling FeedKit RSSFeedSkipHours.swift
[55/114] Compiling FeedKit RSSFeedSource.swift
[56/114] Compiling FeedKit RSSFeedTextInput.swift
[57/114] Compiling FeedKit Atom.swift
[58/114] Compiling FeedKit AtomLink.swift
[59/114] Compiling FeedKit Content.swift
[60/114] Compiling FeedKit DublinCore.swift
[61/114] Compiling FeedKit GMLPoint.swift
[62/114] Compiling FeedKit GeoRSS.swift
[63/114] Compiling FeedKit Media.swift
[64/114] Compiling FeedKit MediaBacklinks.swift
[65/114] Compiling FeedKit MediaCategory.swift
[66/114] Compiling FeedKit MediaComments.swift
[67/114] Compiling FeedKit MediaCommunity.swift
[68/114] Compiling FeedKit MediaContent.swift
[69/114] Compiling FeedKit MediaCopyright.swift
[70/114] Compiling FeedKit MediaCredit.swift
[71/114] Compiling FeedKit MediaDescription.swift
[72/114] Compiling FeedKit MediaRestriction.swift
[73/114] Compiling FeedKit MediaRights.swift
[74/114] Compiling FeedKit MediaScene.swift
[75/114] Compiling FeedKit MediaScenes.swift
[76/114] Compiling FeedKit MediaStarRating.swift
[77/114] Compiling FeedKit MediaStatistics.swift
[78/114] Compiling FeedKit MediaStatus.swift
[79/114] Compiling FeedKit MediaSubTitle.swift
[80/114] Compiling FeedKit MediaTag.swift
[81/114] Compiling FeedKit MediaText.swift
[82/114] Compiling FeedKit AtomFeed.swift
[83/114] Compiling FeedKit AtomFeedAuthor.swift
[84/114] Compiling FeedKit AtomFeedCategory.swift
[85/114] Compiling FeedKit AtomFeedContent.swift
[86/114] Compiling FeedKit AtomFeedContributor.swift
[87/114] Compiling FeedKit AtomFeedEntry.swift
[88/114] Compiling FeedKit AtomFeedGenerator.swift
[89/114] Compiling FeedKit AtomFeedLink.swift
[90/114] Compiling FeedKit AtomFeedSource.swift
[91/114] Compiling FeedKit AtomFeedSubtitle.swift
[92/114] Compiling FeedKit AtomFeedSummary.swift
[93/114] Compiling FeedKit MediaEmbed.swift
[94/114] Compiling FeedKit MediaGroup.swift
[95/114] Compiling FeedKit MediaHash.swift
[96/114] Compiling FeedKit MediaLicence.swift
[97/114] Compiling FeedKit MediaLocation.swift
[98/114] Compiling FeedKit MediaParam.swift
[99/114] Compiling FeedKit MediaPeerLink.swift
[100/114] Compiling FeedKit MediaPlayer.swift
[101/114] Compiling FeedKit MediaPrice.swift
[102/114] Compiling FeedKit MediaRating.swift
[103/114] Compiling FeedKit MediaReponses.swift
[104/114] Compiling FeedKit AtomFeedTitle.swift
[105/114] Compiling FeedKit JSONFeed.swift
[106/114] Compiling FeedKit JSONFeedAttachment.swift
[107/114] Compiling FeedKit JSONFeedAuthor.swift
[108/114] Compiling FeedKit JSONFeedHub.swift
[109/114] Compiling FeedKit JSONFeedItem.swift
[110/114] Compiling FeedKit RSSFeed.swift
[111/114] Compiling FeedKit RSSFeedCategory.swift
[112/114] Compiling FeedKit RSSFeedChannel.swift
[113/114] Compiling FeedKit RSSFeedCloud.swift
[114/114] Compiling FeedKit RSSFeedEnclosure.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:1f4a86c2403dd7f046762c8271002f713e736861711b4d7bb001b0e60ed1e881
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling XMLKit XMLError.swift
[3/22] Compiling XMLKit XMLHeader.swift
[4/22] Compiling XMLKit XMLNamespaceCodable.swift
[5/24] Emitting module XMLKit
[6/24] Compiling XMLKit XMLStack.swift
[7/24] Compiling XMLKit XMLStringConvertible.swift
[8/24] Compiling XMLKit XMLCodingKey.swift
[9/24] Compiling XMLKit XMLDateEncodingStrategy.swift
[10/24] Compiling XMLKit XMLEncoder.swift
[11/24] Compiling XMLKit XMLDocument.swift
[12/24] Compiling XMLKit XMLDocumentConvertible.swift
[13/24] Compiling XMLKit XMLElement.swift
[14/24] Compiling XMLKit XMLKeyedEncodingContainer.swift
[15/24] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[16/24] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[17/24] Compiling XMLKit String + escapeCharacters.swift
[18/24] Compiling XMLKit XMLDateDecodingStrategy.swift
[19/24] Compiling XMLKit XMLDecoder.swift
[20/24] Compiling XMLKit XMLKeyedDecodingContainer.swift
[21/24] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[22/24] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[23/24] Compiling XMLKit XMLNode.swift
[24/24] Compiling XMLKit XMLReader.swift
[26/102] Emitting module FeedKit
[27/102] Compiling FeedKit String + toBool.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[28/102] Compiling FeedKit String + toDuration.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[29/102] Compiling FeedKit String + toGMLPosition.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[30/102] Compiling FeedKit String + toKeywords.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[31/102] Compiling FeedKit String + toMediaTags.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[32/102] Compiling FeedKit Feed.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[33/102] Compiling FeedKit FeedDateFormatter.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[34/102] Compiling FeedKit FeedError.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[35/102] Compiling FeedKit FeedInitializable.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[36/102] Compiling FeedKit FeedNamespace.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[37/102] Compiling FeedKit FeedType.swift
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
126 |     let (data, response) = try await session.data(from: url)
127 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:125:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
123 |   ///           fails or the content is invalid.
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
126 |     let (data, response) = try await session.data(from: url)
127 |
/host/spi-builder-workspace/Sources/FeedKit/Feed.swift:126:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
124 |   public init(remoteURL url: URL) async throws {
125 |     let session: URLSession = .shared
126 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
127 |
128 |     guard let httpResponse = response as? HTTPURLResponse else {
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 99 |     let (data, response) = try await session.data(from: url)
100 |
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:98:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 96 |   /// - Throws: An error if fetching or parsing fails.
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 99 |     let (data, response) = try await session.data(from: url)
100 |
/host/spi-builder-workspace/Sources/FeedKit/FeedInitializable.swift:99:46: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
 97 |   init(remoteURL url: URL) async throws {
 98 |     let session: URLSession = .shared
 99 |     let (data, response) = try await session.data(from: url)
    |                                              `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
100 |
101 |     guard let httpResponse = response as? HTTPURLResponse else {
[38/112] Compiling FeedKit MediaThumbnail.swift
[39/112] Compiling FeedKit MediaTitle.swift
[40/112] Compiling FeedKit Syndication.swift
[41/112] Compiling FeedKit SyndicationUpdatePeriod.swift
[42/112] Compiling FeedKit Youtube.swift
[43/112] Compiling FeedKit ITunes.swift
[44/112] Compiling FeedKit iTunesCategory.swift
[45/112] Compiling FeedKit iTunesImage.swift
[46/112] Compiling FeedKit iTunesOwner.swift
[47/112] Compiling FeedKit iTunesSubCategory.swift
[48/112] Compiling FeedKit RSSFeedGUID.swift
[49/112] Compiling FeedKit RSSFeedImage.swift
[50/112] Compiling FeedKit RSSFeedItem.swift
[51/112] Compiling FeedKit RSSFeedSkipDay.swift
[52/112] Compiling FeedKit RSSFeedSkipHours.swift
[53/112] Compiling FeedKit RSSFeedSource.swift
[54/112] Compiling FeedKit RSSFeedTextInput.swift
[55/112] Compiling FeedKit Atom.swift
[56/112] Compiling FeedKit AtomLink.swift
[57/112] Compiling FeedKit Content.swift
[58/112] Compiling FeedKit DublinCore.swift
[59/112] Compiling FeedKit AtomFeed.swift
[60/112] Compiling FeedKit AtomFeedAuthor.swift
[61/112] Compiling FeedKit AtomFeedCategory.swift
[62/112] Compiling FeedKit AtomFeedContent.swift
[63/112] Compiling FeedKit AtomFeedContributor.swift
[64/112] Compiling FeedKit AtomFeedEntry.swift
[65/112] Compiling FeedKit AtomFeedGenerator.swift
[66/112] Compiling FeedKit AtomFeedLink.swift
[67/112] Compiling FeedKit AtomFeedSource.swift
[68/112] Compiling FeedKit AtomFeedSubtitle.swift
[69/112] Compiling FeedKit AtomFeedSummary.swift
[70/112] Compiling FeedKit AtomFeedTitle.swift
[71/112] Compiling FeedKit JSONFeed.swift
[72/112] Compiling FeedKit JSONFeedAttachment.swift
[73/112] Compiling FeedKit JSONFeedAuthor.swift
[74/112] Compiling FeedKit JSONFeedHub.swift
[75/112] Compiling FeedKit JSONFeedItem.swift
[76/112] Compiling FeedKit RSSFeed.swift
[77/112] Compiling FeedKit RSSFeedCategory.swift
[78/112] Compiling FeedKit RSSFeedChannel.swift
[79/112] Compiling FeedKit RSSFeedCloud.swift
[80/112] Compiling FeedKit RSSFeedEnclosure.swift
[81/112] Compiling FeedKit MediaRestriction.swift
[82/112] Compiling FeedKit MediaRights.swift
[83/112] Compiling FeedKit MediaScene.swift
[84/112] Compiling FeedKit MediaScenes.swift
[85/112] Compiling FeedKit MediaStarRating.swift
[86/112] Compiling FeedKit MediaStatistics.swift
[87/112] Compiling FeedKit MediaStatus.swift
[88/112] Compiling FeedKit MediaSubTitle.swift
[89/112] Compiling FeedKit MediaTag.swift
[90/112] Compiling FeedKit MediaText.swift
[91/112] Compiling FeedKit MediaEmbed.swift
[92/112] Compiling FeedKit MediaGroup.swift
[93/112] Compiling FeedKit MediaHash.swift
[94/112] Compiling FeedKit MediaLicence.swift
[95/112] Compiling FeedKit MediaLocation.swift
[96/112] Compiling FeedKit MediaParam.swift
[97/112] Compiling FeedKit MediaPeerLink.swift
[98/112] Compiling FeedKit MediaPlayer.swift
[99/112] Compiling FeedKit MediaPrice.swift
[100/112] Compiling FeedKit MediaRating.swift
[101/112] Compiling FeedKit MediaReponses.swift
[102/112] Compiling FeedKit GMLPoint.swift
[103/112] Compiling FeedKit GeoRSS.swift
[104/112] Compiling FeedKit Media.swift
[105/112] Compiling FeedKit MediaBacklinks.swift
[106/112] Compiling FeedKit MediaCategory.swift
[107/112] Compiling FeedKit MediaComments.swift
[108/112] Compiling FeedKit MediaCommunity.swift
[109/112] Compiling FeedKit MediaContent.swift
[110/112] Compiling FeedKit MediaCopyright.swift
[111/112] Compiling FeedKit MediaCredit.swift
[112/112] Compiling FeedKit MediaDescription.swift
BUILD FAILURE 6.1 wasm