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-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftWebUI/SwiftWebUI.git
Reference: 0.3.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftWebUI/SwiftWebUI
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at 7c71e4c Merge branch 'develop'
Cloned https://github.com/SwiftWebUI/SwiftWebUI.git
Revision (git rev-parse @):
7c71e4c5a0a457236e581c525e5f9af80d8acbd7
SUCCESS checkout https://github.com/SwiftWebUI/SwiftWebUI.git at 0.3.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/SwiftWebUI/SwiftWebUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/wickwirew/Runtime.git
Fetching https://github.com/SwiftWebResources/SemanticUI-Swift.git
[1/71] Fetching semanticui-swift
[40/2012] Fetching semanticui-swift, runtime
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/wickwirew/Runtime.git (0.31s)
[1/8268] Fetching opencombine
Fetched https://github.com/SwiftWebResources/SemanticUI-Swift.git (0.66s)
Fetched https://github.com/OpenCombine/OpenCombine.git (0.67s)
[1/64354] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git (5.03s)
Computing version for https://github.com/SwiftWebResources/SemanticUI-Swift.git
Computed https://github.com/SwiftWebResources/SemanticUI-Swift.git at 2.4.2 (0.36s)
Computing version for https://github.com/wickwirew/Runtime.git
Computed https://github.com/wickwirew/Runtime.git at 2.2.5 (0.37s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.63.0 (0.51s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1563] Fetching swift-atomics
[408/4544] Fetching swift-atomics, swift-system
[4545/18124] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git (1.21s)
Fetched https://github.com/apple/swift-system.git (1.21s)
Fetched https://github.com/apple/swift-collections.git (1.23s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.41s)
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/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.0.6
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/29] Compiling CRuntime dummy.c
[1/29] Compiling CNIOLinux liburing_shims.c
[2/29] Compiling _AtomicsShims.c
[3/29] Compiling CNIOWindows shim.c
[4/29] Compiling CNIOWindows WSAStartup.c
[5/29] Compiling CNIOLLHTTP c_nio_http.c
[6/29] 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.
[7/29] Compiling CNIOLinux shim.c
[8/29] Compiling CNIOLLHTTP c_nio_api.c
[9/39] Compiling CNIOLLHTTP c_nio_llhttp.c
[10/98] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[12/190] Emitting module Runtime
[12/195] Compiling c-nioatomics.c
[13/214] Compiling c-atomics.c
[15/220] Compiling Atomics ManagedAtomic.swift
[16/220] Compiling Atomics ManagedAtomicLazyReference.swift
[17/222] Compiling Atomics Primitives.shims.swift
[18/222] Compiling Atomics AtomicInteger.swift
[19/222] Compiling Atomics AtomicOptionalWrappable.swift
[22/222] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[23/222] Compiling Atomics AtomicMemoryOrderings.swift
[24/222] Compiling Atomics DoubleWord.swift
[25/222] Compiling Atomics UnsafeAtomic.swift
[26/222] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/224] Compiling Runtime Vector.swift
[28/224] Compiling Runtime GettersSetters.swift
[29/224] Compiling Runtime Pointer+Extensions.swift
[30/224] Compiling Runtime RetainCounts.swift
[31/224] Compiling Runtime String+Extensions.swift
[33/224] Compiling Atomics AtomicReference.swift
[34/224] Compiling Atomics AtomicStorage.swift
[36/224] Compiling Atomics AtomicValue.swift
[42/224] Compiling Atomics OptionalRawRepresentable.swift
[43/224] Compiling Atomics RawRepresentable.swift
[44/224] Compiling Atomics AtomicBool.swift
[48/224] Compiling OpenCombine Fail.swift
[49/224] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[50/224] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[51/224] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[52/224] Compiling OpenCombine Just.swift
[53/224] Emitting module DequeModule
[54/224] Compiling Atomics IntegerConformances.swift
[55/224] Compiling Atomics PointerConformances.swift
[56/224] Compiling Atomics Primitives.native.swift
[60/224] Compiling _NIODataStructures PriorityQueue.swift
[62/224] Compiling Atomics IntegerOperations.swift
[63/224] Compiling Atomics Unmanaged extensions.swift
[64/224] Compiling OpenCombine PublishedSubscriber.swift
[65/224] Compiling OpenCombine ReduceProducer.swift
[66/224] Compiling OpenCombine SubjectSubscriber.swift
[72/224] Compiling OpenCombine ObservableObject.swift
[73/224] Compiling OpenCombine PassthroughSubject.swift
[74/224] Compiling OpenCombine Published.swift
[75/224] Compiling OpenCombine Publisher+Subscribe.swift
[76/224] Compiling OpenCombine Deferred.swift
[77/224] Compiling OpenCombine Empty.swift
[78/224] Compiling OpenCombine SubscriberTap.swift
[79/224] Compiling OpenCombine SubscriptionStatus.swift
[80/224] Compiling OpenCombine SubscriptionTap.swift
[81/224] Compiling OpenCombine Utils.swift
[82/224] Compiling OpenCombine Violations.swift
[83/224] Compiling OpenCombine ImmediateScheduler.swift
[84/224] Emitting module _NIOBase64
[85/224] Compiling _NIOBase64 Base64.swift
[86/225] Emitting module NIOConcurrencyHelpers
[87/225] Compiling _NIODataStructures _TinyArray.swift
[102/238] Wrapping AST for _NIOBase64 for debugging
[106/238] Emitting module OpenCombine
[110/240] Wrapping AST for DequeModule for debugging
[127/241] Compiling OpenCombine Result.swift
[128/241] Compiling OpenCombine Scheduler.swift
[129/241] Compiling OpenCombine Subject+Void.swift
[130/241] Compiling OpenCombine Subscriber+Void.swift
[131/241] Compiling OpenCombine Subscribers.Assign.swift
[132/241] Compiling OpenCombine Subscribers.Completion.swift
[133/241] Compiling OpenCombine Subscribers.Demand.swift
[134/241] Compiling OpenCombine Subscribers.Sink.swift
[135/241] Compiling OpenCombine Subscribers.swift
[136/241] Compiling OpenCombine Subscription.swift
[137/241] Compiling OpenCombine Subscriptions.swift
[138/241] Compiling OpenCombine _Introspection.swift
[139/241] Compiling _NIODataStructures Heap.swift
[140/241] Emitting module _NIODataStructures
[144/244] Emitting module SemanticUI
[145/244] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[146/244] Compiling NIOConcurrencyHelpers NIOLock.swift
[148/244] Compiling NIOConcurrencyHelpers lock.swift
[148/244] Wrapping AST for _NIODataStructures for debugging
[149/244] Wrapping AST for Runtime for debugging
[151/244] Compiling NIOConcurrencyHelpers atomics.swift
[153/246] Wrapping AST for NIOConcurrencyHelpers for debugging
[155/246] Compiling SemanticUI Resources.swift
[156/246] Compiling SemanticUI ResourceMap.swift
[189/246] Compiling OpenCombine Publishers.Buffer.swift
[190/246] Compiling OpenCombine Publishers.Collect.swift
[191/246] Compiling OpenCombine Publishers.CollectByCount.swift
[192/246] Compiling OpenCombine Publishers.CompactMap.swift
[193/246] Compiling OpenCombine Publishers.Comparison.swift
[194/246] Compiling OpenCombine Publishers.Concatenate.swift
[195/246] Compiling OpenCombine Publishers.Contains.swift
[198/248] Emitting module Atomics
[199/250] Wrapping AST for SemanticUI for debugging
[201/250] Wrapping AST for Atomics for debugging
[203/307] Compiling NIOCore EventLoopFuture.swift
[204/307] Compiling NIOCore FileDescriptor.swift
[205/307] Compiling NIOCore FileHandle.swift
[206/307] Compiling NIOCore FileRegion.swift
[207/307] Compiling OpenCombine Publishers.DropUntilOutput.swift
[208/307] Compiling OpenCombine Publishers.DropWhile.swift
[209/307] Compiling OpenCombine Publishers.Filter.swift
[210/307] Compiling OpenCombine Publishers.First.swift
[211/307] Compiling OpenCombine Publishers.FlatMap.swift
[212/307] Compiling OpenCombine Publishers.HandleEvents.swift
[213/307] Compiling OpenCombine Publishers.IgnoreOutput.swift
[214/307] Compiling OpenCombine Publishers.Last.swift
[215/307] Compiling OpenCombine Publishers.MakeConnectable.swift
[216/307] Compiling OpenCombine Publishers.Map.swift
[217/307] Compiling OpenCombine Publishers.MapError.swift
[218/307] Compiling OpenCombine Publishers.MeasureInterval.swift
[219/307] Compiling OpenCombine Publishers.Multicast.swift
[220/307] Compiling OpenCombine Publishers.Output.swift
[221/307] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[222/307] Compiling OpenCombine Publishers.PrefixWhile.swift
[223/307] Compiling OpenCombine Publishers.Print.swift
[224/307] Compiling OpenCombine Publishers.ReceiveOn.swift
[225/307] Compiling OpenCombine Publishers.Reduce.swift
[226/307] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[227/307] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[228/307] Compiling OpenCombine Publishers.ReplaceError.swift
[229/307] Compiling OpenCombine Publishers.Retry.swift
[230/307] Compiling OpenCombine Publishers.Scan.swift
[231/307] Compiling OpenCombine Publishers.Sequence.swift
[232/307] Compiling OpenCombine Publishers.SetFailureType.swift
[233/307] Compiling OpenCombine Publishers.Share.swift
[234/307] Compiling OpenCombine Publishers.SubscribeOn.swift
[235/307] Compiling OpenCombine Publishers.SwitchToLatest.swift
[236/307] Compiling OpenCombine Publishers.Throttle.swift
[237/307] Compiling OpenCombine Publishers.Timeout.swift
[238/307] Compiling OpenCombine Publishers.Zip.swift
[239/307] Compiling OpenCombine Publishers.swift
[240/307] Compiling OpenCombine Record.swift
[241/307] Compiling OpenCombine Result.Publisher.swift
[243/309] Wrapping AST for OpenCombine for debugging
[245/309] Compiling NIOCore MarkedCircularBuffer.swift
[246/309] Compiling NIOCore MulticastChannel.swift
[247/309] Compiling NIOCore NIOAny.swift
[248/309] Compiling NIOCore NIOCloseOnErrorHandler.swift
[249/309] Compiling NIOCore NIOLoopBound.swift
[250/309] Compiling NIOCore NIOSendable.swift
[251/309] Compiling NIOCore PointerHelpers.swift
[252/309] Compiling NIOCore RecvByteBufferAllocator.swift
[253/317] Compiling NIOCore GlobalSingletons.swift
[254/317] Compiling NIOCore IO.swift
[255/317] Compiling NIOCore IOData.swift
[256/317] Compiling NIOCore IPProtocol.swift
[257/317] Compiling NIOCore IntegerBitPacking.swift
[258/317] Compiling NIOCore IntegerTypes.swift
[259/317] Compiling NIOCore Interfaces.swift
[260/317] Compiling NIOCore Linux.swift
[261/317] Compiling NIOCore AddressedEnvelope.swift
[262/317] Compiling NIOCore AsyncAwaitSupport.swift
[263/317] Compiling NIOCore AsyncChannel.swift
[264/317] Compiling NIOCore AsyncChannelInboundStream.swift
[265/317] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[266/317] Compiling NIOCore AsyncChannelOutboundWriter.swift
[267/317] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[268/317] Compiling NIOCore NIOAsyncSequenceProducer.swift
[269/317] Compiling NIOCore EventLoop+SerialExecutor.swift
[270/317] Compiling NIOCore EventLoop.swift
[271/317] Compiling NIOCore EventLoopFuture+Deprecated.swift
[272/317] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[277/317] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[278/317] Compiling NIOCore SocketAddresses.swift
[279/317] Compiling NIOCore SocketOptionProvider.swift
[280/317] Compiling NIOCore SystemCallHelpers.swift
[281/317] Compiling NIOCore TimeAmount+Duration.swift
[282/317] Compiling NIOCore TypeAssistedChannelHandler.swift
[283/317] Compiling NIOCore UniversalBootstrapSupport.swift
[284/317] Compiling NIOCore Utilities.swift
[285/317] Compiling NIOCore ChannelOption.swift
[286/317] Compiling NIOCore ChannelPipeline.swift
[287/317] Compiling NIOCore CircularBuffer.swift
[288/317] Compiling NIOCore Codec.swift
[289/317] Compiling NIOCore ConvenienceOptionSupport.swift
[290/317] Compiling NIOCore DeadChannel.swift
[291/317] Compiling NIOCore DispatchQueue+WithFuture.swift
[292/317] Compiling NIOCore EventLoop+Deprecated.swift
[293/317] Compiling NIOCore ByteBuffer-int.swift
[294/317] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[295/317] Compiling NIOCore ByteBuffer-multi-int.swift
[296/317] Compiling NIOCore ByteBuffer-views.swift
[297/317] Compiling NIOCore Channel.swift
[298/317] Compiling NIOCore ChannelHandler.swift
[299/317] Compiling NIOCore ChannelHandlers.swift
[300/317] Compiling NIOCore ChannelInvoker.swift
[301/317] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[302/317] Compiling NIOCore NIOAsyncWriter.swift
[303/317] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[304/317] Compiling NIOCore BSDSocketAPI.swift
[305/317] Compiling NIOCore ByteBuffer-aux.swift
[306/317] Compiling NIOCore ByteBuffer-conversions.swift
[307/317] Compiling NIOCore ByteBuffer-core.swift
[308/317] Compiling NIOCore ByteBuffer-hexdump.swift
[309/317] Emitting module NIOCore
[311/319] Wrapping AST for NIOCore for debugging
[313/370] Compiling NIOEmbedded AsyncTestingChannel.swift
[314/370] Emitting module NIOEmbedded
[315/370] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[316/370] Compiling NIOEmbedded Embedded.swift
[318/372] Wrapping AST for NIOEmbedded for debugging
[320/372] Emitting module NIOPosix
[321/378] Compiling NIOPosix PooledRecvBufferAllocator.swift
[322/378] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[323/378] Compiling NIOPosix PosixSingletons.swift
[324/378] Compiling NIOPosix RawSocketBootstrap.swift
[325/378] Compiling NIOPosix Resolver.swift
[326/378] Compiling NIOPosix Selectable.swift
[327/378] Compiling NIOPosix SelectableChannel.swift
[328/378] Compiling NIOPosix SelectableEventLoop.swift
[329/378] Compiling NIOPosix SelectorEpoll.swift
[330/378] Compiling NIOPosix SelectorGeneric.swift
[331/378] Compiling NIOPosix SelectorKqueue.swift
[332/378] Compiling NIOPosix SelectorUring.swift
[333/378] Compiling NIOPosix ThreadPosix.swift
[334/378] Compiling NIOPosix ThreadWindows.swift
[335/378] Compiling NIOPosix UnsafeTransfer.swift
[336/378] Compiling NIOPosix Utilities.swift
[337/378] Compiling NIOPosix VsockAddress.swift
[338/378] Compiling NIOPosix VsockChannelEvents.swift
[339/378] Compiling NIOPosix ServerSocket.swift
[340/378] Compiling NIOPosix Socket.swift
[341/378] Compiling NIOPosix SocketChannel.swift
[342/378] Compiling NIOPosix SocketProtocols.swift
[343/378] Compiling NIOPosix System.swift
[344/378] Compiling NIOPosix Thread.swift
[345/378] Compiling NIOPosix IntegerBitPacking.swift
[346/378] Compiling NIOPosix IntegerTypes.swift
[347/378] Compiling NIOPosix Linux.swift
[348/378] Compiling NIOPosix LinuxCPUSet.swift
[349/378] Compiling NIOPosix LinuxUring.swift
[350/378] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[351/378] Compiling NIOPosix NIOThreadPool.swift
[352/378] Compiling NIOPosix NonBlockingFileIO.swift
[353/378] Compiling NIOPosix PendingDatagramWritesManager.swift
[354/378] Compiling NIOPosix PendingWritesManager.swift
[355/378] Compiling NIOPosix PipeChannel.swift
[356/378] Compiling NIOPosix PipePair.swift
[357/378] Compiling NIOPosix PointerHelpers.swift
[358/378] Compiling NIOPosix Pool.swift
[359/378] Compiling NIOPosix BSDSocketAPICommon.swift
[360/378] Compiling NIOPosix BSDSocketAPIPosix.swift
[361/378] Compiling NIOPosix BSDSocketAPIWindows.swift
[362/378] Compiling NIOPosix BaseSocket.swift
[363/378] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[364/378] Compiling NIOPosix BaseSocketChannel.swift
[365/378] Compiling NIOPosix BaseStreamSocketChannel.swift
[366/378] Compiling NIOPosix Bootstrap.swift
[367/378] Compiling NIOPosix ControlMessage.swift
[368/378] Compiling NIOPosix DatagramVectorReadManager.swift
[369/378] Compiling NIOPosix FileDescriptor.swift
[370/378] Compiling NIOPosix GetaddrinfoResolver.swift
[371/378] Compiling NIOPosix HappyEyeballs.swift
[372/378] Compiling NIOPosix IO.swift
[374/380] Wrapping AST for NIOPosix for debugging
[376/382] Compiling NIO Exports.swift
[377/382] Emitting module NIO
[379/384] Wrapping AST for NIO for debugging
[381/400] Emitting module NIOHTTP1
[382/402] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[383/402] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[384/402] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[385/402] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[386/402] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[387/402] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[388/402] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[389/402] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[390/402] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[391/402] Compiling NIOHTTP1 HTTPTypes.swift
[392/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[393/402] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[394/402] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[395/402] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[396/402] Compiling NIOHTTP1 ByteCollectionUtils.swift
[397/402] Compiling NIOHTTP1 HTTPDecoder.swift
[398/402] Compiling NIOHTTP1 HTTPEncoder.swift
[400/404] Wrapping AST for NIOHTTP1 for debugging
[402/545] Emitting module SwiftWebUI
[403/565] Compiling SwiftWebUI Environment.swift
[404/565] Compiling SwiftWebUI EnvironmentKey.swift
[405/565] Compiling SwiftWebUI EnvironmentValues.swift
[406/565] Compiling SwiftWebUI Trait.swift
[407/565] Compiling SwiftWebUI DebugSwitches.swift
[408/565] Compiling SwiftWebUI FakeCompactImplementations.swift
[409/565] Compiling SwiftWebUI NoCombine.swift
[410/565] Compiling SwiftWebUI BackgroundModifier.swift
[411/565] Compiling SwiftWebUI EnvironmentKeyWritingModifier.swift
[412/565] Compiling SwiftWebUI EnvironmentObjectWritingModifier.swift
[413/565] Compiling SwiftWebUI FrameModifier.swift
[414/565] Compiling SwiftWebUI ModifiedContent.swift
[415/565] Compiling SwiftWebUI PaddingModifier.swift
[416/565] Compiling SwiftWebUI RelativeSizeModifiers.swift
[417/565] Compiling SwiftWebUI ShadowModifier.swift
[418/565] Compiling SwiftWebUI TraitWritingModifier.swift
[419/565] Compiling SwiftWebUI ViewModifier.swift
[420/565] Compiling SwiftWebUI ViewTag.swift
[421/565] Compiling SwiftWebUI Binding.swift
[422/565] Compiling SwiftWebUI BindingConvertible.swift
[423/565] Compiling SwiftWebUI 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
                                              ^
[424/565] Compiling SwiftWebUI SUISegment.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[425/565] Compiling SwiftWebUI Path.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[426/565] Compiling SwiftWebUI Rectangle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[427/565] Compiling SwiftWebUI RoundedRectangle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[428/565] Compiling SwiftWebUI Shape.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[429/565] Compiling SwiftWebUI ShapeStyle.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[430/565] Compiling SwiftWebUI ShapeView.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[431/565] Compiling SwiftWebUI SizedShape.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[432/565] Compiling SwiftWebUI UXKit.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[433/565] Compiling SwiftWebUI SUITabView.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[434/565] Compiling SwiftWebUI SUITabViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[435/565] Compiling SwiftWebUI TabItemLabel.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[436/565] Compiling SwiftWebUI Unsplash.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[437/565] Compiling SwiftWebUI UnsplashSource.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[438/565] Compiling SwiftWebUI View.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[439/565] Compiling SwiftWebUI ViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[440/565] Compiling SwiftWebUI ComponentReflection.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[441/565] Compiling SwiftWebUI DynamicElementNode.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[442/565] Compiling SwiftWebUI ElementID.swift
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:26: warning: initialization of 'UnsafeMutablePointer<T>' results in a dangling pointer
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: implicit argument conversion from 'T' to 'UnsafeMutablePointer<T>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^~~~~
/host/spi-builder-workspace/Sources/SwiftWebUI/VirtualDOM/Components/ComponentReflection.swift:39:47: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let viewPtr    = UnsafeMutablePointer(&view) // gives warning on 5.2
                                              ^
[443/565] Compiling SwiftWebUI HTMLContainer.swift
[444/565] Compiling SwiftWebUI CGImage.swift
[445/565] Compiling SwiftWebUI ColorView.swift
[446/565] Compiling SwiftWebUI Image.swift
[447/565] Compiling SwiftWebUI SystemImage.swift
[448/565] Compiling SwiftWebUI Divider.swift
[449/565] Compiling SwiftWebUI HStack.swift
[450/565] Compiling SwiftWebUI List.swift
[451/565] Compiling SwiftWebUI ScrollView.swift
[452/565] Compiling SwiftWebUI Section.swift
[453/565] Compiling SwiftWebUI Spacer.swift
[454/565] Compiling SwiftWebUI SwitchView.swift
[455/565] Compiling SwiftWebUI VStack.swift
[456/565] Compiling SwiftWebUI NavigationContent.swift
[457/565] Compiling SwiftWebUI NavigationContext.swift
[458/565] Compiling SwiftWebUI NavigationLink.swift
[459/565] Compiling SwiftWebUI NavigationSidebar.swift
[460/565] Compiling SwiftWebUI NavigationView.swift
[461/565] Compiling SwiftWebUI SUICard.swift
[462/565] Compiling SwiftWebUI SUIFlag.swift
[463/565] Compiling SwiftWebUI DynamicViewProperty.swift
[464/565] Compiling SwiftWebUI EnvironmentObject.swift
[465/565] Compiling SwiftWebUI Identifiable.swift
[466/565] Compiling SwiftWebUI ObservableObject.swift
[467/565] Compiling SwiftWebUI ObservedObject.swift
[468/565] Compiling SwiftWebUI SelectionManager.swift
[469/565] Compiling SwiftWebUI State.swift
[470/565] Compiling SwiftWebUI StateHolder.swift
[471/565] Compiling SwiftWebUI SubscriptionView.swift
[472/565] Compiling SwiftWebUI Alignment.swift
[473/565] Compiling SwiftWebUI Color.swift
[474/565] Compiling SwiftWebUI ContentMode.swift
[475/565] Compiling SwiftWebUI ContentSizeCategory.swift
[476/565] Compiling SwiftWebUI EdgeInsets.swift
[477/565] Compiling SwiftWebUI EditMode.swift
[478/565] Compiling SwiftWebUI Font.swift
[479/565] Compiling SwiftWebUI Formatter.swift
[480/565] Compiling SwiftWebUI HorizontalAlignment.swift
[481/565] Compiling SwiftWebUI ImagePaint.swift
[482/565] Compiling SwiftWebUI Length.swift
[483/565] Compiling SwiftWebUI LocalizedStringKey.swift
[484/565] Compiling SwiftWebUI NavigationBarItem.swift
[485/565] Compiling SwiftWebUI Shadow.swift
[486/565] Compiling SwiftWebUI StaticMember.swift
[487/565] Compiling SwiftWebUI UserInterfaceSizeClass.swift
[488/565] Compiling SwiftWebUI VerticalAlignment.swift
[489/565] Compiling SwiftWebUI CSSStyles.swift
[490/565] Compiling SwiftWebUI HTMLChange.swift
[491/565] Compiling SwiftWebUI HTMLStringHelpers.swift
[492/565] Compiling SwiftWebUI NIOEndpoint.swift
[493/565] Compiling SwiftWebUI NIOHostingSession.swift
[494/565] Compiling SwiftWebUI NIOSessionIDGeneration.swift
[495/565] Compiling SwiftWebUI Serve.swift
[496/565] Compiling SwiftWebUI ServerResponse.swift
[497/565] Compiling SwiftWebUI SwiftWebUIJavaScript.swift
[498/565] Compiling SwiftWebUI SwiftWebUIStyles.swift
[499/565] Compiling SwiftWebUI Button.swift
[500/565] Compiling SwiftWebUI Form.swift
[501/565] Compiling SwiftWebUI HTMLPopUpPickerStyle.swift
[502/565] Compiling SwiftWebUI HTMLRadioPickerStyle.swift
[503/565] Compiling SwiftWebUI Picker.swift
[504/565] Compiling SwiftWebUI SUIButtonStyle.swift
[505/565] Compiling SwiftWebUI SUITextFieldStyle.swift
[506/565] Compiling SwiftWebUI SUIToggleStyle.swift
[507/565] Compiling SwiftWebUI SecureField.swift
[508/565] Compiling SwiftWebUI SegmentedControl.swift
[509/565] Compiling SwiftWebUI Stepper.swift
[510/565] Compiling SwiftWebUI TextField.swift
[511/565] Compiling SwiftWebUI Toggle.swift
[512/565] Compiling SwiftWebUI AnyView.swift
[513/565] Compiling SwiftWebUI ConditionalContent.swift
[514/565] Compiling SwiftWebUI DynamicViewContent.swift
[515/565] Compiling SwiftWebUI EmptyView.swift
[516/565] Compiling SwiftWebUI ForEach.swift
[517/565] Compiling SwiftWebUI Group.swift
[518/565] Compiling SwiftWebUI NeverView.swift
[519/565] Compiling SwiftWebUI TapAction.swift
[520/565] Compiling SwiftWebUI Text.swift
[521/565] Compiling SwiftWebUI TupleView.swift
[522/565] Compiling SwiftWebUI HTML.swift
[523/565] Compiling SwiftWebUI HTMLOptionNode.swift
[524/565] Compiling SwiftWebUI HTMLRadioNode.swift
[525/565] Compiling SwiftWebUI HTMLSelectNode.swift
[526/565] Compiling SwiftWebUI SUIButtonNode.swift
[527/565] Compiling SwiftWebUI SUIInputNode.swift
[528/565] Compiling SwiftWebUI SUIToggleNode.swift
[529/565] Compiling SwiftWebUI CompoundNodes.swift
[530/565] Compiling SwiftWebUI EmptyNode.swift
[531/565] Compiling SwiftWebUI ForEachNode.swift
[532/565] Compiling SwiftWebUI GroupNode.swift
[533/565] Compiling SwiftWebUI HTMLClickContainerNode.swift
[534/565] Compiling SwiftWebUI HTMLSwitchNode.swift
[535/565] Compiling SwiftWebUI HTMLTextNode.swift
[536/565] Compiling SwiftWebUI NotImplementedViewNode.swift
[537/565] Compiling SwiftWebUI ResolvedConditionNode.swift
[538/565] Compiling SwiftWebUI HTMLContainerNode.swift
[539/565] Compiling SwiftWebUI HTMLOutputNode.swift
[540/565] Compiling SwiftWebUI HTMLLeafNode.swift
[541/565] Compiling SwiftWebUI HTMLTreeNode.swift
[542/565] Compiling SwiftWebUI HTMLWrappingActionNode.swift
[543/565] Compiling SwiftWebUI HTMLWrappingNode.swift
[544/565] Compiling SwiftWebUI CGImageNode.swift
[545/565] Compiling SwiftWebUI HTMLColorNode.swift
[546/565] Compiling SwiftWebUI HTMLImageNode.swift
[547/565] Compiling SwiftWebUI FlexBoxSpacerNode.swift
[548/565] Compiling SwiftWebUI FlexBoxStackNode.swift
[549/565] Compiling SwiftWebUI HTMLBackgroundNode.swift
[550/565] Compiling SwiftWebUI HTMLFrameNode.swift
[551/565] Compiling SwiftWebUI HTMLPaddingNode.swift
[552/565] Compiling SwiftWebUI HTMLScrollNode.swift
[553/565] Compiling SwiftWebUI HTMLShadowNode.swift
[554/565] Compiling SwiftWebUI SUIListItemNode.swift
[555/565] Compiling SwiftWebUI SUIListNode.swift
[556/565] Compiling SwiftWebUI SUITabContainerNode.swift
[557/565] Compiling SwiftWebUI SUITabItemNode.swift
[558/565] Compiling SwiftWebUI SUITabSegmentNode.swift
[559/565] Compiling SwiftWebUI HTMLTreeBuilder.swift
[560/565] Compiling SwiftWebUI SUIListBuilder.swift
[561/565] Compiling SwiftWebUI TupleTreeBuilder.swift
[562/565] Compiling SwiftWebUI TreeStateContext.swift
[564/567] Wrapping AST for SwiftWebUI for debugging
[566/569] Emitting module HolyCow
[567/569] Compiling HolyCow main.swift
[569/571] Wrapping AST for HolyCow for debugging
[570/571] Linking HolyCow
Build complete! (61.79s)
Build complete.
Done.

Build Machine: Linux 2