Build Information
Failed to build SwiftyJoinMastodonAPI, reference v1.0.0 (9928d1), with Swift 6.3 for Wasm on 21 Apr 2026 18:49:54 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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daprice/SwiftyJoinMastodonAPI.git
Reference: v1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/daprice/SwiftyJoinMastodonAPI
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 9928d18 Create LICENSE
Cloned https://github.com/daprice/SwiftyJoinMastodonAPI.git
Revision (git rev-parse @):
9928d18ec4223478bb57ff5bdbb50b52e3288ac8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daprice/SwiftyJoinMastodonAPI.git at v1.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/daprice/SwiftyJoinMastodonAPI.git
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/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling SwiftyJoinMastodonAPI GetServersRequest.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetServersRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
[4/14] Compiling SwiftyJoinMastodonAPI GetCategoriesRequest.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetCategoriesRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
[5/14] Compiling SwiftyJoinMastodonAPI GetLanguagesRequest.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetLanguagesRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
[6/14] Compiling SwiftyJoinMastodonAPI GetStatisticsRequest.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetStatisticsRequest.swift:28:54: error: cannot find type 'URLRequest' in scope
26 | public var queryItems: [URLQueryItem] { [] }
27 |
28 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
29 | urlRequest.httpMethod = "GET"
30 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
[7/14] Compiling SwiftyJoinMastodonAPI Category.swift
[8/14] Compiling SwiftyJoinMastodonAPI DailyStatistics.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Compiling SwiftyJoinMastodonAPI Language.swift
[10/14] Compiling SwiftyJoinMastodonAPI Server.swift
[11/14] Compiling SwiftyJoinMastodonAPI FilterParameters.swift
[12/14] Emitting module SwiftyJoinMastodonAPI
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:87: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: value of type '_' expected to be instance of class or class-constrained type
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: value of type '_' expected to be instance of class or class-constrained type
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:65:54: error: cannot find type 'URLRequest' in scope
63 | ///
64 | /// You can use this if you want to modify the `URLRequest` in some way or use it on your own instead of calling ``perform(_:)``. Otherwise, it's simpler to call ``perform(_:)`` which takes care of handling the request for you.
65 | public func urlRequest(for request: any Request) -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
66 | var urlRequest = URLRequest(url: url(for: request))
67 | urlRequest.setValue("application/json", forHTTPHeaderField: "Accept")
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:13: error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetCategoriesRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetLanguagesRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetServersRequest.swift:33:54: error: cannot find type 'URLRequest' in scope
31 | }
32 |
33 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
34 | urlRequest.httpMethod = "GET"
35 | }
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/Requests/GetStatisticsRequest.swift:28:54: error: cannot find type 'URLRequest' in scope
26 | public var queryItems: [URLQueryItem] { [] }
27 |
28 | public func configureURLRequest(_ urlRequest: inout URLRequest) {
| `- error: cannot find type 'URLRequest' in scope
29 | urlRequest.httpMethod = "GET"
30 | }
[13/14] Compiling SwiftyJoinMastodonAPI JoinMastodonAPI+Request.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:87: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: value of type '_' expected to be instance of class or class-constrained type
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: value of type '_' expected to be instance of class or class-constrained type
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:65:54: error: cannot find type 'URLRequest' in scope
63 | ///
64 | /// You can use this if you want to modify the `URLRequest` in some way or use it on your own instead of calling ``perform(_:)``. Otherwise, it's simpler to call ``perform(_:)`` which takes care of handling the request for you.
65 | public func urlRequest(for request: any Request) -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
66 | var urlRequest = URLRequest(url: url(for: request))
67 | urlRequest.setValue("application/json", forHTTPHeaderField: "Accept")
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:13: error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:66:20: error: cannot find 'URLRequest' in scope
64 | /// You can use this if you want to modify the `URLRequest` in some way or use it on your own instead of calling ``perform(_:)``. Otherwise, it's simpler to call ``perform(_:)`` which takes care of handling the request for you.
65 | public func urlRequest(for request: any Request) -> URLRequest {
66 | var urlRequest = URLRequest(url: url(for: request))
| `- error: cannot find 'URLRequest' in scope
67 | urlRequest.setValue("application/json", forHTTPHeaderField: "Accept")
68 | request.configureURLRequest(&urlRequest)
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:79:40: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
77 | /// ```
78 | public func perform<R: Request>(_ request: R) async throws -> R.Response {
79 | let (data, _) = try await urlSession.data(for: urlRequest(for: request))
| `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
80 | return try Self.jsonDecoder.decode(R.Response.self, from: data)
81 | }
[14/14] Compiling SwiftyJoinMastodonAPI JoinMastodonAPI.swift
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI+Request.swift:23:48: error: cannot find type 'URLRequest' in scope
21 | var queryItems: [URLQueryItem] { get }
22 | /// Set any properties on a URLRequest that are specific to this request.
23 | func configureURLRequest(_ urlRequest: inout URLRequest)
| `- error: cannot find type 'URLRequest' in scope
24 | /// The type to decode the response as.
25 | associatedtype Response: Decodable
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:25: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:87: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
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/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: value of type '_' expected to be instance of class or class-constrained type
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: value of type '_' expected to be instance of class or class-constrained type
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:21:101: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
19 | public let urlSession: URLSession
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
| `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
22 | self.baseURL = baseURL
23 | self.urlSession = urlSession
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:65:54: error: cannot find type 'URLRequest' in scope
63 | ///
64 | /// You can use this if you want to modify the `URLRequest` in some way or use it on your own instead of calling ``perform(_:)``. Otherwise, it's simpler to call ``perform(_:)`` which takes care of handling the request for you.
65 | public func urlRequest(for request: any Request) -> URLRequest {
| `- error: cannot find type 'URLRequest' in scope
66 | var urlRequest = URLRequest(url: url(for: request))
67 | urlRequest.setValue("application/json", forHTTPHeaderField: "Accept")
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:19:13: error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
17 | public let baseURL: URL
18 | /// The URLSession instance to make requests when using ``perform(_:)``
19 | public let urlSession: URLSession
| `- error: stored property 'urlSession' of 'Sendable'-conforming class 'JoinMastodonAPI' has non-Sendable type 'AnyObject'
20 |
21 | public init(baseURL: URL = URL(string: "https://api.joinmastodon.org")!, urlSession: URLSession = .shared) {
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:66:20: error: cannot find 'URLRequest' in scope
64 | /// You can use this if you want to modify the `URLRequest` in some way or use it on your own instead of calling ``perform(_:)``. Otherwise, it's simpler to call ``perform(_:)`` which takes care of handling the request for you.
65 | public func urlRequest(for request: any Request) -> URLRequest {
66 | var urlRequest = URLRequest(url: url(for: request))
| `- error: cannot find 'URLRequest' in scope
67 | urlRequest.setValue("application/json", forHTTPHeaderField: "Accept")
68 | request.configureURLRequest(&urlRequest)
/host/spi-builder-workspace/Sources/SwiftyJoinMastodonAPI/API/JoinMastodonAPI.swift:79:40: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
77 | /// ```
78 | public func perform<R: Request>(_ request: R) async throws -> R.Response {
79 | let (data, _) = try await urlSession.data(for: urlRequest(for: request))
| `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
80 | return try Self.jsonDecoder.decode(R.Response.self, from: data)
81 | }
BUILD FAILURE 6.3 wasm