The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build web, reference master (92ae62), with Swift 6.0 for Linux on 1 Dec 2024 20:44:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/web.git
Reference: master
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/swifweb/web
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 92ae621 👨‍🔧 Remove redundant `click` method which cause `ambiguous` error
Cloned https://github.com/swifweb/web.git
Revision (git rev-parse @):
92ae621c0c7c90c305c5abbedc62bb4db39664b8
SUCCESS checkout https://github.com/swifweb/web.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/swifweb/web.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/swiftwasm/JavaScriptKit
[1/21330] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (1.52s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.17.0 (0.74s)
Creating working copy for https://github.com/swiftwasm/JavaScriptKit
Working copy of https://github.com/swiftwasm/JavaScriptKit resolved at 0.17.0
Building for debugging...
[0/168] Write sources
[42/168] Copying Runtime
[43/168] Compiling _CJavaScriptKit _CJavaScriptKit.c
[44/168] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[45/168] Write swift-version-24593BA9C3E375BF.txt
[47/189] Emitting module JavaScriptKit
[48/191] Compiling JavaScriptKit ConstructibleFromJSValue.swift
[49/191] Compiling JavaScriptKit ConvertibleToJSValue.swift
[50/191] Compiling JavaScriptKit Deprecated.swift
[51/191] Compiling JavaScriptKit JSFunction.swift
[52/191] Compiling JavaScriptKit JSObject.swift
[53/191] Compiling JavaScriptKit JSString.swift
[54/191] Compiling JavaScriptKit JSValue.swift
[55/191] Compiling JavaScriptKit JSValueDecoder.swift
[56/191] Compiling JavaScriptKit JSPromise.swift
[57/191] Compiling JavaScriptKit JSTimer.swift
[58/191] Compiling JavaScriptKit JSTypedArray.swift
[59/191] Compiling JavaScriptKit Features.swift
[60/191] Compiling JavaScriptKit JSBigInt.swift
[61/191] Compiling JavaScriptKit JSClosure.swift
[62/191] Compiling JavaScriptKit JSSymbol.swift
[63/191] Compiling JavaScriptKit JSThrowingFunction.swift
[64/191] Compiling JavaScriptKit JSBridgedType.swift
[65/191] Compiling JavaScriptKit JSArray.swift
[66/191] Compiling JavaScriptKit JSDate.swift
[67/191] Compiling JavaScriptKit JSError.swift
[68/191] Compiling JavaScriptKit XcodeSupport.swift
[69/191] Compiling JavaScriptKit resource_bundle_accessor.swift
[70/192] Wrapping AST for JavaScriptKit for debugging
[72/196] Compiling JavaScriptBigIntSupport XcodeSupport.swift
[73/196] Emitting module JavaScriptBigIntSupport
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "_CJavaScriptKit+I64.h"
  |          `- note: in file included from <module-includes>:1:
2 |
[74/196] Compiling JavaScriptBigIntSupport Int64+I64.swift
[75/196] Compiling JavaScriptBigIntSupport JSBigInt+I64.swift
[76/197] Wrapping AST for JavaScriptBigIntSupport for debugging
[78/227] Emitting module WebFoundation
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:11:13: warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import JavaScriptKit
10 |
11 | private var dispatch = Dispatch()
   |             |- warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'dispatch' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'dispatch' 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
12 |
13 | public struct Dispatch {
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 | 	public var stringValue: String { self.absoluteString }
25 | }
[79/231] Compiling WebFoundation Dir.swift
[80/231] Compiling WebFoundation Exports.swift
[81/231] Compiling WebFoundation Array+Diff.swift
[82/231] Compiling WebFoundation Array+Random.swift
[83/231] Compiling WebFoundation JSFunction+Optional.swift
[84/231] Compiling WebFoundation String+Random.swift
[85/231] Compiling WebFoundation File.swift
[86/231] Compiling WebFoundation FormData.swift
[87/231] Compiling WebFoundation AbortController.swift
[88/231] Compiling WebFoundation AbortSignal.swift
[89/231] Compiling WebFoundation AnyElement.swift
[90/231] Compiling WebFoundation ArrayBuffer.swift
[91/231] Compiling WebFoundation Blob.swift
[92/231] Compiling WebFoundation Size.swift
[93/231] Compiling WebFoundation AnyState.swift
[94/231] Compiling WebFoundation Copyable.swift
[95/231] Compiling WebFoundation InnerStateChangeable.swift
[96/231] Compiling WebFoundation BlobPropertyBag.swift
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:11:13: warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import JavaScriptKit
10 |
11 | private var dispatch = Dispatch()
   |             |- warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'dispatch' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'dispatch' 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
12 |
13 | public struct Dispatch {
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:41:88: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
24 |     ///   - time: Time in seconds.
25 |     ///   - closure: Closure to execute.
26 |     public static func asyncAfter(_ time: Double, _ closure: @escaping () -> Void) {
   |                                                     `- note: parameter 'closure' is implicitly non-sendable
27 |         #if arch(wasm32)
28 |         let uid = String.shuffledAlphabet(8)
   :
39 |         _ = JSObject.global.setTimeout!(function, time * 1_000)
40 |         #else
41 |         DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(Int(time)), execute: closure)
   |                                                                                        `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
42 |         #endif
43 |     }
[97/231] Compiling WebFoundation BufferSource.swift
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:11:13: warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import JavaScriptKit
10 |
11 | private var dispatch = Dispatch()
   |             |- warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'dispatch' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'dispatch' 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
12 |
13 | public struct Dispatch {
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:41:88: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
24 |     ///   - time: Time in seconds.
25 |     ///   - closure: Closure to execute.
26 |     public static func asyncAfter(_ time: Double, _ closure: @escaping () -> Void) {
   |                                                     `- note: parameter 'closure' is implicitly non-sendable
