The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftWebUI with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftWebUI/SwiftWebUI.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2a5fe83 What is a trait
Cloned https://github.com/SwiftWebUI/SwiftWebUI.git
Revision (git rev-parse @):
2a5fe83af64f35470956f26d254bd2a23251ca69
SUCCESS checkout https://github.com/SwiftWebUI/SwiftWebUI.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/SwiftWebUI/SwiftWebUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/wickwirew/Runtime.git
Fetching https://github.com/SwiftWebResources/SemanticUI-Swift.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/1941] Fetching runtime
[118/2012] Fetching runtime, semanticui-swift
[2013/10280] Fetching runtime, semanticui-swift, opencombine
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/wickwirew/Runtime.git (0.47s)
Fetched https://github.com/SwiftWebResources/SemanticUI-Swift.git (0.48s)
Fetched https://github.com/OpenCombine/OpenCombine.git (0.48s)
[1/64778] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (3.82s)
Computing version for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Computed https://github.com/SwiftWebResources/SemanticUI-Swift.git at 2.4.2 (0.30s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.5 (0.31s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (2.81s)
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
[1221/4565] Fetching swift-atomics, swift-system
[4566/18310] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.25s)
Fetched https://github.com/apple/swift-system.git (1.25s)
Fetched https://github.com/apple/swift-collections.git (1.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.87s)
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.1.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/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/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/30] Compiling CNIOLinux liburing_shims.c
[1/30] Compiling CRuntime dummy.c
[2/30] Compiling CNIOWindows WSAStartup.c
[3/30] Compiling CNIOWindows shim.c
[3/30] Compiling _AtomicsShims.c
[5/30] Compiling CNIODarwin shim.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.
[5/30] Compiling CNIOLinux shim.c
[7/30] Compiling CNIOLLHTTP c_nio_http.c
[8/30] Compiling CNIOLLHTTP c_nio_api.c
[9/40] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/56] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[12/116] Emitting module _CollectionsUtilities
[13/118] Emitting module _NIODataStructures
[14/118] Emitting module SemanticUI
[14/118] Compiling c-atomics.c
[15/118] Compiling c-nioatomics.c
[17/118] Compiling Atomics AtomicStorage.swift
[18/118] Compiling Atomics AtomicValue.swift
[19/118] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/118] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/120] Compiling Atomics OptionalRawRepresentable.swift
[22/120] Compiling Atomics RawRepresentable.swift
[23/120] Compiling Atomics AtomicBool.swift
[24/120] Compiling Runtime Errors.swift
[25/120] Compiling Runtime FunctionInfo.swift
[26/120] Compiling Runtime Kind.swift
[27/120] Compiling Runtime PropertyInfo.swift
[28/120] Compiling Runtime TypeInfo.swift
[29/120] Compiling Runtime MetadataType.swift
[30/120] Compiling Runtime NominalMetadataType.swift
[31/120] Compiling Runtime ProtocolMetadata.swift
[32/120] Compiling Runtime StructMetadata.swift
[33/120] Compiling Runtime TupleMetadata.swift
[34/120] Compiling Runtime Case.swift
[35/125] Compiling Atomics IntegerConformances.swift
[36/125] Compiling Atomics PointerConformances.swift
[37/125] Compiling Atomics Primitives.native.swift
[40/125] Emitting module Atomics
[44/125] Emitting module _NIOBase64
[45/125] Compiling Runtime TypeInfoConvertible.swift
[46/125] Compiling Runtime Pointers.swift
[47/125] Compiling Runtime RelativePointer.swift
[48/125] Compiling Runtime RelativeVectorPointer.swift
[49/125] Compiling Runtime Union.swift
[50/125] Compiling _NIOBase64 Base64.swift
[51/126] Compiling Atomics IntegerOperations.swift
[52/126] Compiling Atomics Unmanaged extensions.swift
[53/126] Compiling Runtime StructMetadataLayout.swift
[54/126] Compiling Runtime StructTypeDescriptor.swift
[55/126] Compiling Runtime TargetTypeGenericContextDescriptorHeader.swift
[56/126] Compiling Runtime TupleMetadataLayout.swift
[57/126] Compiling Atomics DoubleWord.swift
[58/126] Compiling Atomics AtomicReference.swift
[67/129] Compiling Atomics Primitives.shims.swift
[68/133] Compiling Atomics AtomicInteger.swift
[69/133] Compiling Atomics AtomicOptionalWrappable.swift
[70/133] Compiling Atomics ManagedAtomic.swift
[71/133] Compiling Atomics AtomicMemoryOrderings.swift
[80/133] Compiling Atomics ManagedAtomicLazyReference.swift
[86/169] Compiling OpenCombine ConcurrencyHelpers.swift
[87/169] Compiling OpenCombine Future+Concurrency.swift
[88/169] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[89/169] Compiling OpenCombine CurrentValueSubject.swift
[90/169] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[91/169] Compiling OpenCombine Future.swift
[93/198] Compiling OpenCombine Publishers.Debounce.swift
[94/198] Compiling OpenCombine Publishers.Delay.swift
[95/198] Compiling OpenCombine Publishers.Drop.swift
[96/198] Compiling OpenCombine Publishers.DropUntilOutput.swift
[97/198] Compiling OpenCombine Publishers.DropWhile.swift
[98/220] Compiling OpenCombine Published.swift
[99/220] Compiling OpenCombine Publisher+Subscribe.swift
[99/220] Wrapping AST for _NIOBase64 for debugging
[101/228] Wrapping AST for _CollectionsUtilities for debugging
[104/229] Compiling _NIODataStructures _TinyArray.swift
[105/229] Compiling _NIODataStructures PriorityQueue.swift
[106/245] Wrapping AST for Atomics for debugging
[108/245] Compiling DequeModule _DequeBuffer.swift
[109/245] Compiling DequeModule _DequeBufferHeader.swift
[110/247] Emitting module NIOConcurrencyHelpers
[111/247] Compiling DequeModule Deque+Hashable.swift
[112/247] Compiling DequeModule Deque+Sendable.swift
[113/247] Compiling DequeModule Deque+Testing.swift
[114/247] Compiling DequeModule Deque._Storage.swift
[115/247] Compiling DequeModule Deque+Descriptions.swift
[116/247] Compiling DequeModule Deque+Equatable.swift
[117/247] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/247] Compiling DequeModule Deque+Extras.swift
[119/247] Emitting module Runtime
[120/247] Compiling DequeModule Deque+Codable.swift
[121/247] Compiling DequeModule Deque+Collection.swift
[122/247] Compiling DequeModule Deque+CustomReflectable.swift
[126/248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[127/248] Compiling NIOConcurrencyHelpers lock.swift
[129/248] Compiling DequeModule Deque._UnsafeHandle.swift
[130/248] Compiling DequeModule Deque.swift
[132/249] Compiling _NIODataStructures Heap.swift
[133/250] Compiling DequeModule _DequeSlot.swift
[134/250] Compiling DequeModule _UnsafeWrappedBuffer.swift
[136/251] Wrapping AST for Runtime for debugging
[137/251] Wrapping AST for _NIODataStructures for debugging
[139/251] Compiling NIOConcurrencyHelpers atomics.swift
[140/251] Compiling NIOConcurrencyHelpers NIOLock.swift
[141/251] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[145/252] Emitting module DequeModule
[149/255] Compiling SemanticUI ResourceMap.swift
[150/255] Compiling SemanticUI Resources.swift
[151/255] Wrapping AST for NIOConcurrencyHelpers for debugging
[152/256] Wrapping AST for DequeModule for debugging
[155/257] Wrapping AST for SemanticUI for debugging
[157/257] Emitting module OpenCombine
[158/326] Compiling NIOCore AddressedEnvelope.swift
[159/326] Compiling NIOCore AsyncAwaitSupport.swift
[160/326] Compiling NIOCore AsyncChannel.swift
[161/326] Compiling NIOCore AsyncChannelInboundStream.swift
[162/326] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[163/326] Compiling NIOCore AsyncChannelOutboundWriter.swift
[164/326] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[165/326] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/326] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[167/326] Compiling NIOCore NIOAsyncWriter.swift
[168/326] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[169/326] Compiling NIOCore BSDSocketAPI.swift
[170/326] Compiling NIOCore ByteBuffer-aux.swift
[171/326] Compiling NIOCore ByteBuffer-conversions.swift
[172/326] Compiling NIOCore ByteBuffer-core.swift
[173/326] Compiling NIOCore ByteBuffer-hexdump.swift
[174/326] Compiling NIOCore ChannelOption.swift
[175/326] Compiling NIOCore ChannelPipeline.swift
[176/326] Compiling NIOCore CircularBuffer.swift
[177/326] Compiling NIOCore Codec.swift
[178/326] Compiling NIOCore ConvenienceOptionSupport.swift
[179/326] Compiling NIOCore DeadChannel.swift
[180/326] Compiling NIOCore DispatchQueue+WithFuture.swift
[181/326] Compiling NIOCore EventLoop+Deprecated.swift
[182/326] Compiling NIOCore ByteBuffer-int.swift
[183/326] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[184/326] Compiling OpenCombine Result.swift
[185/326] Compiling OpenCombine Scheduler.swift
[186/326] Compiling OpenCombine Subject+Void.swift
[187/326] Compiling OpenCombine Subscriber+Void.swift
[188/326] Compiling OpenCombine Subscribers.Assign.swift
[189/326] Compiling OpenCombine Subscribers.Completion.swift
[190/326] Compiling OpenCombine Subscribers.Demand.swift
[191/326] Compiling OpenCombine Subscribers.Sink.swift
[192/326] Compiling OpenCombine Subscribers.swift
[193/326] Compiling OpenCombine Subscription.swift
[194/326] Compiling OpenCombine Subscriptions.swift
[195/326] Compiling OpenCombine _Introspection.swift
[196/326] Compiling NIOCore Linux.swift
[197/326] Compiling NIOCore EventLoop+SerialExecutor.swift
[198/326] Compiling NIOCore EventLoop.swift
[199/326] Compiling NIOCore EventLoopFuture+Deprecated.swift
[200/326] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[201/326] Compiling NIOCore EventLoopFuture.swift
[202/326] Compiling NIOCore FileDescriptor.swift
[203/326] Compiling NIOCore FileHandle.swift
[204/326] Compiling NIOCore FileRegion.swift
[205/326] Compiling NIOCore MarkedCircularBuffer.swift
[206/326] Compiling NIOCore MulticastChannel.swift
[207/326] Compiling NIOCore NIOAny.swift
[208/326] Compiling NIOCore NIOCloseOnErrorHandler.swift
[209/326] Compiling NIOCore ByteBuffer-multi-int.swift
[210/326] Compiling NIOCore ByteBuffer-views.swift
[211/326] Compiling NIOCore Channel.swift
[212/326] Compiling NIOCore ChannelHandler.swift
[213/326] Compiling NIOCore ChannelHandlers.swift
[214/326] Compiling NIOCore ChannelInvoker.swift
[215/326] Compiling NIOCore GlobalSingletons.swift
[216/326] Compiling NIOCore IO.swift
[217/326] Compiling NIOCore IOData.swift
[218/326] Compiling NIOCore IPProtocol.swift
[219/326] Compiling NIOCore IntegerBitPacking.swift
[220/326] Compiling NIOCore IntegerTypes.swift
[221/326] Compiling NIOCore Interfaces.swift
[222/326] Compiling NIOCore NIOLoopBound.swift
[223/326] Compiling NIOCore NIOSendable.swift
[224/326] Compiling NIOCore PointerHelpers.swift
[225/326] Compiling NIOCore RecvByteBufferAllocator.swift
[226/326] Compiling OpenCombine Publishers.Autoconnect.swift
[227/326] Compiling OpenCombine Publishers.Breakpoint.swift
[228/326] Compiling OpenCombine Publishers.Buffer.swift
[229/326] Compiling OpenCombine Publishers.Collect.swift
[230/326] Compiling OpenCombine Publishers.CollectByCount.swift
[231/326] Compiling OpenCombine Publishers.CompactMap.swift
[232/326] Compiling OpenCombine Publishers.Comparison.swift
[233/326] Compiling OpenCombine Publishers.Concatenate.swift
[234/326] Compiling OpenCombine Publishers.Contains.swift
[243/334] Compiling OpenCombine Publishers.Map.swift
[244/334] Compiling OpenCombine Publishers.MapError.swift
[245/334] Compiling OpenCombine Publishers.MeasureInterval.swift
[246/334] Compiling OpenCombine Publishers.Multicast.swift
[247/334] Compiling OpenCombine Publishers.Output.swift
[248/334] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[249/334] Compiling OpenCombine Publishers.PrefixWhile.swift
[250/334] Compiling OpenCombine Publishers.Print.swift
[251/334] Compiling OpenCombine Publishers.ReceiveOn.swift
[252/334] Compiling OpenCombine Publishers.Reduce.swift
[253/334] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[254/334] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[255/334] Compiling OpenCombine Publishers.ReplaceError.swift
[256/334] Compiling OpenCombine Publishers.Retry.swift
[257/334] Compiling OpenCombine Publishers.Scan.swift
[258/334] Compiling OpenCombine Publishers.Sequence.swift
[259/334] Compiling OpenCombine Publishers.SetFailureType.swift
[260/334] Compiling OpenCombine Publishers.Share.swift
[261/334] Compiling OpenCombine Publishers.SubscribeOn.swift
[262/334] Compiling OpenCombine Publishers.SwitchToLatest.swift
[263/334] Compiling OpenCombine Publishers.Throttle.swift
[264/334] Compiling OpenCombine Publishers.Timeout.swift
[265/334] Compiling OpenCombine Publishers.Zip.swift
[266/334] Compiling OpenCombine Publishers.swift
[267/334] Compiling OpenCombine Record.swift
[268/334] Compiling OpenCombine Result.Publisher.swift
[270/336] Wrapping AST for OpenCombine for debugging
[288/336] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[289/336] Compiling NIOCore SocketAddresses.swift
[290/336] Compiling NIOCore SocketOptionProvider.swift
[291/336] Compiling NIOCore SystemCallHelpers.swift
[292/336] Compiling NIOCore TimeAmount+Duration.swift
[293/336] Compiling NIOCore TypeAssistedChannelHandler.swift
[294/336] Compiling NIOCore UniversalBootstrapSupport.swift
[295/336] Compiling NIOCore Utilities.swift
[304/336] Emitting module NIOCore
[330/338] Wrapping AST for NIOCore for debugging
[332/389] Compiling NIOEmbedded AsyncTestingChannel.swift
[333/389] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[334/389] Emitting module NIOEmbedded
[335/389] Compiling NIOEmbedded Embedded.swift
[337/391] Wrapping AST for NIOEmbedded for debugging
[339/391] Emitting module NIOPosix
[340/397] Compiling NIOPosix ThreadPosix.swift
[341/397] Compiling NIOPosix ThreadWindows.swift
[342/397] Compiling NIOPosix UnsafeTransfer.swift
[343/397] Compiling NIOPosix Utilities.swift
[344/397] Compiling NIOPosix VsockAddress.swift
[345/397] Compiling NIOPosix VsockChannelEvents.swift
[346/397] Compiling NIOPosix IntegerBitPacking.swift
[347/397] Compiling NIOPosix IntegerTypes.swift
[348/397] Compiling NIOPosix Linux.swift
[349/397] Compiling NIOPosix LinuxCPUSet.swift
[350/397] Compiling NIOPosix LinuxUring.swift
[351/397] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[352/397] Compiling NIOPosix NIOThreadPool.swift
[353/397] Compiling NIOPosix ServerSocket.swift
[354/397] Compiling NIOPosix Socket.swift
[355/397] Compiling NIOPosix SocketChannel.swift
[356/397] Compiling NIOPosix SocketProtocols.swift
[357/397] Compiling NIOPosix System.swift
[358/397] Compiling NIOPosix Thread.swift
[359/397] Compiling NIOPosix PooledRecvBufferAllocator.swift
[360/397] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[361/397] Compiling NIOPosix PosixSingletons.swift
[362/397] Compiling NIOPosix RawSocketBootstrap.swift
[363/397] Compiling NIOPosix Resolver.swift
[364/397] Compiling NIOPosix Selectable.swift
[365/397] Compiling NIOPosix NonBlockingFileIO.swift
[366/397] Compiling NIOPosix PendingDatagramWritesManager.swift
[367/397] Compiling NIOPosix PendingWritesManager.swift
[368/397] Compiling NIOPosix PipeChannel.swift
[369/397] Compiling NIOPosix PipePair.swift
[370/397] Compiling NIOPosix PointerHelpers.swift
[371/397] Compiling NIOPosix Pool.swift
[372/397] Compiling NIOPosix SelectableChannel.swift
[373/397] Compiling NIOPosix SelectableEventLoop.swift
[374/397] Compiling NIOPosix SelectorEpoll.swift
[375/397] Compiling NIOPosix SelectorGeneric.swift
[376/397] Compiling NIOPosix SelectorKqueue.swift
[377/397] Compiling NIOPosix SelectorUring.swift
[378/397] Compiling NIOPosix BSDSocketAPICommon.swift
[379/397] Compiling NIOPosix BSDSocketAPIPosix.swift
[380/397] Compiling NIOPosix BSDSocketAPIWindows.swift
[381/397] Compiling NIOPosix BaseSocket.swift
[382/397] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[383/397] Compiling NIOPosix BaseSocketChannel.swift
[384/397] Compiling NIOPosix BaseStreamSocketChannel.swift
[385/397] Compiling NIOPosix Bootstrap.swift
[386/397] Compiling NIOPosix ControlMessage.swift
[387/397] Compiling NIOPosix DatagramVectorReadManager.swift
[388/397] Compiling NIOPosix FileDescriptor.swift
[389/397] Compiling NIOPosix GetaddrinfoResolver.swift
[390/397] Compiling NIOPosix HappyEyeballs.swift
[391/397] Compiling NIOPosix IO.swift
[393/399] Wrapping AST for NIOPosix for debugging
[395/401] Emitting module NIO
[396/401] Compiling NIO Exports.swift
[398/403] Wrapping AST for NIO for debugging
[400/419] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[401/419] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[402/421] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[403/421] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[404/421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[405/421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[406/421] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[407/421] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[408/421] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[409/421] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[410/421] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[411/421] Compiling NIOHTTP1 HTTPTypes.swift
[412/421] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[413/421] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[414/421] Emitting module NIOHTTP1
[415/421] Compiling NIOHTTP1 ByteCollectionUtils.swift
[416/421] Compiling NIOHTTP1 HTTPDecoder.swift
[417/421] Compiling NIOHTTP1 HTTPEncoder.swift
[419/423] Wrapping AST for NIOHTTP1 for debugging
[421/564] Emitting module SwiftWebUI
[422/584] Compiling SwiftWebUI HTMLContainer.swift
[423/584] Compiling SwiftWebUI CGImage.swift
[424/584] Compiling SwiftWebUI ColorView.swift
[425/584] Compiling SwiftWebUI Image.swift
[426/584] Compiling SwiftWebUI SystemImage.swift
[427/584] Compiling SwiftWebUI Divider.swift
[428/584] Compiling SwiftWebUI HStack.swift
[429/584] Compiling SwiftWebUI List.swift
[430/584] Compiling SwiftWebUI ScrollView.swift
[431/584] Compiling SwiftWebUI Section.swift
[432/584] Compiling SwiftWebUI Spacer.swift
[433/584] Compiling SwiftWebUI SwitchView.swift
[434/584] Compiling SwiftWebUI VStack.swift
[435/584] Compiling SwiftWebUI NavigationContent.swift
[436/584] Compiling SwiftWebUI NavigationContext.swift
[437/584] Compiling SwiftWebUI NavigationLink.swift
[438/584] Compiling SwiftWebUI NavigationSidebar.swift
[439/584] Compiling SwiftWebUI NavigationView.swift
[440/584] Compiling SwiftWebUI SUICard.swift
[441/584] Compiling SwiftWebUI SUIFlag.swift
[442/584] 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
                                              ^
[443/584] 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
                                              ^
[444/584] 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
                                              ^
[445/584] 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
                                              ^
[446/584] 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
                                              ^
[447/584] 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
                                              ^
[448/584] 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
                                              ^
[449/584] 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
                                              ^
[450/584] 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
                                              ^
[451/584] 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
                                              ^
[452/584] 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
                                              ^
[453/584] 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
                                              ^
[454/584] 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
                                              ^
[455/584] 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
                                              ^
[456/584] 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
                                              ^
[457/584] 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
                                              ^
[458/584] 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
                                              ^
[459/584] 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
                                              ^
[460/584] 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
                                              ^
[461/584] 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
                                              ^
[462/584] Compiling SwiftWebUI Environment.swift
[463/584] Compiling SwiftWebUI EnvironmentKey.swift
[464/584] Compiling SwiftWebUI EnvironmentValues.swift
[465/584] Compiling SwiftWebUI Trait.swift
[466/584] Compiling SwiftWebUI DebugSwitches.swift
[467/584] Compiling SwiftWebUI FakeCompactImplementations.swift
[468/584] Compiling SwiftWebUI NoCombine.swift
[469/584] Compiling SwiftWebUI BackgroundModifier.swift
[470/584] Compiling SwiftWebUI EnvironmentKeyWritingModifier.swift
[471/584] Compiling SwiftWebUI EnvironmentObjectWritingModifier.swift
[472/584] Compiling SwiftWebUI FrameModifier.swift
[473/584] Compiling SwiftWebUI ModifiedContent.swift
[474/584] Compiling SwiftWebUI PaddingModifier.swift
[475/584] Compiling SwiftWebUI RelativeSizeModifiers.swift
[476/584] Compiling SwiftWebUI ShadowModifier.swift
[477/584] Compiling SwiftWebUI TraitWritingModifier.swift
[478/584] Compiling SwiftWebUI ViewModifier.swift
[479/584] Compiling SwiftWebUI ViewTag.swift
[480/584] Compiling SwiftWebUI Binding.swift
[481/584] Compiling SwiftWebUI BindingConvertible.swift
[482/584] Compiling SwiftWebUI LocalizedStringKey.swift
[483/584] Compiling SwiftWebUI NavigationBarItem.swift
[484/584] Compiling SwiftWebUI Shadow.swift
[485/584] Compiling SwiftWebUI StaticMember.swift
[486/584] Compiling SwiftWebUI UserInterfaceSizeClass.swift
[487/584] Compiling SwiftWebUI VerticalAlignment.swift
[488/584] Compiling SwiftWebUI CSSStyles.swift
[489/584] Compiling SwiftWebUI HTMLChange.swift
[490/584] Compiling SwiftWebUI HTMLStringHelpers.swift
[491/584] Compiling SwiftWebUI NIOEndpoint.swift
[492/584] Compiling SwiftWebUI NIOHostingSession.swift
[493/584] Compiling SwiftWebUI NIOSessionIDGeneration.swift
[494/584] Compiling SwiftWebUI Serve.swift
[495/584] Compiling SwiftWebUI ServerResponse.swift
[496/584] Compiling SwiftWebUI SwiftWebUIJavaScript.swift
[497/584] Compiling SwiftWebUI SwiftWebUIStyles.swift
[498/584] Compiling SwiftWebUI Button.swift
[499/584] Compiling SwiftWebUI Form.swift
[500/584] Compiling SwiftWebUI HTMLPopUpPickerStyle.swift
[501/584] Compiling SwiftWebUI HTMLRadioPickerStyle.swift
[502/584] Compiling SwiftWebUI DynamicViewProperty.swift
[503/584] Compiling SwiftWebUI EnvironmentObject.swift
[504/584] Compiling SwiftWebUI Identifiable.swift
[505/584] Compiling SwiftWebUI ObservableObject.swift
[506/584] Compiling SwiftWebUI ObservedObject.swift
[507/584] Compiling SwiftWebUI SelectionManager.swift
[508/584] Compiling SwiftWebUI State.swift
[509/584] Compiling SwiftWebUI StateHolder.swift
[510/584] Compiling SwiftWebUI SubscriptionView.swift
[511/584] Compiling SwiftWebUI Alignment.swift
[512/584] Compiling SwiftWebUI Color.swift
[513/584] Compiling SwiftWebUI ContentMode.swift
[514/584] Compiling SwiftWebUI ContentSizeCategory.swift
[515/584] Compiling SwiftWebUI EdgeInsets.swift
[516/584] Compiling SwiftWebUI EditMode.swift
[517/584] Compiling SwiftWebUI Font.swift
[518/584] Compiling SwiftWebUI Formatter.swift
[519/584] Compiling SwiftWebUI HorizontalAlignment.swift
[520/584] Compiling SwiftWebUI ImagePaint.swift
[521/584] Compiling SwiftWebUI Length.swift
[522/584] Compiling SwiftWebUI Picker.swift
[523/584] Compiling SwiftWebUI SUIButtonStyle.swift
[524/584] Compiling SwiftWebUI SUITextFieldStyle.swift
[525/584] Compiling SwiftWebUI SUIToggleStyle.swift
[526/584] Compiling SwiftWebUI SecureField.swift
[527/584] Compiling SwiftWebUI SegmentedControl.swift
[528/584] Compiling SwiftWebUI Stepper.swift
[529/584] Compiling SwiftWebUI TextField.swift
[530/584] Compiling SwiftWebUI Toggle.swift
[531/584] Compiling SwiftWebUI AnyView.swift
[532/584] Compiling SwiftWebUI ConditionalContent.swift
[533/584] Compiling SwiftWebUI DynamicViewContent.swift
[534/584] Compiling SwiftWebUI EmptyView.swift
[535/584] Compiling SwiftWebUI ForEach.swift
[536/584] Compiling SwiftWebUI Group.swift
[537/584] Compiling SwiftWebUI NeverView.swift
[538/584] Compiling SwiftWebUI TapAction.swift
[539/584] Compiling SwiftWebUI Text.swift
[540/584] Compiling SwiftWebUI TupleView.swift
[541/584] Compiling SwiftWebUI HTML.swift
[542/584] Compiling SwiftWebUI HTMLOptionNode.swift
[543/584] Compiling SwiftWebUI HTMLRadioNode.swift
[544/584] Compiling SwiftWebUI HTMLSelectNode.swift
[545/584] Compiling SwiftWebUI SUIButtonNode.swift
[546/584] Compiling SwiftWebUI SUIInputNode.swift
[547/584] Compiling SwiftWebUI SUIToggleNode.swift
[548/584] Compiling SwiftWebUI CompoundNodes.swift
[549/584] Compiling SwiftWebUI EmptyNode.swift
[550/584] Compiling SwiftWebUI ForEachNode.swift
[551/584] Compiling SwiftWebUI GroupNode.swift
[552/584] Compiling SwiftWebUI HTMLClickContainerNode.swift
[553/584] Compiling SwiftWebUI HTMLSwitchNode.swift
[554/584] Compiling SwiftWebUI HTMLTextNode.swift
[555/584] Compiling SwiftWebUI NotImplementedViewNode.swift
[556/584] Compiling SwiftWebUI ResolvedConditionNode.swift
[557/584] Compiling SwiftWebUI HTMLContainerNode.swift
[558/584] Compiling SwiftWebUI HTMLOutputNode.swift
[559/584] Compiling SwiftWebUI HTMLLeafNode.swift
[560/584] Compiling SwiftWebUI HTMLTreeNode.swift
[561/584] Compiling SwiftWebUI HTMLWrappingActionNode.swift
[562/584] Compiling SwiftWebUI HTMLWrappingNode.swift
[563/584] Compiling SwiftWebUI CGImageNode.swift
[564/584] Compiling SwiftWebUI HTMLColorNode.swift
[565/584] Compiling SwiftWebUI HTMLImageNode.swift
[566/584] Compiling SwiftWebUI FlexBoxSpacerNode.swift
[567/584] Compiling SwiftWebUI FlexBoxStackNode.swift
[568/584] Compiling SwiftWebUI HTMLBackgroundNode.swift
[569/584] Compiling SwiftWebUI HTMLFrameNode.swift
[570/584] Compiling SwiftWebUI HTMLPaddingNode.swift
[571/584] Compiling SwiftWebUI HTMLScrollNode.swift
[572/584] Compiling SwiftWebUI HTMLShadowNode.swift
[573/584] Compiling SwiftWebUI SUIListItemNode.swift
[574/584] Compiling SwiftWebUI SUIListNode.swift
[575/584] Compiling SwiftWebUI SUITabContainerNode.swift
[576/584] Compiling SwiftWebUI SUITabItemNode.swift
[577/584] Compiling SwiftWebUI SUITabSegmentNode.swift
[578/584] Compiling SwiftWebUI HTMLTreeBuilder.swift
[579/584] Compiling SwiftWebUI SUIListBuilder.swift
[580/584] Compiling SwiftWebUI TupleTreeBuilder.swift
[581/584] Compiling SwiftWebUI TreeStateContext.swift
[583/586] Wrapping AST for SwiftWebUI for debugging
[585/588] Compiling HolyCow main.swift
[586/588] Emitting module HolyCow
[588/590] Wrapping AST for HolyCow for debugging
[589/590] Linking HolyCow
Build complete! (45.14s)
Build complete.
Done.

Build Machine: Linux 1