The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftWebUI with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftWebUI/SwiftWebUI.git
Reference: 0.3.2
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/SwiftWebUI/SwiftWebUI
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 7c71e4c Merge branch 'develop'
Cloned https://github.com/SwiftWebUI/SwiftWebUI.git
Revision (git rev-parse @):
7c71e4c5a0a457236e581c525e5f9af80d8acbd7
SUCCESS checkout https://github.com/SwiftWebUI/SwiftWebUI.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/SwiftWebUI/SwiftWebUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/wickwirew/Runtime.git
Fetching https://github.com/SwiftWebResources/SemanticUI-Swift.git
[1/71] Fetching semanticui-swift
[40/2012] Fetching semanticui-swift, runtime
Fetched https://github.com/wickwirew/Runtime.git (0.29s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/SwiftWebResources/SemanticUI-Swift.git (0.29s)
[1/8268] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git (0.54s)
[1/64354] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (6.14s)
Computing version for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Computed https://github.com/SwiftWebResources/SemanticUI-Swift.git at 2.4.2 (0.51s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.5 (0.29s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.45s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1563] Fetching swift-atomics
[377/4544] Fetching swift-atomics, swift-system
[4545/18124] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (0.36s)
Fetched https://github.com/apple/swift-system.git (0.36s)
[1766/13580] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.29s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.31s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Working copy of https://github.com/SwiftWebResources/SemanticUI-Swift.git resolved at 2.4.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/wickwirew/Runtime.git
Working copy of https://github.com/wickwirew/Runtime.git resolved at 2.2.5
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.0
Building for debugging...
[0/29] Compiling _AtomicsShims.c
[0/29] Compiling CRuntime dummy.c
[1/29] Compiling CNIOLinux liburing_shims.c
[1/29] Compiling CNIOLLHTTP c_nio_http.c
[1/29] Compiling CNIODarwin shim.c
[5/29] Compiling CNIOWindows shim.c
[6/29] Compiling CNIOWindows WSAStartup.c
[7/29] Compiling CNIOLLHTTP c_nio_api.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[8/29] Compiling CNIOLinux shim.c
[10/117] Compiling Atomics AtomicMemoryOrderings.swift
[11/117] Compiling Atomics DoubleWord.swift
[12/119] Compiling Atomics UnsafeAtomic.swift
[13/119] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/119] Compiling Atomics IntegerOperations.swift
[15/119] Compiling Atomics Unmanaged extensions.swift
[16/119] Compiling Runtime ClassMetadata.swift
[17/119] Compiling Runtime EnumMetadata.swift
[18/119] Compiling Runtime FuntionMetadata.swift
[19/119] Compiling Runtime Metadata.swift
[20/124] Emitting module _NIOBase64
[21/124] Compiling _NIOBase64 Base64.swift
[22/125] Compiling Atomics OptionalRawRepresentable.swift
[23/125] Compiling Atomics RawRepresentable.swift
[24/125] Compiling Atomics AtomicBool.swift
[26/128] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[26/128] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/128] Compiling Runtime Vector.swift
[30/128] Compiling Runtime GettersSetters.swift
[31/128] Compiling Runtime Pointer+Extensions.swift
[32/128] Compiling Runtime RetainCounts.swift
[33/128] Compiling Runtime String+Extensions.swift
[34/128] Compiling DequeModule _DequeSlot.swift
[35/128] Compiling DequeModule _UnsafeWrappedBuffer.swift
[38/128] Compiling Atomics AtomicReference.swift
[39/128] Compiling Atomics AtomicStorage.swift
[40/128] Compiling Atomics AtomicValue.swift
[41/128] Emitting module DequeModule
[46/129] Compiling Atomics ManagedAtomic.swift
[47/129] Compiling Atomics ManagedAtomicLazyReference.swift
[48/129] Compiling Atomics Primitives.shims.swift
[49/129] Compiling Atomics AtomicInteger.swift
[50/129] Compiling Atomics AtomicOptionalWrappable.swift
[54/161] Compiling OpenCombine AnyPublisher.swift
[55/161] Compiling OpenCombine AnySubscriber.swift
[56/161] Compiling OpenCombine Cancellable.swift
[57/161] Compiling OpenCombine Codable.swift
[58/161] Compiling OpenCombine SubjectSubscriber.swift
[59/161] Compiling OpenCombine SubscriberTap.swift
[60/163] Compiling OpenCombine FilterProducer.swift
[61/163] Compiling OpenCombine Locking.swift
[62/163] Compiling OpenCombine PartialCompletion.swift
[63/213] Compiling OpenCombine Fail.swift
[64/213] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[65/213] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[66/213] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[67/213] Compiling OpenCombine Just.swift
[68/215] Compiling OpenCombine PassthroughSubject.swift
[69/215] Compiling OpenCombine Published.swift
[70/215] Compiling OpenCombine Publisher+Subscribe.swift
[71/215] Compiling OpenCombine Deferred.swift
[72/215] Compiling OpenCombine Empty.swift
[73/220] Compiling OpenCombine PublishedSubject.swift
[74/220] Compiling OpenCombine PublishedSubscriber.swift
[75/220] Compiling OpenCombine ReduceProducer.swift
[76/220] Compiling OpenCombine SubscriptionStatus.swift
[77/220] Compiling OpenCombine SubscriptionTap.swift
[78/220] Compiling OpenCombine AnyCancellable.swift
[81/222] Compiling OpenCombine Future.swift
[82/222] Compiling OpenCombine GENERATED-RootProtocols.swift
[83/222] Compiling OpenCombine Utils.swift
[84/222] Compiling OpenCombine Violations.swift
[85/222] Compiling OpenCombine ImmediateScheduler.swift
[86/222] Compiling OpenCombine ObservableObject.swift
[88/222] Wrapping AST for _NIOBase64 for debugging
[89/222] Compiling c-nioatomics.c
[91/222] Compiling _NIODataStructures _TinyArray.swift
[92/222] Compiling _NIODataStructures PriorityQueue.swift
[93/222] Compiling _NIODataStructures Heap.swift
[94/222] Emitting module _NIODataStructures
[99/223] Emitting module Runtime
[100/223] Compiling OpenCombine ConduitBase.swift
[101/223] Compiling OpenCombine ConduitList.swift
[102/223] Compiling OpenCombine DebugHook.swift
[111/225] Wrapping AST for DequeModule for debugging
[115/226] Wrapping AST for _NIODataStructures for debugging
[116/226] Wrapping AST for Runtime for debugging
[118/226] Emitting module Atomics
[118/227] Compiling c-atomics.c
[122/228] Emitting module SemanticUI
[123/228] Compiling SemanticUI Resources.swift
[124/228] Compiling SemanticUI ResourceMap.swift
[124/230] Wrapping AST for Atomics for debugging
[141/248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[141/248] Wrapping AST for SemanticUI for debugging
[143/248] Compiling NIOConcurrencyHelpers lock.swift
[144/248] Emitting module NIOConcurrencyHelpers
[145/248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[146/248] Emitting module OpenCombine
[160/248] Compiling NIOConcurrencyHelpers atomics.swift
[161/248] Compiling NIOConcurrencyHelpers NIOLock.swift
[163/250] Wrapping AST for NIOConcurrencyHelpers for debugging
[165/250] Compiling OpenCombine Result.swift
[166/250] Compiling OpenCombine Scheduler.swift
[167/250] Compiling OpenCombine Subject+Void.swift
[168/250] Compiling OpenCombine Subscriber+Void.swift
[169/250] Compiling OpenCombine Subscribers.Assign.swift
[170/250] Compiling OpenCombine Subscribers.Completion.swift
[171/250] Compiling OpenCombine Subscribers.Demand.swift
[172/250] Compiling OpenCombine Subscribers.Sink.swift
[173/250] Compiling OpenCombine Subscribers.swift
[174/250] Compiling OpenCombine Subscription.swift
[175/250] Compiling OpenCombine Subscriptions.swift
[176/250] Compiling OpenCombine _Introspection.swift
[177/307] Compiling NIOCore NIOLoopBound.swift
[178/307] Compiling NIOCore NIOSendable.swift
[179/307] Compiling NIOCore PointerHelpers.swift
[180/307] Compiling NIOCore RecvByteBufferAllocator.swift
[181/307] Compiling OpenCombine Publishers.DropUntilOutput.swift
[182/307] Compiling OpenCombine Publishers.DropWhile.swift
[183/307] Compiling OpenCombine Publishers.Filter.swift
[184/307] Compiling OpenCombine Publishers.First.swift
[185/307] Compiling OpenCombine Publishers.FlatMap.swift
[186/307] Compiling OpenCombine Publishers.HandleEvents.swift
[187/307] Compiling OpenCombine Publishers.IgnoreOutput.swift
[188/307] Compiling OpenCombine Publishers.Last.swift
[189/307] Compiling OpenCombine Publishers.MakeConnectable.swift
[190/307] Compiling NIOCore FileDescriptor.swift
[191/307] Compiling NIOCore FileHandle.swift
[192/307] Compiling NIOCore FileRegion.swift
[193/307] Compiling NIOCore AddressedEnvelope.swift
[194/307] Compiling NIOCore AsyncAwaitSupport.swift
[195/307] Compiling NIOCore AsyncChannel.swift
[196/307] Compiling NIOCore AsyncChannelInboundStream.swift
[197/307] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[198/307] Compiling NIOCore AsyncChannelOutboundWriter.swift
[199/307] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[200/307] Compiling NIOCore NIOAsyncSequenceProducer.swift
[201/307] Compiling NIOCore ByteBuffer-int.swift
[202/307] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[203/307] Compiling NIOCore EventLoop+Deprecated.swift
[204/307] Compiling NIOCore GlobalSingletons.swift
[205/307] Compiling NIOCore IO.swift
[206/307] Compiling NIOCore IOData.swift
[207/307] Compiling NIOCore IPProtocol.swift
[208/307] Compiling NIOCore IntegerBitPacking.swift
[209/307] Compiling NIOCore IntegerTypes.swift
[210/307] Compiling NIOCore Interfaces.swift
[211/307] Compiling NIOCore Linux.swift
[212/307] Compiling NIOCore MarkedCircularBuffer.swift
[213/307] Compiling NIOCore MulticastChannel.swift
[214/307] Compiling NIOCore NIOAny.swift
[215/307] Compiling NIOCore NIOCloseOnErrorHandler.swift
[224/315] Compiling OpenCombine Publishers.Retry.swift
[225/315] Compiling OpenCombine Publishers.Scan.swift
[226/315] Compiling OpenCombine Publishers.Sequence.swift
[227/315] Compiling OpenCombine Publishers.SetFailureType.swift
[228/315] Compiling OpenCombine Publishers.Share.swift
[229/315] Compiling OpenCombine Publishers.SubscribeOn.swift
[230/315] Compiling OpenCombine Publishers.SwitchToLatest.swift
[231/315] Compiling OpenCombine Publishers.Throttle.swift
[232/315] Compiling OpenCombine Publishers.Timeout.swift
[233/315] Compiling OpenCombine Publishers.Zip.swift
[234/315] Compiling OpenCombine Publishers.swift
[235/315] Compiling OpenCombine Record.swift
[236/315] Compiling OpenCombine Result.Publisher.swift
[237/315] Compiling OpenCombine Publishers.Map.swift
[238/315] Compiling OpenCombine Publishers.MapError.swift
[239/315] Compiling OpenCombine Publishers.MeasureInterval.swift
[240/315] Compiling OpenCombine Publishers.Multicast.swift
[241/315] Compiling OpenCombine Publishers.Output.swift
[242/315] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[243/315] Compiling OpenCombine Publishers.PrefixWhile.swift
[244/315] Compiling OpenCombine Publishers.Print.swift
[245/315] Compiling OpenCombine Publishers.ReceiveOn.swift
[246/315] Compiling OpenCombine Publishers.Reduce.swift
[247/315] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[248/315] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[249/315] Compiling OpenCombine Publishers.ReplaceError.swift
[251/317] Wrapping AST for OpenCombine for debugging
[253/317] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[254/317] Compiling NIOCore SocketAddresses.swift
[255/317] Compiling NIOCore SocketOptionProvider.swift
[256/317] Compiling NIOCore SystemCallHelpers.swift
[257/317] Compiling NIOCore TimeAmount+Duration.swift
[258/317] Compiling NIOCore TypeAssistedChannelHandler.swift
[259/317] Compiling NIOCore UniversalBootstrapSupport.swift
[260/317] Compiling NIOCore Utilities.swift
[261/317] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[262/317] Compiling NIOCore NIOAsyncWriter.swift
[263/317] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[264/317] Compiling NIOCore BSDSocketAPI.swift
[265/317] Compiling NIOCore ByteBuffer-aux.swift
[266/317] Compiling NIOCore ByteBuffer-conversions.swift
[267/317] Compiling NIOCore ByteBuffer-core.swift
[268/317] Compiling NIOCore ByteBuffer-hexdump.swift
[269/317] Emitting module NIOCore
[270/317] Compiling NIOCore EventLoop+SerialExecutor.swift
[271/317] Compiling NIOCore EventLoop.swift
[272/317] Compiling NIOCore EventLoopFuture+Deprecated.swift
[273/317] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[274/317] Compiling NIOCore EventLoopFuture.swift
[288/317] Compiling NIOCore ByteBuffer-multi-int.swift
[289/317] Compiling NIOCore ByteBuffer-views.swift
[290/317] Compiling NIOCore Channel.swift
[291/317] Compiling NIOCore ChannelHandler.swift
[292/317] Compiling NIOCore ChannelHandlers.swift
[293/317] Compiling NIOCore ChannelInvoker.swift
[294/317] Compiling NIOCore ChannelOption.swift
[295/317] Compiling NIOCore ChannelPipeline.swift
[296/317] Compiling NIOCore CircularBuffer.swift
[297/317] Compiling NIOCore Codec.swift
[298/317] Compiling NIOCore ConvenienceOptionSupport.swift
[299/317] Compiling NIOCore DeadChannel.swift
[300/317] Compiling NIOCore DispatchQueue+WithFuture.swift
[311/319] Wrapping AST for NIOCore for debugging
[313/370] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[314/370] Emitting module NIOEmbedded
[315/370] Compiling NIOEmbedded AsyncTestingChannel.swift
[316/370] Compiling NIOEmbedded Embedded.swift
[319/372] Compiling NIOPosix PooledRecvBufferAllocator.swift
[320/372] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[321/372] Compiling NIOPosix PosixSingletons.swift
[322/372] Compiling NIOPosix RawSocketBootstrap.swift
[323/372] Compiling NIOPosix Resolver.swift
[324/372] Compiling NIOPosix Selectable.swift
[324/378] Wrapping AST for NIOEmbedded for debugging
[326/378] Compiling NIOPosix ThreadPosix.swift
[327/378] Compiling NIOPosix ThreadWindows.swift
[328/378] Compiling NIOPosix UnsafeTransfer.swift
[329/378] Compiling NIOPosix Utilities.swift
[330/378] Compiling NIOPosix VsockAddress.swift
[331/378] Compiling NIOPosix VsockChannelEvents.swift
[332/378] Emitting module NIOPosix
[333/378] Compiling NIOPosix ServerSocket.swift
[334/378] Compiling NIOPosix Socket.swift
[335/378] Compiling NIOPosix SocketChannel.swift
[336/378] Compiling NIOPosix SocketProtocols.swift
[337/378] Compiling NIOPosix System.swift
[338/378] Compiling NIOPosix Thread.swift
[339/378] Compiling NIOPosix SelectableChannel.swift
[340/378] Compiling NIOPosix SelectableEventLoop.swift
[341/378] Compiling NIOPosix SelectorEpoll.swift
[342/378] Compiling NIOPosix SelectorGeneric.swift
[343/378] Compiling NIOPosix SelectorKqueue.swift
[344/378] Compiling NIOPosix SelectorUring.swift
[345/378] Compiling NIOPosix IntegerBitPacking.swift
[346/378] Compiling NIOPosix IntegerTypes.swift
[347/378] Compiling NIOPosix Linux.swift
[348/378] Compiling NIOPosix LinuxCPUSet.swift
[349/378] Compiling NIOPosix LinuxUring.swift
[350/378] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[351/378] Compiling NIOPosix NIOThreadPool.swift
[352/378] Compiling NIOPosix NonBlockingFileIO.swift
[353/378] Compiling NIOPosix PendingDatagramWritesManager.swift
[354/378] Compiling NIOPosix PendingWritesManager.swift
[355/378] Compiling NIOPosix PipeChannel.swift
[356/378] Compiling NIOPosix PipePair.swift
[357/378] Compiling NIOPosix PointerHelpers.swift
[358/378] Compiling NIOPosix Pool.swift
[359/378] Compiling NIOPosix BSDSocketAPICommon.swift
[360/378] Compiling NIOPosix BSDSocketAPIPosix.swift
[361/378] Compiling NIOPosix BSDSocketAPIWindows.swift
[362/378] Compiling NIOPosix BaseSocket.swift
[363/378] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[364/378] Compiling NIOPosix BaseSocketChannel.swift
[365/378] Compiling NIOPosix BaseStreamSocketChannel.swift
[366/378] Compiling NIOPosix Bootstrap.swift
[367/378] Compiling NIOPosix ControlMessage.swift
[368/378] Compiling NIOPosix DatagramVectorReadManager.swift
[369/378] Compiling NIOPosix FileDescriptor.swift
[370/378] Compiling NIOPosix GetaddrinfoResolver.swift
[371/378] Compiling NIOPosix HappyEyeballs.swift
[372/378] Compiling NIOPosix IO.swift
[374/380] Wrapping AST for NIOPosix for debugging
[376/382] Compiling NIO Exports.swift
[377/382] Emitting module NIO
[379/384] Wrapping AST for NIO for debugging
[381/400] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[382/400] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[383/402] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[384/402] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[385/402] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[386/402] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[387/402] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[388/402] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[389/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[390/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[391/402] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[392/402] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[393/402] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[394/402] Compiling NIOHTTP1 HTTPTypes.swift
[395/402] Compiling NIOHTTP1 ByteCollectionUtils.swift
[396/402] Compiling NIOHTTP1 HTTPDecoder.swift
[397/402] Compiling NIOHTTP1 HTTPEncoder.swift
[398/402] Emitting module NIOHTTP1
[400/404] Wrapping AST for NIOHTTP1 for debugging
[402/545] Emitting module SwiftWebUI
[403/565] Compiling SwiftWebUI HTMLContainer.swift
[404/565] Compiling SwiftWebUI CGImage.swift
[405/565] Compiling SwiftWebUI ColorView.swift
[406/565] Compiling SwiftWebUI Image.swift
[407/565] Compiling SwiftWebUI SystemImage.swift
[408/565] Compiling SwiftWebUI Divider.swift
[409/565] Compiling SwiftWebUI HStack.swift
[410/565] Compiling SwiftWebUI List.swift
[411/565] Compiling SwiftWebUI ScrollView.swift
[412/565] Compiling SwiftWebUI Section.swift
[413/565] Compiling SwiftWebUI Spacer.swift
[414/565] Compiling SwiftWebUI SwitchView.swift
[415/565] Compiling SwiftWebUI VStack.swift
[416/565] Compiling SwiftWebUI NavigationContent.swift
[417/565] Compiling SwiftWebUI NavigationContext.swift
[418/565] Compiling SwiftWebUI NavigationLink.swift
[419/565] Compiling SwiftWebUI NavigationSidebar.swift
[420/565] Compiling SwiftWebUI NavigationView.swift
[421/565] Compiling SwiftWebUI SUICard.swift
[422/565] Compiling SwiftWebUI SUIFlag.swift
[423/565] Compiling SwiftWebUI DynamicViewProperty.swift
[424/565] Compiling SwiftWebUI EnvironmentObject.swift
[425/565] Compiling SwiftWebUI Identifiable.swift
[426/565] Compiling SwiftWebUI ObservableObject.swift
[427/565] Compiling SwiftWebUI ObservedObject.swift
[428/565] Compiling SwiftWebUI SelectionManager.swift
[429/565] Compiling SwiftWebUI State.swift
[430/565] Compiling SwiftWebUI StateHolder.swift
[431/565] Compiling SwiftWebUI SubscriptionView.swift
[432/565] Compiling SwiftWebUI Alignment.swift
[433/565] Compiling SwiftWebUI Color.swift
[434/565] Compiling SwiftWebUI ContentMode.swift
[435/565] Compiling SwiftWebUI ContentSizeCategory.swift
[436/565] Compiling SwiftWebUI EdgeInsets.swift
[437/565] Compiling SwiftWebUI EditMode.swift
[438/565] Compiling SwiftWebUI Font.swift
[439/565] Compiling SwiftWebUI Formatter.swift
[440/565] Compiling SwiftWebUI HorizontalAlignment.swift
[441/565] Compiling SwiftWebUI ImagePaint.swift
[442/565] Compiling SwiftWebUI Length.swift
[443/565] Compiling SwiftWebUI LocalizedStringKey.swift
[444/565] Compiling SwiftWebUI NavigationBarItem.swift
[445/565] Compiling SwiftWebUI Shadow.swift
[446/565] Compiling SwiftWebUI StaticMember.swift
[447/565] Compiling SwiftWebUI UserInterfaceSizeClass.swift
[448/565] Compiling SwiftWebUI VerticalAlignment.swift
[449/565] Compiling SwiftWebUI CSSStyles.swift
[450/565] Compiling SwiftWebUI HTMLChange.swift
[451/565] Compiling SwiftWebUI HTMLStringHelpers.swift
[452/565] Compiling SwiftWebUI NIOEndpoint.swift
[453/565] Compiling SwiftWebUI NIOHostingSession.swift
[454/565] Compiling SwiftWebUI NIOSessionIDGeneration.swift
[455/565] Compiling SwiftWebUI Serve.swift
[456/565] Compiling SwiftWebUI ServerResponse.swift
[457/565] Compiling SwiftWebUI SwiftWebUIJavaScript.swift
[458/565] Compiling SwiftWebUI SwiftWebUIStyles.swift
[459/565] Compiling SwiftWebUI Button.swift
[460/565] Compiling SwiftWebUI Form.swift
[461/565] Compiling SwiftWebUI HTMLPopUpPickerStyle.swift
[462/565] Compiling SwiftWebUI HTMLRadioPickerStyle.swift
[463/565] Compiling SwiftWebUI Environment.swift
[464/565] Compiling SwiftWebUI EnvironmentKey.swift
[465/565] Compiling SwiftWebUI EnvironmentValues.swift
[466/565] Compiling SwiftWebUI Trait.swift
[467/565] Compiling SwiftWebUI DebugSwitches.swift
[468/565] Compiling SwiftWebUI FakeCompactImplementations.swift
[469/565] Compiling SwiftWebUI NoCombine.swift
[470/565] Compiling SwiftWebUI BackgroundModifier.swift
[471/565] Compiling SwiftWebUI EnvironmentKeyWritingModifier.swift
[472/565] Compiling SwiftWebUI EnvironmentObjectWritingModifier.swift
[473/565] Compiling SwiftWebUI FrameModifier.swift
[474/565] Compiling SwiftWebUI ModifiedContent.swift
[475/565] Compiling SwiftWebUI PaddingModifier.swift
[476/565] Compiling SwiftWebUI RelativeSizeModifiers.swift
[477/565] Compiling SwiftWebUI ShadowModifier.swift
[478/565] Compiling SwiftWebUI TraitWritingModifier.swift
[479/565] Compiling SwiftWebUI ViewModifier.swift
[480/565] Compiling SwiftWebUI ViewTag.swift
[481/565] Compiling SwiftWebUI Binding.swift
[482/565] Compiling SwiftWebUI BindingConvertible.swift
[483/565] Compiling SwiftWebUI SUILabel.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[484/565] Compiling SwiftWebUI SUISegment.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[485/565] Compiling SwiftWebUI Path.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[486/565] Compiling SwiftWebUI Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[487/565] Compiling SwiftWebUI RoundedRectangle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[488/565] Compiling SwiftWebUI Shape.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[489/565] Compiling SwiftWebUI ShapeStyle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[490/565] Compiling SwiftWebUI ShapeView.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[491/565] Compiling SwiftWebUI SizedShape.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[492/565] Compiling SwiftWebUI UXKit.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[493/565] Compiling SwiftWebUI SUITabView.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[494/565] Compiling SwiftWebUI SUITabViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[495/565] Compiling SwiftWebUI TabItemLabel.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[496/565] Compiling SwiftWebUI Unsplash.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[497/565] Compiling SwiftWebUI UnsplashSource.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[498/565] Compiling SwiftWebUI View.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[499/565] Compiling SwiftWebUI ViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[500/565] Compiling SwiftWebUI ComponentReflection.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[501/565] Compiling SwiftWebUI DynamicElementNode.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[502/565] Compiling SwiftWebUI ElementID.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[503/565] Compiling SwiftWebUI HTMLOptionNode.swift
[504/565] Compiling SwiftWebUI HTMLRadioNode.swift
[505/565] Compiling SwiftWebUI HTMLSelectNode.swift
[506/565] Compiling SwiftWebUI SUIButtonNode.swift
[507/565] Compiling SwiftWebUI SUIInputNode.swift
[508/565] Compiling SwiftWebUI SUIToggleNode.swift
[509/565] Compiling SwiftWebUI CompoundNodes.swift
[510/565] Compiling SwiftWebUI EmptyNode.swift
[511/565] Compiling SwiftWebUI ForEachNode.swift
[512/565] Compiling SwiftWebUI GroupNode.swift
[513/565] Compiling SwiftWebUI HTMLClickContainerNode.swift
[514/565] Compiling SwiftWebUI HTMLSwitchNode.swift
[515/565] Compiling SwiftWebUI HTMLTextNode.swift
[516/565] Compiling SwiftWebUI NotImplementedViewNode.swift
[517/565] Compiling SwiftWebUI ResolvedConditionNode.swift
[518/565] Compiling SwiftWebUI HTMLContainerNode.swift
[519/565] Compiling SwiftWebUI HTMLOutputNode.swift
[520/565] Compiling SwiftWebUI HTMLLeafNode.swift
[521/565] Compiling SwiftWebUI HTMLTreeNode.swift
[522/565] Compiling SwiftWebUI HTMLWrappingActionNode.swift
[523/565] Compiling SwiftWebUI Picker.swift
[524/565] Compiling SwiftWebUI SUIButtonStyle.swift
[525/565] Compiling SwiftWebUI SUITextFieldStyle.swift
[526/565] Compiling SwiftWebUI SUIToggleStyle.swift
[527/565] Compiling SwiftWebUI SecureField.swift
[528/565] Compiling SwiftWebUI SegmentedControl.swift
[529/565] Compiling SwiftWebUI Stepper.swift
[530/565] Compiling SwiftWebUI TextField.swift
[531/565] Compiling SwiftWebUI Toggle.swift
[532/565] Compiling SwiftWebUI AnyView.swift
[533/565] Compiling SwiftWebUI ConditionalContent.swift
[534/565] Compiling SwiftWebUI DynamicViewContent.swift
[535/565] Compiling SwiftWebUI EmptyView.swift
[536/565] Compiling SwiftWebUI ForEach.swift
[537/565] Compiling SwiftWebUI Group.swift
[538/565] Compiling SwiftWebUI NeverView.swift
[539/565] Compiling SwiftWebUI TapAction.swift
[540/565] Compiling SwiftWebUI Text.swift
[541/565] Compiling SwiftWebUI TupleView.swift
[542/565] Compiling SwiftWebUI HTML.swift
[543/565] Compiling SwiftWebUI HTMLWrappingNode.swift
[544/565] Compiling SwiftWebUI CGImageNode.swift
[545/565] Compiling SwiftWebUI HTMLColorNode.swift
[546/565] Compiling SwiftWebUI HTMLImageNode.swift
[547/565] Compiling SwiftWebUI FlexBoxSpacerNode.swift
[548/565] Compiling SwiftWebUI FlexBoxStackNode.swift
[549/565] Compiling SwiftWebUI HTMLBackgroundNode.swift
[550/565] Compiling SwiftWebUI HTMLFrameNode.swift
[551/565] Compiling SwiftWebUI HTMLPaddingNode.swift
[552/565] Compiling SwiftWebUI HTMLScrollNode.swift
[553/565] Compiling SwiftWebUI HTMLShadowNode.swift
[554/565] Compiling SwiftWebUI SUIListItemNode.swift
[555/565] Compiling SwiftWebUI SUIListNode.swift
[556/565] Compiling SwiftWebUI SUITabContainerNode.swift
[557/565] Compiling SwiftWebUI SUITabItemNode.swift
[558/565] Compiling SwiftWebUI SUITabSegmentNode.swift
[559/565] Compiling SwiftWebUI HTMLTreeBuilder.swift
[560/565] Compiling SwiftWebUI SUIListBuilder.swift
[561/565] Compiling SwiftWebUI TupleTreeBuilder.swift
[562/565] Compiling SwiftWebUI TreeStateContext.swift
[564/567] Wrapping AST for SwiftWebUI for debugging
[566/569] Compiling HolyCow main.swift
[567/569] Emitting module HolyCow
[569/571] Wrapping AST for HolyCow for debugging
[570/571] Linking HolyCow
Build complete! (43.34s)
Build complete.
Done.

Build Machine: Linux 1