The Swift Package Index logo.Swift Package Index

Build Information

Failed to build web, reference 2.0.0-nightly.11 (6159d9), with Swift 6.3 for Wasm on 15 Apr 2026 01:50:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/web.git
Reference: 2.0.0-nightly.11
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               2.0.0-nightly.11 -> FETCH_HEAD
HEAD is now at 6159d95 🪚 Conform `Script` to `_StringInitializable` by @tierracero  (#14)
Cloned https://github.com/swifweb/web.git
Revision (git rev-parse @):
6159d951fc9411ff6168685ad4a460a3adeca241
SUCCESS checkout https://github.com/swifweb/web.git at 2.0.0-nightly.11
========================================
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/swiftwasm/JavaScriptKit
[1/36576] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (3.26s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.17.0 (4.18s)
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
[15/168] Copying Runtime
[18/168] Write sources
[43/168] Compiling _CJavaScriptKit _CJavaScriptKit.c
[44/168] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[45/168] Write swift-version-24593BA9C3E375BF.txt
[47/189] Emitting module JavaScriptKit
[48/191] Compiling JavaScriptKit JSFunction.swift
[49/191] Compiling JavaScriptKit JSObject.swift
[50/191] Compiling JavaScriptKit JSString.swift
[51/191] Compiling JavaScriptKit JSValue.swift
[52/191] Compiling JavaScriptKit JSValueDecoder.swift
[53/191] Compiling JavaScriptKit Features.swift
[54/191] Compiling JavaScriptKit JSBigInt.swift
[55/191] Compiling JavaScriptKit JSClosure.swift
[56/191] Compiling JavaScriptKit JSPromise.swift
[57/191] Compiling JavaScriptKit JSTimer.swift
[58/191] Compiling JavaScriptKit JSTypedArray.swift
[59/191] Compiling JavaScriptKit ConstructibleFromJSValue.swift
[60/191] Compiling JavaScriptKit ConvertibleToJSValue.swift
[61/191] Compiling JavaScriptKit Deprecated.swift
[62/191] Compiling JavaScriptKit JSSymbol.swift
[63/191] Compiling JavaScriptKit JSThrowingFunction.swift
[64/191] Compiling JavaScriptKit JSBridgedType.swift
[65/191] Compiling JavaScriptKit JSArray.swift
[66/191] Compiling JavaScriptKit JSDate.swift
[67/191] Compiling JavaScriptKit JSError.swift
[68/191] Compiling JavaScriptKit XcodeSupport.swift
[69/191] Compiling JavaScriptKit resource_bundle_accessor.swift
[70/192] Wrapping AST for JavaScriptKit for debugging
[72/196] Emitting module JavaScriptBigIntSupport
[73/196] Compiling JavaScriptBigIntSupport Int64+I64.swift
[74/196] Compiling JavaScriptBigIntSupport XcodeSupport.swift
[75/196] Compiling JavaScriptBigIntSupport JSBigInt+I64.swift
[76/197] Wrapping AST for JavaScriptBigIntSupport for debugging
[78/227] Compiling WebFoundation BlobPropertyBag.swift
[79/227] Compiling WebFoundation BufferSource.swift
[80/227] Compiling WebFoundation Console.swift
[81/227] Compiling WebFoundation Dispatch.swift
[82/231] 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 | }
[83/231] Compiling WebFoundation Size.swift
[84/231] Compiling WebFoundation AnyState.swift
[85/231] Compiling WebFoundation Copyable.swift
[86/231] Compiling WebFoundation InnerStateChangeable.swift
[87/231] Compiling WebFoundation State.swift
[88/231] Compiling WebFoundation Stateable.swift
[89/231] Compiling WebFoundation Storage.swift
[90/231] Compiling WebFoundation Storageable.swift
[91/231] Compiling WebFoundation AbortController.swift
[92/231] Compiling WebFoundation AbortSignal.swift
[93/231] Compiling WebFoundation AnyElement.swift
[94/231] Compiling WebFoundation ArrayBuffer.swift
[95/231] Compiling WebFoundation Blob.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 Dir.swift
[101/231] Compiling WebFoundation Exports.swift
[102/231] Compiling WebFoundation Array+Diff.swift
[103/231] Compiling WebFoundation Array+Random.swift
[104/231] Compiling WebFoundation JSFunction+Optional.swift
[105/231] Compiling WebFoundation String+Random.swift
[106/231] Compiling WebFoundation File.swift
[107/231] Compiling WebFoundation FormData.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 | }
[113/254] Compiling PeriodicBackgroundSynchronizationAPI PeriodicBackgroundSynchronizationAPI.swift
[114/261] Compiling PictureInPictureAPI PictureInPictureAPI.swift
[115/261] Compiling PaymentRequestAPI PaymentRequestAPI.swift
[116/261] Emitting module PaymentRequestAPI
[117/262] Compiling StorageAPI StorageAPI.swift
[118/262] Compiling NotificationsAPI NotificationsAPI.swift
[119/262] Emitting module PeriodicBackgroundSynchronizationAPI
[120/263] Emitting module PictureInPictureAPI
[122/264] Compiling NavigationTimingAPI NavigationTimingAPI.swift
[123/264] Emitting module NavigationTimingAPI
[127/265] Emitting module PushAPI
[128/265] Compiling PushAPI PushMessageData.swift
[129/265] Compiling PushAPI PushSubscription.swift
[130/265] Compiling PushAPI PushEvent.swift
[131/265] Compiling PushAPI PushManager.swift
[132/268] Compiling MediaStreamAPI MediaStreamAPI.swift
[133/268] Emitting module StreamsAPI
[135/275] Compiling MediaCapabilitiesAPI MediaCapabilitiesAPI.swift
[136/275] Emitting module MediaStreamAPI
[137/276] Compiling IntersectionObserverAPI IntersectionObserverAPI.swift
[138/276] Compiling StreamsAPI WritableStream.swift
[139/276] Compiling StreamsAPI StreamsAPI.swift
[140/276] Compiling StreamsAPI TransformStream.swift
[141/276] Emitting module MediaCapabilitiesAPI
[143/277] Emitting module IntersectionObserverAPI
[146/280] Compiling StreamsAPI ReadableStreamDefaultReader.swift
[147/280] Compiling StreamsAPI ReadableStreamBYOBReader.swift
[148/282] Emitting module NotificationsAPI
[149/282] Compiling NotificationsAPI Notification.swift
[150/282] Compiling NotificationsAPI Notification+Action.swift
[151/283] Emitting module IndexedDB
[152/283] Compiling IndexedDB IndexedDB.swift
[155/288] Compiling StorageAPI SessionStorage.swift
[156/288] Compiling StorageAPI LocalStorage.swift
[157/288] Emitting module StorageAPI
[158/288] Compiling StreamsAPI PipeOptions.swift
[159/288] Compiling StreamsAPI ReadableStream.swift
[160/289] Emitting module GeolocationAPI
[161/289] Compiling GeolocationAPI GeolocationAPI.swift
[162/290] Compiling FullscreenAPI FullscreenAPI.swift
[163/290] Compiling GamepadAPI GamepadAPI.swift
[164/290] Emitting module FullscreenAPI
[166/291] Compiling StreamsAPI WritableStreamDefaultWriter.swift
[169/295] Emitting module GamepadAPI
[172/326] Emitting module ClipboardAPI
[173/326] Compiling ClipboardAPI ClipboardAPI.swift
[174/329] Emitting module ContentIndexAPI
[175/329] Compiling ContentIndexAPI ContentIndex.swift
[176/330] Emitting module BluetoothAPI
[177/330] Compiling BluetoothAPI BluetoothAPI.swift
[178/331] Compiling BroadcastChannelAPI BroadcastChannelAPI.swift
[179/331] Compiling CanvasAPI CanvasAPI.swift
[181/331] Emitting module CanvasAPI
[184/345] Emitting module BroadcastChannelAPI
[186/348] Wrapping AST for StreamsAPI for debugging
[187/348] Wrapping AST for WebFoundation for debugging
[188/348] Write Objects.LinkFileList
[190/348] Wrapping AST for StorageAPI for debugging
[191/348] Archiving libWebFoundation.a
[191/348] Write Objects.LinkFileList
[193/348] Wrapping AST for PushAPI for debugging
[194/348] Archiving libStreamsAPI.a
[195/348] Write Objects.LinkFileList
[197/348] Compiling BeaconAPI Beacon.swift
[197/348] Archiving libStorageAPI.a
[198/348] Archiving libPushAPI.a
[200/348] Emitting module BeaconAPI
[201/348] Emitting module LocationAPI
[202/348] Compiling LocationAPI Location.swift
[202/349] Wrapping AST for PictureInPictureAPI for debugging
[204/350] Write Objects.LinkFileList
[205/350] Wrapping AST for PeriodicBackgroundSynchronizationAPI for debugging
[205/350] Wrapping AST for NotificationsAPI for debugging
[207/350] Write Objects.LinkFileList
[209/350] Wrapping AST for PaymentRequestAPI for debugging
[211/350] Compiling Events PushEvent.swift
[212/350] Compiling Events StorageEvent.swift
[213/350] Compiling Events TouchEvent.swift
[214/350] Compiling Events TouchObject.swift
[215/350] Compiling Events PageTransitionEvent.swift
[216/350] Compiling Events ProgressEvent.swift
[217/353] Archiving libPeriodicBackgroundSynchronizationAPI.a
[218/353] Write Objects.LinkFileList
[219/353] Archiving libPictureInPictureAPI.a
[220/353] Wrapping AST for MediaStreamAPI for debugging
[221/353] Archiving libNotificationsAPI.a
[222/353] Write Objects.LinkFileList
[223/353] Archiving libPaymentRequestAPI.a
[224/353] Wrapping AST for NavigationTimingAPI for debugging
[225/353] Wrapping AST for MediaCapabilitiesAPI for debugging
[226/353] Write Objects.LinkFileList
[229/353] Compiling FetchAPI RequestMethod.swift
[230/353] Compiling FetchAPI RequestMode.swift
[230/353] Archiving libMediaStreamAPI.a
[232/353] Compiling FetchAPI RequestCache.swift
[233/353] Compiling FetchAPI RequestCredentials.swift
[236/356] Compiling FetchAPI RequestRedirect.swift
[236/356] Archiving libMediaCapabilitiesAPI.a
[237/356] Wrapping AST for LocationAPI for debugging
[238/356] Write Objects.LinkFileList
[239/356] Archiving libNavigationTimingAPI.a
[241/356] Compiling FetchAPI RequestOptions.swift
[241/356] Wrapping AST for IntersectionObserverAPI for debugging
[242/356] Write Objects.LinkFileList
[243/356] Wrapping AST for IndexedDB for debugging
[244/356] Write Objects.LinkFileList
[246/356] Compiling FetchAPI Request.swift
[246/356] Archiving libLocationAPI.a
[248/356] Compiling FetchAPI Body.swift
[249/356] Compiling FetchAPI RedirectMode.swift
[251/356] Archiving libIntersectionObserverAPI.a
[252/356] Archiving libIndexedDB.a
[254/356] Emitting module Events
[254/356] Wrapping AST for GeolocationAPI for debugging
[255/356] Write Objects.LinkFileList
[256/356] Wrapping AST for FullscreenAPI for debugging
[256/356] Wrapping AST for GamepadAPI for debugging
[259/356] Emitting module FetchAPI
[261/356] Archiving libGeolocationAPI.a
[262/356] Write Objects.LinkFileList
[263/356] Wrapping AST for ClipboardAPI for debugging
[264/356] Write Objects.LinkFileList
[265/356] Wrapping AST for ContentIndexAPI for debugging
[266/356] Archiving libGamepadAPI.a
[267/356] Write Objects.LinkFileList
[269/356] Wrapping AST for CanvasAPI for debugging
[270/356] Archiving libFullscreenAPI.a
[271/356] Wrapping AST for BroadcastChannelAPI for debugging
[272/356] Write Objects.LinkFileList
[274/356] Compiling FetchAPI Fetch.swift
[275/356] Compiling FetchAPI Headers.swift
[277/356] Compiling FetchAPI ResponseType.swift
[277/356] Write Objects.LinkFileList
[278/356] Archiving libClipboardAPI.a
[279/356] Archiving libContentIndexAPI.a
[280/356] Archiving libBroadcastChannelAPI.a
[281/356] Wrapping AST for BluetoothAPI for debugging
[282/356] Write Objects.LinkFileList
[283/356] Archiving libCanvasAPI.a
[284/356] Wrapping AST for BeaconAPI for debugging
[286/356] Compiling Events TransitionEvent.swift
[287/356] Compiling Events UIEvent.swift
[288/356] Compiling Events WheelEvent.swift
[288/356] Write Objects.LinkFileList
[289/356] Archiving libBluetoothAPI.a
[290/356] Archiving libBeaconAPI.a
[292/356] Compiling FetchAPI Response.swift
[294/357] Emitting module HistoryAPI
[296/357] Compiling HistoryAPI History.swift
[299/357] Compiling Events FocusEvent.swift
[300/358] Wrapping AST for FetchAPI for debugging
[301/358] Write Objects.LinkFileList
[302/358] Archiving libFetchAPI.a
[303/358] Wrapping AST for HistoryAPI for debugging
[304/358] Write Objects.LinkFileList
[305/358] Archiving libHistoryAPI.a
[307/358] Compiling Events InputType.swift
[308/358] Compiling Events KeyboardEventLocation.swift
[309/358] Compiling Events WheelEventDeltaMode.swift
[310/358] Compiling Events Event.swift
[311/358] Compiling Events MouseEvent.swift
[312/358] Compiling Events Names.swift
[313/358] Compiling Events DataTransferObject.swift
[314/362] Wrapping AST for Events for debugging
[315/362] Write Objects.LinkFileList
[316/369] Archiving libEvents.a
[318/369] Compiling ChannelMessagingAPI ChannelMessagingAPI.swift
[319/369] Compiling ChannelMessagingAPI MessagePort.swift
[320/369] Emitting module ChannelMessagingAPI
[322/370] Compiling XMLHttpRequest XMLHttpRequestEventTarget.swift
[323/370] Compiling XMLHttpRequest ReadyState.swift
[324/370] Emitting module XMLHttpRequest
[325/370] Compiling XMLHttpRequest XMLHttpRequest.swift
[326/370] Compiling XMLHttpRequest Response.swift
[327/370] Compiling XMLHttpRequest ResponseType.swift
[328/370] Emitting module DOMEvents
[329/371] Wrapping AST for ChannelMessagingAPI for debugging
[330/384] Wrapping AST for XMLHttpRequest for debugging
[331/384] Write Objects.LinkFileList
[333/384] Archiving libChannelMessagingAPI.a
[334/384] Archiving libXMLHttpRequest.a
[336/384] Emitting module WorkersAPI
[337/384] Compiling WorkersAPI AbstractWorker.swift
[338/395] Compiling WebSocketAPI CloseEvent.swift
[339/395] Compiling WebSocketAPI WebSocketState.swift
[340/395] Compiling WorkersAPI WorkerNavigator.swift
[341/395] Emitting module WebSocketAPI
[342/395] Compiling WebSocketAPI BinaryType.swift
[343/423] Compiling WorkersAPI SharedWorker.swift
[344/470] Compiling WebSocketAPI MessageEvent.swift
[345/470] Compiling WebSocketAPI WebSocket.swift
[346/471] Compiling DOMEvents StalledHandleable.swift
[347/471] Compiling DOMEvents SuspendHandleable.swift
[348/471] Compiling DOMEvents TimeUpdateHandleable.swift
[349/471] Compiling DOMEvents VolumeChangeHandleable.swift
[350/471] Compiling DOMEvents WaitingHandleable.swift
[351/471] Compiling DOMEvents AfterPrintHandleable.swift
[352/471] Compiling DOMEvents BeforePrintHandleable.swift
[353/471] Compiling DOMEvents BeforeUnloadHandleable.swift
[354/471] Compiling DOMEvents HashChangeHandleable.swift
[355/471] Compiling DOMEvents OfflineHandleable.swift
[356/471] Compiling DOMEvents OnlineHandleable.swift
[357/471] Compiling WorkersAPI Worker.swift
[358/471] Compiling WorkersAPI WorkerLocation.swift
[359/471] Compiling WorkersAPI WorkerMessage.swift
[361/472] Compiling DOMEvents SubmitHandleable.swift
[362/472] Compiling DOMEvents ChangeHandleable.swift
[363/472] Compiling DOMEvents InputHandleable.swift
[364/472] Compiling DOMEvents InvalidHandleable.swift
[365/472] Compiling DOMEvents SearchHandleable.swift
[366/472] Compiling DOMEvents SelectHandleable.swift
[367/472] Compiling DOMEvents LoadHandleable.swift
[368/472] Compiling DOMEvents ShowHandleable.swift
[369/472] Compiling DOMEvents Scopes.swift
[370/472] Compiling DOMEvents ScrollHandleable.swift
[372/472] Compiling DOMEvents EndedHandleable.swift
[373/472] Compiling DOMEvents LoadStartHandleable.swift
[374/472] Compiling DOMEvents LoadedDataHandleable.swift
[375/472] Compiling DOMEvents LoadedMetadataHandleable.swift
[376/472] Compiling DOMEvents PauseHandleable.swift
[377/472] Compiling DOMEvents PlayHandleable.swift
[378/472] Compiling DOMEvents PlayingHandleable.swift
[379/472] Compiling DOMEvents ProgressHandleable.swift
[380/472] Compiling DOMEvents RateChangeHandleable.swift
[381/472] Compiling DOMEvents SeekedHandleable.swift
[382/472] Compiling DOMEvents SeekingHandleable.swift
[383/472] Compiling DOMEvents AnimationEndHandleable.swift
[384/472] Compiling DOMEvents AnimationIterationHandleable.swift
[385/472] Compiling DOMEvents AnimationStartHandleable.swift
[386/472] Compiling DOMEvents BlurHandleable.swift
[387/472] Compiling DOMEvents ClickHandleable.swift
[388/472] Compiling DOMEvents ContextMenuHandleable.swift
[389/472] Compiling DOMEvents CopyHandleable.swift
[390/472] Compiling DOMEvents CutHandleable.swift
[391/472] Compiling DOMEvents DblClickHandleable.swift
[392/472] Compiling DOMEvents DragEndHandleable.swift
[393/472] Compiling DOMEvents DragEnterHandleable.swift
[393/472] Wrapping AST for WebSocketAPI for debugging
[394/473] Wrapping AST for WorkersAPI for debugging
[395/492] Write Objects.LinkFileList
[398/494] Emitting module Worker
[398/494] Archiving libWebSocketAPI.a
[399/494] Archiving libWorkersAPI.a
[401/494] Compiling DOMEvents PasteHandleable.swift
[402/494] Compiling DOMEvents TouchCancelHandleable.swift
[403/494] Compiling DOMEvents TouchEndHandleable.swift
[404/494] Compiling DOMEvents TouchMoveHandleable.swift
[405/494] Compiling DOMEvents TouchStartHandleable.swift
[406/494] Compiling DOMEvents TransitionEndHandleable.swift
[407/494] Compiling DOMEvents WheelHandleable.swift
[408/494] Compiling DOMEvents AbortHandleable.swift
[409/494] Compiling DOMEvents CanPlayHandleable.swift
[410/494] Compiling DOMEvents CanPlayThroughHandleable.swift
[411/494] Compiling DOMEvents DurationChangeHandleable.swift
[412/494] Emitting module NavigatorAPI
[413/494] Compiling Worker Worker.swift
[414/494] Compiling ServiceWorker ServiceBuilder.swift
[415/496] Emitting module SharedWorker
[417/496] Compiling DOMEvents PageHideHandleable.swift
[418/496] Compiling DOMEvents PageShowHandleable.swift
[419/496] Compiling DOMEvents ResizeHandleable.swift
[420/496] Compiling DOMEvents UnloadHandleable.swift
[421/496] Compiling DOMEvents Container.swift
[422/496] Compiling DOMEvents DOMEventable.swift
[423/496] Compiling DOMEvents ToggleHandleable.swift
[424/496] Compiling DOMEvents ErrorHandleable.swift
[425/496] Compiling DOMEvents Exports.swift
[426/496] Compiling DOMEvents ResetHandleable.swift
[427/496] Compiling DOMEvents DragHandleable.swift
[428/496] Compiling DOMEvents DragLeaveHandleable.swift
[429/496] Compiling DOMEvents DragOverHandleable.swift
[430/496] Compiling DOMEvents DragStartHandleable.swift
[431/496] Compiling DOMEvents DropHandleable.swift
[432/496] Compiling DOMEvents FocusHandleable.swift
[433/496] Compiling DOMEvents FocusInHandleable.swift
[434/496] Compiling DOMEvents FocusOutHandleable.swift
[435/496] Compiling DOMEvents FullScreenChangeHandleable.swift
[436/496] Compiling DOMEvents FullScreenErrorHandleable.swift
[437/496] Compiling DOMEvents KeyDownHandleable.swift
[438/496] Compiling SharedWorker SharedWorker.swift
[438/497] Wrapping AST for Worker for debugging
[439/497] Write Objects.LinkFileList
[441/497] Compiling DOMEvents KeyPressHandleable.swift
[442/497] Compiling DOMEvents KeyUpHandleable.swift
[443/497] Compiling DOMEvents MessageHandleable.swift
[444/497] Compiling DOMEvents MouseDownHandleable.swift
[445/497] Compiling DOMEvents MouseEnterHandleable.swift
[446/497] Compiling DOMEvents MouseLeaveHandleable.swift
[447/497] Compiling DOMEvents MouseMoveHandleable.swift
[448/497] Compiling DOMEvents MouseOutHandleable.swift
[449/497] Compiling DOMEvents MouseOverHandleable.swift
[450/497] Compiling DOMEvents MouseUpHandleable.swift
[451/497] Compiling DOMEvents OpenHandleable.swift
[452/498] Archiving libWorker.a
[454/498] Wrapping AST for SharedWorker for debugging
[456/498] Compiling NavigatorAPI NavigationPreloadManager.swift
[456/498] Write Objects.LinkFileList
[458/498] Compiling ServiceWorker Cache.swift
[459/498] Compiling ServiceWorker CacheStorage.swift
[460/498] Emitting module ServiceWorker
[461/498] Compiling ServiceWorker EventListener.swift
[462/498] Compiling ServiceWorker Lifecycle.swift
[463/498] Compiling ServiceWorker Manifest+Category.swift
[464/498] Compiling ServiceWorker Manifest+Display.swift
[464/498] Archiving libSharedWorker.a
[465/498] Wrapping AST for DOMEvents for debugging
[466/498] Write Objects.LinkFileList
[468/498] Compiling ServiceWorker Manifest+RelatedApplication.swift
[469/498] Compiling ServiceWorker Manifest+Shortcut.swift
[470/498] Compiling ServiceWorker Manifest.swift
[471/498] Compiling NavigatorAPI ServiceWorkerContainer.swift
[472/498] Compiling NavigatorAPI Navigator.swift
[473/498] Compiling NavigatorAPI NavigatorGeolocation.swift
[473/498] Archiving libDOMEvents.a
[475/499] Wrapping AST for NavigatorAPI for debugging
[476/499] Write Objects.LinkFileList
[477/500] Archiving libNavigatorAPI.a
[479/500] Compiling ServiceWorker Manifest+Image.swift
[480/500] Compiling ServiceWorker Manifest+Orientation.swift
[481/540] Compiling ServiceWorker ServiceWorker.swift
[482/541] Wrapping AST for ServiceWorker for debugging
[483/541] Write Objects.LinkFileList
[485/541] Compiling DOM DecodingType.swift
[486/541] Compiling DOM DirType.swift
[487/541] Compiling DOM EncType.swift
[488/541] Compiling DOM EnterKeyHintType.swift
[489/541] Compiling DOM InputButtonType.swift
[490/541] Compiling DOM InputTextType.swift
[490/546] Archiving libServiceWorker.a
[492/546] Compiling DOM SelectionDirection.swift
[493/546] Compiling DOM ShapeType.swift
[494/546] Compiling DOM TargetType.swift
[495/546] Compiling DOM WrapType.swift
[496/546] Compiling DOM Exports.swift
[497/546] Compiling DOM AlignType.swift
[498/546] Compiling DOM AsType.swift
[499/546] Compiling DOM AutocapitalizeType.swift
[500/546] Compiling DOM AutocompleteType.swift
[501/546] Compiling DOM CaptureType.swift
[502/546] Compiling DOM CrossOriginType.swift
[503/546] Compiling DOM ForEach.swift
[504/546] Compiling DOM Id.swift
[505/546] Compiling DOM Opener.swift
[506/546] Compiling DOM RangeTextable.swift
[507/546] Compiling DOM Selectable.swift
[508/546] Compiling DOM LoadingType.swift
[509/546] Compiling DOM MethodType.swift
[510/546] Compiling DOM PreloadType.swift
[511/546] Compiling DOM RangeTextSelectMode.swift
[512/546] Compiling DOM RelType.swift
[513/546] Compiling DOM ScopeType.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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #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:204:52: warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
202 |             domElement[dynamicMember: "setAttribute"].function?.callAsFunction(optionalThis: domElement.object, key, (value ? "yes" : "no").jsValue)
203 |         case .keyWithoutValue:
204 |             domElement[dynamicMember: key] = value.jsValue()
    |                                                    `- warning: 'jsValue()' is deprecated: Use the .jsValue property instead [#DeprecatedDeclaration]
205 |         }
206 |         #else
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[532/550] Wrapping AST for DOM for debugging
[534/550] Emitting module ResizeObserverAPI
[534/550] Write Objects.LinkFileList
[535/550] Archiving libDOM.a
[537/550] Compiling ResizeObserverAPI ResizeObserver.swift
[538/551] Wrapping AST for ResizeObserverAPI for debugging
[539/551] Write Objects.LinkFileList
[540/593] Archiving libResizeObserverAPI.a
[542/593] Compiling CSS Initialable.swift
[543/593] Compiling CSS Lengthable.swift
[544/593] Compiling CSS Noneable.swift
[545/593] Compiling CSS Numberable.swift
[546/593] Compiling CSS NumericValue.swift
[547/593] Compiling CSS Percentable.swift
[548/593] Compiling CSS NamespaceRule.swift
[549/593] Compiling CSS PageRule.swift
[550/593] Compiling CSS SupportsRule.swift
[551/593] Compiling CSS ViewportRule.swift
[552/593] Compiling CSS RulesBuilder.swift
[553/593] Compiling CSS TimeUnit.swift
[554/598] Compiling CSS AbsoluteSizeable.swift
[555/598] Compiling CSS AngleValue.swift
[556/598] Compiling CSS AutoValue.swift
[557/598] Compiling CSS Autoable.swift
[558/598] Compiling CSS Colorable.swift
[559/598] Compiling CSS Inheritable.swift
[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/610] 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 {
[593/610] Archiving libCSS.a
error: emit-module command failed with exit code 1 (use -v to see invocation)
[595/610] 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 {
[596/610] 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 {
error: cancelled
error: cancelled
error: cancelled
BUILD FAILURE 6.3 wasm