The Swift Package Index logo.Swift Package Index

Build Information

Failed to build web, reference 1.0.0 (92ae62), with Swift 6.3 for Wasm on 15 Apr 2026 01:51:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/web.git
Reference: 1.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/swifweb/web
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
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" -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
Fetching https://github.com/swiftwasm/JavaScriptKit
[1/36576] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (3.57s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.17.0 (4.45s)
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
[17/168] Copying Runtime
[19/168] Write sources
[36/168] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[37/168] Write sources
[44/168] Compiling _CJavaScriptKit _CJavaScriptKit.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 JSValue.swift
[52/191] Compiling JavaScriptKit JSValueDecoder.swift
[53/191] Compiling JavaScriptKit JSArray.swift
[54/191] Compiling JavaScriptKit JSDate.swift
[55/191] Compiling JavaScriptKit JSError.swift
[56/191] Compiling JavaScriptKit JSFunction.swift
[57/191] Compiling JavaScriptKit JSObject.swift
[58/191] Compiling JavaScriptKit JSString.swift
[59/191] Compiling JavaScriptKit Features.swift
[60/191] Compiling JavaScriptKit JSBigInt.swift
[61/191] Compiling JavaScriptKit JSClosure.swift
[62/191] Compiling JavaScriptKit JSPromise.swift
[63/191] Compiling JavaScriptKit JSTimer.swift
[64/191] Compiling JavaScriptKit JSTypedArray.swift
[65/191] Compiling JavaScriptKit JSSymbol.swift
[66/191] Compiling JavaScriptKit JSThrowingFunction.swift
[67/191] Compiling JavaScriptKit JSBridgedType.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] Compiling JavaScriptBigIntSupport Int64+I64.swift
[74/196] Compiling JavaScriptBigIntSupport JSBigInt+I64.swift
[75/196] Emitting module JavaScriptBigIntSupport
[76/197] Wrapping AST for JavaScriptBigIntSupport for debugging
[78/227] Emitting module WebFoundation
/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 BlobPropertyBag.swift
[80/231] Compiling WebFoundation BufferSource.swift
[81/231] Compiling WebFoundation Console.swift
[82/231] Compiling WebFoundation Dispatch.swift
[83/231] Compiling WebFoundation AbortController.swift
[84/231] Compiling WebFoundation AbortSignal.swift
[85/231] Compiling WebFoundation AnyElement.swift
[86/231] Compiling WebFoundation ArrayBuffer.swift
[87/231] Compiling WebFoundation Blob.swift
[88/231] Compiling WebFoundation Dir.swift
[89/231] Compiling WebFoundation Exports.swift
[90/231] Compiling WebFoundation Array+Diff.swift
[91/231] Compiling WebFoundation Array+Random.swift
[92/231] Compiling WebFoundation JSFunction+Optional.swift
[93/231] Compiling WebFoundation String+Random.swift
[94/231] Compiling WebFoundation File.swift
[95/231] Compiling WebFoundation FormData.swift
[96/231] Compiling WebFoundation JSClass.swift
[97/231] Compiling WebFoundation JSValuable.swift
[98/231] Compiling WebFoundation Point.swift
[99/231] Compiling WebFoundation Rect.swift
[100/231] Compiling WebFoundation Size.swift
[101/231] Compiling WebFoundation AnyState.swift
[102/231] Compiling WebFoundation Copyable.swift
[103/231] Compiling WebFoundation InnerStateChangeable.swift
[104/231] Compiling WebFoundation State.swift
[105/231] Compiling WebFoundation Stateable.swift
[106/231] Compiling WebFoundation Storage.swift
[107/231] Compiling WebFoundation Storageable.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/234] Wrapping AST for WebFoundation for debugging
[114/259] Compiling PictureInPictureAPI PictureInPictureAPI.swift
[115/259] Emitting module PictureInPictureAPI
[117/262] Emitting module PeriodicBackgroundSynchronizationAPI
[118/262] Compiling PeriodicBackgroundSynchronizationAPI PeriodicBackgroundSynchronizationAPI.swift
[119/262] Compiling NotificationsAPI NotificationsAPI.swift
[120/263] Compiling NavigationTimingAPI NavigationTimingAPI.swift
[121/263] Compiling PaymentRequestAPI PaymentRequestAPI.swift
[122/263] Emitting module PaymentRequestAPI
[123/264] Compiling PushAPI PushSubscription.swift
[124/264] Compiling PushAPI PushMessageData.swift
[125/264] Emitting module NavigationTimingAPI
[126/265] Compiling StorageAPI StorageAPI.swift
[129/265] Compiling StreamsAPI TransformStream.swift
[130/266] Compiling StreamsAPI StreamsAPI.swift
[132/268] Compiling PushAPI PushEvent.swift
[133/268] Emitting module PushAPI
[134/268] Compiling PushAPI PushManager.swift
[135/271] Compiling StreamsAPI ReadableStreamBYOBReader.swift
[137/271] Compiling MediaStreamAPI MediaStreamAPI.swift
[138/271] Emitting module MediaStreamAPI
[139/272] Compiling StreamsAPI WritableStream.swift
[140/272] Emitting module NotificationsAPI
[141/273] Compiling MediaCapabilitiesAPI MediaCapabilitiesAPI.swift
[143/274] Emitting module MediaCapabilitiesAPI
[145/279] Compiling StreamsAPI ReadableStreamDefaultReader.swift
[146/279] Compiling NotificationsAPI Notification+Action.swift
[147/279] Compiling IndexedDB IndexedDB.swift
[148/279] Emitting module IntersectionObserverAPI
[149/279] Emitting module IndexedDB
[150/279] Compiling IntersectionObserverAPI IntersectionObserverAPI.swift
[151/281] Emitting module StreamsAPI
[152/281] Compiling StreamsAPI PipeOptions.swift
[153/281] Compiling StreamsAPI ReadableStream.swift
[156/281] Compiling StorageAPI SessionStorage.swift
[157/281] Emitting module StorageAPI
[158/281] Compiling StorageAPI LocalStorage.swift
[159/282] Compiling NotificationsAPI Notification.swift
[161/283] Compiling StreamsAPI WritableStreamDefaultWriter.swift
[164/290] Emitting module GeolocationAPI
[165/291] Compiling FullscreenAPI FullscreenAPI.swift
[166/291] Emitting module FullscreenAPI
[167/316] Emitting module CanvasAPI
[168/320] Emitting module GamepadAPI
[169/320] Compiling GamepadAPI GamepadAPI.swift
[170/321] Compiling GeolocationAPI GeolocationAPI.swift
[172/324] Compiling CanvasAPI CanvasAPI.swift
[175/325] Emitting module ClipboardAPI
[176/325] Compiling ClipboardAPI ClipboardAPI.swift
[178/326] Emitting module ContentIndexAPI
[179/326] Compiling ContentIndexAPI ContentIndex.swift
[181/344] Write Objects.LinkFileList
[183/344] Compiling BluetoothAPI BluetoothAPI.swift
[184/344] Emitting module BluetoothAPI
[184/347] Wrapping AST for StreamsAPI for debugging
[186/347] Compiling BroadcastChannelAPI BroadcastChannelAPI.swift
[187/347] Emitting module BroadcastChannelAPI
[188/347] Emitting module LocationAPI
[189/347] Compiling LocationAPI Location.swift
[189/348] Wrapping AST for StorageAPI for debugging
[191/349] Write Objects.LinkFileList
[193/349] Archiving libWebFoundation.a
[194/349] Archiving libStreamsAPI.a
[196/349] Compiling FetchAPI Body.swift
[197/349] Compiling FetchAPI RedirectMode.swift
[198/349] Compiling FetchAPI RequestCache.swift
[199/349] Compiling FetchAPI RequestCredentials.swift
[201/352] Compiling Events TouchObject.swift
[202/352] Compiling Events PageTransitionEvent.swift
[203/352] Compiling Events ProgressEvent.swift
[204/352] Wrapping AST for PushAPI for debugging
[205/352] Write Objects.LinkFileList
[207/352] Emitting module BeaconAPI
[207/352] Archiving libStorageAPI.a
[209/352] Compiling BeaconAPI Beacon.swift
[210/353] Compiling Events PushEvent.swift
[211/353] Compiling Events StorageEvent.swift
[212/353] Compiling Events TouchEvent.swift
[213/353] Compiling Events HashChangeEvent.swift
[214/353] Compiling Events InputEvent.swift
[215/353] Compiling Events KeyboardEvent.swift
[216/353] Wrapping AST for PictureInPictureAPI for debugging
[217/353] Archiving libPushAPI.a
[218/353] Write Objects.LinkFileList
[219/353] Wrapping AST for PeriodicBackgroundSynchronizationAPI for debugging
[220/353] Write Objects.LinkFileList
[222/353] Emitting module Events
[222/353] Wrapping AST for PaymentRequestAPI for debugging
[223/353] Archiving libPictureInPictureAPI.a
[224/353] Write Objects.LinkFileList
[225/355] Archiving libPeriodicBackgroundSynchronizationAPI.a
[226/355] Wrapping AST for NotificationsAPI for debugging
[227/355] Wrapping AST for NavigationTimingAPI for debugging
[230/355] Write Objects.LinkFileList
[231/356] Archiving libPaymentRequestAPI.a
[232/356] Write Objects.LinkFileList
[233/356] Archiving libNotificationsAPI.a
[234/356] Archiving libNavigationTimingAPI.a
[235/356] Wrapping AST for MediaStreamAPI for debugging
[236/356] Write Objects.LinkFileList
[236/356] Wrapping AST for MediaCapabilitiesAPI for debugging
[239/356] Emitting module FetchAPI
[241/356] Wrapping AST for LocationAPI for debugging
[243/356] Compiling FetchAPI RequestMethod.swift
[244/356] Compiling FetchAPI RequestMode.swift
[245/356] Compiling FetchAPI RequestRedirect.swift
[246/356] Compiling FetchAPI ResponseType.swift
[247/356] Compiling FetchAPI Fetch.swift
[248/356] Compiling FetchAPI Headers.swift
[249/356] Compiling Events TransitionEvent.swift
[250/356] Compiling Events UIEvent.swift
[251/356] Compiling Events WheelEvent.swift
[251/356] Wrapping AST for IntersectionObserverAPI for debugging
[252/356] Write Objects.LinkFileList
[253/356] Archiving libMediaStreamAPI.a
[254/356] Write Objects.LinkFileList
[256/356] Compiling FetchAPI Request.swift
[257/356] Compiling FetchAPI RequestOptions.swift
[257/356] Wrapping AST for GamepadAPI for debugging
[258/356] Archiving libMediaCapabilitiesAPI.a
[259/356] Wrapping AST for GeolocationAPI for debugging
[260/356] Wrapping AST for IndexedDB for debugging
[261/356] Write Objects.LinkFileList
[265/356] Archiving libLocationAPI.a
[266/356] Archiving libGamepadAPI.a
[267/356] Archiving libIntersectionObserverAPI.a
[268/356] Wrapping AST for FullscreenAPI for debugging
[269/356] Archiving libGeolocationAPI.a
[270/356] Write Objects.LinkFileList
[271/356] Archiving libIndexedDB.a
[272/356] Wrapping AST for ContentIndexAPI for debugging
[273/356] Archiving libFullscreenAPI.a
[274/356] Write Objects.LinkFileList
[275/356] Wrapping AST for ClipboardAPI for debugging
[276/356] Wrapping AST for BroadcastChannelAPI for debugging
[277/356] Wrapping AST for CanvasAPI for debugging
[278/356] Write Objects.LinkFileList
[281/356] Archiving libContentIndexAPI.a
[282/356] Wrapping AST for BluetoothAPI for debugging
[283/356] Write Objects.LinkFileList
[284/356] Archiving libClipboardAPI.a
[284/356] Archiving libBroadcastChannelAPI.a
[286/356] Archiving libCanvasAPI.a
[286/356] Archiving libBluetoothAPI.a
[288/356] Wrapping AST for BeaconAPI for debugging
[289/356] Write Objects.LinkFileList
[297/356] Compiling Events ExtendableEvent.swift
[298/356] Compiling Events FocusEvent.swift
[298/356] Archiving libBeaconAPI.a
[300/356] Compiling FetchAPI Response.swift
[302/357] Emitting module HistoryAPI
[303/357] Compiling HistoryAPI History.swift
[304/358] Wrapping AST for FetchAPI for debugging
[305/358] Write Objects.LinkFileList
[306/358] Wrapping AST for HistoryAPI for debugging
[307/358] Archiving libFetchAPI.a
[308/358] Write Objects.LinkFileList
[309/358] Archiving libHistoryAPI.a
[311/358] Compiling Events MouseEvent.swift
[312/358] Compiling Events Names.swift
[313/358] Compiling Events DataTransferObject.swift
[314/359] Wrapping AST for Events for debugging
[315/359] Write Objects.LinkFileList
[316/365] Archiving libEvents.a
[318/445] Emitting module ChannelMessagingAPI
[319/445] Compiling ChannelMessagingAPI ChannelMessagingAPI.swift
[320/445] Compiling ChannelMessagingAPI MessagePort.swift
[321/446] Emitting module XMLHttpRequest
[322/452] Wrapping AST for ChannelMessagingAPI for debugging
[323/452] Write Objects.LinkFileList
[324/452] Archiving libChannelMessagingAPI.a
[326/459] Emitting module WebSocketAPI
[327/459] Compiling XMLHttpRequest XMLHttpRequestEventTarget.swift
[328/459] Compiling WebSocketAPI BinaryType.swift
[329/459] Compiling DOMEvents PasteHandleable.swift
[330/459] Compiling DOMEvents TouchCancelHandleable.swift
[331/459] Compiling DOMEvents TouchEndHandleable.swift
[332/459] Compiling DOMEvents TouchMoveHandleable.swift
[333/459] Compiling DOMEvents TouchStartHandleable.swift
[334/459] Compiling DOMEvents TransitionEndHandleable.swift
[335/459] Compiling DOMEvents WheelHandleable.swift
[336/459] Compiling DOMEvents AbortHandleable.swift
[337/459] Compiling DOMEvents CanPlayHandleable.swift
[338/459] Compiling DOMEvents CanPlayThroughHandleable.swift
[339/459] Compiling DOMEvents DurationChangeHandleable.swift
[340/469] Compiling WebSocketAPI WebSocketState.swift
[341/469] Compiling XMLHttpRequest ResponseType.swift
[342/469] Compiling XMLHttpRequest Response.swift
[343/469] Compiling XMLHttpRequest ReadyState.swift
[344/469] Compiling XMLHttpRequest XMLHttpRequest.swift
[346/470] Compiling WorkersAPI AbstractWorker.swift
[347/470] Compiling DOMEvents PageHideHandleable.swift
[348/470] Compiling DOMEvents PageShowHandleable.swift
[349/470] Compiling DOMEvents ResizeHandleable.swift
[350/470] Compiling DOMEvents UnloadHandleable.swift
[351/470] Compiling DOMEvents Container.swift
[352/470] Compiling DOMEvents DOMEventable.swift
[353/470] Compiling DOMEvents ToggleHandleable.swift
[354/470] Compiling DOMEvents ErrorHandleable.swift
[355/470] Compiling DOMEvents Exports.swift
[356/470] Compiling DOMEvents ResetHandleable.swift
[357/470] Compiling DOMEvents StalledHandleable.swift
[358/470] Compiling DOMEvents SuspendHandleable.swift
[359/470] Compiling DOMEvents TimeUpdateHandleable.swift
[360/470] Compiling DOMEvents VolumeChangeHandleable.swift
[361/470] Compiling DOMEvents WaitingHandleable.swift
[362/470] Compiling DOMEvents AfterPrintHandleable.swift
[363/470] Compiling DOMEvents BeforePrintHandleable.swift
[364/470] Compiling DOMEvents BeforeUnloadHandleable.swift
[365/470] Compiling DOMEvents HashChangeHandleable.swift
[366/470] Compiling DOMEvents OfflineHandleable.swift
[367/470] Compiling DOMEvents OnlineHandleable.swift
[368/470] Emitting module WorkersAPI
[369/470] Compiling DOMEvents EndedHandleable.swift
[370/470] Compiling DOMEvents LoadStartHandleable.swift
[371/470] Compiling DOMEvents LoadedDataHandleable.swift
[372/470] Compiling DOMEvents LoadedMetadataHandleable.swift
[373/470] Compiling DOMEvents PauseHandleable.swift
[374/470] Compiling DOMEvents PlayHandleable.swift
[375/470] Compiling DOMEvents PlayingHandleable.swift
[376/470] Compiling DOMEvents ProgressHandleable.swift
[377/470] Compiling DOMEvents RateChangeHandleable.swift
[378/470] Compiling DOMEvents SeekedHandleable.swift
[379/470] Compiling DOMEvents SeekingHandleable.swift
[380/470] Compiling WorkersAPI WorkerNavigator.swift
[380/470] Wrapping AST for XMLHttpRequest for debugging
[381/470] Write Objects.LinkFileList
[382/470] Archiving libXMLHttpRequest.a
[384/470] Compiling WebSocketAPI CloseEvent.swift
[385/470] Compiling WebSocketAPI WebSocket.swift
[386/470] Compiling WebSocketAPI MessageEvent.swift
[387/471] Compiling DOMEvents KeyPressHandleable.swift
[388/471] Compiling DOMEvents KeyUpHandleable.swift
[389/471] Compiling DOMEvents MessageHandleable.swift
[390/471] Compiling DOMEvents MouseDownHandleable.swift
[391/471] Compiling DOMEvents MouseEnterHandleable.swift
[392/471] Compiling DOMEvents MouseLeaveHandleable.swift
[393/471] Compiling DOMEvents MouseMoveHandleable.swift
[394/471] Compiling DOMEvents MouseOutHandleable.swift
[395/471] Compiling DOMEvents MouseOverHandleable.swift
[396/471] Compiling DOMEvents MouseUpHandleable.swift
[397/471] Compiling DOMEvents OpenHandleable.swift
[398/471] Compiling DOMEvents DragHandleable.swift
[399/471] Compiling DOMEvents DragLeaveHandleable.swift
[400/471] Compiling DOMEvents DragOverHandleable.swift
[401/471] Compiling DOMEvents DragStartHandleable.swift
[402/471] Compiling DOMEvents DropHandleable.swift
[403/471] Compiling DOMEvents FocusHandleable.swift
[404/471] Compiling DOMEvents FocusInHandleable.swift
[405/471] Compiling DOMEvents FocusOutHandleable.swift
[406/471] Compiling DOMEvents FullScreenChangeHandleable.swift
[407/471] Compiling DOMEvents FullScreenErrorHandleable.swift
[408/471] Compiling DOMEvents KeyDownHandleable.swift
[409/471] Emitting module DOMEvents
[410/471] Compiling DOMEvents AnimationEndHandleable.swift
[411/471] Compiling DOMEvents AnimationIterationHandleable.swift
[412/471] Compiling DOMEvents AnimationStartHandleable.swift
[413/471] Compiling DOMEvents BlurHandleable.swift
[414/471] Compiling DOMEvents ClickHandleable.swift
[415/471] Compiling DOMEvents ContextMenuHandleable.swift
[416/471] Compiling DOMEvents CopyHandleable.swift
[417/471] Compiling DOMEvents CutHandleable.swift
[418/471] Compiling DOMEvents DblClickHandleable.swift
[419/471] Compiling DOMEvents DragEndHandleable.swift
[420/471] Compiling DOMEvents DragEnterHandleable.swift
[422/471] Compiling WorkersAPI WorkerMessage.swift
[423/471] Compiling WorkersAPI WorkerLocation.swift
[423/471] Wrapping AST for WebSocketAPI for debugging
[424/471] Write Objects.LinkFileList
[426/471] Compiling DOMEvents SubmitHandleable.swift
[427/471] Compiling DOMEvents ChangeHandleable.swift
[428/471] Compiling DOMEvents InputHandleable.swift
[429/471] Compiling DOMEvents InvalidHandleable.swift
[430/471] Compiling DOMEvents SearchHandleable.swift
[431/471] Compiling DOMEvents SelectHandleable.swift
[432/471] Compiling DOMEvents LoadHandleable.swift
[433/471] Compiling DOMEvents ShowHandleable.swift
[434/471] Compiling DOMEvents Scopes.swift
[435/471] Compiling DOMEvents ScrollHandleable.swift
[436/471] Compiling WorkersAPI Worker.swift
[437/471] Compiling WorkersAPI SharedWorker.swift
[438/473] Archiving libWebSocketAPI.a
[440/475] Wrapping AST for WorkersAPI for debugging
[441/475] Wrapping AST for DOMEvents for debugging
[442/478] Write Objects.LinkFileList
[444/495] Archiving libWorkersAPI.a
[445/495] Archiving libDOMEvents.a
[447/495] Emitting module NavigatorAPI
[448/495] Compiling NavigatorAPI NavigationPreloadManager.swift
[449/495] Emitting module Worker
[450/495] Compiling Worker Worker.swift
[451/496] Emitting module SharedWorker
[453/496] Compiling SharedWorker SharedWorker.swift
[453/497] Wrapping AST for Worker for debugging
[455/497] Write Objects.LinkFileList
[456/497] Archiving libWorker.a
[458/497] Compiling NavigatorAPI Navigator.swift
[458/497] Wrapping AST for SharedWorker for debugging
[459/497] Write Objects.LinkFileList
[461/497] Compiling ServiceWorker ServiceBuilder.swift
[462/497] Compiling ServiceWorker Manifest.swift
[463/498] Emitting module ServiceWorker
[463/498] Archiving libSharedWorker.a
[465/498] Compiling ServiceWorker Manifest+RelatedApplication.swift
[466/498] Compiling ServiceWorker Manifest+Shortcut.swift
[467/498] Compiling NavigatorAPI ServiceWorkerContainer.swift
[468/498] Compiling NavigatorAPI NavigatorGeolocation.swift
[470/499] Compiling ServiceWorker Manifest+Category.swift
[471/499] Compiling ServiceWorker Manifest+Display.swift
[472/499] Compiling ServiceWorker Manifest+Image.swift
[473/499] Compiling ServiceWorker Manifest+Orientation.swift
[474/499] Compiling ServiceWorker Cache.swift
[475/499] Compiling ServiceWorker CacheStorage.swift
[476/499] Compiling ServiceWorker EventListener.swift
[477/499] Compiling ServiceWorker Lifecycle.swift
[477/499] Wrapping AST for NavigatorAPI for debugging
[478/499] Write Objects.LinkFileList
[479/518] Archiving libNavigatorAPI.a
[481/540] Compiling ServiceWorker ServiceWorker.swift
[483/541] Compiling DOM AlignType.swift
[484/541] Compiling DOM AsType.swift
[485/541] Compiling DOM AutocapitalizeType.swift
[486/541] Compiling DOM AutocompleteType.swift
[487/541] Compiling DOM CaptureType.swift
[488/541] Compiling DOM CrossOriginType.swift
[489/541] Compiling DOM DecodingType.swift
[490/541] Compiling DOM DirType.swift
[491/541] Compiling DOM EncType.swift
[492/541] Compiling DOM EnterKeyHintType.swift
[493/541] Compiling DOM InputButtonType.swift
[494/541] Compiling DOM InputTextType.swift
[495/541] Compiling DOM LoadingType.swift
[496/541] Compiling DOM MethodType.swift
[497/541] Compiling DOM PreloadType.swift
[498/541] Compiling DOM RangeTextSelectMode.swift
[499/541] Compiling DOM RelType.swift
[500/541] Compiling DOM ScopeType.swift
[500/546] Wrapping AST for ServiceWorker for debugging
[502/546] Compiling DOM SelectionDirection.swift
[503/546] Compiling DOM ShapeType.swift
[504/546] Compiling DOM TargetType.swift
[505/546] Compiling DOM WrapType.swift
[506/546] Compiling DOM Exports.swift
[506/546] Write Objects.LinkFileList
[507/546] Archiving libServiceWorker.a
[509/546] Compiling DOM ForEach.swift
[510/546] Compiling DOM Id.swift
[511/546] Compiling DOM Opener.swift
[512/546] Compiling DOM RangeTextable.swift
[513/546] Compiling DOM Selectable.swift
[514/546] Compiling DOM SelectionRangeable.swift
[515/546] Compiling DOM Screen.swift
[516/546] Compiling DOM StringInitializable.swift
[517/546] Compiling DOM Window.swift
[518/546] Compiling DOM WindowLifecycle.swift
[519/546] Emitting module DOM
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[520/546] Compiling DOM AnyElement.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[521/546] Compiling DOM Attributes.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[522/546] Compiling DOM BaseActiveElement.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[523/546] Compiling DOM BaseActiveStringElement.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[524/546] Compiling DOM BaseContentElement.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[525/546] Compiling DOM BaseElement.swift
/host/spi-builder-workspace/Sources/DOM/BaseElement.swift:232:18: warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
230 | // MARK: CustomStringConvertible
231 |
232 | extension Array: CustomStringConvertible where Element == BaseElement {
    |                  `- warning: conformance of 'Array<Element>' to protocol 'CustomStringConvertible' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
233 |     public var description: String {
    |                `- note: property 'description' will not be used to satisfy the conformance to 'CustomStringConvertible'
234 |         "[\(self.map { $0.description }.joined(separator: ", "))]"
235 |     }
Swift.Array:1:11: note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
1 | extension Array : CustomStringConvertible, CustomDebugStringConvertible {
  |           `- note: 'Array<Element>' declares conformance to protocol 'CustomStringConvertible' here
2 |     public var description: String { get }
3 |     public var debugDescription: String { get }
[526/546] Compiling DOM Class.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[527/546] Compiling DOM DOM.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[528/546] Compiling DOM DOMElement.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[529/546] Compiling DOM DarkModeDetector.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[530/546] Compiling DOM Document.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[531/546] Compiling DOM Elements.swift
/host/spi-builder-workspace/Sources/DOM/DOMElement.swift:207:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
206 |         case .keyWithoutValue:
207 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
208 |         }
209 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[532/547] Wrapping AST for DOM for debugging
[533/549] Write Objects.LinkFileList
[534/592] Archiving libDOM.a
[536/592] Compiling CSS AbsoluteSizeable.swift
[537/592] Compiling CSS AngleValue.swift
[538/592] Compiling CSS AutoValue.swift
[539/592] Compiling CSS Autoable.swift
[540/592] Compiling CSS Colorable.swift
[541/592] Compiling CSS Inheritable.swift
[542/597] Compiling CSS Initialable.swift
[543/597] Compiling CSS Lengthable.swift
[544/597] Compiling CSS Noneable.swift
[545/597] Compiling CSS Numberable.swift
[546/597] Compiling CSS NumericValue.swift
[547/597] Compiling CSS Percentable.swift
[548/597] Emitting module ResizeObserverAPI
[549/597] Compiling ResizeObserverAPI ResizeObserver.swift
[550/597] Compiling CSS NamespaceRule.swift
[551/597] Compiling CSS PageRule.swift
[552/597] Compiling CSS SupportsRule.swift
[553/597] Compiling CSS ViewportRule.swift
[554/597] Compiling CSS RulesBuilder.swift
[555/597] Compiling CSS TimeUnit.swift
[556/598] Wrapping AST for ResizeObserverAPI for debugging
[557/598] Write Objects.LinkFileList
[558/598] Archiving libResizeObserverAPI.a
[560/598] Compiling CSS RelativeSizeValue.swift
[561/598] Compiling CSS TimeUnitValue.swift
[562/598] Compiling CSS UnitValue.swift
[563/598] Compiling CSS Valuable.swift
[564/598] Compiling CSS CharsetRule.swift
[565/598] Compiling CSS CounterStyleRule.swift
[566/598] Compiling CSS DocumentRule.swift
[567/598] Compiling CSS FontFaceRule.swift
[568/598] Compiling CSS FontFeatureValuesRule.swift
[569/598] Compiling CSS ImportRule.swift
[570/598] Compiling CSS KeyframesRule.swift
[571/598] Compiling CSS MediaRule.swift
[572/598] Compiling CSS Unit.swift
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:85:9: warning: code after 'return' will never be executed
 83 |         _rawStyles.append(cssText)
 84 |         #endif
 85 |         return -1
    |         `- warning: code after 'return' will never be executed
 86 |     }
 87 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:98:9: warning: code after 'return' will never be executed
 96 |         _rules.append(rule)
 97 |         #endif
 98 |         return -1
    |         `- warning: code after 'return' will never be executed
 99 |     }
100 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:111:9: warning: code after 'return' will never be executed
109 |         _keyframes.append(kf)
110 |         #endif
111 |         return -1
    |         `- warning: code after 'return' will never be executed
