Build Information
Failed to build FeedKit, reference main (e55b2c), with Swift 6.1 for Wasm on 6 Feb 2026 02:42:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nmdias/FeedKit.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e55b2ca Run format.sh
Cloned https://github.com/nmdias/FeedKit.git
Revision (git rev-parse @):
e55b2cafaf67370092c91193cfb8a8b008e05888
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmdias/FeedKit.git at main
========================================
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/GeoRSSSimple.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/GeoRSSSimpleTests + Mocks.swift",
"Tests/GeoRSSSimpleTests.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/Geo/GeoRSSSimple.swift",
"Namespaces/Geo/GeoRSSSimplePoint.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/Podcast/Podcast.swift",
"Namespaces/Podcast/PodcastTranscript.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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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] Compiling XMLKit XMLDocument.swift
[5/24] Compiling XMLKit XMLDocumentConvertible.swift
[6/24] Compiling XMLKit XMLElement.swift
[7/26] Compiling XMLKit String + escapeCharacters.swift
[8/26] Compiling XMLKit XMLDateDecodingStrategy.swift
[9/26] Compiling XMLKit XMLDecoder.swift
[10/26] Compiling XMLKit XMLKeyedDecodingContainer.swift
[11/26] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[12/26] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[13/26] Emitting module XMLKit
[14/26] Compiling XMLKit XMLKeyedEncodingContainer.swift
[15/26] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[16/26] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[17/26] Compiling XMLKit XMLNode.swift
[18/26] Compiling XMLKit XMLReader.swift
[19/26] Compiling XMLKit XMLError.swift
[20/26] Compiling XMLKit XMLHeader.swift
[21/26] Compiling XMLKit XMLNamespaceCodable.swift
[22/26] Compiling XMLKit XMLCodingKey.swift
[23/26] Compiling XMLKit XMLDateEncodingStrategy.swift
[24/26] Compiling XMLKit XMLEncoder.swift
[25/26] Compiling XMLKit XMLStack.swift
[26/26] Compiling XMLKit XMLStringConvertible.swift
[28/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] 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/107] Compiling FeedKit AtomFeed.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 {
[40/118] Compiling FeedKit MediaRestriction.swift
[41/118] Compiling FeedKit MediaRights.swift
[42/118] Compiling FeedKit MediaScene.swift
[43/118] Compiling FeedKit MediaScenes.swift
[44/118] Compiling FeedKit MediaStarRating.swift
[45/118] Compiling FeedKit MediaStatistics.swift
[46/118] Compiling FeedKit MediaStatus.swift
[47/118] Compiling FeedKit MediaSubTitle.swift
[48/118] Compiling FeedKit MediaTag.swift
[49/118] Compiling FeedKit MediaText.swift
[50/118] Compiling FeedKit MediaThumbnail.swift
[51/118] Compiling FeedKit MediaEmbed.swift
[52/118] Compiling FeedKit MediaGroup.swift
[53/118] Compiling FeedKit MediaHash.swift
[54/118] Compiling FeedKit MediaLicence.swift
[55/118] Compiling FeedKit MediaLocation.swift
[56/118] Compiling FeedKit MediaParam.swift
[57/118] Compiling FeedKit MediaPeerLink.swift
[58/118] Compiling FeedKit MediaPlayer.swift
[59/118] Compiling FeedKit MediaPrice.swift
[60/118] Compiling FeedKit MediaRating.swift
[61/118] Compiling FeedKit MediaReponses.swift
[62/118] Compiling FeedKit MediaTitle.swift
[63/118] Compiling FeedKit Podcast.swift
[64/118] Compiling FeedKit PodcastTranscript.swift
[65/118] Compiling FeedKit Syndication.swift
[66/118] Compiling FeedKit SyndicationUpdatePeriod.swift
[67/118] Compiling FeedKit Youtube.swift
[68/118] Compiling FeedKit ITunes.swift
[69/118] Compiling FeedKit iTunesCategory.swift
[70/118] Compiling FeedKit iTunesImage.swift
[71/118] Compiling FeedKit iTunesOwner.swift
[72/118] Compiling FeedKit iTunesSubCategory.swift
[73/118] Compiling FeedKit RSSFeedItem.swift
[74/118] Compiling FeedKit RSSFeedSkipDay.swift
[75/118] Compiling FeedKit RSSFeedSkipHours.swift
[76/118] Compiling FeedKit RSSFeedSource.swift
[77/118] Compiling FeedKit RSSFeedTextInput.swift
[78/118] Compiling FeedKit Atom.swift
[79/118] Compiling FeedKit AtomLink.swift
[80/118] Compiling FeedKit Content.swift
[81/118] Compiling FeedKit DublinCore.swift
[82/118] Compiling FeedKit GMLPoint.swift
[83/118] Compiling FeedKit GeoRSS.swift
[84/118] Compiling FeedKit GeoRSSSimple.swift
[85/118] Compiling FeedKit GeoRSSSimplePoint.swift
[86/118] Compiling FeedKit Media.swift
[87/118] Compiling FeedKit MediaBacklinks.swift
[88/118] Compiling FeedKit MediaCategory.swift
[89/118] Compiling FeedKit MediaComments.swift
[90/118] Compiling FeedKit MediaCommunity.swift
[91/118] Compiling FeedKit MediaContent.swift
[92/118] Compiling FeedKit MediaCopyright.swift
[93/118] Compiling FeedKit MediaCredit.swift
[94/118] Compiling FeedKit MediaDescription.swift
[95/118] Compiling FeedKit AtomFeedAuthor.swift
[96/118] Compiling FeedKit AtomFeedCategory.swift
[97/118] Compiling FeedKit AtomFeedContent.swift
[98/118] Compiling FeedKit AtomFeedContributor.swift
[99/118] Compiling FeedKit AtomFeedEntry.swift
[100/118] Compiling FeedKit AtomFeedGenerator.swift
[101/118] Compiling FeedKit AtomFeedLink.swift
[102/118] Compiling FeedKit AtomFeedSource.swift
[103/118] Compiling FeedKit AtomFeedSubtitle.swift
[104/118] Compiling FeedKit AtomFeedSummary.swift
[105/118] Compiling FeedKit AtomFeedTitle.swift
[106/118] Compiling FeedKit JSONFeed.swift
[107/118] Emitting module FeedKit
[108/118] Compiling FeedKit JSONFeedAttachment.swift
[109/118] Compiling FeedKit JSONFeedAuthor.swift
[110/118] Compiling FeedKit JSONFeedHub.swift
[111/118] Compiling FeedKit JSONFeedItem.swift
[112/118] Compiling FeedKit RSSFeed.swift
[113/118] Compiling FeedKit RSSFeedCategory.swift
[114/118] Compiling FeedKit RSSFeedChannel.swift
[115/118] Compiling FeedKit RSSFeedCloud.swift
[116/118] Compiling FeedKit RSSFeedEnclosure.swift
[117/118] Compiling FeedKit RSSFeedGUID.swift
[118/118] Compiling FeedKit RSSFeedImage.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/FeedKitTests/Resources/xml/Podcast.xml
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling XMLKit XMLCodingKey.swift
[3/22] Compiling XMLKit XMLDateEncodingStrategy.swift
[4/22] Compiling XMLKit XMLEncoder.swift
[5/24] Compiling XMLKit XMLDocument.swift
[6/24] Compiling XMLKit XMLDocumentConvertible.swift
[7/24] Compiling XMLKit XMLElement.swift
[8/24] Compiling XMLKit XMLError.swift
[9/24] Compiling XMLKit XMLHeader.swift
[10/24] Compiling XMLKit XMLNamespaceCodable.swift
[11/24] Compiling XMLKit XMLStack.swift
[12/24] Compiling XMLKit XMLStringConvertible.swift
[13/24] Compiling XMLKit String + escapeCharacters.swift
[14/24] Compiling XMLKit XMLDateDecodingStrategy.swift
[15/24] Compiling XMLKit XMLDecoder.swift
[16/24] Emitting module XMLKit
[17/24] Compiling XMLKit XMLKeyedDecodingContainer.swift
[18/24] Compiling XMLKit XMLSingleValueDecodingContainer.swift
[19/24] Compiling XMLKit XMLUnkeyedDecodingContainer.swift
[20/24] Compiling XMLKit XMLKeyedEncodingContainer.swift
[21/24] Compiling XMLKit XMLSingleValueEncodingContainer.swift
[22/24] Compiling XMLKit XMLUnkeyedEncodingContainer.swift
[23/24] Compiling XMLKit XMLNode.swift
[24/24] Compiling XMLKit XMLReader.swift
[26/105] Emitting module FeedKit
[27/116] Compiling FeedKit MediaTitle.swift
[28/116] Compiling FeedKit Podcast.swift
[29/116] Compiling FeedKit PodcastTranscript.swift
[30/116] Compiling FeedKit Syndication.swift
[31/116] Compiling FeedKit SyndicationUpdatePeriod.swift
[32/116] Compiling FeedKit Youtube.swift
[33/116] Compiling FeedKit ITunes.swift
[34/116] Compiling FeedKit iTunesCategory.swift
[35/116] Compiling FeedKit iTunesImage.swift
[36/116] Compiling FeedKit iTunesOwner.swift
[37/116] Compiling FeedKit iTunesSubCategory.swift
[38/116] Compiling FeedKit AtomFeedAuthor.swift
[39/116] Compiling FeedKit AtomFeedCategory.swift
[40/116] Compiling FeedKit AtomFeedContent.swift
[41/116] Compiling FeedKit AtomFeedContributor.swift
[42/116] Compiling FeedKit AtomFeedEntry.swift
[43/116] Compiling FeedKit AtomFeedGenerator.swift
[44/116] Compiling FeedKit AtomFeedLink.swift
[45/116] Compiling FeedKit AtomFeedSource.swift
[46/116] Compiling FeedKit AtomFeedSubtitle.swift
[47/116] Compiling FeedKit AtomFeedSummary.swift
[48/116] Compiling FeedKit AtomFeedTitle.swift
[49/116] Compiling FeedKit JSONFeed.swift
[50/116] 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 {
[51/116] 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 {
[52/116] 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 {
[53/116] 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 {
[54/116] 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 {
[55/116] 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 {
[56/116] 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 {
[57/116] 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 {
[58/116] 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 {
[59/116] 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 {
[60/116] 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 {
[61/116] Compiling FeedKit AtomFeed.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 {
[62/116] Compiling FeedKit MediaRestriction.swift
[63/116] Compiling FeedKit MediaRights.swift
[64/116] Compiling FeedKit MediaScene.swift
[65/116] Compiling FeedKit MediaScenes.swift
[66/116] Compiling FeedKit MediaStarRating.swift
[67/116] Compiling FeedKit MediaStatistics.swift
[68/116] Compiling FeedKit MediaStatus.swift
[69/116] Compiling FeedKit MediaSubTitle.swift
[70/116] Compiling FeedKit MediaTag.swift
[71/116] Compiling FeedKit MediaText.swift
[72/116] Compiling FeedKit MediaThumbnail.swift
[73/116] Compiling FeedKit MediaEmbed.swift
[74/116] Compiling FeedKit MediaGroup.swift
[75/116] Compiling FeedKit MediaHash.swift
[76/116] Compiling FeedKit MediaLicence.swift
[77/116] Compiling FeedKit MediaLocation.swift
[78/116] Compiling FeedKit MediaParam.swift
[79/116] Compiling FeedKit MediaPeerLink.swift
[80/116] Compiling FeedKit MediaPlayer.swift
[81/116] Compiling FeedKit MediaPrice.swift
[82/116] Compiling FeedKit MediaRating.swift
[83/116] Compiling FeedKit MediaReponses.swift
[84/116] Compiling FeedKit RSSFeedItem.swift
[85/116] Compiling FeedKit RSSFeedSkipDay.swift
[86/116] Compiling FeedKit RSSFeedSkipHours.swift
[87/116] Compiling FeedKit RSSFeedSource.swift
[88/116] Compiling FeedKit RSSFeedTextInput.swift
[89/116] Compiling FeedKit Atom.swift
[90/116] Compiling FeedKit AtomLink.swift
[91/116] Compiling FeedKit Content.swift
[92/116] Compiling FeedKit DublinCore.swift
[93/116] Compiling FeedKit GMLPoint.swift
[94/116] Compiling FeedKit GeoRSS.swift
[95/116] Compiling FeedKit JSONFeedAttachment.swift
[96/116] Compiling FeedKit JSONFeedAuthor.swift
[97/116] Compiling FeedKit JSONFeedHub.swift
[98/116] Compiling FeedKit JSONFeedItem.swift
[99/116] Compiling FeedKit RSSFeed.swift
[100/116] Compiling FeedKit RSSFeedCategory.swift
[101/116] Compiling FeedKit RSSFeedChannel.swift
[102/116] Compiling FeedKit RSSFeedCloud.swift
[103/116] Compiling FeedKit RSSFeedEnclosure.swift
[104/116] Compiling FeedKit RSSFeedGUID.swift
[105/116] Compiling FeedKit RSSFeedImage.swift
[106/116] Compiling FeedKit GeoRSSSimple.swift
[107/116] Compiling FeedKit GeoRSSSimplePoint.swift
[108/116] Compiling FeedKit Media.swift
[109/116] Compiling FeedKit MediaBacklinks.swift
[110/116] Compiling FeedKit MediaCategory.swift
[111/116] Compiling FeedKit MediaComments.swift
[112/116] Compiling FeedKit MediaCommunity.swift
[113/116] Compiling FeedKit MediaContent.swift
[114/116] Compiling FeedKit MediaCopyright.swift
[115/116] Compiling FeedKit MediaCredit.swift
[116/116] Compiling FeedKit MediaDescription.swift
BUILD FAILURE 6.1 wasm