27 |         #if arch(wasm32)
28 |         let uid = String.shuffledAlphabet(8)
   :
39 |         _ = JSObject.global.setTimeout!(function, time * 1_000)
40 |         #else
41 |         DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(Int(time)), execute: closure)
   |                                                                                        `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
42 |         #endif
43 |     }
[98/231] Compiling WebFoundation Console.swift
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:11:13: warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import JavaScriptKit
10 |
11 | private var dispatch = Dispatch()
   |             |- warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'dispatch' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'dispatch' 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
12 |
13 | public struct Dispatch {
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:41:88: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
24 |     ///   - time: Time in seconds.
25 |     ///   - closure: Closure to execute.
26 |     public static func asyncAfter(_ time: Double, _ closure: @escaping () -> Void) {
   |                                                     `- note: parameter 'closure' is implicitly non-sendable
27 |         #if arch(wasm32)
28 |         let uid = String.shuffledAlphabet(8)
   :
39 |         _ = JSObject.global.setTimeout!(function, time * 1_000)
40 |         #else
41 |         DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(Int(time)), execute: closure)
   |                                                                                        `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
42 |         #endif
43 |     }
[99/231] Compiling WebFoundation Dispatch.swift
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:11:13: warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 9 | import JavaScriptKit
10 |
11 | private var dispatch = Dispatch()
   |             |- warning: var 'dispatch' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'dispatch' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: annotate 'dispatch' 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
12 |
13 | public struct Dispatch {
/host/spi-builder-workspace/Sources/WebFoundation/Dispatch.swift:41:88: warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
24 |     ///   - time: Time in seconds.
25 |     ///   - closure: Closure to execute.
26 |     public static func asyncAfter(_ time: Double, _ closure: @escaping () -> Void) {
   |                                                     `- note: parameter 'closure' is implicitly non-sendable
27 |         #if arch(wasm32)
28 |         let uid = String.shuffledAlphabet(8)
   :