112 |     }
113 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:124:9: warning: code after 'return' will never be executed
122 |         _medias.append(m)
123 |         #endif
124 |         return -1
    |         `- warning: code after 'return' will never be executed
125 |     }
126 |
[573/598] Compiling CSS ValueWithTime.swift
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:85:9: warning: code after 'return' will never be executed
 83 |         _rawStyles.append(cssText)
 84 |         #endif
 85 |         return -1
    |         `- warning: code after 'return' will never be executed
 86 |     }
 87 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:98:9: warning: code after 'return' will never be executed
 96 |         _rules.append(rule)
 97 |         #endif
 98 |         return -1
    |         `- warning: code after 'return' will never be executed
 99 |     }
100 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:111:9: warning: code after 'return' will never be executed
109 |         _keyframes.append(kf)
110 |         #endif
111 |         return -1
    |         `- warning: code after 'return' will never be executed
112 |     }
113 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:124:9: warning: code after 'return' will never be executed
122 |         _medias.append(m)
123 |         #endif
124 |         return -1
    |         `- warning: code after 'return' will never be executed
125 |     }
126 |
[574/598] Compiling CSS ValueWithUnit.swift
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:85:9: warning: code after 'return' will never be executed
 83 |         _rawStyles.append(cssText)
 84 |         #endif
 85 |         return -1
    |         `- warning: code after 'return' will never be executed
 86 |     }
 87 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:98:9: warning: code after 'return' will never be executed
 96 |         _rules.append(rule)
 97 |         #endif
 98 |         return -1
    |         `- warning: code after 'return' will never be executed
 99 |     }
100 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:111:9: warning: code after 'return' will never be executed
109 |         _keyframes.append(kf)
110 |         #endif
111 |         return -1
    |         `- warning: code after 'return' will never be executed
