Build Information
Successful build of SagaLeafRenderer, reference main (8e5cc5), with Swift 6.1 for macOS (SPM) on 5 Apr 2026 06:15:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaLeafRenderer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaLeafRenderer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8e5cc57 first commit
Cloned https://github.com/loopwerk/SagaLeafRenderer.git
Revision (git rev-parse @):
8e5cc5716077d1936681d4bee02fe8943e723aa9
SUCCESS checkout https://github.com/loopwerk/SagaLeafRenderer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/loopwerk/SagaLeafRenderer.git
https://github.com/loopwerk/SagaLeafRenderer.git
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit"
}
],
"manifest_display_name" : "SagaLeafRenderer",
"name" : "SagaLeafRenderer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SagaLeafRenderer",
"targets" : [
"SagaLeafRenderer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaLeafRenderer",
"module_type" : "SwiftTarget",
"name" : "SagaLeafRenderer",
"path" : "Sources/SagaLeafRenderer",
"product_dependencies" : [
"Saga",
"LeafKit"
],
"product_memberships" : [
"SagaLeafRenderer"
],
"sources" : [
"SagaLeafRenderer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/34] Write sources
[1/34] Copying PrivacyInfo.xcprivacy
[5/34] Write sources
[5/34] Copying PrivacyInfo.xcprivacy
[5/34] Write sources
[20/34] Compiling CNIOWindows shim.c
[21/34] Compiling CSystem shims.c
[21/34] Compiling CNIOWASI CNIOWASI.c
[21/34] Compiling CNIOWindows WSAStartup.c
[24/34] Write sources
[25/34] Compiling CNIOLinux liburing_shims.c
[26/34] Compiling CNIOLinux shim.c
[27/34] Compiling CNIOOpenBSD shim.c
[28/34] Write swift-version-2F0A5646E1D333AE.txt
[29/34] Compiling CNIOPosix event_loop_id.c
[30/34] Compiling _AtomicsShims.c
[32/108] Emitting module _NIOBase64
[32/108] Compiling CNIODarwin shim.c
[34/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/108] Compiling Atomics IntegerOperations.swift
[36/109] Emitting module InternalCollectionsUtilities
[37/109] Compiling Atomics AtomicInteger.swift
[38/109] Compiling Atomics AtomicOptionalWrappable.swift
[39/109] Compiling Atomics AtomicBool.swift
[40/109] Compiling Atomics IntegerConformances.swift
[41/109] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[42/109] Compiling _NIOBase64 Base64.swift
[43/109] Compiling Atomics PointerConformances.swift
[44/109] Compiling Atomics Primitives.native.swift
[45/109] Compiling Atomics OptionalRawRepresentable.swift
[46/109] Compiling Atomics RawRepresentable.swift
[47/109] Compiling Atomics DoubleWord.swift
[48/109] Compiling Atomics ManagedAtomic.swift
[49/109] Compiling Atomics ManagedAtomicLazyReference.swift
[50/109] Compiling Atomics UnsafeAtomic.swift
[51/109] Compiling Atomics AtomicValue.swift
[52/109] Compiling Atomics AtomicMemoryOrderings.swift
[57/110] Compiling Atomics AtomicReference.swift
[58/110] Compiling Atomics AtomicStorage.swift
[59/110] Compiling Atomics Unmanaged extensions.swift
[64/110] Compiling _NIODataStructures PriorityQueue.swift
[65/110] Compiling _NIODataStructures _TinyArray.swift
[76/144] Compiling ContainersPreview ContainerIterator.swift
[77/144] Compiling ContainersPreview DynamicContainer.swift
[78/144] Compiling ContainersPreview MutableContainer.swift
[79/144] Compiling ContainersPreview PermutableContainer.swift
[80/147] Compiling ContainersPreview Producer.swift
[81/147] Compiling ContainersPreview Borrow.swift
[82/147] Compiling ContainersPreview Box.swift
[83/147] Compiling ContainersPreview OutputSpan+Extras.swift
[84/147] Compiling ContainersPreview TemporaryAllocation.swift
[85/147] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[86/147] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[87/147] Compiling ContainersPreview BidirectionalContainer.swift
[88/147] Compiling ContainersPreview Container+Filter.swift
[89/147] Compiling ContainersPreview Container+SpanwiseZip.swift
[90/147] Compiling ContainersPreview Container.swift
[91/147] Compiling ContainersPreview Drain+Reduce.swift
[92/147] Compiling ContainersPreview Drain.swift
[93/147] Compiling ContainersPreview Producer+Collect.swift
[94/147] Compiling ContainersPreview RandomAccessContainer.swift
[95/147] Compiling ContainersPreview RangeExpression2.swift
[96/147] Compiling ContainersPreview RangeReplaceableContainer.swift
[97/147] Compiling ContainersPreview Drain+Map.swift
[98/147] Compiling ContainersPreview Producer+Filter.swift
[99/147] Compiling ContainersPreview Producer+Map.swift
[100/147] Compiling ContainersPreview Producer+Reduce.swift
[101/147] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[102/147] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[103/147] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[104/147] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[105/147] Emitting module ContainersPreview
[106/147] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[107/147] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[108/147] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[109/147] Compiling ContainersPreview BorrowingSequence.swift
[110/147] Compiling ContainersPreview Inout.swift
[111/147] Compiling ContainersPreview InputSpan.swift
[112/147] Compiling ContainersPreview Shared.swift
[128/175] Emitting module Atomics
[129/183] Emitting module _NIODataStructures
[130/183] Compiling _NIODataStructures Heap.swift
[131/187] Emitting module SystemPackage
[132/191] Compiling DequeModule UniqueDeque+Append.swift
[133/191] Compiling DequeModule UniqueDeque+Consumption.swift
[134/191] Compiling DequeModule UniqueDeque+Container.swift
[135/191] Compiling DequeModule UniqueDeque+Descriptions.swift
[136/195] Compiling DequeModule Deque+Descriptions.swift
[137/195] Compiling DequeModule Deque+Equatable.swift
[138/195] Compiling DequeModule RigidDeque+Consumption.swift
[139/195] Compiling DequeModule Deque+Codable.swift
[140/195] Compiling DequeModule Deque+Collection.swift
[141/195] Compiling DequeModule Deque+CustomReflectable.swift
[142/195] Compiling DequeModule UniqueDeque+Equatable.swift
[143/195] Compiling DequeModule UniqueDeque+Experimental.swift
[144/195] Compiling DequeModule UniqueDeque+Hashable.swift
[145/195] Compiling DequeModule UniqueDeque+Initializers.swift
[146/195] Compiling DequeModule RigidDeque+Hashable.swift
[147/195] Compiling DequeModule RigidDeque+Initializers.swift
[148/195] Compiling DequeModule RigidDeque+Insertions.swift
[149/195] Compiling DequeModule RigidDeque+Prepend.swift
[150/195] Compiling DequeModule UniqueDeque+Insertions.swift
[151/195] Compiling DequeModule UniqueDeque+Prepend.swift
[152/195] Compiling DequeModule UniqueDeque+Removals.swift
[153/195] Compiling DequeModule UniqueDeque+Replacements.swift
[154/195] Compiling DequeModule RigidDeque.swift
[155/195] Compiling DequeModule Deque._UnsafeHandle.swift
[156/195] Compiling DequeModule Deque.swift
[157/195] Compiling DequeModule _DequeBuffer.swift
[158/195] Compiling DequeModule _DequeBufferHeader.swift
[159/195] Compiling DequeModule RigidDeque+Append.swift
[164/195] Compiling DequeModule RigidDeque+Container.swift
[165/195] Compiling DequeModule RigidDeque+Descriptions.swift
[166/195] Compiling DequeModule RigidDeque+Equatable.swift
[167/195] Compiling DequeModule RigidDeque+Experimental.swift
[168/195] Compiling DequeModule RigidDeque+Removals.swift
[169/195] Compiling DequeModule RigidDeque+Replacements.swift
[170/195] Compiling DequeModule RigidDeque+Testing.swift
[172/195] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[173/195] Compiling DequeModule Deque+Extras.swift
[174/195] Compiling DequeModule Deque+Hashable.swift
[175/195] Compiling DequeModule Deque+Testing.swift
[176/195] Compiling DequeModule Deque._Storage.swift
[181/195] Compiling c-nioatomics.c
[187/195] Compiling c-atomics.c
[189/202] Emitting module DequeModule
[190/202] Compiling DequeModule UniqueDeque.swift
[191/202] Compiling DequeModule _DequeSlot.swift
[192/202] Compiling DequeModule _UnsafeDequeHandle.swift
[193/202] Compiling DequeModule _UnsafeDequeSegments.swift
[194/202] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[195/202] Compiling NIOConcurrencyHelpers lock.swift
[196/202] Compiling NIOConcurrencyHelpers NIOLock.swift
[197/202] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[198/202] Emitting module NIOConcurrencyHelpers
[199/202] Compiling NIOConcurrencyHelpers atomics.swift
[200/202] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[201/267] Emitting module SagaPathKit
[202/267] Compiling SagaPathKit SagaPathKit.swift
[203/288] Compiling Saga Item.swift
[204/288] Compiling Saga ItemWriteMode.swift
[205/288] Compiling Saga BuildReason.swift
[206/288] Compiling Saga FileIO.swift
[207/288] Compiling Saga FolderMonitor.swift
[208/288] Compiling NIOCore FileRegion.swift
[209/288] Compiling NIOCore GlobalSingletons.swift
[210/295] Compiling Saga Saga+Hashed.swift
[211/295] Compiling Saga Saga+Sitemap.swift
[212/295] Compiling Saga Saga+Utils.swift
[213/295] Compiling Saga Saga+I18n.swift
[214/295] Compiling Saga Saga+Pipeline.swift
[215/295] Compiling Saga Saga+AtomFeed.swift
[216/295] Compiling Saga Saga+Build.swift
[217/295] Compiling Saga I18NConfig.swift
[218/295] Compiling NIOCore ChannelHandler.swift
[219/295] Compiling NIOCore ChannelHandlers.swift
[220/295] Compiling NIOCore ChannelInvoker.swift
[221/295] Compiling NIOCore ChannelOption.swift
[222/295] Compiling NIOCore ChannelPipeline.swift
[223/295] Compiling NIOCore CircularBuffer.swift
[224/295] Compiling NIOCore Codec.swift
[225/295] Compiling Saga Reader.swift
[226/295] Compiling Saga RenderingContexts.swift
[227/295] Compiling Saga MetadataDecoder.swift
[228/295] Compiling Saga Path+Extensions.swift
[229/295] Compiling Saga Saga.swift
[230/295] Compiling Saga StepBuilder.swift
[231/295] Compiling Saga Saga+FetchCache.swift
[232/295] Compiling NIOCore SocketAddresses.swift
[233/295] Compiling NIOCore SocketOptionProvider.swift
[234/295] Compiling NIOCore SystemCallHelpers.swift
[235/295] Compiling NIOCore TimeAmount+Duration.swift
[236/295] Compiling NIOCore TypeAssistedChannelHandler.swift
[237/295] Compiling NIOCore UniversalBootstrapSupport.swift
[238/295] Compiling NIOCore Utilities.swift
[239/295] Compiling NIOCore MarkedCircularBuffer.swift
[240/295] Compiling NIOCore MulticastChannel.swift
[241/295] Compiling NIOCore NIOAny.swift
[242/295] Compiling NIOCore NIOCloseOnErrorHandler.swift
[243/295] Compiling NIOCore NIOCoreSendableMetatype.swift
[244/295] Compiling NIOCore NIODecodedAsyncSequence.swift
[245/295] Compiling NIOCore NIOLoopBound.swift
[246/295] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[247/295] Compiling NIOCore NIOScheduledCallback.swift
[248/295] Compiling NIOCore NIOSendable.swift
[249/295] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[250/295] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[251/295] Compiling NIOCore RecvByteBufferAllocator.swift
[252/295] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[253/295] Compiling NIOCore ByteBuffer-hex.swift
[254/295] Compiling NIOCore ByteBuffer-int.swift
[255/295] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[256/295] Compiling NIOCore ByteBuffer-multi-int.swift
[257/295] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[258/295] Compiling NIOCore ByteBuffer-views.swift
[259/295] Compiling NIOCore Channel.swift
[260/295] Compiling NIOCore IO.swift
[261/295] Compiling NIOCore IOData.swift
[262/295] Compiling NIOCore IPProtocol.swift
[263/295] Compiling NIOCore IntegerBitPacking.swift
[264/295] Compiling NIOCore IntegerTypes.swift
[265/295] Compiling NIOCore Interfaces.swift
[266/295] Compiling NIOCore Linux.swift
[267/295] Compiling NIOCore ConvenienceOptionSupport.swift
[268/295] Compiling NIOCore DeadChannel.swift
[269/295] Compiling NIOCore DispatchQueue+WithFuture.swift
[270/295] Compiling NIOCore EventLoop+Deprecated.swift
[271/295] Compiling NIOCore EventLoop+SerialExecutor.swift
[272/295] Compiling NIOCore EventLoop.swift
[273/295] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[274/295] Emitting module NIOCore
[275/351] Emitting module Saga
[276/353] Compiling NIOPosix IntegerTypes.swift
[277/353] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[278/353] Compiling NIOPosix System.swift
[279/353] Compiling NIOPosix FileDescriptor.swift
[280/353] Compiling NIOPosix GetaddrinfoResolver.swift
[281/353] Compiling NIOPosix HappyEyeballs.swift
[282/353] Compiling NIOPosix IO.swift
[283/353] Compiling NIOPosix IntegerBitPacking.swift
[284/353] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[285/353] Emitting module NIOEmbedded
[286/353] Compiling NIOEmbedded Embedded.swift
[287/353] Compiling NIOEmbedded AsyncTestingChannel.swift
[288/353] Compiling NIOPosix Selectable.swift
[289/353] Compiling NIOPosix SelectableChannel.swift
[290/353] Compiling Saga String+Slugify.swift
[291/353] Compiling Saga Writer.swift
[292/353] Compiling NIOPosix Linux.swift
[293/353] Compiling NIOPosix LinuxCPUSet.swift
[294/353] Compiling NIOPosix LinuxUring.swift
[295/353] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[296/353] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[297/353] Compiling NIOPosix PosixSingletons.swift
[298/353] Compiling NIOPosix NIOPosixSendableMetatype.swift
[299/353] Compiling NIOPosix NIOThreadPool.swift
[300/353] Compiling NIOPosix RawSocketBootstrap.swift
[301/353] Compiling NIOPosix Resolver.swift
[314/358] Compiling NIOPosix Utilities.swift
[315/358] Compiling NIOPosix VsockAddress.swift
[316/358] Compiling NIOPosix VsockChannelEvents.swift
[317/358] Compiling NIOPosix Windows.swift
[318/358] Compiling NIOPosix resource_bundle_accessor.swift
[325/358] Emitting module NIOPosix
[326/358] Compiling NIOPosix SelectableEventLoop.swift
[327/358] Compiling NIOPosix SelectorEpoll.swift
[328/358] Compiling NIOPosix SelectorGeneric.swift
[329/358] Compiling NIOPosix SelectorKqueue.swift
[330/358] Compiling NIOPosix SelectorUring.swift
[331/358] Compiling NIOPosix NonBlockingFileIO.swift
[332/358] Compiling NIOPosix PendingDatagramWritesManager.swift
[333/358] Compiling NIOPosix PendingWritesManager.swift
[334/358] Compiling NIOPosix PipeChannel.swift
[335/358] Compiling NIOPosix PipePair.swift
[336/358] Compiling NIOPosix Pool.swift
[337/358] Compiling NIOPosix SelectorWSAPoll.swift
[338/358] Compiling NIOPosix ServerSocket.swift
[339/358] Compiling NIOPosix Socket.swift
[340/358] Compiling NIOPosix SocketChannel.swift
[341/358] Compiling NIOPosix SocketProtocols.swift
[342/358] Compiling NIOPosix BSDSocketAPICommon.swift
[343/358] Compiling NIOPosix BSDSocketAPIPosix.swift
[344/358] Compiling NIOPosix BSDSocketAPIWindows.swift
[345/358] Compiling NIOPosix BaseSocket.swift
[346/358] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[347/358] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[352/358] Compiling NIOPosix ThreadWindows.swift
[353/358] Compiling NIOPosix BaseSocketChannel.swift
[354/358] Compiling NIOPosix BaseStreamSocketChannel.swift
[355/358] Compiling NIOPosix Bootstrap.swift
[356/358] Compiling NIOPosix ControlMessage.swift
[357/358] Compiling NIOPosix DatagramVectorReadManager.swift
[358/358] Compiling NIOPosix Errors+Any.swift
[359/397] Compiling NIO Exports.swift
[360/397] Emitting module NIO
[361/402] Emitting module _NIOFileSystem
[362/406] Compiling _NIOFileSystem Array+FileSystem.swift
[363/406] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[364/406] Compiling _NIOFileSystem BufferedReader.swift
[365/406] Compiling _NIOFileSystem BufferedWriter.swift
[366/406] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[367/406] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[368/406] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[369/406] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[370/406] Compiling _NIOFileSystem ByteCount.swift
[371/406] Compiling _NIOFileSystem Convenience.swift
[372/406] Compiling _NIOFileSystem DirectoryEntries.swift
[373/406] Compiling _NIOFileSystem FileSystemError.swift
[374/406] Compiling _NIOFileSystem FileSystemProtocol.swift
[375/406] Compiling _NIOFileSystem FileType.swift
[376/406] Compiling _NIOFileSystem IOStrategy.swift
[377/406] Compiling _NIOFileSystem Errno.swift
[378/406] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[379/406] Compiling _NIOFileSystem Mocking.swift
[380/406] Compiling _NIOFileSystem Syscall.swift
[381/406] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[382/406] Compiling _NIOFileSystem OpenOptions.swift
[383/406] Compiling _NIOFileSystem String+FileSystem.swift
[384/406] Compiling _NIOFileSystem resource_bundle_accessor.swift
[385/406] Emitting module NIOFoundationCompat
[386/406] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[387/406] Compiling _NIOFileSystem Syscalls.swift
[388/406] Compiling _NIOFileSystem SystemFileHandle.swift
[389/406] Compiling _NIOFileSystem Utilities.swift
[390/406] Compiling _NIOFileSystem NIOFilePath.swift
[391/406] Compiling _NIOFileSystem DirectoryEntry.swift
[392/406] Compiling _NIOFileSystem Exports.swift
[393/406] Compiling _NIOFileSystem FileChunks.swift
[394/406] Compiling _NIOFileSystem FileHandle.swift
[395/406] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[396/406] Compiling _NIOFileSystem BufferedStream.swift
[397/406] Compiling _NIOFileSystem Cancellation.swift
[398/406] Compiling _NIOFileSystem TokenBucket.swift
[399/406] Compiling _NIOFileSystem FileHandleProtocol.swift
[400/406] Compiling _NIOFileSystem FileInfo.swift
[401/406] Compiling _NIOFileSystem FileSystem.swift
[402/406] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[403/406] Compiling _NIOFileSystem ParallelDirCopy.swift
[404/406] Compiling _NIOFileSystem ParallelRemoval.swift
[405/406] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[406/406] Compiling _NIOFileSystem CInterop.swift
[407/408] Emitting module NIOFileSystem
[408/408] Compiling NIOFileSystem Exports.swift
[409/433] Compiling LeafKit LeafDataRepresentable.swift
[410/433] Compiling LeafKit LeafDataStorage.swift
[411/433] Compiling LeafKit LeafError.swift
[412/435] Compiling LeafKit Character+Identities.swift
[413/435] Compiling LeafKit LeafAST.swift
[414/435] Compiling LeafKit DefaultLeafCache.swift
[415/435] Emitting module LeafKit
[416/435] Compiling LeafKit LeafRenderer.swift
[417/435] Compiling LeafKit Dictionary+LeafData.swift
[418/435] Compiling LeafKit LeafContext.swift
[419/435] Compiling LeafKit LeafCache.swift
[420/435] Compiling LeafKit LeafConfiguration.swift
[421/435] Compiling LeafKit LeafData.swift
[422/435] Compiling LeafKit LeafSource.swift
[423/435] Compiling LeafKit LeafSources.swift
[424/435] Compiling LeafKit LeafToken.swift
[425/435] Compiling LeafKit LeafParameter.swift
[426/435] Compiling LeafKit LeafParser.swift
[427/435] Compiling LeafKit LeafTag.swift
[428/435] Compiling LeafKit String+HTMLEscape.swift
[429/435] Compiling LeafKit LeafSerializer.swift
[430/435] Compiling LeafKit ParameterResolver.swift
[431/435] Compiling LeafKit NIOLeafFiles.swift
[432/435] Compiling LeafKit LeafSyntax.swift
[433/435] Compiling LeafKit LeafLexer.swift
[434/435] Compiling LeafKit LeafParameterTypes.swift
[435/435] Compiling LeafKit LeafRawTemplate.swift
[436/437] Compiling SagaLeafRenderer SagaLeafRenderer.swift
[437/437] Emitting module SagaLeafRenderer
Build complete! (41.11s)
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/vapor/leaf-kit
[1/4728] Fetching saga
[96/9758] Fetching saga, leaf-kit
Fetched https://github.com/loopwerk/Saga.git from cache (1.08s)
Fetched https://github.com/vapor/leaf-kit from cache (1.08s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 3.3.1 (1.62s)
Fetching https://github.com/loopwerk/SagaPathKit
Fetching https://github.com/apple/swift-crypto from cache
[1/829] Fetching sagapathkit
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.81s)
Fetched https://github.com/apple/swift-crypto from cache (1.37s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (1.90s)
Computing version for https://github.com/vapor/leaf-kit
Computed https://github.com/vapor/leaf-kit at 1.14.2 (0.49s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (2.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (3.11s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.39s)
Fetched https://github.com/apple/swift-system.git from cache (1.42s)
Fetched https://github.com/apple/swift-collections.git from cache (1.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (3.47s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.76s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.21s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/leaf-kit
Working copy of https://github.com/vapor/leaf-kit resolved at 1.14.2
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 3.3.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Build complete.
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "leaf-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf-kit"
}
],
"manifest_display_name" : "SagaLeafRenderer",
"name" : "SagaLeafRenderer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SagaLeafRenderer",
"targets" : [
"SagaLeafRenderer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaLeafRenderer",
"module_type" : "SwiftTarget",
"name" : "SagaLeafRenderer",
"path" : "Sources/SagaLeafRenderer",
"product_dependencies" : [
"Saga",
"LeafKit"
],
"product_memberships" : [
"SagaLeafRenderer"
],
"sources" : [
"SagaLeafRenderer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.