The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftWebUI with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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.9
Building package at path:  $workDir
https://github.com/SwiftWebUI/SwiftWebUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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
[2013/10280] Fetching semanticui-swift, runtime, opencombine
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/wickwirew/Runtime.git (0.34s)
[816/8339] Fetching semanticui-swift, opencombine
Fetched https://github.com/SwiftWebResources/SemanticUI-Swift.git (0.35s)
[827/8268] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git (0.62s)
[1/64354] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (4.76s)
Computing version for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Computed https://github.com/SwiftWebResources/SemanticUI-Swift.git at 2.4.2 (0.43s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.5 (0.39s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.98s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
[564/4544] Fetching swift-atomics, swift-system
[4545/18124] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git (1.16s)
Fetched https://github.com/apple/swift-atomics.git (1.16s)
Fetched https://github.com/apple/swift-collections.git (1.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.43s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
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/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.63.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/SwiftWebResources/SemanticUI-Swift.git
Working copy of https://github.com/SwiftWebResources/SemanticUI-Swift.git resolved at 2.4.2
Building for debugging...
[0/29] Compiling CRuntime dummy.c
[1/29] Compiling CNIODarwin shim.c
[2/29] Compiling _AtomicsShims.c
[3/29] Compiling CNIOWindows shim.c
[4/29] Compiling CNIOLLHTTP c_nio_http.c
[5/29] Compiling CNIOWindows WSAStartup.c
[6/29] Compiling CNIOLLHTTP c_nio_api.c
[7/29] Compiling CNIOLinux liburing_shims.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
[9/79] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/82] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[12/98] Emitting module _NIOBase64
[12/117] Compiling c-nioatomics.c
[13/205] Compiling c-atomics.c
[15/215] Compiling OpenCombine GENERATED-RootProtocols.swift
[16/215] Compiling OpenCombine ConduitBase.swift
[17/217] Compiling OpenCombine ConduitList.swift
[18/217] Compiling OpenCombine DebugHook.swift
[19/219] Compiling OpenCombine Fail.swift
[20/219] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[21/219] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[22/219] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[23/219] Compiling OpenCombine Just.swift
[24/219] Compiling OpenCombine CurrentValueSubject.swift
[25/219] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[26/219] Compiling OpenCombine Future.swift
[29/224] Compiling OpenCombine ConcurrencyHelpers.swift
[30/224] Compiling OpenCombine Future+Concurrency.swift
[31/224] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[32/224] Compiling OpenCombine AnyCancellable.swift
[33/224] Compiling OpenCombine AnyPublisher.swift
[34/224] Compiling OpenCombine AnySubscriber.swift
[37/224] Compiling OpenCombine FilterProducer.swift
[38/224] Compiling OpenCombine Locking.swift
[39/224] Emitting module DequeModule
[40/224] Compiling OpenCombine Cancellable.swift
[41/224] Compiling OpenCombine Codable.swift
[42/224] Compiling OpenCombine CombineIdentifier.swift
[60/224] Compiling DequeModule _DequeSlot.swift
[61/224] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/224] Compiling OpenCombine PublishedSubscriber.swift
[63/224] Compiling OpenCombine ReduceProducer.swift
[64/224] Compiling OpenCombine SubjectSubscriber.swift
[65/224] Compiling OpenCombine SubscriberTap.swift
[66/224] Compiling OpenCombine SubscriptionStatus.swift
[67/224] Compiling OpenCombine SubscriptionTap.swift
[68/224] Compiling OpenCombine Utils.swift
[69/224] Compiling OpenCombine Violations.swift
[70/224] Compiling OpenCombine ImmediateScheduler.swift
[74/224] Compiling OpenCombine ObservableObject.swift
[75/224] Compiling OpenCombine PassthroughSubject.swift
[76/224] Compiling OpenCombine Published.swift
[77/224] Compiling OpenCombine Publisher+Subscribe.swift
[78/224] Compiling OpenCombine Deferred.swift
[79/224] Compiling OpenCombine Empty.swift
[80/224] Compiling _NIOBase64 Base64.swift
[82/226] Compiling _NIODataStructures PriorityQueue.swift
[83/226] Compiling _NIODataStructures _TinyArray.swift
[85/226] Compiling Runtime Vector.swift
[86/226] Compiling Runtime GettersSetters.swift
[87/226] Compiling Runtime Pointer+Extensions.swift
[88/226] Compiling Runtime RetainCounts.swift
[89/226] Compiling Runtime String+Extensions.swift
[91/226] Wrapping AST for _NIOBase64 for debugging
[106/226] Emitting module Atomics
[110/240] Wrapping AST for DequeModule for debugging
[119/242] Emitting module OpenCombine
[127/242] Emitting module Runtime
[127/242] Wrapping AST for Atomics for debugging
[131/244] Compiling NIOConcurrencyHelpers lock.swift
[132/244] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[133/244] Compiling NIOConcurrencyHelpers NIOLock.swift
[134/244] Emitting module NIOConcurrencyHelpers
[135/244] Emitting module _NIODataStructures
[136/244] Compiling _NIODataStructures Heap.swift
[137/245] Compiling OpenCombine Result.swift
[138/245] Compiling OpenCombine Scheduler.swift
[139/245] Compiling OpenCombine Subject+Void.swift
[140/245] Compiling OpenCombine Subscriber+Void.swift
[141/245] Compiling OpenCombine Subscribers.Assign.swift
[142/245] Compiling OpenCombine Subscribers.Completion.swift
[143/245] Compiling OpenCombine Subscribers.Demand.swift
[144/245] Compiling OpenCombine Subscribers.Sink.swift
[145/245] Compiling OpenCombine Subscribers.swift
[146/245] Compiling OpenCombine Subscription.swift
[147/245] Compiling OpenCombine Subscriptions.swift
[148/245] Compiling OpenCombine _Introspection.swift
[149/246] Wrapping AST for Runtime for debugging
[152/246] Compiling NIOConcurrencyHelpers atomics.swift
[153/246] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[154/247] Emitting module SemanticUI
[155/247] Compiling SemanticUI ResourceMap.swift
[156/247] Compiling SemanticUI Resources.swift
[157/248] Wrapping AST for _NIODataStructures for debugging
[161/250] Wrapping AST for NIOConcurrencyHelpers for debugging
[162/250] Wrapping AST for SemanticUI for debugging
[170/250] Compiling OpenCombine Publishers.Buffer.swift
[171/250] Compiling OpenCombine Publishers.Collect.swift
[172/250] Compiling OpenCombine Publishers.CollectByCount.swift
[173/250] Compiling OpenCombine Publishers.CompactMap.swift
[174/250] Compiling OpenCombine Publishers.Comparison.swift
[175/250] Compiling OpenCombine Publishers.Concatenate.swift
[176/250] Compiling OpenCombine Publishers.Contains.swift
[203/307] Compiling NIOCore EventLoopFuture.swift
[204/307] Compiling NIOCore FileDescriptor.swift
[205/307] Compiling NIOCore FileHandle.swift
[206/307] Compiling NIOCore FileRegion.swift
[207/307] Compiling OpenCombine Publishers.Output.swift
[208/307] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[209/307] Compiling OpenCombine Publishers.PrefixWhile.swift
[210/307] Compiling OpenCombine Publishers.Print.swift
[211/307] Compiling OpenCombine Publishers.ReceiveOn.swift
[212/307] Compiling OpenCombine Publishers.Reduce.swift
[213/307] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[214/307] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[215/307] Compiling OpenCombine Publishers.ReplaceError.swift
[216/307] Compiling OpenCombine Publishers.Retry.swift
[217/307] Compiling OpenCombine Publishers.Scan.swift
[218/307] Compiling OpenCombine Publishers.Sequence.swift
[219/307] Compiling OpenCombine Publishers.SetFailureType.swift
[220/307] Compiling OpenCombine Publishers.Share.swift
[221/307] Compiling OpenCombine Publishers.SubscribeOn.swift
[222/307] Compiling OpenCombine Publishers.SwitchToLatest.swift
[223/307] Compiling OpenCombine Publishers.Throttle.swift
[224/307] Compiling OpenCombine Publishers.Timeout.swift
[225/307] Compiling OpenCombine Publishers.Zip.swift
[226/307] Compiling OpenCombine Publishers.swift
[227/307] Compiling OpenCombine Record.swift
[228/307] Compiling OpenCombine Result.Publisher.swift
[229/307] Compiling OpenCombine Publishers.Count.swift
[230/307] Compiling OpenCombine Publishers.Debounce.swift
[231/307] Compiling OpenCombine Publishers.Delay.swift
[232/307] Compiling OpenCombine Publishers.Drop.swift
[233/307] Compiling OpenCombine Publishers.DropUntilOutput.swift
[234/307] Compiling OpenCombine Publishers.DropWhile.swift
[235/307] Compiling OpenCombine Publishers.Filter.swift
[236/307] Compiling OpenCombine Publishers.First.swift
[237/307] Compiling OpenCombine Publishers.FlatMap.swift
[238/307] Compiling OpenCombine Publishers.HandleEvents.swift
[239/307] Compiling OpenCombine Publishers.IgnoreOutput.swift
[240/307] Compiling OpenCombine Publishers.Last.swift
[241/307] Compiling OpenCombine Publishers.MakeConnectable.swift
[243/309] Wrapping AST for OpenCombine for debugging
[245/309] Compiling NIOCore MarkedCircularBuffer.swift
[246/309] Compiling NIOCore MulticastChannel.swift
[247/309] Compiling NIOCore NIOAny.swift
[248/309] Compiling NIOCore NIOCloseOnErrorHandler.swift
[249/309] Compiling NIOCore NIOLoopBound.swift
[250/309] Compiling NIOCore NIOSendable.swift
[251/309] Compiling NIOCore PointerHelpers.swift
[252/309] Compiling NIOCore RecvByteBufferAllocator.swift
[253/317] Compiling NIOCore GlobalSingletons.swift
[254/317] Compiling NIOCore IO.swift
[255/317] Compiling NIOCore IOData.swift
[256/317] Compiling NIOCore IPProtocol.swift
[257/317] Compiling NIOCore IntegerBitPacking.swift
[258/317] Compiling NIOCore IntegerTypes.swift
[259/317] Compiling NIOCore Interfaces.swift
[260/317] Compiling NIOCore Linux.swift
[261/317] Compiling NIOCore AddressedEnvelope.swift
[262/317] Compiling NIOCore AsyncAwaitSupport.swift
[263/317] Compiling NIOCore AsyncChannel.swift
[264/317] Compiling NIOCore AsyncChannelInboundStream.swift
[265/317] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[266/317] Compiling NIOCore AsyncChannelOutboundWriter.swift
[267/317] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[268/317] Compiling NIOCore NIOAsyncSequenceProducer.swift
[269/317] Compiling NIOCore EventLoop+SerialExecutor.swift
[270/317] Compiling NIOCore EventLoop.swift
[271/317] Compiling NIOCore EventLoopFuture+Deprecated.swift
[272/317] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[277/317] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[278/317] Compiling NIOCore SocketAddresses.swift
[279/317] Compiling NIOCore SocketOptionProvider.swift
[280/317] Compiling NIOCore SystemCallHelpers.swift
[281/317] Compiling NIOCore TimeAmount+Duration.swift
[282/317] Compiling NIOCore TypeAssistedChannelHandler.swift
[283/317] Compiling NIOCore UniversalBootstrapSupport.swift
[284/317] Compiling NIOCore Utilities.swift
[285/317] Compiling NIOCore ChannelOption.swift
[286/317] Compiling NIOCore ChannelPipeline.swift
[287/317] Compiling NIOCore CircularBuffer.swift
[288/317] Compiling NIOCore Codec.swift
[289/317] Compiling NIOCore ConvenienceOptionSupport.swift
[290/317] Compiling NIOCore DeadChannel.swift
[291/317] Compiling NIOCore DispatchQueue+WithFuture.swift
[292/317] Compiling NIOCore EventLoop+Deprecated.swift
[293/317] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[294/317] Compiling NIOCore NIOAsyncWriter.swift
[295/317] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[296/317] Compiling NIOCore BSDSocketAPI.swift
[297/317] Compiling NIOCore ByteBuffer-aux.swift
[298/317] Compiling NIOCore ByteBuffer-conversions.swift
[299/317] Compiling NIOCore ByteBuffer-core.swift
[300/317] Compiling NIOCore ByteBuffer-hexdump.swift
[301/317] Compiling NIOCore ByteBuffer-int.swift
[302/317] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[303/317] Compiling NIOCore ByteBuffer-multi-int.swift
[304/317] Compiling NIOCore ByteBuffer-views.swift
[305/317] Compiling NIOCore Channel.swift
[306/317] Compiling NIOCore ChannelHandler.swift
[307/317] Compiling NIOCore ChannelHandlers.swift
[308/317] Compiling NIOCore ChannelInvoker.swift
[309/317] Emitting module NIOCore
[311/319] Wrapping AST for NIOCore for debugging
[313/370] Compiling NIOEmbedded Embedded.swift
[314/370] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[315/370] Emitting module NIOEmbedded
[316/370] Compiling NIOEmbedded AsyncTestingChannel.swift
[318/372] Wrapping AST for NIOEmbedded for debugging
[320/372] Compiling NIOPosix SelectableChannel.swift
[321/372] Compiling NIOPosix SelectableEventLoop.swift
[322/372] Compiling NIOPosix SelectorEpoll.swift
[323/372] Compiling NIOPosix SelectorGeneric.swift
[324/372] Compiling NIOPosix SelectorKqueue.swift
[325/372] Compiling NIOPosix SelectorUring.swift
[326/372] Compiling NIOPosix ServerSocket.swift
[327/372] Compiling NIOPosix Socket.swift
[328/372] Compiling NIOPosix SocketChannel.swift
[329/372] Compiling NIOPosix SocketProtocols.swift
[330/372] Compiling NIOPosix System.swift
[331/372] Compiling NIOPosix Thread.swift
[332/378] Emitting module NIOPosix
[333/378] Compiling NIOPosix BSDSocketAPICommon.swift
[334/378] Compiling NIOPosix BSDSocketAPIPosix.swift
[335/378] Compiling NIOPosix BSDSocketAPIWindows.swift
[336/378] Compiling NIOPosix BaseSocket.swift
[337/378] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[338/378] Compiling NIOPosix BaseSocketChannel.swift
[339/378] Compiling NIOPosix BaseStreamSocketChannel.swift
[340/378] Compiling NIOPosix IntegerBitPacking.swift
[341/378] Compiling NIOPosix IntegerTypes.swift
[342/378] Compiling NIOPosix Linux.swift
[343/378] Compiling NIOPosix LinuxCPUSet.swift
[344/378] Compiling NIOPosix LinuxUring.swift
[345/378] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[346/378] Compiling NIOPosix NIOThreadPool.swift
[347/378] Compiling NIOPosix PooledRecvBufferAllocator.swift
[348/378] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[349/378] Compiling NIOPosix PosixSingletons.swift
[350/378] Compiling NIOPosix RawSocketBootstrap.swift
[351/378] Compiling NIOPosix Resolver.swift
[352/378] Compiling NIOPosix Selectable.swift
[353/378] Compiling NIOPosix Bootstrap.swift
[354/378] Compiling NIOPosix ControlMessage.swift
[355/378] Compiling NIOPosix DatagramVectorReadManager.swift
[356/378] Compiling NIOPosix FileDescriptor.swift
[357/378] Compiling NIOPosix GetaddrinfoResolver.swift
[358/378] Compiling NIOPosix HappyEyeballs.swift
[359/378] Compiling NIOPosix IO.swift
[360/378] Compiling NIOPosix NonBlockingFileIO.swift
[361/378] Compiling NIOPosix PendingDatagramWritesManager.swift
[362/378] Compiling NIOPosix PendingWritesManager.swift
[363/378] Compiling NIOPosix PipeChannel.swift
[364/378] Compiling NIOPosix PipePair.swift
[365/378] Compiling NIOPosix PointerHelpers.swift
[366/378] Compiling NIOPosix Pool.swift
[367/378] Compiling NIOPosix ThreadPosix.swift
[368/378] Compiling NIOPosix ThreadWindows.swift
[369/378] Compiling NIOPosix UnsafeTransfer.swift
[370/378] Compiling NIOPosix Utilities.swift
[371/378] Compiling NIOPosix VsockAddress.swift
[372/378] Compiling NIOPosix VsockChannelEvents.swift
[374/380] Wrapping AST for NIOPosix for debugging
[376/382] Emitting module NIO
[377/382] Compiling NIO Exports.swift
[379/384] Wrapping AST for NIO for debugging
[381/400] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[382/400] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[383/400] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[384/400] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[385/400] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[386/400] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[387/402] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[388/402] Compiling NIOHTTP1 HTTPTypes.swift
[389/402] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[390/402] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[391/402] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[392/402] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[393/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[394/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[395/402] Emitting module NIOHTTP1
[396/402] Compiling NIOHTTP1 ByteCollectionUtils.swift
[397/402] Compiling NIOHTTP1 HTTPDecoder.swift
[398/402] Compiling NIOHTTP1 HTTPEncoder.swift
[400/404] Wrapping AST for NIOHTTP1 for debugging
[402/545] Emitting module SwiftWebUI
[403/565] Compiling SwiftWebUI Environment.swift
[404/565] Compiling SwiftWebUI EnvironmentKey.swift
[405/565] Compiling SwiftWebUI EnvironmentValues.swift
[406/565] Compiling SwiftWebUI Trait.swift
[407/565] Compiling SwiftWebUI DebugSwitches.swift
[408/565] Compiling SwiftWebUI FakeCompactImplementations.swift
[409/565] Compiling SwiftWebUI NoCombine.swift
[410/565] Compiling SwiftWebUI BackgroundModifier.swift
[411/565] Compiling SwiftWebUI EnvironmentKeyWritingModifier.swift
[412/565] Compiling SwiftWebUI EnvironmentObjectWritingModifier.swift
[413/565] Compiling SwiftWebUI FrameModifier.swift
[414/565] Compiling SwiftWebUI ModifiedContent.swift
[415/565] Compiling SwiftWebUI PaddingModifier.swift
[416/565] Compiling SwiftWebUI RelativeSizeModifiers.swift
[417/565] Compiling SwiftWebUI ShadowModifier.swift
[418/565] Compiling SwiftWebUI TraitWritingModifier.swift
[419/565] Compiling SwiftWebUI ViewModifier.swift
[420/565] Compiling SwiftWebUI ViewTag.swift
[421/565] Compiling SwiftWebUI Binding.swift
[422/565] Compiling SwiftWebUI BindingConvertible.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 Picker.swift
[464/565] Compiling SwiftWebUI SUIButtonStyle.swift
[465/565] Compiling SwiftWebUI SUITextFieldStyle.swift
[466/565] Compiling SwiftWebUI SUIToggleStyle.swift
[467/565] Compiling SwiftWebUI SecureField.swift
[468/565] Compiling SwiftWebUI SegmentedControl.swift
[469/565] Compiling SwiftWebUI Stepper.swift
[470/565] Compiling SwiftWebUI TextField.swift
[471/565] Compiling SwiftWebUI Toggle.swift
[472/565] Compiling SwiftWebUI AnyView.swift
[473/565] Compiling SwiftWebUI ConditionalContent.swift
[474/565] Compiling SwiftWebUI DynamicViewContent.swift
[475/565] Compiling SwiftWebUI EmptyView.swift
[476/565] Compiling SwiftWebUI ForEach.swift
[477/565] Compiling SwiftWebUI Group.swift
[478/565] Compiling SwiftWebUI NeverView.swift
[479/565] Compiling SwiftWebUI TapAction.swift
[480/565] Compiling SwiftWebUI Text.swift
[481/565] Compiling SwiftWebUI TupleView.swift
[482/565] Compiling SwiftWebUI HTML.swift
[483/565] Compiling SwiftWebUI HTMLContainer.swift
[484/565] Compiling SwiftWebUI CGImage.swift
[485/565] Compiling SwiftWebUI ColorView.swift
[486/565] Compiling SwiftWebUI Image.swift
[487/565] Compiling SwiftWebUI SystemImage.swift
[488/565] Compiling SwiftWebUI Divider.swift
[489/565] Compiling SwiftWebUI HStack.swift
[490/565] Compiling SwiftWebUI List.swift
[491/565] Compiling SwiftWebUI ScrollView.swift
[492/565] Compiling SwiftWebUI Section.swift
[493/565] Compiling SwiftWebUI Spacer.swift
[494/565] Compiling SwiftWebUI SwitchView.swift
[495/565] Compiling SwiftWebUI VStack.swift
[496/565] Compiling SwiftWebUI NavigationContent.swift
[497/565] Compiling SwiftWebUI NavigationContext.swift
[498/565] Compiling SwiftWebUI NavigationLink.swift
[499/565] Compiling SwiftWebUI NavigationSidebar.swift
[500/565] Compiling SwiftWebUI NavigationView.swift
[501/565] Compiling SwiftWebUI SUICard.swift
[502/565] Compiling SwiftWebUI SUIFlag.swift
[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 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
                                              ^
[524/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
                                              ^
[525/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
                                              ^
[526/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
                                              ^
[527/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
                                              ^
[528/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
                                              ^
[529/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
                                              ^
[530/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
                                              ^
[531/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
                                              ^
[532/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
                                              ^
[533/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
                                              ^
[534/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
                                              ^
[535/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
                                              ^
[536/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
                                              ^
[537/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
                                              ^
[538/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
                                              ^
[539/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
                                              ^
[540/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
                                              ^
[541/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
                                              ^
[542/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
                                              ^
[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] Emitting module HolyCow
[567/569] Compiling HolyCow main.swift
[569/571] Wrapping AST for HolyCow for debugging
[570/571] Linking HolyCow
Build complete! (69.72s)
Build complete.
Done.

Build Machine: Linux 2