112 |     }
113 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:124:9: warning: code after 'return' will never be executed
122 |         _medias.append(m)
123 |         #endif
124 |         return -1
    |         `- warning: code after 'return' will never be executed
125 |     }
126 |
[575/598] Compiling CSS StyleElement+CSS.swift
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:85:9: warning: code after 'return' will never be executed
 83 |         _rawStyles.append(cssText)
 84 |         #endif
 85 |         return -1
    |         `- warning: code after 'return' will never be executed
 86 |     }
 87 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:98:9: warning: code after 'return' will never be executed
 96 |         _rules.append(rule)
 97 |         #endif
 98 |         return -1
    |         `- warning: code after 'return' will never be executed
 99 |     }
100 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:111:9: warning: code after 'return' will never be executed
109 |         _keyframes.append(kf)
110 |         #endif
111 |         return -1
    |         `- warning: code after 'return' will never be executed
112 |     }
113 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:124:9: warning: code after 'return' will never be executed
122 |         _medias.append(m)
123 |         #endif
124 |         return -1
    |         `- warning: code after 'return' will never be executed
125 |     }
126 |
[576/598] Compiling CSS Stylesheet.swift
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:85:9: warning: code after 'return' will never be executed
 83 |         _rawStyles.append(cssText)
 84 |         #endif
 85 |         return -1
    |         `- warning: code after 'return' will never be executed
 86 |     }
 87 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:98:9: warning: code after 'return' will never be executed
 96 |         _rules.append(rule)
 97 |         #endif
 98 |         return -1
    |         `- warning: code after 'return' will never be executed
 99 |     }
100 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:111:9: warning: code after 'return' will never be executed
109 |         _keyframes.append(kf)
110 |         #endif
111 |         return -1
    |         `- warning: code after 'return' will never be executed
