Build Information
Successful build of leaf-kit, reference main (0d3ba2), with Swift 6.1 for macOS (SPM) on 21 Nov 2025 20:17:09 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/leaf-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/leaf-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0d3ba21 Bump actions/checkout from 5 to 6 in the dependencies group (#144)
Cloned https://github.com/vapor/leaf-kit.git
Revision (git rev-parse @):
0d3ba21326464f62abbf7542ed44a7abc1bbbf96
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/leaf-kit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/leaf-kit.git
https://github.com/vapor/leaf-kit.git
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "leaf-kit",
"name" : "leaf-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LeafKit",
"targets" : [
"LeafKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafKitTests",
"module_type" : "SwiftTarget",
"name" : "LeafKitTests",
"path" : "Tests/LeafKitTests",
"sources" : [
"GHTests/VaporLeaf.swift",
"GHTests/VaporLeafKit.swift",
"HTMLEscapeTests.swift",
"LeafErrorTests.swift",
"LeafKitTests.swift",
"LeafSerializerTests.swift",
"LeafTests.swift",
"TagTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"LeafKit"
],
"type" : "test"
},
{
"c99name" : "LeafKit",
"module_type" : "SwiftTarget",
"name" : "LeafKit",
"path" : "Sources/LeafKit",
"product_dependencies" : [
"NIO",
"_NIOFileSystem",
"NIOFoundationCompat"
],
"product_memberships" : [
"LeafKit"
],
"sources" : [
"Character+Identities.swift",
"LeafAST.swift",
"LeafCache/DefaultLeafCache.swift",
"LeafCache/LeafCache.swift",
"LeafConfiguration.swift",
"LeafData/LeafData.swift",
"LeafData/LeafDataRepresentable.swift",
"LeafData/LeafDataStorage.swift",
"LeafError.swift",
"LeafLexer/LeafLexer.swift",
"LeafLexer/LeafParameterTypes.swift",
"LeafLexer/LeafRawTemplate.swift",
"LeafLexer/LeafToken.swift",
"LeafParser/LeafParameter.swift",
"LeafParser/LeafParser.swift",
"LeafRenderer.swift",
"LeafSerialize/Dictionary+LeafData.swift",
"LeafSerialize/LeafContext.swift",
"LeafSerialize/LeafSerializer.swift",
"LeafSerialize/ParameterResolver.swift",
"LeafSource/LeafSource.swift",
"LeafSource/LeafSources.swift",
"LeafSource/NIOLeafFiles.swift",
"LeafSyntax/LeafSyntax.swift",
"LeafSyntax/LeafTag.swift",
"String+HTMLEscape.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/29] Write sources
[6/29] Copying PrivacyInfo.xcprivacy
[6/29] Write sources
[12/29] Copying PrivacyInfo.xcprivacy
[14/29] Write sources
[16/29] Compiling CNIOWindows WSAStartup.c
[16/29] Compiling CNIOWindows shim.c
[16/29] Compiling CSystem shims.c
[19/29] Write sources
[20/29] Write swift-version-2F0A5646E1D333AE.txt
[21/50] Compiling CNIOWASI CNIOWASI.c
[22/50] Compiling CNIOLinux liburing_shims.c
[22/50] Compiling CNIOLinux shim.c
[24/50] Compiling _AtomicsShims.c
[25/50] Compiling CNIOPosix event_loop_id.c
[26/99] Compiling CNIODarwin shim.c
[28/99] Compiling Atomics AtomicReference.swift
[29/99] Compiling Atomics AtomicStorage.swift
[30/99] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[31/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[32/99] Compiling Atomics IntegerOperations.swift
[33/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/100] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/100] Compiling Atomics PointerConformances.swift
[36/100] Compiling Atomics Primitives.native.swift
[37/100] Compiling Atomics AtomicValue.swift
[38/100] Compiling Atomics AtomicMemoryOrderings.swift
[39/100] Compiling Atomics DoubleWord.swift
[40/100] Compiling Atomics ManagedAtomic.swift
[41/100] Compiling Atomics OptionalRawRepresentable.swift
[42/100] Compiling Atomics RawRepresentable.swift
[43/100] Emitting module InternalCollectionsUtilities
[44/100] Compiling Atomics AtomicBool.swift
[45/100] Compiling Atomics IntegerConformances.swift
[46/100] Compiling _NIOBase64 Base64.swift
[47/100] Emitting module _NIOBase64
[48/100] Compiling Atomics ManagedAtomicLazyReference.swift
[49/100] Compiling Atomics UnsafeAtomic.swift
[50/100] Compiling Atomics AtomicInteger.swift
[51/100] Compiling Atomics AtomicOptionalWrappable.swift
[58/117] Compiling Atomics Unmanaged extensions.swift
[59/117] Compiling DequeModule _DequeSlot.swift
[60/117] Compiling DequeModule _DequeBufferHeader.swift
[61/118] Compiling DequeModule Deque._UnsafeHandle.swift
[62/118] Compiling DequeModule Deque.swift
[63/118] Compiling DequeModule Deque+CustomReflectable.swift
[64/118] Compiling DequeModule Deque+Descriptions.swift
[65/118] Compiling DequeModule Deque+Testing.swift
[66/118] Compiling DequeModule Deque._Storage.swift
[67/118] Compiling DequeModule Deque+Codable.swift
[68/118] Compiling DequeModule Deque+Collection.swift
[69/118] Compiling DequeModule _DequeBuffer.swift
[70/118] Compiling _NIODataStructures PriorityQueue.swift
[71/118] Compiling _NIODataStructures _TinyArray.swift
[72/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/118] Compiling SystemPackage FilePathTempPosix.swift
[74/118] Compiling SystemPackage FilePathTempWindows.swift
[75/118] Compiling SystemPackage FilePathWindows.swift
[78/121] Compiling DequeModule Deque+Extras.swift
[79/121] Compiling DequeModule Deque+Hashable.swift
[84/121] Compiling DequeModule Deque+Equatable.swift
[85/121] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/121] Emitting module Atomics
[96/121] Emitting module _NIODataStructures
[97/121] Compiling _NIODataStructures Heap.swift
[100/121] Emitting module SystemPackage
[101/121] Compiling SystemPackage RawBuffer.swift
[102/121] Compiling SystemPackage Syscalls.swift
[103/121] Compiling SystemPackage WindowsSyscallAdapters.swift
[104/121] Compiling SystemPackage MachPort.swift
[105/121] Compiling SystemPackage PlatformString.swift
[106/121] Compiling SystemPackage SystemString.swift
[107/121] Emitting module DequeModule
[117/121] Compiling SystemPackage Util+StringArray.swift
[118/121] Compiling SystemPackage Util.swift
[119/121] Compiling SystemPackage UtilConsumers.swift
[119/121] Compiling c-nioatomics.c
[120/121] Compiling c-atomics.c
[122/127] Compiling NIOConcurrencyHelpers lock.swift
[123/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[124/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[125/127] Emitting module NIOConcurrencyHelpers
[126/127] Compiling NIOConcurrencyHelpers atomics.swift
[127/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[128/191] Compiling NIOCore NIOLoopBound.swift
[129/191] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[130/191] Compiling NIOCore NIOScheduledCallback.swift
[131/191] Compiling NIOCore NIOSendable.swift
[132/191] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[133/191] Compiling NIOCore RecvByteBufferAllocator.swift
[134/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/198] Compiling NIOCore AddressedEnvelope.swift
[136/198] Compiling NIOCore AsyncAwaitSupport.swift
[137/198] Compiling NIOCore AsyncChannel.swift
[138/198] Compiling NIOCore AsyncChannelHandler.swift
[139/198] Compiling NIOCore AsyncChannelInboundStream.swift
[140/198] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/198] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/198] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[143/198] Compiling NIOCore EventLoopFuture+Deprecated.swift
[144/198] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[145/198] Compiling NIOCore EventLoopFuture.swift
[146/198] Compiling NIOCore FileDescriptor.swift
[147/198] Compiling NIOCore FileHandle.swift
[148/198] Compiling NIOCore FileRegion.swift
[149/198] Compiling NIOCore Codec.swift
[150/198] Compiling NIOCore ConvenienceOptionSupport.swift
[151/198] Compiling NIOCore DeadChannel.swift
[152/198] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/198] Compiling NIOCore EventLoop+Deprecated.swift
[154/198] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/198] Compiling NIOCore EventLoop.swift
[156/198] Compiling NIOCore SocketAddresses.swift
[157/198] Compiling NIOCore SocketOptionProvider.swift
[158/198] Compiling NIOCore SystemCallHelpers.swift
[159/198] Compiling NIOCore TimeAmount+Duration.swift
[160/198] Compiling NIOCore TypeAssistedChannelHandler.swift
[161/198] Compiling NIOCore UniversalBootstrapSupport.swift
[162/198] Compiling NIOCore Utilities.swift
[163/198] Compiling NIOCore Channel.swift
[164/198] Compiling NIOCore ChannelHandler.swift
[165/198] Compiling NIOCore ChannelHandlers.swift
[166/198] Compiling NIOCore ChannelInvoker.swift
[167/198] Compiling NIOCore ChannelOption.swift
[168/198] Compiling NIOCore ChannelPipeline.swift
[169/198] Compiling NIOCore CircularBuffer.swift
[170/198] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[171/198] Compiling NIOCore NIOAsyncWriter.swift
[172/198] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[173/198] Compiling NIOCore BSDSocketAPI.swift
[174/198] Compiling NIOCore ByteBuffer-aux.swift
[175/198] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[176/198] Compiling NIOCore ByteBuffer-conversions.swift
[177/198] Compiling NIOCore GlobalSingletons.swift
[178/198] Compiling NIOCore IO.swift
[179/198] Compiling NIOCore IOData.swift
[180/198] Compiling NIOCore IPProtocol.swift
[181/198] Compiling NIOCore IntegerBitPacking.swift
[182/198] Compiling NIOCore IntegerTypes.swift
[183/198] Compiling NIOCore Interfaces.swift
[184/198] Compiling NIOCore Linux.swift
[185/198] Compiling NIOCore MarkedCircularBuffer.swift
[186/198] Compiling NIOCore MulticastChannel.swift
[187/198] Compiling NIOCore NIOAny.swift
[188/198] Compiling NIOCore NIOCloseOnErrorHandler.swift
[189/198] Compiling NIOCore NIOCoreSendableMetatype.swift
[190/198] Compiling NIOCore NIODecodedAsyncSequence.swift
[191/198] Compiling NIOCore ByteBuffer-core.swift
[192/198] Compiling NIOCore ByteBuffer-hex.swift
[193/198] Compiling NIOCore ByteBuffer-int.swift
[194/198] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[195/198] Compiling NIOCore ByteBuffer-multi-int.swift
[196/198] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[197/198] Compiling NIOCore ByteBuffer-views.swift
[198/198] Emitting module NIOCore
[199/254] Compiling NIOEmbedded AsyncTestingChannel.swift
[200/254] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[201/254] Compiling NIOEmbedded Embedded.swift
[202/254] Emitting module NIOEmbedded
[203/254] Compiling NIOPosix GetaddrinfoResolver.swift
[204/254] Compiling NIOPosix HappyEyeballs.swift
[205/254] Compiling NIOPosix IO.swift
[206/254] Compiling NIOPosix IntegerBitPacking.swift
[207/254] Compiling NIOPosix IntegerTypes.swift
[208/254] Compiling NIOPosix Linux.swift
[209/259] Emitting module NIOPosix
[210/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[211/259] Compiling NIOPosix PendingWritesManager.swift
[212/259] Compiling NIOPosix PipeChannel.swift
[213/259] Compiling NIOPosix PipePair.swift
[214/259] Compiling NIOPosix Pool.swift
[215/259] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[216/259] Compiling NIOPosix BSDSocketAPICommon.swift
[217/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[218/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[219/259] Compiling NIOPosix BaseSocket.swift
[220/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[221/259] Compiling NIOPosix BaseSocketChannel.swift
[222/259] Compiling NIOPosix System.swift
[223/259] Compiling NIOPosix Thread.swift
[224/259] Compiling NIOPosix ThreadPosix.swift
[225/259] Compiling NIOPosix ThreadWindows.swift
[226/259] Compiling NIOPosix UnsafeTransfer.swift
[227/259] Compiling NIOPosix LinuxCPUSet.swift
[228/259] Compiling NIOPosix LinuxUring.swift
[229/259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[230/259] Compiling NIOPosix NIOPosixSendableMetatype.swift
[231/259] Compiling NIOPosix NIOThreadPool.swift
[232/259] Compiling NIOPosix NonBlockingFileIO.swift
[233/259] Compiling NIOPosix SelectorEpoll.swift
[234/259] Compiling NIOPosix SelectorGeneric.swift
[235/259] Compiling NIOPosix SelectorKqueue.swift
[236/259] Compiling NIOPosix SelectorUring.swift
[237/259] Compiling NIOPosix SelectorWSAPoll.swift
[238/259] Compiling NIOPosix ServerSocket.swift
[239/259] Compiling NIOPosix Socket.swift
[240/259] Compiling NIOPosix SocketChannel.swift
[241/259] Compiling NIOPosix SocketProtocols.swift
[242/259] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[243/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[244/259] Compiling NIOPosix Bootstrap.swift
[245/259] Compiling NIOPosix ControlMessage.swift
[246/259] Compiling NIOPosix DatagramVectorReadManager.swift
[247/259] Compiling NIOPosix Errors+Any.swift
[248/259] Compiling NIOPosix FileDescriptor.swift
[249/259] Compiling NIOPosix PosixSingletons.swift
[250/259] Compiling NIOPosix RawSocketBootstrap.swift
[251/259] Compiling NIOPosix Resolver.swift
[252/259] Compiling NIOPosix Selectable.swift
[253/259] Compiling NIOPosix SelectableChannel.swift
[254/259] Compiling NIOPosix SelectableEventLoop.swift
[255/259] Compiling NIOPosix Utilities.swift
[256/259] Compiling NIOPosix VsockAddress.swift
[257/259] Compiling NIOPosix VsockChannelEvents.swift
[258/259] Compiling NIOPosix Windows.swift
[259/259] Compiling NIOPosix resource_bundle_accessor.swift
[260/299] Emitting module NIO
[261/299] Compiling NIO Exports.swift
[262/304] Emitting module _NIOFileSystem
[263/308] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[264/308] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[265/308] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[266/308] Compiling _NIOFileSystem Array+FileSystem.swift
[267/308] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[268/308] Compiling _NIOFileSystem BufferedReader.swift
[269/308] Compiling _NIOFileSystem BufferedWriter.swift
[270/308] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[271/308] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[272/308] Compiling _NIOFileSystem OpenOptions.swift
[273/308] Compiling _NIOFileSystem String+FileSystem.swift
[274/308] Compiling _NIOFileSystem resource_bundle_accessor.swift
[275/308] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[276/308] Emitting module NIOFoundationCompat
[277/308] Compiling _NIOFileSystem BufferedStream.swift
[278/308] Compiling _NIOFileSystem Cancellation.swift
[279/308] Compiling _NIOFileSystem TokenBucket.swift
[280/308] Compiling _NIOFileSystem UnsafeTransfer.swift
[281/308] Compiling _NIOFileSystem ByteCount.swift
[282/308] Compiling _NIOFileSystem Convenience.swift
[283/308] Compiling _NIOFileSystem DirectoryEntries.swift
[284/308] Compiling _NIOFileSystem DirectoryEntry.swift
[285/308] Compiling _NIOFileSystem Exports.swift
[286/308] Compiling _NIOFileSystem FileChunks.swift
[287/308] Compiling _NIOFileSystem FileHandle.swift
[288/308] Compiling _NIOFileSystem FileHandleProtocol.swift
[289/308] Compiling _NIOFileSystem Errno.swift
[290/308] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[291/308] Compiling _NIOFileSystem Mocking.swift
[292/308] Compiling _NIOFileSystem Syscall.swift
[293/308] Compiling _NIOFileSystem ParallelDirCopy.swift
[294/308] Compiling _NIOFileSystem ParallelRemoval.swift
[295/308] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[296/308] Compiling _NIOFileSystem CInterop.swift
[297/308] Compiling _NIOFileSystem Syscalls.swift
[298/308] Compiling _NIOFileSystem SystemFileHandle.swift
[299/308] Compiling _NIOFileSystem Utilities.swift
[300/308] Compiling _NIOFileSystem NIOFilePath.swift
[301/308] Compiling _NIOFileSystem FileInfo.swift
[302/308] Compiling _NIOFileSystem FileSystem.swift
[303/308] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[304/308] Compiling _NIOFileSystem FileSystemError.swift
[305/308] Compiling _NIOFileSystem FileSystemProtocol.swift
[306/308] Compiling _NIOFileSystem FileType.swift
[307/308] Compiling _NIOFileSystem IOStrategy.swift
[308/308] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[309/310] Emitting module NIOFileSystem
[310/310] Compiling NIOFileSystem Exports.swift
[311/335] Emitting module LeafKit
[312/337] Compiling LeafKit LeafDataRepresentable.swift
[313/337] Compiling LeafKit LeafDataStorage.swift
[314/337] Compiling LeafKit LeafError.swift
[315/337] Compiling LeafKit LeafTag.swift
[316/337] Compiling LeafKit String+HTMLEscape.swift
[317/337] Compiling LeafKit Character+Identities.swift
[318/337] Compiling LeafKit LeafAST.swift
[319/337] Compiling LeafKit DefaultLeafCache.swift
[320/337] Compiling LeafKit LeafLexer.swift
[321/337] Compiling LeafKit LeafParameterTypes.swift
[322/337] Compiling LeafKit LeafRawTemplate.swift
[323/337] Compiling LeafKit LeafToken.swift
[324/337] Compiling LeafKit LeafParameter.swift
[325/337] Compiling LeafKit LeafParser.swift
[326/337] Compiling LeafKit LeafSerializer.swift
[327/337] Compiling LeafKit ParameterResolver.swift
[328/337] Compiling LeafKit NIOLeafFiles.swift
[329/337] Compiling LeafKit LeafSyntax.swift
[330/337] Compiling LeafKit LeafRenderer.swift
[331/337] Compiling LeafKit Dictionary+LeafData.swift
[332/337] Compiling LeafKit LeafContext.swift
[333/337] Compiling LeafKit LeafSource.swift
[334/337] Compiling LeafKit LeafSources.swift
[335/337] Compiling LeafKit LeafCache.swift
[336/337] Compiling LeafKit LeafConfiguration.swift
[337/337] Compiling LeafKit LeafData.swift
Build complete! (23.10s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (2.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (2.92s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.22s)
Fetched https://github.com/apple/swift-system.git from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "leaf-kit",
"name" : "leaf-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LeafKit",
"targets" : [
"LeafKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LeafKitTests",
"module_type" : "SwiftTarget",
"name" : "LeafKitTests",
"path" : "Tests/LeafKitTests",
"sources" : [
"GHTests/VaporLeaf.swift",
"GHTests/VaporLeafKit.swift",
"HTMLEscapeTests.swift",
"LeafErrorTests.swift",
"LeafKitTests.swift",
"LeafSerializerTests.swift",
"LeafTests.swift",
"TagTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"LeafKit"
],
"type" : "test"
},
{
"c99name" : "LeafKit",
"module_type" : "SwiftTarget",
"name" : "LeafKit",
"path" : "Sources/LeafKit",
"product_dependencies" : [
"NIO",
"_NIOFileSystem",
"NIOFoundationCompat"
],
"product_memberships" : [
"LeafKit"
],
"sources" : [
"Character+Identities.swift",
"LeafAST.swift",
"LeafCache/DefaultLeafCache.swift",
"LeafCache/LeafCache.swift",
"LeafConfiguration.swift",
"LeafData/LeafData.swift",
"LeafData/LeafDataRepresentable.swift",
"LeafData/LeafDataStorage.swift",
"LeafError.swift",
"LeafLexer/LeafLexer.swift",
"LeafLexer/LeafParameterTypes.swift",
"LeafLexer/LeafRawTemplate.swift",
"LeafLexer/LeafToken.swift",
"LeafParser/LeafParameter.swift",
"LeafParser/LeafParser.swift",
"LeafRenderer.swift",
"LeafSerialize/Dictionary+LeafData.swift",
"LeafSerialize/LeafContext.swift",
"LeafSerialize/LeafSerializer.swift",
"LeafSerialize/ParameterResolver.swift",
"LeafSource/LeafSource.swift",
"LeafSource/LeafSources.swift",
"LeafSource/NIOLeafFiles.swift",
"LeafSyntax/LeafSyntax.swift",
"LeafSyntax/LeafTag.swift",
"String+HTMLEscape.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.