The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftWebUI with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.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.7
Building package at path:  $workDir
https://github.com/SwiftWebUI/SwiftWebUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/wickwirew/Runtime.git
Fetching https://github.com/SwiftWebResources/SemanticUI-Swift.git
Fetching https://github.com/OpenCombine/OpenCombine.git
[20/1941] Fetching runtime
[1224/2012] Fetching runtime, semanticui-swift
[1982/10280] Fetching runtime, semanticui-swift, opencombine
Fetched https://github.com/SwiftWebResources/SemanticUI-Swift.git (0.55s)
Fetching https://github.com/apple/swift-nio.git
[6737/10209] Fetching runtime, opencombine
Fetched https://github.com/wickwirew/Runtime.git (0.95s)
Fetched https://github.com/OpenCombine/OpenCombine.git (0.95s)
[1/64778] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (5.80s)
Computing version for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Computed https://github.com/SwiftWebResources/SemanticUI-Swift.git at 2.4.2 (0.58s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.5 (0.60s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.85s)
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/3002] Fetching swift-system
[2/4565] Fetching swift-system, swift-atomics
[635/18310] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.58s)
Fetched https://github.com/apple/swift-system.git (1.58s)
Fetched https://github.com/apple/swift-collections.git (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.48s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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/SwiftWebResources/SemanticUI-Swift.git
Working copy of https://github.com/SwiftWebResources/SemanticUI-Swift.git resolved at 2.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Building for debugging...
[0/30] Compiling _AtomicsShims.c
[1/30] Compiling CNIOWindows WSAStartup.c
[2/30] Compiling CRuntime dummy.c
[3/30] Compiling CNIOWindows shim.c
[4/30] Compiling CNIODarwin shim.c
[5/30] Compiling CNIOLinux liburing_shims.c
[6/30] Compiling CNIOLLHTTP c_nio_http.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/110] Emitting module _CollectionsUtilities
[9/118] Compiling Atomics UnsafeAtomic.swift
[10/118] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/118] Compiling Atomics ManagedAtomic.swift
[14/118] Compiling Atomics ManagedAtomicLazyReference.swift
[15/120] Compiling Atomics OptionalRawRepresentable.swift
[16/120] Compiling Atomics RawRepresentable.swift
[17/120] Compiling Atomics AtomicBool.swift
[18/120] Compiling Atomics AtomicMemoryOrderings.swift
[19/120] Compiling Atomics DoubleWord.swift
[20/120] Compiling Atomics Primitives.native.swift
[21/120] Compiling Atomics Primitives.shims.swift
[22/120] Compiling Atomics AtomicInteger.swift
[23/120] Compiling Atomics IntegerConformances.swift
[24/120] Compiling Atomics PointerConformances.swift
[25/120] Compiling Atomics AtomicStorage.swift
[26/120] Compiling Atomics AtomicValue.swift
[31/120] Compiling Atomics AtomicOptionalWrappable.swift
[32/120] Compiling Atomics AtomicReference.swift
[33/121] Compiling Runtime TypeInfoConvertible.swift
[34/121] Compiling Runtime Pointers.swift
[35/121] Compiling Runtime RelativePointer.swift
[36/121] Compiling Runtime RelativeVectorPointer.swift
[37/121] Compiling Runtime Union.swift
[39/127] Emitting module _NIOBase64
[40/127] Compiling _NIOBase64 Base64.swift
[41/128] Compiling _NIODataStructures PriorityQueue.swift
[42/128] Compiling _NIODataStructures _TinyArray.swift
[44/129] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[44/129] Compiling CNIOLinux shim.c
[45/129] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/129] Compiling CNIOLLHTTP c_nio_api.c
[49/129] Compiling Runtime Errors.swift
[50/129] Compiling Runtime FunctionInfo.swift
[51/129] Compiling Runtime Kind.swift
[52/129] Compiling Runtime PropertyInfo.swift
[53/129] Compiling Runtime TypeInfo.swift
[55/129] Compiling Atomics IntegerOperations.swift
[56/129] Compiling Atomics Unmanaged extensions.swift
[60/129] Compiling _NIODataStructures Heap.swift
[61/129] Emitting module _NIODataStructures
[63/131] Emitting module SemanticUI
[64/131] Wrapping AST for _NIOBase64 for debugging
[65/139] Wrapping AST for _NIODataStructures for debugging
[67/147] Compiling Runtime MetadataType.swift
[68/147] Compiling Runtime NominalMetadataType.swift
[69/147] Compiling Runtime ProtocolMetadata.swift
[70/147] Compiling Runtime StructMetadata.swift
[71/147] Compiling Runtime TupleMetadata.swift
[72/147] Compiling Runtime Case.swift
[72/147] Wrapping AST for _CollectionsUtilities for debugging
[74/147] Compiling DequeModule Deque+Hashable.swift
[75/147] Compiling DequeModule Deque+Sendable.swift
[76/148] Compiling Runtime Vector.swift
[77/148] Compiling Runtime GettersSetters.swift
[78/148] Compiling Runtime Pointer+Extensions.swift
[79/148] Compiling Runtime RetainCounts.swift
[80/148] Compiling Runtime String+Extensions.swift
[81/163] Compiling OpenCombine AnyCancellable.swift
[82/163] Compiling OpenCombine AnyPublisher.swift
[83/163] Compiling OpenCombine AnySubscriber.swift
[84/163] Compiling OpenCombine Cancellable.swift
[85/163] Compiling OpenCombine Codable.swift
[86/163] Compiling OpenCombine CombineIdentifier.swift
[89/163] Compiling Runtime ClassMetadata.swift
[90/163] Compiling Runtime EnumMetadata.swift
[91/163] Compiling Runtime FuntionMetadata.swift
[92/163] Compiling Runtime Metadata.swift
[93/197] Compiling OpenCombine ConduitBase.swift
[94/197] Compiling OpenCombine ConduitList.swift
[95/205] Compiling OpenCombine ConcurrencyHelpers.swift
[96/205] Compiling OpenCombine Future+Concurrency.swift
[97/205] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[98/205] Compiling OpenCombine CurrentValueSubject.swift
[99/205] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[100/205] Compiling OpenCombine Future.swift
[104/241] Compiling c-nioatomics.c
[106/241] Compiling OpenCombine DebugHook.swift
[107/241] Compiling OpenCombine FilterProducer.swift
[108/241] Emitting module Runtime
[109/241] Compiling OpenCombine GENERATED-RootProtocols.swift
[114/241] Compiling OpenCombine Locking.swift
[129/243] Wrapping AST for Runtime for debugging
[131/243] Emitting module DequeModule
[136/244] Emitting module Atomics
[137/246] Compiling SemanticUI Resources.swift
[138/246] Compiling SemanticUI ResourceMap.swift
[141/247] Wrapping AST for DequeModule for debugging
[142/248] Compiling c-atomics.c
[144/249] Wrapping AST for Atomics for debugging
[146/249] Wrapping AST for SemanticUI for debugging
[148/255] Compiling NIOConcurrencyHelpers NIOLock.swift
[149/255] Compiling NIOConcurrencyHelpers lock.swift
[150/255] Emitting module NIOConcurrencyHelpers
[151/255] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[152/255] Emitting module OpenCombine
[166/267] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[167/267] Compiling NIOConcurrencyHelpers atomics.swift
[170/269] Compiling OpenCombine Publishers.Map.swift
[171/269] Compiling OpenCombine Publishers.MapError.swift
[172/269] Compiling OpenCombine Publishers.MeasureInterval.swift
[173/269] Compiling OpenCombine Publishers.Multicast.swift
[174/269] Compiling OpenCombine Publishers.Output.swift
[175/269] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[176/269] Compiling OpenCombine Publishers.PrefixWhile.swift
[177/269] Compiling OpenCombine Publishers.Print.swift
[178/269] Compiling OpenCombine Publishers.ReceiveOn.swift
[179/269] Compiling OpenCombine Publishers.Reduce.swift
[180/269] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[181/269] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[182/269] Compiling OpenCombine Publishers.ReplaceError.swift
[188/269] Compiling OpenCombine PartialCompletion.swift
[189/269] Compiling OpenCombine PublishedSubject.swift
[190/269] Compiling OpenCombine PublishedSubscriber.swift
[191/269] Compiling OpenCombine ReduceProducer.swift
[192/269] Compiling OpenCombine SubjectSubscriber.swift
[193/269] Compiling OpenCombine SubscriberTap.swift
[194/269] Compiling OpenCombine SubscriptionStatus.swift
[195/269] Compiling OpenCombine SubscriptionTap.swift
[195/269] Wrapping AST for NIOConcurrencyHelpers for debugging
[197/326] Compiling NIOCore ByteBuffer-multi-int.swift
[198/326] Compiling NIOCore ByteBuffer-views.swift
[199/326] Compiling NIOCore Channel.swift
[200/326] Compiling NIOCore ChannelHandler.swift
[201/326] Compiling NIOCore ChannelHandlers.swift
[202/326] Compiling NIOCore ChannelInvoker.swift
[203/326] Compiling NIOCore EventLoop+SerialExecutor.swift
[204/326] Compiling NIOCore EventLoop.swift
[205/326] Compiling NIOCore EventLoopFuture+Deprecated.swift
[206/326] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[207/326] Compiling NIOCore EventLoopFuture.swift
[208/326] Compiling NIOCore FileDescriptor.swift
[209/326] Compiling NIOCore FileHandle.swift
[210/326] Compiling NIOCore FileRegion.swift
[211/326] Compiling NIOCore GlobalSingletons.swift
[212/326] Compiling NIOCore IO.swift
[213/326] Compiling NIOCore IOData.swift
[214/326] Compiling NIOCore IPProtocol.swift
[215/326] Compiling NIOCore IntegerBitPacking.swift
[216/326] Compiling NIOCore IntegerTypes.swift
[217/326] Compiling NIOCore Interfaces.swift
[218/326] Compiling NIOCore Linux.swift
[219/326] Compiling NIOCore MarkedCircularBuffer.swift
[220/326] Compiling NIOCore MulticastChannel.swift
[221/326] Compiling NIOCore NIOAny.swift
[222/326] Compiling NIOCore NIOCloseOnErrorHandler.swift
[223/326] Compiling OpenCombine Publishers.Count.swift
[224/326] Compiling OpenCombine Publishers.Debounce.swift
[225/326] Compiling OpenCombine Publishers.Delay.swift
[226/326] Compiling OpenCombine Publishers.Drop.swift
[227/326] Compiling OpenCombine Publishers.DropUntilOutput.swift
[228/326] Compiling OpenCombine Publishers.DropWhile.swift
[229/326] Compiling OpenCombine Publishers.Filter.swift
[230/326] Compiling OpenCombine Publishers.First.swift
[231/326] Compiling OpenCombine Publishers.FlatMap.swift
[232/326] Compiling OpenCombine Publishers.HandleEvents.swift
[233/326] Compiling OpenCombine Publishers.IgnoreOutput.swift
[234/326] Compiling OpenCombine Publishers.Last.swift
[235/326] Compiling OpenCombine Publishers.MakeConnectable.swift
[236/326] Compiling OpenCombine Result.swift
[237/326] Compiling OpenCombine Scheduler.swift
[238/326] Compiling OpenCombine Subject+Void.swift
[239/326] Compiling OpenCombine Subscriber+Void.swift
[240/326] Compiling OpenCombine Subscribers.Assign.swift
[241/326] Compiling OpenCombine Subscribers.Completion.swift
[242/326] Compiling OpenCombine Subscribers.Demand.swift
[243/326] Compiling OpenCombine Subscribers.Sink.swift
[244/326] Compiling OpenCombine Subscribers.swift
[245/326] Compiling OpenCombine Subscription.swift
[246/326] Compiling OpenCombine Subscriptions.swift
[247/326] Compiling OpenCombine _Introspection.swift
[252/326] Compiling NIOCore NIOLoopBound.swift
[253/326] Compiling NIOCore NIOSendable.swift
[254/326] Compiling NIOCore PointerHelpers.swift
[255/326] Compiling NIOCore RecvByteBufferAllocator.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
[296/336] Compiling NIOCore ChannelOption.swift
[297/336] Compiling NIOCore ChannelPipeline.swift
[298/336] Compiling NIOCore CircularBuffer.swift
[299/336] Compiling NIOCore Codec.swift
[300/336] Compiling NIOCore ConvenienceOptionSupport.swift
[301/336] Compiling NIOCore DeadChannel.swift
[302/336] Compiling NIOCore DispatchQueue+WithFuture.swift
[303/336] Compiling NIOCore EventLoop+Deprecated.swift
[304/336] Compiling NIOCore AddressedEnvelope.swift
[305/336] Compiling NIOCore AsyncAwaitSupport.swift
[306/336] Compiling NIOCore AsyncChannel.swift
[307/336] Compiling NIOCore AsyncChannelInboundStream.swift
[308/336] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[309/336] Compiling NIOCore AsyncChannelOutboundWriter.swift
[310/336] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[311/336] Compiling NIOCore NIOAsyncSequenceProducer.swift
[312/336] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[313/336] Compiling NIOCore NIOAsyncWriter.swift
[314/336] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[315/336] Compiling NIOCore BSDSocketAPI.swift
[316/336] Compiling NIOCore ByteBuffer-aux.swift
[317/336] Compiling NIOCore ByteBuffer-conversions.swift
[318/336] Compiling NIOCore ByteBuffer-core.swift
[319/336] Compiling NIOCore ByteBuffer-hexdump.swift
[320/336] Compiling NIOCore ByteBuffer-int.swift
[321/336] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[328/336] Emitting module NIOCore
[330/338] Wrapping AST for NIOCore for debugging
[332/389] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[333/389] Emitting module NIOEmbedded
[334/389] Compiling NIOEmbedded AsyncTestingChannel.swift
[335/389] Compiling NIOEmbedded Embedded.swift
[337/391] Wrapping AST for NIOEmbedded for debugging
[339/391] Compiling NIOPosix ServerSocket.swift
[340/391] Compiling NIOPosix Socket.swift
[341/391] Compiling NIOPosix SocketChannel.swift
[342/391] Compiling NIOPosix SocketProtocols.swift
[343/391] Compiling NIOPosix System.swift
[344/391] Compiling NIOPosix Thread.swift
[345/397] Compiling NIOPosix SelectableChannel.swift
[346/397] Compiling NIOPosix SelectableEventLoop.swift
[347/397] Compiling NIOPosix SelectorEpoll.swift
[348/397] Compiling NIOPosix SelectorGeneric.swift
[349/397] Compiling NIOPosix SelectorKqueue.swift
[350/397] Compiling NIOPosix SelectorUring.swift
[351/397] Compiling NIOPosix PooledRecvBufferAllocator.swift
[352/397] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[353/397] Compiling NIOPosix PosixSingletons.swift
[354/397] Compiling NIOPosix RawSocketBootstrap.swift
[355/397] Compiling NIOPosix Resolver.swift
[356/397] Compiling NIOPosix Selectable.swift
[357/397] Compiling NIOPosix ThreadPosix.swift
[358/397] Compiling NIOPosix ThreadWindows.swift
[359/397] Compiling NIOPosix UnsafeTransfer.swift
[360/397] Compiling NIOPosix Utilities.swift
[361/397] Compiling NIOPosix VsockAddress.swift
[362/397] Compiling NIOPosix VsockChannelEvents.swift
[363/397] Compiling NIOPosix NonBlockingFileIO.swift
[364/397] Compiling NIOPosix PendingDatagramWritesManager.swift
[365/397] Compiling NIOPosix PendingWritesManager.swift
[366/397] Compiling NIOPosix PipeChannel.swift
[367/397] Compiling NIOPosix PipePair.swift
[368/397] Compiling NIOPosix PointerHelpers.swift
[369/397] Compiling NIOPosix Pool.swift
[370/397] Compiling NIOPosix IntegerBitPacking.swift
[371/397] Compiling NIOPosix IntegerTypes.swift
[372/397] Compiling NIOPosix Linux.swift
[373/397] Compiling NIOPosix LinuxCPUSet.swift
[374/397] Compiling NIOPosix LinuxUring.swift
[375/397] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[376/397] Compiling NIOPosix NIOThreadPool.swift
[377/397] Compiling NIOPosix Bootstrap.swift
[378/397] Compiling NIOPosix ControlMessage.swift
[379/397] Compiling NIOPosix DatagramVectorReadManager.swift
[380/397] Compiling NIOPosix FileDescriptor.swift
[381/397] Compiling NIOPosix GetaddrinfoResolver.swift
[382/397] Compiling NIOPosix HappyEyeballs.swift
[383/397] Compiling NIOPosix IO.swift
[384/397] Compiling NIOPosix BSDSocketAPICommon.swift
[385/397] Compiling NIOPosix BSDSocketAPIPosix.swift
[386/397] Compiling NIOPosix BSDSocketAPIWindows.swift
[387/397] Compiling NIOPosix BaseSocket.swift
[388/397] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[389/397] Compiling NIOPosix BaseSocketChannel.swift
[390/397] Compiling NIOPosix BaseStreamSocketChannel.swift
[391/397] Emitting module NIOPosix
[393/399] Wrapping AST for NIOPosix for debugging
[395/401] Compiling NIO Exports.swift
[396/401] Emitting module NIO
[398/403] Wrapping AST for NIO for debugging
[400/419] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[401/419] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[402/421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[403/421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[404/421] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[405/421] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[406/421] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[407/421] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[408/421] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[409/421] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[410/421] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[411/421] Compiling NIOHTTP1 HTTPTypes.swift
[412/421] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[413/421] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.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 Environment.swift
[423/584] Compiling SwiftWebUI EnvironmentKey.swift
[424/584] Compiling SwiftWebUI EnvironmentValues.swift
[425/584] Compiling SwiftWebUI Trait.swift
[426/584] Compiling SwiftWebUI DebugSwitches.swift
[427/584] Compiling SwiftWebUI FakeCompactImplementations.swift
[428/584] Compiling SwiftWebUI NoCombine.swift
[429/584] Compiling SwiftWebUI BackgroundModifier.swift
[430/584] Compiling SwiftWebUI EnvironmentKeyWritingModifier.swift
[431/584] Compiling SwiftWebUI EnvironmentObjectWritingModifier.swift
[432/584] Compiling SwiftWebUI FrameModifier.swift
[433/584] Compiling SwiftWebUI ModifiedContent.swift
[434/584] Compiling SwiftWebUI PaddingModifier.swift
[435/584] Compiling SwiftWebUI RelativeSizeModifiers.swift
[436/584] Compiling SwiftWebUI ShadowModifier.swift
[437/584] Compiling SwiftWebUI TraitWritingModifier.swift
[438/584] Compiling SwiftWebUI ViewModifier.swift
[439/584] Compiling SwiftWebUI ViewTag.swift
[440/584] Compiling SwiftWebUI Binding.swift
[441/584] Compiling SwiftWebUI BindingConvertible.swift
[442/584] Compiling SwiftWebUI HTMLContainer.swift
[443/584] Compiling SwiftWebUI CGImage.swift
[444/584] Compiling SwiftWebUI ColorView.swift
[445/584] Compiling SwiftWebUI Image.swift
[446/584] Compiling SwiftWebUI SystemImage.swift
[447/584] Compiling SwiftWebUI Divider.swift
[448/584] Compiling SwiftWebUI HStack.swift
[449/584] Compiling SwiftWebUI List.swift
[450/584] Compiling SwiftWebUI ScrollView.swift
[451/584] Compiling SwiftWebUI Section.swift
[452/584] Compiling SwiftWebUI Spacer.swift
[453/584] Compiling SwiftWebUI SwitchView.swift
[454/584] Compiling SwiftWebUI VStack.swift
[455/584] Compiling SwiftWebUI NavigationContent.swift
[456/584] Compiling SwiftWebUI NavigationContext.swift
[457/584] Compiling SwiftWebUI NavigationLink.swift
[458/584] Compiling SwiftWebUI NavigationSidebar.swift
[459/584] Compiling SwiftWebUI NavigationView.swift
[460/584] Compiling SwiftWebUI SUICard.swift
[461/584] Compiling SwiftWebUI SUIFlag.swift
[462/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
                                              ^
[463/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
                                              ^
[464/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
                                              ^
[465/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
                                              ^
[466/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
                                              ^
[467/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
                                              ^
[468/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
                                              ^
[469/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
                                              ^
[470/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
                                              ^
[471/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
                                              ^
[472/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
                                              ^
[473/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
                                              ^
[474/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
                                              ^
[475/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
                                              ^
[476/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
                                              ^
[477/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
                                              ^
[478/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
                                              ^
[479/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
                                              ^
[480/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
                                              ^
[481/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
                                              ^
[482/584] Compiling SwiftWebUI DynamicViewProperty.swift
[483/584] Compiling SwiftWebUI EnvironmentObject.swift
[484/584] Compiling SwiftWebUI Identifiable.swift
[485/584] Compiling SwiftWebUI ObservableObject.swift
[486/584] Compiling SwiftWebUI ObservedObject.swift
[487/584] Compiling SwiftWebUI SelectionManager.swift
[488/584] Compiling SwiftWebUI State.swift
[489/584] Compiling SwiftWebUI StateHolder.swift
[490/584] Compiling SwiftWebUI SubscriptionView.swift
[491/584] Compiling SwiftWebUI Alignment.swift
[492/584] Compiling SwiftWebUI Color.swift
[493/584] Compiling SwiftWebUI ContentMode.swift
[494/584] Compiling SwiftWebUI ContentSizeCategory.swift
[495/584] Compiling SwiftWebUI EdgeInsets.swift
[496/584] Compiling SwiftWebUI EditMode.swift
[497/584] Compiling SwiftWebUI Font.swift
[498/584] Compiling SwiftWebUI Formatter.swift
[499/584] Compiling SwiftWebUI HorizontalAlignment.swift
[500/584] Compiling SwiftWebUI ImagePaint.swift
[501/584] Compiling SwiftWebUI Length.swift
[502/584] Compiling SwiftWebUI LocalizedStringKey.swift
[503/584] Compiling SwiftWebUI NavigationBarItem.swift
[504/584] Compiling SwiftWebUI Shadow.swift
[505/584] Compiling SwiftWebUI StaticMember.swift
[506/584] Compiling SwiftWebUI UserInterfaceSizeClass.swift
[507/584] Compiling SwiftWebUI VerticalAlignment.swift
[508/584] Compiling SwiftWebUI CSSStyles.swift
[509/584] Compiling SwiftWebUI HTMLChange.swift
[510/584] Compiling SwiftWebUI HTMLStringHelpers.swift
[511/584] Compiling SwiftWebUI NIOEndpoint.swift
[512/584] Compiling SwiftWebUI NIOHostingSession.swift
[513/584] Compiling SwiftWebUI NIOSessionIDGeneration.swift
[514/584] Compiling SwiftWebUI Serve.swift
[515/584] Compiling SwiftWebUI ServerResponse.swift
[516/584] Compiling SwiftWebUI SwiftWebUIJavaScript.swift
[517/584] Compiling SwiftWebUI SwiftWebUIStyles.swift
[518/584] Compiling SwiftWebUI Button.swift
[519/584] Compiling SwiftWebUI Form.swift
[520/584] Compiling SwiftWebUI HTMLPopUpPickerStyle.swift
[521/584] Compiling SwiftWebUI HTMLRadioPickerStyle.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! (46.99s)
Build complete.
Done.

Build Machine: Linux 1