112 |     }
113 |
/host/spi-builder-workspace/Sources/CSS/Stylesheet.swift:124:9: warning: code after 'return' will never be executed
122 |         _medias.append(m)
123 |         #endif
124 |         return -1
    |         `- warning: code after 'return' will never be executed
125 |     }
126 |
[577/598] Emitting module CSS
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
[578/598] Compiling CSS Color.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[579/598] Compiling CSS ForEach.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[580/598] Compiling CSS Id+Pointerable.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[581/598] Compiling CSS Pointer.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[582/598] Compiling CSS PropertiesBuilder.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[583/598] Compiling CSS PropertyTypes.swift
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:136:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
134 |     let content: RulesContent
135 |
136 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == String {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
137 |         self.content = content(valueToPass)
138 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:140:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
138 |     }
139 |
140 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
141 |         self.content = content(valueToPass)
142 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:144:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
142 |     }
143 |
144 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
145 |         self.content = content(valueToPass)
146 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:148:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
146 |     }
147 |
148 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
149 |         self.content = content(valueToPass)
150 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:152:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
150 |     }
151 |
152 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
153 |         self.content = content(valueToPass)
154 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:156:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
154 |     }
155 |
156 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Int {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
157 |         self.content = content(valueToPass)
158 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:160:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
158 |     }
159 |
160 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Double {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
161 |         self.content = content(valueToPass)
162 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:164:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
162 |     }
163 |
164 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Float {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
165 |         self.content = content(valueToPass)
166 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:168:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
166 |     }
167 |
168 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt8 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
169 |         self.content = content(valueToPass)
170 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:172:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
170 |     }
171 |
172 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt16 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
173 |         self.content = content(valueToPass)
174 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:176:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
174 |     }
175 |
176 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt32 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
177 |         self.content = content(valueToPass)
178 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:180:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
178 |     }
179 |
180 |     public init <Result>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == UInt64 {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
181 |         self.content = content(valueToPass)
182 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:184:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
182 |     }
183 |
184 |     public init <Result, Element>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Array<Element> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
185 |         self.content = content(valueToPass)
186 |     }
/host/spi-builder-workspace/Sources/CSS/ForEach.swift:188:12: warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
186 |     }
187 |
188 |     public init <Result, Key, Value>(_ valueToPass: Result, @Rules content: @escaping (Result) -> RulesContent) where Result == Dictionary<Key, Value> {
    |            `- warning: same-type requirement makes generic parameter 'Result' non-generic; this is an error in the Swift 6 language mode
