Build Information
Failed to build web, reference 2.0.0-nightly.7 (8f8e04
), with Swift 6.2 (beta) for Linux on 22 Jun 2025 03:30:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swifweb/web.git
Reference: 2.0.0-nightly.7
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.7 -> FETCH_HEAD
HEAD is now at 8f8e049 🪛 WebberPreview: add convenient `renderPreview()`
Cloned https://github.com/swifweb/web.git
Revision (git rev-parse @):
8f8e049217b505fb0c597c0684afbb2f8af2b53f
SUCCESS checkout https://github.com/swifweb/web.git at 2.0.0-nightly.7
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/swifweb/web.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftwasm/JavaScriptKit
[1/23836] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (0.98s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.17.0 (1.48s)
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
[0/168] Copying Runtime
[0/168] Write sources
[43/168] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[44/168] Compiling _CJavaScriptKit _CJavaScriptKit.c
[45/168] Write swift-version-24593BA9C3E375BF.txt
[47/189] Emitting module JavaScriptKit
[48/191] Compiling JavaScriptKit JSSymbol.swift
[49/191] Compiling JavaScriptKit JSThrowingFunction.swift
[50/191] Compiling JavaScriptKit JSBridgedType.swift
[51/191] Compiling JavaScriptKit JSFunction.swift
[52/191] Compiling JavaScriptKit JSObject.swift
[53/191] Compiling JavaScriptKit JSString.swift
[54/191] Compiling JavaScriptKit ConstructibleFromJSValue.swift
[55/191] Compiling JavaScriptKit ConvertibleToJSValue.swift
[56/191] Compiling JavaScriptKit Deprecated.swift
[57/191] Compiling JavaScriptKit JSArray.swift
[58/191] Compiling JavaScriptKit JSDate.swift
[59/191] Compiling JavaScriptKit JSError.swift
[60/191] Compiling JavaScriptKit JSValue.swift
[61/191] Compiling JavaScriptKit JSValueDecoder.swift
[62/191] Compiling JavaScriptKit Features.swift
[63/191] Compiling JavaScriptKit JSBigInt.swift
[64/191] Compiling JavaScriptKit JSClosure.swift
[65/191] Compiling JavaScriptKit JSPromise.swift
[66/191] Compiling JavaScriptKit JSTimer.swift
[67/191] Compiling JavaScriptKit JSTypedArray.swift
[68/191] Compiling JavaScriptKit XcodeSupport.swift
[69/191] Compiling JavaScriptKit resource_bundle_accessor.swift
[70/192] Wrapping AST for JavaScriptKit for debugging
[72/196] Compiling JavaScriptBigIntSupport XcodeSupport.swift
[73/196] Emitting module JavaScriptBigIntSupport
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "_CJavaScriptKit+I64.h"
| `- note: in file included from <module-includes>:1:
2 |
[74/196] Compiling JavaScriptBigIntSupport Int64+I64.swift
[75/196] Compiling JavaScriptBigIntSupport JSBigInt+I64.swift
[76/197] Wrapping AST for JavaScriptBigIntSupport for debugging
[78/227] Emitting module WebFoundation
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[79/231] Compiling WebFoundation JSClass.swift
[80/231] Compiling WebFoundation JSValuable.swift
[81/231] Compiling WebFoundation Point.swift
[82/231] Compiling WebFoundation Rect.swift
[83/231] Compiling WebFoundation Dir.swift
[84/231] Compiling WebFoundation Exports.swift
[85/231] Compiling WebFoundation Array+Diff.swift
[86/231] Compiling WebFoundation Array+Random.swift
[87/231] Compiling WebFoundation Size.swift
[88/231] Compiling WebFoundation AnyState.swift
[89/231] Compiling WebFoundation Copyable.swift
[90/231] Compiling WebFoundation InnerStateChangeable.swift
[91/231] Compiling WebFoundation State.swift
[92/231] Compiling WebFoundation Stateable.swift
[93/231] Compiling WebFoundation Storage.swift
[94/231] Compiling WebFoundation Storageable.swift
[95/231] Compiling WebFoundation AbortController.swift
[96/231] Compiling WebFoundation AbortSignal.swift
[97/231] Compiling WebFoundation AnyElement.swift
[98/231] Compiling WebFoundation ArrayBuffer.swift
[99/231] Compiling WebFoundation Blob.swift
[100/231] Compiling WebFoundation JSFunction+Optional.swift
[101/231] Compiling WebFoundation String+Random.swift
[102/231] Compiling WebFoundation File.swift
[103/231] Compiling WebFoundation FormData.swift
[104/231] Compiling WebFoundation BlobPropertyBag.swift
[105/231] Compiling WebFoundation BufferSource.swift
[106/231] Compiling WebFoundation Console.swift
[107/231] Compiling WebFoundation Dispatch.swift
[108/231] Compiling WebFoundation URLConformable.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[109/231] Compiling WebFoundation URLSearchParams.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[110/231] Compiling WebFoundation URLValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[111/231] Compiling WebFoundation WebJSValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[112/233] Wrapping AST for WebFoundation for debugging
[114/247] Emitting module PictureInPictureAPI
[115/247] Compiling PictureInPictureAPI PictureInPictureAPI.swift
[117/260] Compiling StreamsAPI StreamsAPI.swift
[118/260] Compiling PeriodicBackgroundSynchronizationAPI PeriodicBackgroundSynchronizationAPI.swift
[119/261] Compiling StreamsAPI WritableStream.swift
[120/261] Compiling StorageAPI StorageAPI.swift
[121/263] Compiling StreamsAPI PipeOptions.swift
[122/263] Emitting module NavigationTimingAPI
[123/263] Compiling NavigationTimingAPI NavigationTimingAPI.swift
[124/263] Emitting module PaymentRequestAPI
[125/263] Compiling PaymentRequestAPI PaymentRequestAPI.swift
[126/263] Emitting module PeriodicBackgroundSynchronizationAPI
[127/264] Compiling PushAPI PushMessageData.swift
[128/264] Compiling PushAPI PushSubscription.swift
[129/265] Compiling StorageAPI SessionStorage.swift
[130/268] Compiling NotificationsAPI NotificationsAPI.swift
[131/268] Compiling StreamsAPI WritableStreamDefaultWriter.swift
[135/268] Compiling MediaStreamAPI MediaStreamAPI.swift
[136/268] Emitting module MediaStreamAPI
[137/268] Compiling StreamsAPI TransformStream.swift
[138/269] Emitting module StreamsAPI
[139/269] Compiling PushAPI PushEvent.swift
[140/269] Emitting module PushAPI
[141/269] Compiling PushAPI PushManager.swift
[142/270] Compiling StreamsAPI ReadableStreamDefaultReader.swift
[143/270] Compiling StreamsAPI ReadableStreamBYOBReader.swift
[146/274] Compiling StreamsAPI ReadableStream.swift
[147/277] Compiling IntersectionObserverAPI IntersectionObserverAPI.swift
[148/277] Emitting module IntersectionObserverAPI
[150/282] Compiling MediaCapabilitiesAPI MediaCapabilitiesAPI.swift
[151/282] Compiling NotificationsAPI Notification.swift
[152/282] Emitting module StorageAPI
[153/282] Compiling StorageAPI LocalStorage.swift
[154/282] Emitting module LocationAPI
[155/282] Compiling IndexedDB IndexedDB.swift
[157/283] Emitting module MediaCapabilitiesAPI
[159/284] Emitting module IndexedDB
[160/285] Emitting module NotificationsAPI
[161/285] Compiling NotificationsAPI Notification+Action.swift
[162/285] Emitting module GeolocationAPI
[163/285] Compiling GeolocationAPI GeolocationAPI.swift
[168/300] Emitting module FullscreenAPI
[169/300] Compiling FullscreenAPI FullscreenAPI.swift
[170/300] Emitting module GamepadAPI
[171/300] Compiling GamepadAPI GamepadAPI.swift
[173/335] Compiling LocationAPI Location.swift
[175/338] Compiling ClipboardAPI ClipboardAPI.swift
[176/338] Compiling ContentIndexAPI ContentIndex.swift
[178/340] Emitting module ClipboardAPI
[179/341] Emitting module CanvasAPI
[180/341] Compiling CanvasAPI CanvasAPI.swift
[181/342] Emitting module ContentIndexAPI
[182/345] Compiling BroadcastChannelAPI BroadcastChannelAPI.swift
[183/345] Emitting module BroadcastChannelAPI
[186/346] Write Objects.LinkFileList
[188/348] Compiling Events InputType.swift
[189/348] Compiling Events KeyboardEventLocation.swift
[191/348] Compiling Events ExtendableEvent.swift
[192/348] Compiling Events FocusEvent.swift
[193/349] Compiling Events WheelEventDeltaMode.swift
[194/349] Compiling Events Event.swift
[194/349] Archiving libWebFoundation.a
[195/349] Wrapping AST for StreamsAPI for debugging
[197/349] Emitting module BluetoothAPI
[198/349] Compiling BluetoothAPI BluetoothAPI.swift
[199/350] Emitting module FetchAPI
[200/350] Compiling Events EventListener.swift
[201/350] Compiling Events EventTarget.swift
[201/350] Wrapping AST for PushAPI for debugging
[202/350] Wrapping AST for StorageAPI for debugging
[203/350] Write Objects.LinkFileList
[206/350] Wrapping AST for PictureInPictureAPI for debugging
[207/350] Archiving libStreamsAPI.a
[208/351] Wrapping AST for PeriodicBackgroundSynchronizationAPI for debugging
[209/352] Archiving libStorageAPI.a
[210/352] Write Objects.LinkFileList
[212/352] Archiving libPushAPI.a
[213/352] Write Objects.LinkFileList
[214/352] Archiving libPictureInPictureAPI.a
[215/352] Wrapping AST for PaymentRequestAPI for debugging
[217/352] Emitting module BeaconAPI
[217/352] Archiving libPeriodicBackgroundSynchronizationAPI.a
[217/352] Write Objects.LinkFileList
[219/352] Wrapping AST for NotificationsAPI for debugging
[220/352] Archiving libPaymentRequestAPI.a
[221/352] Write Objects.LinkFileList
[222/352] Archiving libNotificationsAPI.a
[224/352] Compiling BeaconAPI Beacon.swift
[224/353] Wrapping AST for MediaCapabilitiesAPI for debugging
[225/353] Write Objects.LinkFileList
[227/353] Compiling Events HashChangeEvent.swift
[228/353] Compiling Events InputEvent.swift
[229/353] Compiling Events KeyboardEvent.swift
[229/353] Wrapping AST for MediaStreamAPI for debugging
[230/353] Write Objects.LinkFileList
[232/353] Compiling FetchAPI Response.swift
[232/353] Wrapping AST for NavigationTimingAPI for debugging
[233/353] Write Objects.LinkFileList
[235/356] Compiling FetchAPI Request.swift
[238/356] Compiling FetchAPI RequestOptions.swift
[238/356] Wrapping AST for LocationAPI for debugging
[238/356] Archiving libNavigationTimingAPI.a
[240/356] Write Objects.LinkFileList
[242/357] Archiving libMediaCapabilitiesAPI.a
[242/357] Archiving libMediaStreamAPI.a
[245/357] Compiling HistoryAPI History.swift
[246/357] Emitting module HistoryAPI
[246/358] Archiving libLocationAPI.a
[248/358] Compiling Events PushEvent.swift
[249/358] Compiling Events StorageEvent.swift
[250/358] Compiling Events TouchEvent.swift
[251/358] Wrapping AST for IntersectionObserverAPI for debugging
[252/358] Write Objects.LinkFileList
[255/358] Emitting module Events
[255/358] Wrapping AST for IndexedDB for debugging
[256/358] Archiving libIntersectionObserverAPI.a
[257/358] Write Objects.LinkFileList
[258/358] Wrapping AST for FullscreenAPI for debugging
[259/358] Wrapping AST for GeolocationAPI for debugging
[259/358] Write Objects.LinkFileList
[261/358] Wrapping AST for ContentIndexAPI for debugging
[262/358] Wrapping AST for GamepadAPI for debugging
[262/358] Archiving libIndexedDB.a
[262/358] Write Objects.LinkFileList
[266/358] Wrapping AST for FetchAPI for debugging
[267/358] Archiving libFullscreenAPI.a
[268/358] Wrapping AST for HistoryAPI for debugging
[269/358] Write Objects.LinkFileList
[270/358] Archiving libHistoryAPI.a
[271/358] Write Objects.LinkFileList
[273/358] Compiling Events AnimationEvent.swift
[274/358] Compiling Events ClipboardEvent.swift
[275/358] Compiling Events DragEvent.swift
[276/358] Compiling Events HandledEventPhase.swift
[284/358] Archiving libGeolocationAPI.a
[285/358] Write Objects.LinkFileList
[286/358] Archiving libGamepadAPI.a
[287/358] Wrapping AST for ClipboardAPI for debugging
[288/358] Write Objects.LinkFileList
[289/358] Archiving libContentIndexAPI.a
[289/358] Wrapping AST for CanvasAPI for debugging
[291/358] Write Objects.LinkFileList
[292/358] Wrapping AST for BluetoothAPI for debugging
[292/358] Archiving libFetchAPI.a
[294/358] Write Objects.LinkFileList
[295/358] Wrapping AST for BroadcastChannelAPI for debugging
[296/358] Write Objects.LinkFileList
[297/358] Archiving libClipboardAPI.a
[298/358] Archiving libCanvasAPI.a
[299/358] Wrapping AST for BeaconAPI for debugging
[300/358] Write Objects.LinkFileList
[301/358] Archiving libBluetoothAPI.a
[302/358] Archiving libBroadcastChannelAPI.a
[303/358] Archiving libBeaconAPI.a
[305/358] Compiling Events TransitionEvent.swift
[306/358] Compiling Events UIEvent.swift
[307/358] Compiling Events WheelEvent.swift
[308/358] Compiling Events TouchObject.swift
[309/358] Compiling Events PageTransitionEvent.swift
[310/358] Compiling Events ProgressEvent.swift
[311/358] Compiling Events MouseEvent.swift
[312/358] Compiling Events Names.swift
[313/358] Compiling Events DataTransferObject.swift
[314/359] Wrapping AST for Events for debugging
[315/359] Write Objects.LinkFileList
[316/368] Archiving libEvents.a
[318/445] Compiling ChannelMessagingAPI ChannelMessagingAPI.swift
[319/445] Emitting module ChannelMessagingAPI
[320/445] Compiling ChannelMessagingAPI MessagePort.swift
[322/446] Emitting module XMLHttpRequest
[323/446] Compiling XMLHttpRequest ResponseType.swift
[324/446] Compiling XMLHttpRequest Response.swift
[325/446] Compiling XMLHttpRequest ReadyState.swift
[326/446] Compiling XMLHttpRequest XMLHttpRequest.swift
[327/446] Compiling XMLHttpRequest XMLHttpRequestEventTarget.swift
[327/453] Wrapping AST for ChannelMessagingAPI for debugging
[328/453] Write Objects.LinkFileList
[329/457] Archiving libChannelMessagingAPI.a
[331/460] Wrapping AST for XMLHttpRequest for debugging
[332/460] Write Objects.LinkFileList
[333/460] Archiving libXMLHttpRequest.a
[335/460] Compiling WebSocketAPI BinaryType.swift
[336/460] Compiling WebSocketAPI MessageEvent.swift
[337/460] Compiling DOMEvents AnimationEndHandleable.swift
[338/460] Compiling DOMEvents AnimationIterationHandleable.swift
[339/460] Compiling DOMEvents AnimationStartHandleable.swift
[340/460] Compiling DOMEvents BlurHandleable.swift
[341/460] Compiling DOMEvents ClickHandleable.swift
[342/460] Compiling DOMEvents ContextMenuHandleable.swift
[343/460] Compiling DOMEvents CopyHandleable.swift
[344/460] Compiling DOMEvents CutHandleable.swift
[345/460] Compiling DOMEvents DblClickHandleable.swift
[346/460] Compiling DOMEvents DragEndHandleable.swift
[347/460] Compiling DOMEvents DragEnterHandleable.swift
[348/460] Emitting module DOMEvents
[349/470] Compiling WebSocketAPI WebSocketState.swift
[350/470] Emitting module WebSocketAPI
[351/470] Compiling WebSocketAPI WebSocket.swift
[352/470] Compiling WebSocketAPI CloseEvent.swift
[353/471] Compiling WorkersAPI WorkerLocation.swift
[355/471] Compiling DOMEvents EndedHandleable.swift
[356/471] Compiling DOMEvents LoadStartHandleable.swift
[357/471] Compiling DOMEvents LoadedDataHandleable.swift
[358/471] Compiling DOMEvents LoadedMetadataHandleable.swift
[359/471] Compiling DOMEvents PauseHandleable.swift
[360/471] Compiling DOMEvents PlayHandleable.swift
[361/471] Compiling DOMEvents PlayingHandleable.swift
[362/471] Compiling DOMEvents ProgressHandleable.swift
[363/471] Compiling DOMEvents RateChangeHandleable.swift
[364/471] Compiling DOMEvents SeekedHandleable.swift
[365/471] Compiling DOMEvents SeekingHandleable.swift
[366/471] Compiling DOMEvents PageHideHandleable.swift
[367/471] Compiling DOMEvents PageShowHandleable.swift
[368/471] Compiling DOMEvents ResizeHandleable.swift
[369/471] Compiling DOMEvents UnloadHandleable.swift
[370/471] Compiling DOMEvents Container.swift
[371/471] Compiling DOMEvents DOMEventable.swift
[372/471] Compiling DOMEvents ToggleHandleable.swift
[373/471] Compiling DOMEvents ErrorHandleable.swift
[374/471] Compiling DOMEvents Exports.swift
[375/471] Compiling DOMEvents ResetHandleable.swift
[376/471] Compiling DOMEvents StalledHandleable.swift
[377/471] Compiling DOMEvents SuspendHandleable.swift
[378/471] Compiling DOMEvents TimeUpdateHandleable.swift
[379/471] Compiling DOMEvents VolumeChangeHandleable.swift
[380/471] Compiling DOMEvents WaitingHandleable.swift
[381/471] Compiling DOMEvents AfterPrintHandleable.swift
[382/471] Compiling DOMEvents BeforePrintHandleable.swift
[383/471] Compiling DOMEvents BeforeUnloadHandleable.swift
[384/471] Compiling DOMEvents HashChangeHandleable.swift
[385/471] Compiling DOMEvents OfflineHandleable.swift
[386/471] Compiling DOMEvents OnlineHandleable.swift
[387/471] Compiling WorkersAPI AbstractWorker.swift
[388/471] Compiling WorkersAPI SharedWorker.swift
[389/471] Compiling WorkersAPI WorkerNavigator.swift
[390/471] Compiling WorkersAPI WorkerMessage.swift
[391/471] Compiling DOMEvents KeyPressHandleable.swift
[392/471] Compiling DOMEvents KeyUpHandleable.swift
[393/471] Compiling DOMEvents MessageHandleable.swift
[394/471] Compiling DOMEvents MouseDownHandleable.swift
[395/471] Compiling DOMEvents MouseEnterHandleable.swift
[396/471] Compiling DOMEvents MouseLeaveHandleable.swift
[397/471] Compiling DOMEvents MouseMoveHandleable.swift
[398/471] Compiling DOMEvents MouseOutHandleable.swift
[399/471] Compiling DOMEvents MouseOverHandleable.swift
[400/471] Compiling DOMEvents MouseUpHandleable.swift
[401/471] Compiling DOMEvents OpenHandleable.swift
[402/471] Compiling DOMEvents PasteHandleable.swift
[403/471] Compiling DOMEvents TouchCancelHandleable.swift
[404/471] Compiling DOMEvents TouchEndHandleable.swift
[405/471] Compiling DOMEvents TouchMoveHandleable.swift
[406/471] Compiling DOMEvents TouchStartHandleable.swift
[407/471] Compiling DOMEvents TransitionEndHandleable.swift
[408/471] Compiling DOMEvents WheelHandleable.swift
[409/471] Compiling DOMEvents AbortHandleable.swift
[410/471] Compiling DOMEvents CanPlayHandleable.swift
[411/471] Compiling DOMEvents CanPlayThroughHandleable.swift
[412/471] Compiling DOMEvents DurationChangeHandleable.swift
[412/471] Wrapping AST for WebSocketAPI for debugging
[413/471] Write Objects.LinkFileList
[414/471] Archiving libWebSocketAPI.a
[416/471] Emitting module WorkersAPI
[417/471] Compiling DOMEvents DragHandleable.swift
[418/471] Compiling DOMEvents DragLeaveHandleable.swift
[419/471] Compiling DOMEvents DragOverHandleable.swift
[420/471] Compiling DOMEvents DragStartHandleable.swift
[421/471] Compiling DOMEvents DropHandleable.swift
[422/471] Compiling DOMEvents FocusHandleable.swift
[423/471] Compiling DOMEvents FocusInHandleable.swift
[424/471] Compiling DOMEvents FocusOutHandleable.swift
[425/471] Compiling DOMEvents FullScreenChangeHandleable.swift
[426/471] Compiling DOMEvents FullScreenErrorHandleable.swift
[427/471] Compiling DOMEvents KeyDownHandleable.swift
[428/471] Compiling WorkersAPI Worker.swift
[429/471] Compiling DOMEvents SubmitHandleable.swift
[430/471] Compiling DOMEvents ChangeHandleable.swift
[431/471] Compiling DOMEvents InputHandleable.swift
[432/471] Compiling DOMEvents InvalidHandleable.swift
[433/471] Compiling DOMEvents SearchHandleable.swift
[434/471] Compiling DOMEvents SelectHandleable.swift
[435/471] Compiling DOMEvents LoadHandleable.swift
[436/471] Compiling DOMEvents ShowHandleable.swift
[437/471] Compiling DOMEvents Scopes.swift
[438/471] Compiling DOMEvents ScrollHandleable.swift
[440/481] Wrapping AST for WorkersAPI for debugging
[441/482] Write Objects.LinkFileList
[442/495] Wrapping AST for DOMEvents for debugging
[443/495] Write Objects.LinkFileList
[444/495] Archiving libWorkersAPI.a
[445/495] Archiving libDOMEvents.a
[447/495] Emitting module Worker
[448/495] Compiling Worker Worker.swift
[449/496] Compiling ServiceWorker ServiceBuilder.swift
[451/497] Compiling SharedWorker SharedWorker.swift
[452/497] Emitting module SharedWorker
[453/498] Wrapping AST for Worker for debugging
[454/498] Write Objects.LinkFileList
[455/498] Archiving libWorker.a
[457/498] Compiling ServiceWorker EventListener.swift
[458/498] Compiling ServiceWorker Lifecycle.swift
[459/498] Compiling ServiceWorker Cache.swift
[460/498] Compiling ServiceWorker CacheStorage.swift
[460/498] Wrapping AST for SharedWorker for debugging
[461/498] Write Objects.LinkFileList
[462/498] Archiving libSharedWorker.a
[464/498] Emitting module ServiceWorker
[465/498] Compiling NavigatorAPI NavigatorGeolocation.swift
[466/498] Compiling NavigatorAPI ServiceWorkerContainer.swift
[467/498] Compiling NavigatorAPI NavigationPreloadManager.swift
[468/498] Compiling NavigatorAPI Navigator.swift
[469/498] Emitting module NavigatorAPI
[470/499] Wrapping AST for NavigatorAPI for debugging
[471/499] Write Objects.LinkFileList
[472/499] Archiving libNavigatorAPI.a
[474/540] Compiling DOM DOMElement.swift
[475/540] Compiling DOM DarkModeDetector.swift
[476/540] Compiling ServiceWorker Manifest.swift
[477/540] Compiling DOM BaseContentElement.swift
[478/540] Compiling DOM BaseElement.swift
[479/540] Compiling DOM Class.swift
[480/540] Compiling DOM DOM.swift
[481/540] Compiling ServiceWorker ServiceWorker.swift
[482/541] Wrapping AST for ServiceWorker for debugging
[483/541] Write Objects.LinkFileList
[484/541] Archiving libServiceWorker.a
[486/541] Compiling DOM AlignType.swift
[487/541] Compiling DOM AsType.swift
[488/541] Compiling DOM AutocapitalizeType.swift
[489/541] Compiling DOM AutocompleteType.swift
[490/541] Compiling DOM CaptureType.swift
[491/541] Compiling DOM CrossOriginType.swift
[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 DecodingType.swift
[498/546] Compiling DOM DirType.swift
[499/546] Compiling DOM EncType.swift
[500/546] Compiling DOM EnterKeyHintType.swift
[501/546] Compiling DOM InputButtonType.swift
[502/546] Compiling DOM InputTextType.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] 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 }
[520/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 }
[521/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 }
[522/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 }
/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 }
/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] 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 }
[530/546] Compiling DOM Document.swift
[531/546] Compiling DOM Elements.swift
[532/549] Wrapping AST for DOM for debugging
[533/549] Write Objects.LinkFileList
[534/562] Archiving libDOM.a
[536/592] Emitting module ResizeObserverAPI
[537/592] Compiling ResizeObserverAPI ResizeObserver.swift
[538/593] Compiling CSS NamespaceRule.swift
[539/593] Compiling CSS PageRule.swift
[540/593] Compiling CSS SupportsRule.swift
[541/593] Compiling CSS ViewportRule.swift
[542/593] Compiling CSS RulesBuilder.swift
[543/593] Compiling CSS TimeUnit.swift
[544/598] Wrapping AST for ResizeObserverAPI for debugging
[545/598] Write Objects.LinkFileList
[546/598] Archiving libResizeObserverAPI.a
[548/598] Compiling CSS RelativeSizeValue.swift
[549/598] Compiling CSS TimeUnitValue.swift
[550/598] Compiling CSS UnitValue.swift
[551/598] Compiling CSS Valuable.swift
[552/598] Compiling CSS CharsetRule.swift
[553/598] Compiling CSS CounterStyleRule.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 Initialable.swift
[561/598] Compiling CSS Lengthable.swift
[562/598] Compiling CSS Noneable.swift
[563/598] Compiling CSS Numberable.swift
[564/598] Compiling CSS NumericValue.swift
[565/598] Compiling CSS Percentable.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
[573/598] Compiling CSS ValueWithTime.swift
[574/598] Compiling CSS ValueWithUnit.swift
[575/598] Compiling CSS StyleElement+CSS.swift
[576/598] Compiling CSS Stylesheet.swift
[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/599] Write Objects.LinkFileList
[592/652] Archiving libCSS.a
[594/652] Compiling ARIA ARIAProperties.swift
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
6 | //
7 |
8 | import Web
| `- error: no such module 'Web'
9 |
10 | public struct ARIARoleType {
[595/652] Compiling ARIA ARIARole.swift
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
6 | //
7 |
8 | import Web
| `- error: no such module 'Web'
9 |
10 | public struct ARIARoleType {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[596/652] Emitting module ARIA
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
6 | //
7 |
8 | import Web
| `- error: no such module 'Web'
9 |
10 | public struct ARIARoleType {
BUILD FAILURE 6.2 linux