39 |         _ = JSObject.global.setTimeout!(function, time * 1_000)
40 |         #else
41 |         DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(Int(time)), execute: closure)
   |                                                                                        `- warning: passing non-sendable parameter 'closure' to function expecting a @Sendable closure
42 |         #endif
43 |     }
[100/231] Compiling WebFoundation State.swift
[101/231] Compiling WebFoundation Stateable.swift
[102/231] Compiling WebFoundation Storage.swift
[103/231] Compiling WebFoundation Storageable.swift
[104/231] Compiling WebFoundation JSClass.swift
[105/231] Compiling WebFoundation JSValuable.swift
[106/231] Compiling WebFoundation Point.swift
[107/231] Compiling WebFoundation Rect.swift
[108/231] Compiling WebFoundation URLConformable.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 | 	public var stringValue: String { self.absoluteString }
25 | }
[109/231] Compiling WebFoundation URLSearchParams.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 | 	public var stringValue: String { self.absoluteString }
25 | }
[110/231] Compiling WebFoundation URLValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 | 	public var stringValue: String { self.absoluteString }
25 | }
[111/231] Compiling WebFoundation WebJSValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
   | |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 | 	public var stringValue: String { self.absoluteString }
25 | }
[112/232] Wrapping AST for WebFoundation for debugging
[114/259] Compiling PushAPI PushMessageData.swift
[115/259] Compiling PeriodicBackgroundSynchronizationAPI PeriodicBackgroundSynchronizationAPI.swift
[116/259] Compiling PushAPI PushSubscription.swift
[117/259] Emitting module PaymentRequestAPI
[118/259] Compiling PaymentRequestAPI PaymentRequestAPI.swift
[119/259] Compiling StreamsAPI StreamsAPI.swift
[120/261] Emitting module PictureInPictureAPI
[121/261] Compiling PictureInPictureAPI PictureInPictureAPI.swift
[122/261] Compiling StreamsAPI ReadableStreamDefaultReader.swift
[123/262] Emitting module PeriodicBackgroundSynchronizationAPI
[124/263] Compiling StorageAPI StorageAPI.swift
[125/263] Compiling PushAPI PushManager.swift
[126/263] Emitting module PushAPI
[127/263] Compiling PushAPI PushEvent.swift
[129/266] Compiling NotificationsAPI NotificationsAPI.swift
[131/266] Compiling StreamsAPI ReadableStreamBYOBReader.swift
[134/266] Compiling StreamsAPI TransformStream.swift
[135/266] Compiling StreamsAPI WritableStream.swift
[136/266] Emitting module NavigationTimingAPI
[137/266] Compiling NavigationTimingAPI NavigationTimingAPI.swift
[138/267] Compiling StorageAPI SessionStorage.swift
/host/spi-builder-workspace/Sources/StorageAPI/SessionStorage.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: SessionStorage?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | // It is more secure to just use swift dictionary, cause it will be not available for user
[139/267] Emitting module StorageAPI
/host/spi-builder-workspace/Sources/StorageAPI/LocalStorage.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: LocalStorage?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | public final class LocalStorage {
/host/spi-builder-workspace/Sources/StorageAPI/SessionStorage.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: SessionStorage?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | // It is more secure to just use swift dictionary, cause it will be not available for user
[140/267] Compiling StorageAPI LocalStorage.swift
/host/spi-builder-workspace/Sources/StorageAPI/LocalStorage.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: LocalStorage?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | public final class LocalStorage {
[141/268] Compiling StreamsAPI PipeOptions.swift
[142/268] Emitting module StreamsAPI
[143/268] Compiling StreamsAPI ReadableStream.swift
[144/268] Compiling NotificationsAPI Notification.swift
[145/268] Compiling NotificationsAPI Notification+Action.swift
[146/268] Emitting module NotificationsAPI
[148/273] Compiling StreamsAPI WritableStreamDefaultWriter.swift
[151/278] Emitting module MediaStreamAPI
[152/278] Compiling MediaStreamAPI MediaStreamAPI.swift
[154/279] Emitting module IntersectionObserverAPI
[155/280] Compiling MediaCapabilitiesAPI MediaCapabilitiesAPI.swift
[156/281] Emitting module MediaCapabilitiesAPI
[158/282] Compiling IntersectionObserverAPI IntersectionObserverAPI.swift
[159/283] Emitting module LocationAPI
/host/spi-builder-workspace/Sources/LocationAPI/Location.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: Location?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | /// [Learn more](https://developer.mozilla.org/en-US/docs/Web/API/Location)
[162/287] Emitting module IndexedDB
[163/287] Compiling IndexedDB IndexedDB.swift
[164/288] Compiling GamepadAPI GamepadAPI.swift
[165/289] Emitting module GamepadAPI
[166/292] Emitting module GeolocationAPI
[167/292] Compiling GeolocationAPI GeolocationAPI.swift
[169/304] Compiling LocationAPI Location.swift
/host/spi-builder-workspace/Sources/LocationAPI/Location.swift:10:13: warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
  8 | import WebFoundation
  9 |
 10 | private var _shared: Location?
    |             |- warning: var '_shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_shared' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: annotate '_shared' 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
 11 |
 12 | /// [Learn more](https://developer.mozilla.org/en-US/docs/Web/API/Location)
[170/306] Emitting module FullscreenAPI
[171/310] Compiling FullscreenAPI FullscreenAPI.swift
[176/336] Emitting module FetchAPI
[177/337] Compiling ContentIndexAPI ContentIndex.swift
[178/337] Compiling FetchAPI Request.swift
[179/337] Emitting module ContentIndexAPI
[180/338] Emitting module ClipboardAPI
[181/338] Compiling ClipboardAPI ClipboardAPI.swift
[182/341] Compiling FetchAPI RequestOptions.swift
/host/spi-builder-workspace/Sources/FetchAPI/RequestOptions.swift:13:27: error: property 'jsValue' requires the types 'AnyHashable' and 'String' be equivalent
 11 | public class RequestOptions {
 12 |     public var jsValue: JSValue {
 13 |         var jsValue = [:].jsValue
    |                           `- error: property 'jsValue' requires the types 'AnyHashable' and 'String' be equivalent
 14 |         jsValue.method = method.rawValue.jsValue
 15 |         jsValue.headers = headers
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ConvertibleToJSValue.swift:101:1: note: where 'Key' = 'AnyHashable'
 99 | }