189 |         self.content = content(valueToPass)
190 |     }
/host/spi-builder-workspace/Sources/CSS/Pointer.swift:982:9: warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
 980 |     /// ```
 981 |     public func parent(for values: Pointerable...) -> Pointer {
 982 |         parent(values)
     |         |- warning: 'parent' is deprecated: renamed to 'parent(for:)' [#DeprecatedDeclaration]
     |         `- note: use 'parent(for:)' instead
 983 |     }
 984 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[584/598] Compiling CSS CSSColor.swift
[585/598] Compiling CSS CSSFunction.swift
[586/598] Compiling CSS CSSProperties.swift
[587/598] Compiling CSS CSSProperty.swift
[588/598] Compiling CSS CSSRule.swift
[589/598] Compiling CSS Class+Pointerable.swift
[590/599] Wrapping AST for CSS for debugging
[591/602] Write Objects.LinkFileList
[593/652] Compiling ARIA ARIARole.swift
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
  6 | //
  7 |
  8 | import Web
    |        `- error: no such module 'Web'
  9 |
 10 | public struct ARIARoleType {
[594/652] Compiling ARIA ARIAProperties.swift
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
  6 | //
  7 |
  8 | import Web
    |        `- error: no such module 'Web'
  9 |
 10 | public struct ARIARoleType {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[595/652] Emitting module ARIA
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
  6 | //
  7 |
  8 | import Web
    |        `- error: no such module 'Web'
  9 |
 10 | public struct ARIARoleType {
[595/652] Archiving libCSS.a
BUILD FAILURE 6.3 wasm