Build Information
Failed to build web, reference 2.0.0-nightly.7 (8f8e04
), with Swift 6.2 (beta) for Android on 22 Jun 2025 03:31:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: android
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftwasm/JavaScriptKit
[1/23836] Fetching javascriptkit
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (1.02s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.17.0 (5.05s)
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
[3/168] Copying Runtime
[3/168] Write sources
[43/168] Compiling _CJavaScriptBigIntSupport _CJavaScriptKit+I64.c
[44/168] Compiling _CJavaScriptKit _CJavaScriptKit.c
[45/168] Write swift-version-8C5A4AE7A8CE2BA.txt
[47/189] Compiling JavaScriptKit JSPromise.swift
[48/189] Compiling JavaScriptKit JSTimer.swift
[49/189] Compiling JavaScriptKit JSTypedArray.swift
[50/189] Emitting module JavaScriptKit
[51/189] Compiling JavaScriptKit ConstructibleFromJSValue.swift
[52/189] Compiling JavaScriptKit ConvertibleToJSValue.swift
[53/189] Compiling JavaScriptKit Deprecated.swift
[54/189] Compiling JavaScriptKit JSArray.swift
[55/189] Compiling JavaScriptKit JSDate.swift
[56/189] Compiling JavaScriptKit JSError.swift
[57/191] Compiling JavaScriptKit JSSymbol.swift
[58/191] Compiling JavaScriptKit JSThrowingFunction.swift
[59/191] Compiling JavaScriptKit JSBridgedType.swift
[60/191] Compiling JavaScriptKit JSFunction.swift
[61/191] Compiling JavaScriptKit JSObject.swift
[62/191] Compiling JavaScriptKit JSString.swift
[63/191] Compiling JavaScriptKit JSValue.swift
[64/191] Compiling JavaScriptKit JSValueDecoder.swift
[65/191] Compiling JavaScriptKit Features.swift
[66/191] Compiling JavaScriptKit JSBigInt.swift
[67/191] Compiling JavaScriptKit JSClosure.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 XcodeSupport.swift
[74/196] Compiling JavaScriptBigIntSupport Int64+I64.swift
[75/196] Compiling JavaScriptBigIntSupport JSBigInt+I64.swift
<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 |
[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 JSFunction+Optional.swift
[80/231] Compiling WebFoundation String+Random.swift
[81/231] Compiling WebFoundation File.swift
[82/231] Compiling WebFoundation FormData.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 BlobPropertyBag.swift
[88/231] Compiling WebFoundation BufferSource.swift
[89/231] Compiling WebFoundation Console.swift
[90/231] Compiling WebFoundation Dispatch.swift
[91/231] Compiling WebFoundation Size.swift
[92/231] Compiling WebFoundation AnyState.swift
[93/231] Compiling WebFoundation Copyable.swift
[94/231] Compiling WebFoundation InnerStateChangeable.swift
[95/231] Compiling WebFoundation State.swift
[96/231] Compiling WebFoundation Stateable.swift
[97/231] Compiling WebFoundation Storage.swift
[98/231] Compiling WebFoundation Storageable.swift
[99/231] Compiling WebFoundation JSClass.swift
[100/231] Compiling WebFoundation JSValuable.swift
[101/231] Compiling WebFoundation Point.swift
[102/231] Compiling WebFoundation Rect.swift
[103/231] Compiling WebFoundation AbortController.swift
[104/231] Compiling WebFoundation AbortSignal.swift
[105/231] Compiling WebFoundation AnyElement.swift
[106/231] Compiling WebFoundation ArrayBuffer.swift
[107/231] Compiling WebFoundation Blob.swift
[108/231] Compiling WebFoundation URLConformable.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[109/231] Compiling WebFoundation URLSearchParams.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[110/231] Compiling WebFoundation URLValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[111/231] Compiling WebFoundation WebJSValue.swift
/host/spi-builder-workspace/Sources/WebFoundation/URLConformable.swift:23:1: warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
21 | }
22 |
23 | extension URL: URLConformable {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocol 'ConvertibleToJSValue'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
24 | public var stringValue: String { self.absoluteString }
25 | }
[112/232] Wrapping AST for WebFoundation for debugging
[114/259] Emitting module PictureInPictureAPI
[115/259] Compiling PictureInPictureAPI PictureInPictureAPI.swift
[116/260] Compiling PeriodicBackgroundSynchronizationAPI PeriodicBackgroundSynchronizationAPI.swift
[117/262] Compiling PushAPI PushSubscription.swift
[118/262] Emitting module PeriodicBackgroundSynchronizationAPI
[120/263] Emitting module PaymentRequestAPI
[121/263] Compiling PaymentRequestAPI PaymentRequestAPI.swift
[122/264] Compiling StorageAPI StorageAPI.swift
[125/266] Compiling NavigationTimingAPI NavigationTimingAPI.swift
[126/266] Compiling PushAPI PushManager.swift
[127/266] Compiling PushAPI PushEvent.swift
[128/266] Emitting module NavigationTimingAPI
[129/266] Compiling PushAPI PushMessageData.swift
[130/266] Emitting module PushAPI
[131/268] Emitting module MediaStreamAPI
[132/268] Emitting module StreamsAPI
[133/269] Compiling NotificationsAPI NotificationsAPI.swift
[134/269] Compiling StreamsAPI StreamsAPI.swift
[135/269] Compiling StreamsAPI TransformStream.swift
[136/269] Compiling MediaStreamAPI MediaStreamAPI.swift
[137/269] Compiling StorageAPI SessionStorage.swift
[140/270] Compiling StreamsAPI WritableStream.swift
[142/270] Compiling StreamsAPI ReadableStream.swift
[143/270] Compiling StreamsAPI PipeOptions.swift
[144/274] Compiling StreamsAPI ReadableStreamBYOBReader.swift
[145/274] Compiling StreamsAPI ReadableStreamDefaultReader.swift
[146/274] Compiling MediaCapabilitiesAPI MediaCapabilitiesAPI.swift
[147/274] Emitting module MediaCapabilitiesAPI
[149/275] Emitting module StorageAPI
[150/275] Compiling StorageAPI LocalStorage.swift
[152/276] Emitting module LocationAPI
[153/276] Compiling NotificationsAPI Notification.swift
[154/276] Emitting module NotificationsAPI
[155/276] Compiling NotificationsAPI Notification+Action.swift
[156/277] Compiling StreamsAPI WritableStreamDefaultWriter.swift
[159/278] Compiling LocationAPI Location.swift
[161/303] Compiling FullscreenAPI FullscreenAPI.swift
[162/305] Emitting module GeolocationAPI
[163/305] Compiling GeolocationAPI GeolocationAPI.swift
[164/321] Emitting module FullscreenAPI
[166/331] Emitting module IntersectionObserverAPI
[167/331] Compiling IntersectionObserverAPI IntersectionObserverAPI.swift
[168/332] Compiling IndexedDB IndexedDB.swift
[169/332] Emitting module IndexedDB
[172/333] Compiling GamepadAPI GamepadAPI.swift
[173/333] Emitting module GamepadAPI
[174/334] Compiling Events WheelEventDeltaMode.swift
[175/334] Compiling Events Event.swift
[178/339] Emitting module ClipboardAPI
[179/339] Compiling ClipboardAPI ClipboardAPI.swift
[180/339] Compiling FetchAPI RequestOptions.swift
[181/342] Compiling Events DragEvent.swift
[182/342] Compiling Events HandledEventPhase.swift
[183/342] Compiling Events InputType.swift
[184/342] Compiling Events KeyboardEventLocation.swift
[185/346] Compiling FetchAPI Request.swift
[186/346] Compiling BroadcastChannelAPI BroadcastChannelAPI.swift
[187/346] Emitting module FetchAPI
[188/346] Compiling Events AnimationEvent.swift
[189/346] Compiling Events ClipboardEvent.swift
[190/346] Compiling Events EventListener.swift
[191/346] Compiling Events EventTarget.swift
[192/346] Compiling ContentIndexAPI ContentIndex.swift
[194/346] Compiling CanvasAPI CanvasAPI.swift
[195/346] Emitting module CanvasAPI
[196/346] Emitting module ContentIndexAPI
[197/348] Emitting module BroadcastChannelAPI
[198/349] Compiling FetchAPI Response.swift
[199/349] Emitting module BluetoothAPI
[200/349] Compiling BluetoothAPI BluetoothAPI.swift
[201/350] Compiling Events TouchObject.swift
[202/350] Compiling Events PageTransitionEvent.swift
[203/350] Compiling Events ProgressEvent.swift
[204/350] Compiling Events PushEvent.swift
[205/350] Compiling Events StorageEvent.swift
[206/350] Compiling Events TouchEvent.swift
[208/354] Write Objects.LinkFileList
[210/354] Emitting module Events
[211/355] Compiling HistoryAPI History.swift
[212/355] Emitting module HistoryAPI
[215/357] Archiving libWebFoundation.a
[217/357] Emitting module BeaconAPI
[226/357] Wrapping AST for StreamsAPI for debugging
[227/357] Write Objects.LinkFileList
[229/357] Compiling BeaconAPI Beacon.swift
[229/358] Archiving libStreamsAPI.a
[230/358] Wrapping AST for PushAPI for debugging
[231/358] Wrapping AST for StorageAPI for debugging
[232/358] Write Objects.LinkFileList
[235/358] Wrapping AST for PictureInPictureAPI for debugging
[236/358] Wrapping AST for PeriodicBackgroundSynchronizationAPI for debugging
[236/358] Write Objects.LinkFileList
[238/358] Wrapping AST for PaymentRequestAPI for debugging
[239/358] Archiving libStorageAPI.a
[240/358] Write Objects.LinkFileList
[242/358] Wrapping AST for NotificationsAPI for debugging
[243/358] Archiving libPushAPI.a
[244/358] Write Objects.LinkFileList
[245/358] Archiving libPaymentRequestAPI.a
[246/358] Wrapping AST for NavigationTimingAPI for debugging
[247/358] Write Objects.LinkFileList
[248/358] Archiving libPictureInPictureAPI.a
[249/358] Archiving libPeriodicBackgroundSynchronizationAPI.a
[250/358] Archiving libNotificationsAPI.a
[251/358] Archiving libNavigationTimingAPI.a
[252/358] Wrapping AST for MediaStreamAPI for debugging
[253/358] Wrapping AST for LocationAPI for debugging
[254/358] Wrapping AST for IndexedDB for debugging
[255/358] Wrapping AST for IntersectionObserverAPI for debugging
[255/358] Wrapping AST for GeolocationAPI for debugging
[257/358] Wrapping AST for HistoryAPI for debugging
[258/358] Write Objects.LinkFileList
[264/358] Wrapping AST for MediaCapabilitiesAPI for debugging
[265/358] Wrapping AST for GamepadAPI for debugging
[265/358] Wrapping AST for FetchAPI for debugging
[265/358] Wrapping AST for ClipboardAPI for debugging
[268/358] Wrapping AST for FullscreenAPI for debugging
[269/358] Wrapping AST for ContentIndexAPI for debugging
[269/358] Write Objects.LinkFileList
[275/358] Compiling Events TransitionEvent.swift
[276/358] Compiling Events UIEvent.swift
[277/358] Compiling Events WheelEvent.swift
[277/358] Write Objects.LinkFileList
[278/358] Archiving libMediaStreamAPI.a
[279/358] Archiving libIntersectionObserverAPI.a
[283/358] Compiling Events ExtendableEvent.swift
[284/358] Compiling Events FocusEvent.swift
[284/358] Archiving libLocationAPI.a
[285/358] Archiving libIndexedDB.a
[285/358] Archiving libGamepadAPI.a
[286/358] Archiving libHistoryAPI.a
[286/358] Archiving libMediaCapabilitiesAPI.a
[287/358] Archiving libGeolocationAPI.a
[290/358] Write Objects.LinkFileList
[291/358] Archiving libFullscreenAPI.a
[292/358] Archiving libFetchAPI.a
[293/358] Archiving libClipboardAPI.a
[294/358] Archiving libContentIndexAPI.a
[296/358] Compiling Events HashChangeEvent.swift
[297/358] Compiling Events InputEvent.swift
[298/358] Compiling Events KeyboardEvent.swift
[299/358] Compiling Events MouseEvent.swift
[300/358] Compiling Events Names.swift
[301/358] Compiling Events DataTransferObject.swift
[301/359] Wrapping AST for BroadcastChannelAPI for debugging
[302/359] Write Objects.LinkFileList
[303/359] Wrapping AST for CanvasAPI for debugging
[304/359] Write Objects.LinkFileList
[305/359] Wrapping AST for BluetoothAPI for debugging
[306/359] Write Objects.LinkFileList
[307/359] Archiving libBroadcastChannelAPI.a
[308/359] Archiving libCanvasAPI.a
[309/359] Wrapping AST for BeaconAPI for debugging
[310/359] Write Objects.LinkFileList
[311/359] Archiving libBluetoothAPI.a
[313/359] Archiving libBeaconAPI.a
[314/359] Wrapping AST for Events for debugging
[315/359] Write Objects.LinkFileList
[316/367] Archiving libEvents.a
[318/445] Compiling ChannelMessagingAPI ChannelMessagingAPI.swift
[319/445] Emitting module ChannelMessagingAPI
[320/445] Compiling ChannelMessagingAPI MessagePort.swift
[321/446] Wrapping AST for ChannelMessagingAPI for debugging
[322/446] Write Objects.LinkFileList
[323/451] Archiving libChannelMessagingAPI.a
[325/459] Compiling XMLHttpRequest ResponseType.swift
[326/459] Compiling XMLHttpRequest Response.swift
[327/459] Compiling XMLHttpRequest ReadyState.swift
[328/459] Emitting module XMLHttpRequest
[329/459] Compiling XMLHttpRequest XMLHttpRequest.swift
[330/459] Compiling XMLHttpRequest XMLHttpRequestEventTarget.swift
[331/460] Compiling DOMEvents PageHideHandleable.swift
[332/460] Compiling DOMEvents PageShowHandleable.swift
[333/460] Compiling DOMEvents ResizeHandleable.swift
[334/460] Compiling DOMEvents UnloadHandleable.swift
[335/460] Compiling DOMEvents Container.swift
[336/460] Compiling DOMEvents DOMEventable.swift
[337/460] Compiling DOMEvents ToggleHandleable.swift
[338/460] Compiling DOMEvents ErrorHandleable.swift
[339/460] Compiling DOMEvents Exports.swift
[340/460] Compiling DOMEvents ResetHandleable.swift
[342/470] Compiling WorkersAPI WorkerLocation.swift
[343/470] Compiling WorkersAPI AbstractWorker.swift
[344/470] Compiling WebSocketAPI BinaryType.swift
[345/470] Emitting module WebSocketAPI
[346/470] Compiling WorkersAPI WorkerNavigator.swift
[347/470] Compiling WebSocketAPI WebSocketState.swift
[348/470] Compiling WebSocketAPI CloseEvent.swift
[349/470] Emitting module WorkersAPI
[350/470] Compiling DOMEvents PasteHandleable.swift
[351/470] Compiling DOMEvents TouchCancelHandleable.swift
[352/470] Compiling DOMEvents TouchEndHandleable.swift
[353/470] Compiling DOMEvents TouchMoveHandleable.swift
[354/470] Compiling DOMEvents TouchStartHandleable.swift
[355/470] Compiling DOMEvents TransitionEndHandleable.swift
[356/470] Compiling DOMEvents WheelHandleable.swift
[357/470] Compiling DOMEvents AbortHandleable.swift
[358/470] Compiling DOMEvents CanPlayHandleable.swift
[359/470] Compiling DOMEvents CanPlayThroughHandleable.swift
[360/470] Compiling DOMEvents DurationChangeHandleable.swift
[360/470] Wrapping AST for XMLHttpRequest for debugging
[361/470] Write Objects.LinkFileList
[363/470] Compiling DOMEvents StalledHandleable.swift
[364/470] Compiling DOMEvents SuspendHandleable.swift
[365/470] Compiling DOMEvents TimeUpdateHandleable.swift
[366/470] Compiling DOMEvents VolumeChangeHandleable.swift
[367/470] Compiling DOMEvents WaitingHandleable.swift
[368/470] Compiling DOMEvents AfterPrintHandleable.swift
[369/470] Compiling DOMEvents BeforePrintHandleable.swift
[370/470] Compiling DOMEvents BeforeUnloadHandleable.swift
[371/470] Compiling DOMEvents HashChangeHandleable.swift
[372/470] Compiling DOMEvents OfflineHandleable.swift
[373/470] Compiling DOMEvents OnlineHandleable.swift
[374/470] Emitting module DOMEvents
[375/470] Compiling WebSocketAPI MessageEvent.swift
[376/470] Compiling DOMEvents EndedHandleable.swift
[377/470] Compiling DOMEvents LoadStartHandleable.swift
[378/470] Compiling DOMEvents LoadedDataHandleable.swift
[379/470] Compiling DOMEvents LoadedMetadataHandleable.swift
[380/470] Compiling DOMEvents PauseHandleable.swift
[381/470] Compiling DOMEvents PlayHandleable.swift
[382/470] Compiling DOMEvents PlayingHandleable.swift
[383/470] Compiling DOMEvents ProgressHandleable.swift
[384/470] Compiling DOMEvents RateChangeHandleable.swift
[385/470] Compiling DOMEvents SeekedHandleable.swift
[386/470] Compiling DOMEvents SeekingHandleable.swift
[386/470] Archiving libXMLHttpRequest.a
[388/470] Compiling WorkersAPI SharedWorker.swift
[389/470] Compiling WorkersAPI Worker.swift
[390/470] Compiling WebSocketAPI WebSocket.swift
[391/470] Compiling WorkersAPI WorkerMessage.swift
[393/472] Wrapping AST for WorkersAPI for debugging
[393/472] Wrapping AST for WebSocketAPI for debugging
[395/474] Write Objects.LinkFileList
[398/494] Compiling DOMEvents AnimationEndHandleable.swift
[399/494] Compiling DOMEvents AnimationIterationHandleable.swift
[400/494] Compiling DOMEvents AnimationStartHandleable.swift
[401/494] Compiling DOMEvents BlurHandleable.swift
[402/494] Compiling DOMEvents ClickHandleable.swift
[403/494] Compiling DOMEvents ContextMenuHandleable.swift
[404/494] Compiling DOMEvents CopyHandleable.swift
[405/494] Compiling DOMEvents CutHandleable.swift
[406/494] Compiling DOMEvents DblClickHandleable.swift
[407/494] Compiling DOMEvents DragEndHandleable.swift
[408/494] Compiling DOMEvents DragEnterHandleable.swift
[409/494] Compiling ServiceWorker Cache.swift
[410/494] Compiling ServiceWorker CacheStorage.swift
[411/494] Compiling ServiceWorker EventListener.swift
[412/494] Compiling ServiceWorker Lifecycle.swift
[413/494] Compiling ServiceWorker Manifest+Category.swift
[414/494] Compiling ServiceWorker Manifest+Display.swift
[415/494] Compiling ServiceWorker Manifest+Image.swift
[416/494] Compiling ServiceWorker Manifest+Orientation.swift
[417/494] Compiling ServiceWorker Manifest+RelatedApplication.swift
[418/494] Compiling ServiceWorker Manifest+Shortcut.swift
[419/494] Compiling DOMEvents KeyDownHandleable.swift
[420/494] Compiling DOMEvents KeyPressHandleable.swift
[421/494] Compiling DOMEvents KeyUpHandleable.swift
[422/494] Compiling DOMEvents MessageHandleable.swift
[423/494] Compiling DOMEvents MouseDownHandleable.swift
[424/494] Compiling DOMEvents MouseEnterHandleable.swift
[425/494] Compiling DOMEvents MouseLeaveHandleable.swift
[426/494] Compiling DOMEvents MouseMoveHandleable.swift
[427/494] Compiling DOMEvents MouseOutHandleable.swift
[428/494] Compiling DOMEvents MouseOverHandleable.swift
[429/494] Compiling DOMEvents MouseUpHandleable.swift
[430/494] Compiling DOMEvents OpenHandleable.swift
[430/494] Archiving libWebSocketAPI.a
[431/494] Archiving libWorkersAPI.a
[433/494] Emitting module SharedWorker
[434/494] Compiling SharedWorker SharedWorker.swift
[435/494] Emitting module Worker
[436/494] Compiling Worker Worker.swift
[437/496] Compiling ServiceWorker ServiceBuilder.swift
[440/497] Compiling DOMEvents SubmitHandleable.swift
[441/497] Compiling DOMEvents ChangeHandleable.swift
[442/497] Compiling DOMEvents InputHandleable.swift
[443/497] Compiling DOMEvents InvalidHandleable.swift
[444/497] Compiling DOMEvents SearchHandleable.swift
[445/497] Compiling DOMEvents SelectHandleable.swift
[446/497] Compiling DOMEvents LoadHandleable.swift
[447/497] Compiling DOMEvents ShowHandleable.swift
[448/497] Compiling DOMEvents Scopes.swift
[449/497] Compiling DOMEvents ScrollHandleable.swift
[449/498] Wrapping AST for SharedWorker for debugging
[450/498] Write Objects.LinkFileList
[451/498] Wrapping AST for Worker for debugging
[452/498] Write Objects.LinkFileList
[454/498] Archiving libSharedWorker.a
[458/498] Emitting module ServiceWorker
[458/498] Archiving libWorker.a
[462/498] Compiling NavigatorAPI NavigatorGeolocation.swift
[463/498] Compiling NavigatorAPI Navigator.swift
[464/498] Emitting module NavigatorAPI
[465/498] Compiling NavigatorAPI NavigationPreloadManager.swift
[466/498] Compiling NavigatorAPI ServiceWorkerContainer.swift
[469/499] Wrapping AST for DOMEvents for debugging
[470/499] Write Objects.LinkFileList
[471/499] Archiving libDOMEvents.a
[473/499] Compiling ServiceWorker Manifest.swift
[473/499] Wrapping AST for NavigatorAPI for debugging
[474/499] Write Objects.LinkFileList
[479/499] Archiving libNavigatorAPI.a
[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 SelectionDirection.swift
[487/541] Compiling DOM ShapeType.swift
[488/541] Compiling DOM TargetType.swift
[489/541] Compiling DOM WrapType.swift
[490/541] Compiling DOM Exports.swift
[491/546] Compiling DOM ForEach.swift
[492/546] Compiling DOM Id.swift
[493/546] Compiling DOM Opener.swift
[494/546] Compiling DOM RangeTextable.swift
[495/546] Compiling DOM Selectable.swift
[496/546] Compiling DOM SelectionRangeable.swift
[497/546] Compiling DOM Screen.swift
[498/546] Compiling DOM StringInitializable.swift
[499/546] Compiling DOM Window.swift
[500/546] Compiling DOM WindowLifecycle.swift
[501/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 }
[502/546] Compiling DOM AlignType.swift
[503/546] Compiling DOM AsType.swift
[504/546] Compiling DOM AutocapitalizeType.swift
[505/546] Compiling DOM AutocompleteType.swift
[506/546] Compiling DOM CaptureType.swift
[507/546] Compiling DOM CrossOriginType.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 DecodingType.swift
[515/546] Compiling DOM DirType.swift
[516/546] Compiling DOM EncType.swift
[517/546] Compiling DOM EnterKeyHintType.swift
[518/546] Compiling DOM InputButtonType.swift
[519/546] Compiling DOM InputTextType.swift
[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
[527/546] Compiling DOM DOM.swift
[528/546] Compiling DOM DOMElement.swift
[529/546] Compiling DOM DarkModeDetector.swift
[530/546] Compiling DOM Document.swift
[531/546] Compiling DOM Elements.swift
[532/547] Wrapping AST for DOM for debugging
[533/547] Write Objects.LinkFileList
[534/592] Archiving libDOM.a
[536/592] Compiling CSS Initialable.swift
[537/592] Compiling CSS Lengthable.swift
[538/592] Compiling CSS Noneable.swift
[539/592] Compiling CSS Numberable.swift
[540/592] Compiling CSS NumericValue.swift
[541/592] Compiling CSS Percentable.swift
[542/597] Compiling ResizeObserverAPI ResizeObserver.swift
[543/597] Emitting module ResizeObserverAPI
[544/597] Compiling CSS NamespaceRule.swift
[545/597] Compiling CSS PageRule.swift
[546/597] Compiling CSS SupportsRule.swift
[547/597] Compiling CSS ViewportRule.swift
[548/597] Compiling CSS RulesBuilder.swift
[549/597] Compiling CSS TimeUnit.swift
[550/598] Wrapping AST for ResizeObserverAPI for debugging
[551/598] Write Objects.LinkFileList
[552/598] Archiving libResizeObserverAPI.a
[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
[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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[595/652] Emitting module ARIA
/host/spi-builder-workspace/Sources/ARIA/ARIARole.swift:8:8: error: no such module 'Web'
6 | //
7 |
8 | import Web
| `- error: no such module 'Web'
9 |
10 | public struct ARIARoleType {
[596/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 {
BUILD FAILURE 6.2 android