Build Information
Successful build of swift-nio-oblivious-http, reference main (c45e16), with Swift 6.1 for macOS (SPM) on 21 Nov 2025 18:26:18 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/apple/swift-nio-oblivious-http.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-nio-oblivious-http
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c45e16d Support the 4xx range of Crypto releases (#47)
Cloned https://github.com/apple/swift-nio-oblivious-http.git
Revision (git rev-parse @):
c45e16daf635bba8962cf3eecf3abb939d976abc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-oblivious-http.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-nio-oblivious-http.git
https://github.com/apple/swift-nio-oblivious-http.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"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "swift-nio-oblivious-http",
"name" : "swift-nio-oblivious-http",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14"
},
{
"name" : "ios",
"version" : "17"
},
{
"name" : "tvos",
"version" : "17"
},
{
"name" : "watchos",
"version" : "10"
}
],
"products" : [
{
"name" : "ObliviousHTTP",
"targets" : [
"ObliviousHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObliviousX",
"targets" : [
"ObliviousX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObliviousDoH",
"targets" : [
"ObliviousDoH"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ObliviousXTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousXTests",
"path" : "Tests/ObliviousXTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousXTests.swift"
],
"target_dependencies" : [
"ObliviousX"
],
"type" : "test"
},
{
"c99name" : "ObliviousXHelpers",
"module_type" : "SwiftTarget",
"name" : "ObliviousXHelpers",
"path" : "Sources/ObliviousXHelpers",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX",
"ObliviousDoH"
],
"sources" : [
"Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "ObliviousX",
"module_type" : "SwiftTarget",
"name" : "ObliviousX",
"path" : "Sources/ObliviousX",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX"
],
"sources" : [
"Errors.swift",
"OHTTPEncapsulation.swift"
],
"target_dependencies" : [
"ObliviousXHelpers"
],
"type" : "library"
},
{
"c99name" : "ObliviousHTTPTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousHTTPTests",
"path" : "Tests/ObliviousHTTPTests",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"sources" : [
"BHTTPParserTests.swift",
"BHTTPSerializerTests.swift"
],
"target_dependencies" : [
"ObliviousHTTP"
],
"type" : "test"
},
{
"c99name" : "ObliviousHTTP",
"module_type" : "SwiftTarget",
"name" : "ObliviousHTTP",
"path" : "Sources/ObliviousHTTP",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"ObliviousHTTP"
],
"sources" : [
"BHTTPParser.swift",
"BHTTPSerializer.swift",
"Errors.swift",
"ObliviousHTTPHandler.swift",
"Varint.swift"
],
"type" : "library"
},
{
"c99name" : "ObliviousDoHTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousDoHTests",
"path" : "Tests/ObliviousDoHTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousDoHTests.swift"
],
"target_dependencies" : [
"ObliviousDoH"
],
"type" : "test"
},
{
"c99name" : "ObliviousDoH",
"module_type" : "SwiftTarget",
"name" : "ObliviousDoH",
"path" : "Sources/ObliviousDoH",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousDoH"
],
"sources" : [
"Errors.swift",
"ODoHRoutine.swift"
],
"target_dependencies" : [
"ObliviousXHelpers"
],
"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/32] Write sources
[5/32] Copying PrivacyInfo.xcprivacy
[5/32] Write sources
[13/32] Copying PrivacyInfo.xcprivacy
[13/32] Write sources
[17/32] Compiling CNIOWindows WSAStartup.c
[17/32] Compiling CNIOWindows shim.c
[19/32] Compiling CNIOWASI CNIOWASI.c
[20/32] Compiling CNIOLinux shim.c
[21/32] Compiling CNIOLinux liburing_shims.c
[22/32] Write sources
[23/32] Write swift-version-2F0A5646E1D333AE.txt
[24/32] Compiling _AtomicsShims.c
[25/32] Compiling CNIOPosix event_loop_id.c
[26/38] Compiling CNIOLLHTTP c_nio_http.c
[27/141] Compiling CNIOLLHTTP c_nio_api.c
[28/160] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/160] Compiling CNIODarwin shim.c
[31/160] Compiling Atomics AtomicValue.swift
[32/160] Compiling Atomics AtomicMemoryOrderings.swift
[33/160] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/160] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/161] Compiling _NIOBase64 Base64.swift
[36/161] Emitting module _NIOBase64
[37/161] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[38/161] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/161] Compiling Atomics IntegerOperations.swift
[40/161] Compiling Atomics ManagedAtomicLazyReference.swift
[41/161] Compiling Atomics UnsafeAtomic.swift
[42/161] Compiling Atomics DoubleWord.swift
[43/161] Compiling Atomics ManagedAtomic.swift
[46/162] Compiling Atomics OptionalRawRepresentable.swift
[47/162] Compiling Atomics RawRepresentable.swift
[48/162] Compiling Atomics AtomicInteger.swift
[49/162] Compiling Atomics AtomicOptionalWrappable.swift
[50/162] Compiling Atomics AtomicBool.swift
[51/162] Compiling Atomics IntegerConformances.swift
[56/162] Emitting module InternalCollectionsUtilities
[61/162] Compiling Atomics AtomicReference.swift
[62/162] Compiling Atomics AtomicStorage.swift
[63/162] Compiling Atomics Unmanaged extensions.swift
[64/178] Compiling DequeModule _DequeSlot.swift
[65/179] Compiling DequeModule Deque+Testing.swift
[66/179] Compiling DequeModule Deque._Storage.swift
[67/179] Compiling DequeModule Deque+Equatable.swift
[68/179] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[69/179] Compiling Atomics PointerConformances.swift
[70/179] Compiling Atomics Primitives.native.swift
[71/179] Compiling _NIODataStructures Heap.swift
[72/179] Emitting module _NIODataStructures
[73/179] Compiling _NIODataStructures PriorityQueue.swift
[74/179] Compiling _NIODataStructures _TinyArray.swift
[75/179] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/179] Emitting module Atomics
[77/179] Compiling DequeModule _DequeBufferHeader.swift
[78/179] Compiling DequeModule Deque+Extras.swift
[79/179] Compiling DequeModule Deque+Hashable.swift
[80/179] Compiling DequeModule _DequeBuffer.swift
[81/179] Compiling DequeModule Deque._UnsafeHandle.swift
[82/179] Compiling DequeModule Deque.swift
[85/179] Compiling DequeModule Deque+CustomReflectable.swift
[86/179] Compiling DequeModule Deque+Descriptions.swift
[87/179] Emitting module DequeModule
[88/179] Compiling DequeModule Deque+Codable.swift
[89/179] Compiling DequeModule Deque+Collection.swift
[91/179] Compiling c-nioatomics.c
[92/179] Compiling c-atomics.c
[94/185] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/185] Compiling NIOConcurrencyHelpers lock.swift
[96/185] Emitting module NIOConcurrencyHelpers
[97/185] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/185] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[99/185] Compiling NIOConcurrencyHelpers atomics.swift
[100/185] Emitting module Crypto
[101/258] Compiling NIOCore Linux.swift
[102/258] Compiling NIOCore MarkedCircularBuffer.swift
[103/258] Compiling NIOCore MulticastChannel.swift
[104/258] Compiling NIOCore NIOAny.swift
[105/258] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/258] Compiling NIOCore NIOCoreSendableMetatype.swift
[107/258] Compiling NIOCore NIODecodedAsyncSequence.swift
[108/258] Compiling NIOCore NIOLoopBound.swift
[109/258] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[110/258] Compiling NIOCore NIOScheduledCallback.swift
[111/258] Compiling NIOCore NIOSendable.swift
[112/258] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[113/258] Compiling NIOCore RecvByteBufferAllocator.swift
[114/258] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/265] Compiling NIOCore GlobalSingletons.swift
[116/265] Compiling NIOCore IO.swift
[117/265] Compiling NIOCore IOData.swift
[118/265] Compiling NIOCore IPProtocol.swift
[119/265] Compiling NIOCore IntegerBitPacking.swift
[120/265] Compiling NIOCore IntegerTypes.swift
[121/265] Compiling NIOCore Interfaces.swift
[122/265] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/265] Compiling NIOCore ByteBuffer-multi-int.swift
[124/265] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[125/265] Compiling NIOCore ByteBuffer-views.swift
[126/265] Compiling NIOCore AddressedEnvelope.swift
[127/265] Compiling NIOCore AsyncAwaitSupport.swift
[128/265] Compiling NIOCore AsyncChannel.swift
[129/265] Compiling NIOCore AsyncChannelHandler.swift
[130/265] Compiling NIOCore AsyncChannelInboundStream.swift
[131/265] Compiling NIOCore AsyncChannelOutboundWriter.swift
[132/265] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[133/265] Compiling Crypto HPKE-KEM.swift
[134/265] Compiling Crypto HPKE-Errors.swift
[135/265] Compiling Crypto HPKE.swift
[136/265] Compiling Crypto HPKE-Context.swift
[137/265] Compiling Crypto HPKE-KeySchedule.swift
[138/265] Compiling Crypto HPKE-Modes.swift
[139/265] Compiling Crypto Insecure.swift
[140/265] Compiling Crypto Insecure_HashFunctions.swift
[141/265] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/265] Compiling NIOCore NIOAsyncWriter.swift
[143/265] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[144/265] Compiling NIOCore BSDSocketAPI.swift
[145/265] Compiling NIOCore ByteBuffer-aux.swift
[146/265] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[147/265] Compiling NIOCore ByteBuffer-conversions.swift
[148/265] Compiling NIOCore ByteBuffer-core.swift
[149/265] Compiling NIOCore ByteBuffer-hex.swift
[150/265] Compiling NIOCore ByteBuffer-int.swift
[151/265] Compiling NIOCore EventLoopFuture.swift
[152/265] Compiling NIOCore FileDescriptor.swift
[153/265] Compiling NIOCore FileHandle.swift
[154/265] Compiling NIOCore FileRegion.swift
[176/265] Compiling NIOCore SocketAddresses.swift
[177/265] Compiling NIOCore SocketOptionProvider.swift
[178/265] Compiling NIOCore SystemCallHelpers.swift
[179/265] Compiling NIOCore TimeAmount+Duration.swift
[180/265] Compiling NIOCore TypeAssistedChannelHandler.swift
[181/265] Compiling NIOCore UniversalBootstrapSupport.swift
[182/265] Compiling NIOCore Utilities.swift
[183/265] Compiling Crypto KEM-Errors.swift
[184/265] Compiling Crypto KEM.swift
[185/265] Compiling Crypto MLKEM.swift
[186/265] Compiling Crypto XWing.swift
[187/265] Compiling Crypto ECDH_boring.swift
[188/265] Compiling Crypto DH.swift
[189/265] Compiling NIOCore NIOAsyncSequenceProducer.swift
[190/265] Compiling NIOCore Channel.swift
[191/265] Compiling NIOCore ChannelHandler.swift
[192/265] Compiling NIOCore ChannelHandlers.swift
[193/265] Compiling NIOCore ChannelInvoker.swift
[194/265] Compiling NIOCore ChannelOption.swift
[195/265] Compiling NIOCore ChannelPipeline.swift
[196/265] Compiling NIOCore CircularBuffer.swift
[197/265] Compiling NIOCore Codec.swift
[198/265] Compiling NIOCore ConvenienceOptionSupport.swift
[199/265] Compiling NIOCore DeadChannel.swift
[200/265] Compiling NIOCore DispatchQueue+WithFuture.swift
[201/265] Compiling NIOCore EventLoop+Deprecated.swift
[202/265] Compiling NIOCore EventLoop+SerialExecutor.swift
[203/265] Compiling NIOCore EventLoop.swift
[204/265] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[205/265] Compiling NIOCore EventLoopFuture+Deprecated.swift
[206/265] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[207/265] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[208/265] Compiling Crypto RNG_boring.swift
[209/265] Compiling Crypto SafeCompare_boring.swift
[210/265] Compiling Crypto Zeroization_boring.swift
[211/265] Compiling Crypto PrettyBytes.swift
[212/265] Compiling Crypto SafeCompare.swift
[213/265] Compiling Crypto SecureBytes.swift
[214/265] Compiling Crypto Zeroization.swift
[215/265] Compiling Crypto resource_bundle_accessor.swift
[265/267] Emitting module NIOCore
[266/323] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[267/323] Emitting module NIOEmbedded
[268/323] Compiling NIOEmbedded AsyncTestingChannel.swift
[269/323] Compiling NIOEmbedded Embedded.swift
[270/323] Compiling NIOPosix System.swift
[271/323] Compiling NIOPosix Thread.swift
[272/323] Compiling NIOPosix ThreadPosix.swift
[273/323] Compiling NIOPosix ThreadWindows.swift
[274/323] Compiling NIOPosix UnsafeTransfer.swift
[275/328] Emitting module ObliviousXHelpers
[276/328] Compiling ObliviousXHelpers Helpers.swift
[277/328] Compiling NIOPosix ServerSocket.swift
[278/328] Compiling NIOPosix Socket.swift
[279/328] Compiling NIOPosix SocketChannel.swift
[280/328] Compiling NIOPosix SocketProtocols.swift
[281/328] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[282/328] Compiling NIOPosix BSDSocketAPICommon.swift
[283/328] Compiling NIOPosix BSDSocketAPIPosix.swift
[284/328] Compiling NIOPosix BSDSocketAPIWindows.swift
[285/328] Compiling NIOPosix BaseSocket.swift
[286/328] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[287/328] Compiling NIOPosix BaseSocketChannel.swift
[288/328] Emitting module NIOPosix
[289/334] Compiling NIOPosix GetaddrinfoResolver.swift
[290/334] Compiling NIOPosix HappyEyeballs.swift
[291/334] Compiling NIOPosix IO.swift
[292/334] Compiling NIOPosix IntegerBitPacking.swift
[293/334] Compiling NIOPosix IntegerTypes.swift
[294/334] Compiling NIOPosix Linux.swift
[295/334] Compiling NIOPosix PosixSingletons.swift
[296/334] Compiling NIOPosix RawSocketBootstrap.swift
[297/334] Compiling NIOPosix Resolver.swift
[298/334] Compiling NIOPosix Selectable.swift
[299/334] Compiling NIOPosix SelectableChannel.swift
[300/334] Compiling NIOPosix SelectableEventLoop.swift
[301/334] Compiling NIOPosix LinuxCPUSet.swift
[302/334] Compiling NIOPosix LinuxUring.swift
[303/334] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[304/334] Compiling NIOPosix NIOPosixSendableMetatype.swift
[305/334] Compiling NIOPosix NIOThreadPool.swift
[306/334] Compiling NIOPosix NonBlockingFileIO.swift
[307/334] Compiling NIOPosix PendingDatagramWritesManager.swift
[308/334] Compiling NIOPosix PendingWritesManager.swift
[309/334] Compiling NIOPosix PipeChannel.swift
[310/334] Compiling NIOPosix PipePair.swift
[311/334] Compiling NIOPosix Pool.swift
[312/334] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[313/334] Compiling NIOPosix Utilities.swift
[314/334] Compiling NIOPosix VsockAddress.swift
[315/334] Compiling NIOPosix VsockChannelEvents.swift
[316/334] Compiling NIOPosix Windows.swift
[317/334] Compiling NIOPosix resource_bundle_accessor.swift
[318/334] Compiling NIOPosix SelectorEpoll.swift
[319/334] Compiling NIOPosix SelectorGeneric.swift
[320/334] Compiling NIOPosix SelectorKqueue.swift
[321/334] Compiling NIOPosix SelectorUring.swift
[322/334] Compiling NIOPosix SelectorWSAPoll.swift
[323/334] Compiling NIOPosix BaseStreamSocketChannel.swift
[324/334] Compiling NIOPosix Bootstrap.swift
[325/334] Compiling NIOPosix ControlMessage.swift
[326/334] Compiling NIOPosix DatagramVectorReadManager.swift
[327/334] Compiling NIOPosix Errors+Any.swift
[328/334] Compiling NIOPosix FileDescriptor.swift
[329/334] Emitting module ObliviousX
[330/336] Compiling ObliviousX OHTTPEncapsulation.swift
[331/336] Compiling ObliviousX Errors.swift
[332/336] Compiling NIO Exports.swift
[333/336] Emitting module NIO
[334/336] Compiling ObliviousDoH Errors.swift
[335/336] Emitting module ObliviousDoH
[336/336] Compiling ObliviousDoH ODoHRoutine.swift
[337/353] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[338/354] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[339/354] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[340/354] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[341/354] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[342/354] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[343/354] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[344/354] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[345/354] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[346/354] Compiling NIOHTTP1 ByteCollectionUtils.swift
[347/354] Compiling NIOHTTP1 HTTPDecoder.swift
[348/354] Compiling NIOHTTP1 HTTPEncoder.swift
[349/354] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[350/354] Emitting module NIOHTTP1
[351/354] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[352/354] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[353/354] Compiling NIOHTTP1 HTTPTypes.swift
[354/354] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[355/360] Compiling ObliviousHTTP ObliviousHTTPHandler.swift
[356/360] Compiling ObliviousHTTP Errors.swift
[357/360] Compiling ObliviousHTTP Varint.swift
[358/360] Compiling ObliviousHTTP BHTTPParser.swift
[359/360] Emitting module ObliviousHTTP
[360/360] Compiling ObliviousHTTP BHTTPSerializer.swift
Build complete! (27.47s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.53s)
Fetched https://github.com/apple/swift-nio.git from cache (2.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (6.08s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (0.65s)
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.31s)
Fetched https://github.com/apple/swift-system.git from cache (1.33s)
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
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"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "swift-nio-oblivious-http",
"name" : "swift-nio-oblivious-http",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14"
},
{
"name" : "ios",
"version" : "17"
},
{
"name" : "tvos",
"version" : "17"
},
{
"name" : "watchos",
"version" : "10"
}
],
"products" : [
{
"name" : "ObliviousHTTP",
"targets" : [
"ObliviousHTTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObliviousX",
"targets" : [
"ObliviousX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObliviousDoH",
"targets" : [
"ObliviousDoH"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ObliviousXTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousXTests",
"path" : "Tests/ObliviousXTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousXTests.swift"
],
"target_dependencies" : [
"ObliviousX"
],
"type" : "test"
},
{
"c99name" : "ObliviousXHelpers",
"module_type" : "SwiftTarget",
"name" : "ObliviousXHelpers",
"path" : "Sources/ObliviousXHelpers",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX",
"ObliviousDoH"
],
"sources" : [
"Helpers.swift"
],
"type" : "library"
},
{
"c99name" : "ObliviousX",
"module_type" : "SwiftTarget",
"name" : "ObliviousX",
"path" : "Sources/ObliviousX",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX"
],
"sources" : [
"Errors.swift",
"OHTTPEncapsulation.swift"
],
"target_dependencies" : [
"ObliviousXHelpers"
],
"type" : "library"
},
{
"c99name" : "ObliviousHTTPTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousHTTPTests",
"path" : "Tests/ObliviousHTTPTests",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"sources" : [
"BHTTPParserTests.swift",
"BHTTPSerializerTests.swift"
],
"target_dependencies" : [
"ObliviousHTTP"
],
"type" : "test"
},
{
"c99name" : "ObliviousHTTP",
"module_type" : "SwiftTarget",
"name" : "ObliviousHTTP",
"path" : "Sources/ObliviousHTTP",
"product_dependencies" : [
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"ObliviousHTTP"
],
"sources" : [
"BHTTPParser.swift",
"BHTTPSerializer.swift",
"Errors.swift",
"ObliviousHTTPHandler.swift",
"Varint.swift"
],
"type" : "library"
},
{
"c99name" : "ObliviousDoHTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousDoHTests",
"path" : "Tests/ObliviousDoHTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousDoHTests.swift"
],
"target_dependencies" : [
"ObliviousDoH"
],
"type" : "test"
},
{
"c99name" : "ObliviousDoH",
"module_type" : "SwiftTarget",
"name" : "ObliviousDoH",
"path" : "Sources/ObliviousDoH",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousDoH"
],
"sources" : [
"Errors.swift",
"ODoHRoutine.swift"
],
"target_dependencies" : [
"ObliviousXHelpers"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.