The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build GoogleScholarSwift, reference main (3c7b00), with Swift 6.0 for Linux on 5 Nov 2024 17:57:52 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ezefranca/GoogleScholarSwift.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/ezefranca/GoogleScholarSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3c7b005 Adjustments to V1.2
Cloned https://github.com/ezefranca/GoogleScholarSwift.git
Revision (git rev-parse @):
3c7b0054008736eaa287bcba776c4acedb12f89c
SUCCESS checkout https://github.com/ezefranca/GoogleScholarSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ezefranca/GoogleScholarSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/3197] Fetching swiftsoup
[993/5235] Fetching swiftsoup, swift-docc-plugin
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.42s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (0.44s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.6 (2.13s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.54s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.7.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'swiftsoup': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfotvOS.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Info.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoWatchOS.plist
    /host/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoMac.plist
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/57] Emitting module SwiftSoup
[7/64] Compiling SwiftSoup SwiftSoup.swift
[8/64] Compiling SwiftSoup Tag.swift
[9/64] Compiling SwiftSoup TextNode.swift
[10/64] Compiling SwiftSoup Token.swift
[11/64] Compiling SwiftSoup TokenQueue.swift
[12/64] Compiling SwiftSoup Tokeniser.swift
[13/64] Compiling SwiftSoup TokeniserState.swift
[14/64] Compiling SwiftSoup SerializationException.swift
[15/64] Compiling SwiftSoup SimpleDictionary.swift
[16/64] Compiling SwiftSoup StreamReader.swift
[17/64] Compiling SwiftSoup String.swift
[18/64] Compiling SwiftSoup StringBuilder.swift
[19/64] Compiling SwiftSoup StringUtil.swift
[20/64] Compiling SwiftSoup StructuralEvaluator.swift
[21/64] Compiling SwiftSoup OrderedSet.swift
[22/64] Compiling SwiftSoup ParseError.swift
[23/64] Compiling SwiftSoup ParseErrorList.swift
[24/64] Compiling SwiftSoup ParseSettings.swift
[25/64] Compiling SwiftSoup Parser.swift
[26/64] Compiling SwiftSoup Pattern.swift
[27/64] Compiling SwiftSoup QueryParser.swift
[28/64] Compiling SwiftSoup HtmlTreeBuilder.swift
[29/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
[30/64] Compiling SwiftSoup HttpStatusException.swift
[31/64] Compiling SwiftSoup Mutex.swift
[32/64] Compiling SwiftSoup Node.swift
[33/64] Compiling SwiftSoup NodeTraversor.swift
[34/64] Compiling SwiftSoup NodeVisitor.swift
[35/64] Compiling SwiftSoup Collector.swift
[36/64] Compiling SwiftSoup CombiningEvaluator.swift
[37/64] Compiling SwiftSoup Comment.swift
[38/64] Compiling SwiftSoup Connection.swift
[39/64] Compiling SwiftSoup CssSelector.swift
[40/64] Compiling SwiftSoup DataNode.swift
[41/64] Compiling SwiftSoup DataUtil.swift
[42/64] Compiling SwiftSoup Document.swift
[43/64] Compiling SwiftSoup TreeBuilder.swift
[44/64] Compiling SwiftSoup UnfairLock.swift
[45/64] Compiling SwiftSoup UnicodeScalar.swift
[46/64] Compiling SwiftSoup Validate.swift
[47/64] Compiling SwiftSoup Whitelist.swift
[48/64] Compiling SwiftSoup XmlDeclaration.swift
[49/64] Compiling SwiftSoup XmlTreeBuilder.swift
[50/64] Compiling SwiftSoup ArrayExt.swift
[51/64] Compiling SwiftSoup Attribute.swift
[52/64] Compiling SwiftSoup Attributes.swift
[53/64] Compiling SwiftSoup BinarySearch.swift
[54/64] Compiling SwiftSoup BooleanAttribute.swift
[55/64] Compiling SwiftSoup CharacterExt.swift
[56/64] Compiling SwiftSoup CharacterReader.swift
[57/64] Compiling SwiftSoup Cleaner.swift
[58/64] Compiling SwiftSoup DocumentType.swift
[59/64] Compiling SwiftSoup Element.swift
[60/64] Compiling SwiftSoup Elements.swift
[61/64] Compiling SwiftSoup Entities.swift
[62/64] Compiling SwiftSoup Evaluator.swift
[63/64] Compiling SwiftSoup Exception.swift
[64/64] Compiling SwiftSoup FormElement.swift
[66/80] Compiling GoogleScholarSwift CoAuthor.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Models/GoogleScholarCacheConfig.swift:14:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// A configuration object for the cache settings in `GoogleScholarFetcher`.
 5 | public struct GoogleScholarCacheConfig {
   |               `- note: consider making struct 'GoogleScholarCacheConfig' conform to the 'Sendable' protocol
 6 |     public let publicationCountLimit: Int
 7 |     public let publicationTotalCostLimit: Int
   :
12 |
13 |     /// Default cache configuration.
14 |     public static let `default` = GoogleScholarCacheConfig(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         publicationCountLimit: 10000,
16 |         publicationTotalCostLimit: 1024 * 1024 * 10,
[67/80] Compiling GoogleScholarSwift GoogleScholarCacheConfig.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Models/GoogleScholarCacheConfig.swift:14:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// A configuration object for the cache settings in `GoogleScholarFetcher`.
 5 | public struct GoogleScholarCacheConfig {
   |               `- note: consider making struct 'GoogleScholarCacheConfig' conform to the 'Sendable' protocol
 6 |     public let publicationCountLimit: Int
 7 |     public let publicationTotalCostLimit: Int
   :
12 |
13 |     /// Default cache configuration.
14 |     public static let `default` = GoogleScholarCacheConfig(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         publicationCountLimit: 10000,
16 |         publicationTotalCostLimit: 1024 * 1024 * 10,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/82] Compiling GoogleScholarSwift SortBy.swift
[69/82] Compiling GoogleScholarSwift CacheService.swift
[70/82] Emitting module GoogleScholarSwift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Constants/Constants.swift:27:23: warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |     ]
26 |
27 |     public static var cookies: [String: String] = [
   |                       |- warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'cookies' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'cookies' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         "CONSENT": "PENDING+300"
29 |     ]
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:8:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 9 |         self.session = session
10 |     }
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:6:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 4 | public class NetworkService {
 5 |
 6 |     private let session: URLSession
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |
 8 |     public init(session: 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/GoogleScholarSwift/Impl/NetworkService.swift:8:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |         self.session = session
10 |     }
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/GoogleScholarSwift/Impl/NetworkService.swift:73:53: error: cannot find type 'URLRequest' in scope
71 |     }
72 |
73 |     private func configureRequest(with url: URL) -> URLRequest {
   |                                                     `- error: cannot find type 'URLRequest' in scope
74 |         var request = URLRequest(url: url)
75 |         request.addValue(Constants.randomUserAgent(), forHTTPHeaderField: "User-Agent")
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Models/GoogleScholarCacheConfig.swift:14:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// A configuration object for the cache settings in `GoogleScholarFetcher`.
 5 | public struct GoogleScholarCacheConfig {
   |               `- note: consider making struct 'GoogleScholarCacheConfig' conform to the 'Sendable' protocol
 6 |     public let publicationCountLimit: Int
 7 |     public let publicationTotalCostLimit: Int
   :
12 |
13 |     /// Default cache configuration.
14 |     public static let `default` = GoogleScholarCacheConfig(
   |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'GoogleScholarCacheConfig' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |         publicationCountLimit: 10000,
16 |         publicationTotalCostLimit: 1024 * 1024 * 10,
[71/82] Compiling GoogleScholarSwift Constants.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Constants/Constants.swift:27:23: warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |     ]
26 |
27 |     public static var cookies: [String: String] = [
   |                       |- warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'cookies' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'cookies' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         "CONSENT": "PENDING+300"
29 |     ]
[72/82] Compiling GoogleScholarSwift FetchQuantity.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Constants/Constants.swift:27:23: warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
25 |     ]
26 |
27 |     public static var cookies: [String: String] = [
   |                       |- warning: static property 'cookies' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'cookies' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'cookies' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |         "CONSENT": "PENDING+300"
29 |     ]
[73/82] Compiling GoogleScholarSwift ArticleLink.swift
[74/82] Compiling GoogleScholarSwift Author.swift
[75/82] Compiling GoogleScholarSwift NetworkService.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:6:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 4 | public class NetworkService {
 5 |
 6 |     private let session: URLSession
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |
 8 |     public init(session: 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/GoogleScholarSwift/Impl/NetworkService.swift:8:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |         self.session = session
10 |     }
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/GoogleScholarSwift/Impl/NetworkService.swift:8:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 9 |         self.session = session
10 |     }
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:73:53: error: cannot find type 'URLRequest' in scope
71 |     }
72 |
73 |     private func configureRequest(with url: URL) -> URLRequest {
   |                                                     `- error: cannot find type 'URLRequest' in scope
74 |         var request = URLRequest(url: url)
75 |         request.addValue(Constants.randomUserAgent(), forHTTPHeaderField: "User-Agent")
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:37:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
35 |
36 |         let request = configureRequest(with: url)
37 |         let (data, _) = try await session.data(for: request)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
38 |
39 |         guard let html = String(data: data, encoding: .utf8) else {
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:56:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
54 |
55 |         let request = configureRequest(with: requestURL)
56 |         let (data, _) = try await session.data(for: request)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
57 |
58 |         guard let html = String(data: data, encoding: .utf8) else {
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:74:23: error: cannot find 'URLRequest' in scope
72 |
73 |     private func configureRequest(with url: URL) -> URLRequest {
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.addValue(Constants.randomUserAgent(), forHTTPHeaderField: "User-Agent")
76 |         request.addValue("https://scholar.google.com/", forHTTPHeaderField: "Referer")
[76/82] Compiling GoogleScholarSwift Article.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:6:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 4 | public class NetworkService {
 5 |
 6 |     private let session: URLSession
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 7 |
 8 |     public init(session: 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/GoogleScholarSwift/Impl/NetworkService.swift:8:26: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                          `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 9 |         self.session = session
10 |     }
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/GoogleScholarSwift/Impl/NetworkService.swift:8:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 9 |         self.session = session
10 |     }
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:73:53: error: cannot find type 'URLRequest' in scope
71 |     }
72 |
73 |     private func configureRequest(with url: URL) -> URLRequest {
   |                                                     `- error: cannot find type 'URLRequest' in scope
74 |         var request = URLRequest(url: url)
75 |         request.addValue(Constants.randomUserAgent(), forHTTPHeaderField: "User-Agent")
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:37:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
35 |
36 |         let request = configureRequest(with: url)
37 |         let (data, _) = try await session.data(for: request)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
38 |
39 |         guard let html = String(data: data, encoding: .utf8) else {
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:56:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
54 |
55 |         let request = configureRequest(with: requestURL)
56 |         let (data, _) = try await session.data(for: request)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
57 |
58 |         guard let html = String(data: data, encoding: .utf8) else {
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:74:23: error: cannot find 'URLRequest' in scope
72 |
73 |     private func configureRequest(with url: URL) -> URLRequest {
74 |         var request = URLRequest(url: url)
   |                       `- error: cannot find 'URLRequest' in scope
75 |         request.addValue(Constants.randomUserAgent(), forHTTPHeaderField: "User-Agent")
76 |         request.addValue("https://scholar.google.com/", forHTTPHeaderField: "Referer")
[77/82] Compiling GoogleScholarSwift AuthorMetrics.swift
[78/82] Compiling GoogleScholarSwift CitationMetrics.swift
[79/82] Compiling GoogleScholarSwift GoogleScholarFetcher.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:8:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 9 |         self.session = session
10 |     }
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/HTMLParser.swift:67:19: warning: immutable value 'totalPublications' was never used; consider replacing with '_' or removing it
 65 |
 66 |         guard let totalCitationsElement = try? doc.select("#gsc_rsb_st td.gsc_rsb_std").first()?.text(),
 67 |               let totalPublications = try? doc.select(".gsc_a_tr").count else {
    |                   `- warning: immutable value 'totalPublications' was never used; consider replacing with '_' or removing it
 68 |             throw NSError(domain: "Parsing Error", code: 0, userInfo: nil)
 69 |         }
[80/82] Compiling GoogleScholarSwift HTMLParser.swift
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/NetworkService.swift:8:40: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 6 |     private let session: URLSession
 7 |
 8 |     public init(session: URLSession = .shared) {
   |                                        `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 9 |         self.session = session
10 |     }
/host/spi-builder-workspace/Sources/GoogleScholarSwift/Impl/HTMLParser.swift:67:19: warning: immutable value 'totalPublications' was never used; consider replacing with '_' or removing it
 65 |
 66 |         guard let totalCitationsElement = try? doc.select("#gsc_rsb_st td.gsc_rsb_std").first()?.text(),
 67 |               let totalPublications = try? doc.select(".gsc_a_tr").count else {
    |                   `- warning: immutable value 'totalPublications' was never used; consider replacing with '_' or removing it
 68 |             throw NSError(domain: "Parsing Error", code: 0, userInfo: nil)
 69 |         }
[81/82] Compiling GoogleScholarSwift GoogleScholarID.swift
[82/82] Compiling GoogleScholarSwift Publication.swift
BUILD FAILURE 6.0 linux