100 |
101 | extension Dictionary: ConvertibleToJSValue where Value: ConvertibleToJSValue, Key == String {
    | `- note: where 'Key' = 'AnyHashable'
102 |     public var jsValue: JSValue {
103 |         let object = objectConstructor.new()
/host/spi-builder-workspace/Sources/FetchAPI/RequestOptions.swift:13:27: error: type 'Any' cannot conform to 'ConvertibleToJSValue'
 11 | public class RequestOptions {
 12 |     public var jsValue: JSValue {
 13 |         var jsValue = [:].jsValue
    |                           |- error: type 'Any' cannot conform to 'ConvertibleToJSValue'
    |                           `- note: only concrete types such as structs, enums and classes can conform to protocols
 14 |         jsValue.method = method.rawValue.jsValue
 15 |         jsValue.headers = headers
/host/spi-builder-workspace/.build/checkouts/JavaScriptKit/Sources/JavaScriptKit/ConvertibleToJSValue.swift:101:1: note: required by property 'jsValue' where 'Value' = 'Any'
 99 | }
100 |
101 | extension Dictionary: ConvertibleToJSValue where Value: ConvertibleToJSValue, Key == String {
    | `- note: required by property 'jsValue' where 'Value' = 'Any'
102 |     public var jsValue: JSValue {
103 |         let object = objectConstructor.new()
[183/341] Compiling Events DragEvent.swift
[184/341] Compiling Events HandledEventPhase.swift
[185/345] Compiling Events AnimationEvent.swift
[186/345] Compiling Events ClipboardEvent.swift
[188/347] Compiling Events WheelEventDeltaMode.swift
[189/347] Compiling Events Event.swift
[190/347] Compiling Events HashChangeEvent.swift
[191/347] Compiling Events InputEvent.swift
[192/347] Compiling Events InputType.swift
[193/347] Compiling Events KeyboardEventLocation.swift
[194/347] Compiling BluetoothAPI BluetoothAPI.swift
[196/347] Emitting module BluetoothAPI
[199/347] Compiling Events KeyboardEvent.swift
[199/347] Write Objects.LinkFileList
[201/351] Emitting module BroadcastChannelAPI
[202/351] Compiling BroadcastChannelAPI BroadcastChannelAPI.swift
[203/352] Compiling CanvasAPI CanvasAPI.swift
[204/352] Emitting module CanvasAPI
[206/353] Compiling Events TouchObject.swift
[207/353] Compiling Events PageTransitionEvent.swift
[208/353] Compiling Events ProgressEvent.swift
[209/353] Compiling Events PushEvent.swift
[210/353] Compiling Events StorageEvent.swift
[211/353] Compiling Events TouchEvent.swift
[211/353] Archiving libWebFoundation.a
[214/353] Wrapping AST for StreamsAPI for debugging
[216/353] Compiling FetchAPI Response.swift
[216/353] Wrapping AST for StorageAPI for debugging
[216/353] Wrapping AST for PushAPI for debugging
[216/353] Wrapping AST for PeriodicBackgroundSynchronizationAPI for debugging
[216/353] Wrapping AST for PictureInPictureAPI for debugging
BUILD FAILURE 6.0 linux