The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-nio-oblivious-http, reference 0.7.0 (c45e16), with Swift 6.1 for Linux on 24 Nov 2025 18:17:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-oblivious-http.git
Reference: 0.7.0
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/apple/swift-nio-oblivious-http
 * tag               0.7.0      -> FETCH_HEAD
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 0.7.0
========================================
Build
========================================
Selected platform:         linux
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/80505] Fetching swift-nio
[2/97958] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.23s)
[55549/80505] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (18.10s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.69s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[547/7002] Fetching swift-atomics, swift-system
[1885/25316] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
[11409/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.58s)
Fetched https://github.com/apple/swift-collections.git from cache (2.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.18s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.34s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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
Building for debugging...
[0/403] Write sources
[9/403] Compiling _AtomicsShims.c
[10/403] Write sources
[17/403] Compiling CXKCPShims shims.c
[18/403] Compiling SimpleFIPS202.c
[19/403] Compiling KeccakSponge.c
[20/403] Write swift-version-24593BA9C3E375BF.txt
[21/403] Compiling KeccakHash.c
[22/403] Compiling cpu_aarch64_sysreg.cc
[23/403] Compiling cpu_arm_freebsd.cc
[24/403] Compiling cpu_aarch64_win.cc
[25/403] Compiling CNIOWindows shim.c
[26/403] Compiling CNIOWindows WSAStartup.c
[27/403] Compiling CNIOWASI CNIOWASI.c
[28/403] Compiling CNIOPosix event_loop_id.c
[29/425] Compiling CNIOLinux shim.c
[30/425] Compiling CNIOLinux liburing_shims.c
[31/425] Compiling KeccakP-1600-opt64.c
[32/425] Compiling CNIOLLHTTP c_nio_http.c
[33/425] Compiling evp.cc
[34/425] Compiling CNIODarwin shim.c
[35/425] Compiling evp_ctx.cc
[36/425] Compiling CNIOLLHTTP c_nio_api.c
[37/425] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/425] Compiling fiat_p256_adx_sqr.S
[39/425] Compiling fiat_p256_adx_mul.S
[40/425] Compiling fiat_curve25519_adx_square.S
[41/425] Compiling evp_asn1.cc
[42/425] Compiling fiat_curve25519_adx_mul.S
[43/425] Compiling md5-x86_64-linux.S
[44/425] Compiling md5-x86_64-apple.S
[45/425] Compiling md5-586-linux.S
[46/425] Compiling md5-586-apple.S
[47/425] Compiling CCryptoBoringSSLShims shims.c
[48/425] Compiling chacha20_poly1305_x86_64-apple.S
[49/425] Compiling chacha20_poly1305_x86_64-linux.S
[50/425] Compiling chacha20_poly1305_armv8-win.S
[51/425] Compiling chacha20_poly1305_armv8-linux.S
[52/425] Compiling chacha20_poly1305_armv8-apple.S
[53/425] Compiling chacha-x86_64-linux.S
[54/425] Compiling chacha-x86_64-apple.S
[55/425] Compiling chacha-x86-linux.S
[56/425] Compiling err_data.cc
[57/425] Compiling chacha-x86-apple.S
[58/425] Compiling chacha-armv8-win.S
[59/425] Compiling chacha-armv8-linux.S
[60/425] Compiling chacha-armv8-apple.S
[61/425] Compiling chacha-armv4-linux.S
[62/425] Compiling aes128gcmsiv-x86_64-apple.S
[63/425] Compiling aes128gcmsiv-x86_64-linux.S
[64/425] Compiling x86_64-mont5-linux.S
[65/425] Compiling x86_64-mont5-apple.S
[66/425] Compiling x86_64-mont-linux.S
[67/425] Compiling x86_64-mont-apple.S
[68/425] Compiling x86-mont-linux.S
[69/425] Compiling x86-mont-apple.S
[70/425] Compiling vpaes-x86_64-linux.S
[71/425] Compiling vpaes-x86_64-apple.S
[72/425] Compiling vpaes-x86-linux.S
[73/425] Compiling vpaes-x86-apple.S
[74/425] Compiling vpaes-armv8-win.S
[75/425] Compiling vpaes-armv8-linux.S
[76/425] Compiling vpaes-armv8-apple.S
[77/425] Compiling vpaes-armv7-linux.S
[78/425] Compiling sha512-x86_64-linux.S
[79/425] Compiling sha512-x86_64-apple.S
[80/425] Compiling sha512-armv8-win.S
[81/425] Compiling sha512-armv8-linux.S
[82/425] Compiling sha512-armv8-apple.S
[83/425] Compiling sha512-armv4-linux.S
[84/425] Compiling sha512-586-linux.S
[85/425] Compiling sha512-586-apple.S
[86/425] Compiling sha256-x86_64-linux.S
[87/425] Compiling sha256-x86_64-apple.S
[88/425] Compiling sha256-armv8-win.S
[89/425] Compiling sha256-armv8-linux.S
[90/425] Compiling sha256-armv8-apple.S
[91/425] Compiling sha256-armv4-linux.S
[92/425] Compiling sha256-586-linux.S
[93/425] Compiling sha256-586-apple.S
[94/425] Compiling sha1-x86_64-apple.S
[95/425] Compiling sha1-armv8-win.S
[96/425] Compiling sha1-x86_64-linux.S
[97/425] Compiling sha1-armv8-apple.S
[98/425] Compiling sha1-armv8-linux.S
[99/425] Compiling sha1-armv4-large-linux.S
[100/425] Compiling sha1-586-linux.S
[101/425] Compiling rsaz-avx2-linux.S
[102/425] Compiling sha1-586-apple.S
[103/425] Compiling rsaz-avx2-apple.S
[104/425] Compiling rdrand-x86_64-apple.S
[105/425] Compiling rdrand-x86_64-linux.S
[106/425] Compiling p256_beeu-x86_64-asm-linux.S
[107/425] Compiling p256_beeu-x86_64-asm-apple.S
[108/425] Compiling p256_beeu-armv8-asm-linux.S
[109/425] Compiling p256_beeu-armv8-asm-win.S
[110/425] Compiling p256-x86_64-asm-apple.S
[111/425] Compiling p256_beeu-armv8-asm-apple.S
[112/425] Compiling p256-x86_64-asm-linux.S
[113/425] Compiling p256-armv8-asm-win.S
[114/425] Compiling p256-armv8-asm-linux.S
[115/425] Compiling p256-armv8-asm-apple.S
[116/425] Compiling ghashv8-armv8-linux.S
[117/425] Compiling ghashv8-armv8-apple.S
[118/425] Compiling ghashv8-armv8-win.S
[119/425] Compiling ghashv8-armv7-linux.S
[120/425] Compiling ghash-x86_64-linux.S
[121/425] Compiling ghash-x86_64-apple.S
[122/425] Compiling ghash-x86-linux.S
[123/425] Compiling ghash-ssse3-x86_64-linux.S
[124/425] Compiling ghash-x86-apple.S
[125/425] Compiling ghash-ssse3-x86-linux.S
[126/425] Compiling ghash-ssse3-x86_64-apple.S
[127/425] Compiling ghash-ssse3-x86-apple.S
[128/425] Compiling ghash-neon-armv8-linux.S
[129/425] Compiling ghash-neon-armv8-win.S
[130/425] Compiling ghash-neon-armv8-apple.S
[131/425] Compiling ghash-armv4-linux.S
[132/425] Compiling co-586-linux.S
[133/425] Compiling co-586-apple.S
[134/425] Compiling bsaes-armv7-linux.S
[135/425] Compiling bn-armv8-win.S
[136/425] Compiling bn-armv8-linux.S
[137/425] Compiling bn-586-linux.S
[138/425] Compiling bn-armv8-apple.S
[139/425] Compiling bn-586-apple.S
[140/425] Compiling armv8-mont-apple.S
[141/425] Compiling armv8-mont-linux.S
[142/425] Compiling armv8-mont-win.S
[143/425] Compiling aesv8-gcm-armv8-win.S
[144/425] Compiling armv4-mont-linux.S
[145/425] Compiling aesv8-gcm-armv8-linux.S
[146/425] Compiling aesv8-gcm-armv8-apple.S
[147/425] Compiling aesv8-armv8-win.S
[148/425] Compiling aesv8-armv8-linux.S
[149/425] Compiling aesv8-armv8-apple.S
[150/425] Compiling aesv8-armv7-linux.S
[151/425] Compiling aesni-x86_64-linux.S
[152/425] Compiling aesni-x86_64-apple.S
[153/425] Compiling aesni-x86-linux.S
[154/425] Compiling aesni-gcm-x86_64-linux.S
[155/425] Compiling aesni-x86-apple.S
[156/425] Compiling aesni-gcm-x86_64-apple.S
[158/425] Compiling _NIODataStructures PriorityQueue.swift
[159/425] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[160/425] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[161/425] Compiling InternalCollectionsUtilities Debugging.swift
[162/425] Compiling InternalCollectionsUtilities Descriptions.swift
[162/427] Compiling aes-gcm-avx512-x86_64-linux.S
[163/427] Compiling aes-gcm-avx512-x86_64-apple.S
[165/427] Emitting module _NIOBase64
[166/427] Compiling _NIOBase64 Base64.swift
[166/427] Compiling aes-gcm-avx2-x86_64-linux.S
[168/427] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[169/427] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[170/428] Compiling InternalCollectionsUtilities _SortedCollection.swift
[171/428] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[172/428] Compiling _NIODataStructures _TinyArray.swift
[173/428] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[174/428] Compiling InternalCollectionsUtilities Integer rank.swift
[175/428] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[176/428] Compiling InternalCollectionsUtilities UInt+reversed.swift
[177/428] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[178/428] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[179/428] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[180/428] Emitting module InternalCollectionsUtilities
[180/428] Compiling aes-gcm-avx2-x86_64-apple.S
[183/428] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[184/428] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[185/429] Compiling xwing.cc
[186/444] Compiling c-nioatomics.c
[188/444] Compiling _NIODataStructures Heap.swift
[189/444] Emitting module _NIODataStructures
[190/445] Compiling DequeModule Deque+CustomReflectable.swift
[191/445] Compiling DequeModule Deque+Descriptions.swift
[193/447] Compiling DequeModule _DequeBuffer.swift
[194/447] Compiling DequeModule _DequeBufferHeader.swift
[194/447] Compiling x_x509a.cc
[195/447] Compiling x_spki.cc
[196/447] Compiling x_sig.cc
[197/447] Compiling x_x509.cc
[199/447] Compiling DequeModule Deque+Extras.swift
[200/447] Compiling DequeModule Deque+Hashable.swift
[201/447] Compiling DequeModule Deque+Equatable.swift
[202/447] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[203/447] Compiling DequeModule _DequeSlot.swift
[204/447] Compiling DequeModule _UnsafeWrappedBuffer.swift
[205/447] Compiling DequeModule Deque+Testing.swift
[206/447] Compiling DequeModule Deque._Storage.swift
[207/447] Compiling DequeModule Deque._UnsafeHandle.swift
[208/447] Compiling DequeModule Deque.swift
[209/447] Compiling DequeModule Deque+Codable.swift
[210/447] Compiling DequeModule Deque+Collection.swift
[210/447] Compiling c-atomics.c
[211/447] Compiling x_req.cc
[213/447] Emitting module DequeModule
[214/454] Compiling x_pubkey.cc
[215/454] Compiling x_attrib.cc
[216/454] Compiling x_name.cc
[217/454] Compiling x_exten.cc
[218/454] Compiling x_crl.cc
[220/454] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[221/454] Compiling NIOConcurrencyHelpers lock.swift
[222/454] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[223/454] Emitting module NIOConcurrencyHelpers
[224/454] Compiling NIOConcurrencyHelpers NIOLock.swift
[225/454] Compiling NIOConcurrencyHelpers atomics.swift
[226/455] Compiling x509spki.cc
[227/455] Compiling x_all.cc
[228/455] Compiling x509name.cc
[229/455] Compiling x509rset.cc
[230/455] Compiling x509_vpm.cc
[231/455] Compiling x_algor.cc
[232/455] Compiling x509cset.cc
[233/455] Compiling x509_txt.cc
[234/455] Compiling x509_vfy.cc
[235/455] Compiling x509_v3.cc
[236/455] Compiling x509_trs.cc
[237/455] Compiling x509_set.cc
[238/455] Compiling x509_req.cc
[239/455] Compiling x509_obj.cc
[240/455] Compiling x509_lu.cc
[241/455] Compiling x509_def.cc
[242/455] Compiling x509_ext.cc
[243/455] Compiling x509_d2.cc
[244/455] Compiling x509.cc
[245/455] Compiling x509_att.cc
[246/455] Compiling x509_cmp.cc
[247/455] Compiling v3_skey.cc
[248/455] Compiling v3_utl.cc
[249/455] Compiling v3_purp.cc
[250/455] Compiling v3_prn.cc
[251/455] Compiling v3_pmaps.cc
[252/455] Compiling v3_pcons.cc
[253/455] Compiling v3_ocsp.cc
[254/455] Compiling v3_ncons.cc
[255/455] Compiling v3_lib.cc
[256/455] Compiling v3_int.cc
[257/455] Compiling v3_ia5.cc
[258/455] Compiling v3_info.cc
[259/455] Compiling v3_genn.cc
[260/455] Compiling v3_extku.cc
[261/455] Compiling v3_enum.cc
[262/455] Compiling v3_crld.cc
[263/455] Compiling v3_cpols.cc
[264/455] Compiling v3_conf.cc
[265/455] Compiling v3_bitst.cc
[266/455] Compiling v3_bcons.cc
[267/455] Compiling v3_akeya.cc
[268/455] Compiling v3_alt.cc
[269/455] Compiling v3_akey.cc
[270/455] Compiling t_x509a.cc
[271/455] Compiling t_x509.cc
[272/455] Compiling t_req.cc
[273/455] Compiling i2d_pr.cc
[274/455] Compiling t_crl.cc
[275/455] Compiling rsa_pss.cc
[276/455] Compiling name_print.cc
[277/455] Compiling policy.cc
[278/455] Compiling by_file.cc
[279/455] Compiling by_dir.cc
[280/455] Compiling asn1_gen.cc
[281/455] Compiling algorithm.cc
[282/455] Compiling a_verify.cc
[283/455] Compiling thread_win.cc
[284/455] Compiling a_sign.cc
[285/455] Compiling voprf.cc
[286/455] Compiling thread_pthread.cc
[287/455] Compiling a_digest.cc
[288/455] Compiling thread_none.cc
[289/455] Compiling trust_token.cc
[290/455] Compiling thread.cc
[291/455] Compiling pmbtoken.cc
[292/455] Compiling sha512.cc
[293/455] Compiling stack.cc
[294/455] Compiling siphash.cc
[295/455] Compiling sha256.cc
[296/455] Compiling sha1.cc
[297/455] Compiling slhdsa.cc
[298/455] Compiling rsa_extra.cc
[299/455] Compiling rsa_print.cc
[300/455] Compiling spake2plus.cc
[301/455] Compiling rc4.cc
[302/455] Compiling refcount.cc
[303/455] Compiling rsa_crypt.cc
[304/455] Compiling windows.cc
[305/455] Compiling trusty.cc
[306/455] Compiling rand.cc
[307/455] Compiling urandom.cc
[308/455] Compiling ios.cc
[309/455] Compiling getentropy.cc
[310/455] Compiling passive.cc
[311/455] Compiling poly1305_arm_asm.S
[312/455] Compiling forkunsafe.cc
[313/455] Compiling deterministic.cc
[314/455] Compiling fork_detect.cc
[315/455] Compiling rsa_asn1.cc
[316/455] Compiling poly1305_arm.cc
[317/455] Compiling poly1305.cc
[318/455] Compiling pool.cc
[319/455] Compiling poly1305_vec.cc
[320/455] Compiling pkcs7.cc
[321/455] Compiling pkcs8_x509.cc
[322/455] Compiling pkcs8.cc
[323/455] Compiling p5_pbev2.cc
[324/455] Compiling pkcs7_x509.cc
[325/455] Compiling pem_xaux.cc
[326/455] Compiling pem_x509.cc
[327/455] Compiling pem_pkey.cc
[328/455] Compiling mlkem.cc
[329/455] Compiling obj_xref.cc
[330/455] Compiling pem_pk8.cc
[331/455] Compiling pem_oth.cc
[332/455] Compiling pem_info.cc
[333/455] Compiling pem_lib.cc
[334/455] Compiling mldsa.cc
[335/455] Compiling pem_all.cc
[336/455] Compiling poly_rq_mul.S
[337/455] Compiling obj.cc
[338/455] Compiling mem.cc
[339/455] Compiling fips_shared_support.cc
[340/455] Compiling lhash.cc
[341/455] Compiling md5.cc
[342/455] Compiling md4.cc
[343/455] Compiling fuzzer_mode.cc
[344/455] Compiling kyber.cc
[345/455] Compiling ex_data.cc
[346/455] Compiling hrss.cc
[347/455] Compiling hpke.cc
[348/455] Compiling scrypt.cc
[349/455] Compiling pbkdf.cc
[350/455] Compiling sign.cc
[351/455] Compiling print.cc
[352/455] Compiling p_x25519.cc
[353/455] Compiling p_x25519_asn1.cc
[354/455] Compiling p_rsa_asn1.cc
[355/455] Compiling p_hkdf.cc
[356/455] Compiling p_ed25519_asn1.cc
[357/455] Compiling p_ed25519.cc
[358/455] Compiling p_rsa.cc
[359/455] Compiling p_ec_asn1.cc
[360/455] Compiling p_ec.cc
[361/455] Compiling err.cc
[362/455] Compiling engine.cc
[363/455] Compiling p_dh_asn1.cc
[364/455] Compiling p_dh.cc
[365/455] Compiling p_dsa_asn1.cc
[366/455] Compiling ecdsa_p1363.cc
[367/455] Compiling ecdh.cc
[368/455] Compiling ec_derive.cc
[369/455] Compiling ecdsa_asn1.cc
[370/455] Compiling hash_to_curve.cc
[371/455] Compiling dsa.cc
[372/455] Compiling dsa_asn1.cc
[373/455] Compiling ec_asn1.cc
[374/455] Compiling digest_extra.cc
[375/455] Compiling x25519-asm-arm.S
[376/455] Compiling des.cc
[377/455] Compiling params.cc
[378/455] Compiling dh_asn1.cc
[379/455] Compiling crypto.cc
[380/455] Compiling cpu_intel.cc
[381/455] Compiling cpu_arm_linux.cc
[382/455] Compiling curve25519.cc
[383/455] Compiling spake25519.cc
[384/455] Compiling cpu_aarch64_openbsd.cc
[385/455] Compiling cpu_aarch64_linux.cc
[386/455] Compiling cpu_aarch64_fuchsia.cc
[387/455] Compiling cpu_aarch64_apple.cc
[388/455] Compiling curve25519_64_adx.cc
[389/455] Compiling tls_cbc.cc
[390/455] Compiling conf.cc
[391/455] Compiling get_cipher.cc
[392/455] Compiling e_tls.cc
[393/455] Compiling e_rc4.cc
[394/455] Compiling e_rc2.cc
[395/455] Compiling e_null.cc
[396/455] Compiling e_des.cc
[397/455] Compiling cms.cc
[398/455] Compiling e_chacha20poly1305.cc
[399/455] Compiling e_aesgcmsiv.cc
[400/455] Compiling e_aesctrhmac.cc
[401/455] Compiling derive_key.cc
[402/455] Compiling chacha.cc
[403/455] Compiling e_aeseax.cc
[404/455] Compiling sqrt.cc
[405/455] Compiling buf.cc
[406/455] Compiling unicode.cc
[407/455] Compiling cbb.cc
[408/455] Compiling cbs.cc
[409/455] Compiling ber.cc
[410/455] Compiling exponentiation.cc
[411/455] Compiling asn1_compat.cc
[412/455] Compiling div.cc
[413/455] Compiling printf.cc
[414/455] Compiling bn_asn1.cc
[415/455] Compiling hexdump.cc
[416/455] Compiling pair.cc
[417/455] Compiling blake2.cc
[418/455] Compiling convert.cc
[419/455] Compiling file.cc
[420/455] Compiling fd.cc
[421/455] Compiling errno.cc
[422/455] Compiling bio_mem.cc
[423/455] Compiling base64.cc
[424/455] Compiling tasn_typ.cc
[425/455] Compiling bio.cc
[426/455] Compiling tasn_utl.cc
[427/455] Compiling tasn_fre.cc
[428/455] Compiling tasn_enc.cc
[429/455] Compiling f_string.cc
[430/455] Compiling posix_time.cc
[431/455] Compiling tasn_new.cc
[432/455] Compiling f_int.cc
[433/455] Compiling tasn_dec.cc
[434/455] Compiling asn1_par.cc
[435/455] Compiling asn_pack.cc
[436/455] Compiling a_utctm.cc
[437/455] Compiling asn1_lib.cc
[438/455] Compiling a_octet.cc
[439/455] Compiling a_type.cc
[440/455] Compiling a_time.cc
[441/455] Compiling a_strex.cc
[442/455] Compiling a_strnid.cc
[443/455] Compiling a_i2d_fp.cc
[444/455] Compiling a_mbstr.cc
[445/455] Compiling a_object.cc
[446/455] Compiling a_dup.cc
[447/455] Write sources
[448/455] Compiling a_int.cc
[449/455] Compiling a_gentm.cc
[450/455] Compiling a_d2i_fp.cc
[451/473] Compiling aes.cc
[453/473] Compiling Atomics ManagedAtomic.swift
[454/473] Compiling Atomics ManagedAtomicLazyReference.swift
[455/475] Compiling Atomics AtomicMemoryOrderings.swift
[456/475] Compiling Atomics DoubleWord.swift
[457/475] Compiling Atomics AtomicStorage.swift
[458/475] Compiling Atomics AtomicValue.swift
[459/475] Compiling Atomics UnsafeAtomic.swift
[460/475] Compiling Atomics UnsafeAtomicLazyReference.swift
[460/475] Compiling a_bool.cc
[462/475] Compiling Atomics OptionalRawRepresentable.swift
[463/475] Compiling Atomics RawRepresentable.swift
[464/475] Compiling Atomics AtomicBool.swift
[464/475] Compiling a_bitstr.cc
[466/475] Compiling Atomics AtomicInteger.swift
[467/475] Compiling Atomics AtomicOptionalWrappable.swift
[468/475] Compiling Atomics AtomicReference.swift
[469/475] Compiling Atomics IntegerOperations.swift
[470/475] Compiling Atomics Unmanaged extensions.swift
[471/475] Emitting module Atomics
[472/475] Compiling Atomics IntegerConformances.swift
[473/475] Compiling Atomics PointerConformances.swift
[474/475] Compiling Atomics Primitives.native.swift
[475/539] Compiling bcm.cc
[477/539] Compiling NIOCore NIOCoreSendableMetatype.swift
[478/539] Compiling NIOCore NIODecodedAsyncSequence.swift
[479/539] Compiling NIOCore NIOLoopBound.swift
[480/539] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[481/539] Compiling NIOCore NIOScheduledCallback.swift
[482/539] Compiling NIOCore NIOSendable.swift
[483/539] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[484/539] Compiling NIOCore RecvByteBufferAllocator.swift
[485/555] Compiling NIOCore IPProtocol.swift
[486/555] Compiling NIOCore IntegerBitPacking.swift
[487/555] Compiling NIOCore IntegerTypes.swift
[488/555] Compiling NIOCore Interfaces.swift
[489/555] Compiling NIOCore Linux.swift
[490/555] Compiling NIOCore MarkedCircularBuffer.swift
[491/555] Compiling NIOCore MulticastChannel.swift
[492/555] Compiling NIOCore NIOAny.swift
[493/555] Compiling NIOCore NIOCloseOnErrorHandler.swift
[494/555] Compiling NIOCore EventLoopFuture+Deprecated.swift
[495/555] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[496/555] Compiling NIOCore EventLoopFuture.swift
[497/555] Compiling NIOCore FileDescriptor.swift
[498/555] Compiling NIOCore FileHandle.swift
[499/555] Compiling NIOCore FileRegion.swift
[500/555] Compiling NIOCore GlobalSingletons.swift
[501/555] Compiling NIOCore IO.swift
[502/555] Compiling NIOCore IOData.swift
[503/555] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[504/555] Compiling NIOCore SocketAddresses.swift
[505/555] Compiling NIOCore SocketOptionProvider.swift
[506/555] Compiling NIOCore SystemCallHelpers.swift
[507/555] Compiling NIOCore TimeAmount+Duration.swift
[508/555] Compiling NIOCore TypeAssistedChannelHandler.swift
[509/555] Compiling NIOCore UniversalBootstrapSupport.swift
[510/555] Compiling NIOCore Utilities.swift
[511/555] Compiling NIOCore CircularBuffer.swift
[512/555] Compiling NIOCore Codec.swift
[513/555] Compiling NIOCore ConvenienceOptionSupport.swift
[514/555] Compiling NIOCore DeadChannel.swift
[515/555] Compiling NIOCore DispatchQueue+WithFuture.swift
[516/555] Compiling NIOCore EventLoop+Deprecated.swift
[517/555] Compiling NIOCore EventLoop+SerialExecutor.swift
[518/555] Compiling NIOCore EventLoop.swift
[519/555] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[520/555] Compiling NIOCore AddressedEnvelope.swift
[521/555] Compiling NIOCore AsyncAwaitSupport.swift
[522/555] Compiling NIOCore AsyncChannel.swift
[523/555] Compiling NIOCore AsyncChannelHandler.swift
[524/555] Compiling NIOCore AsyncChannelInboundStream.swift
[525/555] Compiling NIOCore AsyncChannelOutboundWriter.swift
[526/555] Compiling NIOCore NIOAsyncSequenceProducer.swift
[527/555] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[528/555] Compiling NIOCore NIOAsyncWriter.swift
[529/555] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[530/555] Compiling NIOCore BSDSocketAPI.swift
[531/555] Compiling NIOCore ByteBuffer-aux.swift
[532/555] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[533/555] Compiling NIOCore ByteBuffer-conversions.swift
[534/555] Compiling NIOCore ByteBuffer-core.swift
[535/555] Compiling NIOCore ByteBuffer-hex.swift
[536/555] Compiling NIOCore ByteBuffer-int.swift
[537/555] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[538/555] Compiling CryptoBoringWrapper RandomBytes.swift
[539/555] Emitting module CryptoBoringWrapper
[540/555] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[541/555] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[542/555] Compiling CryptoBoringWrapper EllipticCurve.swift
[543/555] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[544/555] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[545/555] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[547/639] Compiling Crypto HPKE-LabeledExtract.swift
[548/639] Compiling Crypto HPKE-Utils.swift
[549/639] Compiling Crypto DHKEM.swift
[550/639] Compiling Crypto HPKE-KEM-Curve25519.swift
[551/639] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[552/639] Compiling Crypto HPKE-KEM.swift
[553/639] Compiling Crypto HPKE-Errors.swift
[554/639] Compiling Crypto HPKE.swift
[555/639] Compiling Crypto HPKE-Context.swift
[556/639] Compiling Crypto HPKE-KeySchedule.swift
[557/639] Compiling Crypto HPKE-Modes.swift
[558/639] Compiling Crypto Insecure.swift
[559/650] Compiling Crypto HKDF.swift
[560/650] Compiling Crypto AESWrap.swift
[561/650] Compiling Crypto AESWrap_boring.swift
[562/650] Compiling Crypto Ed25519_boring.swift
[563/650] Compiling Crypto NISTCurvesKeys_boring.swift
[564/650] Compiling Crypto X25519Keys_boring.swift
[565/650] Compiling Crypto Curve25519.swift
[566/650] Compiling Crypto Ed25519Keys.swift
[567/650] Compiling Crypto NISTCurvesKeys.swift
[568/650] Compiling Crypto X25519Keys.swift
[569/650] Compiling Crypto SymmetricKeys.swift
[579/650] Emitting module NIOCore
[581/651] Compiling Crypto ASN1Null.swift
[582/651] Compiling Crypto ASN1OctetString.swift
[583/651] Compiling Crypto ASN1Strings.swift
[584/651] Compiling Crypto ArraySliceBigint.swift
[585/651] Compiling Crypto GeneralizedTime.swift
[586/651] Compiling Crypto ObjectIdentifier.swift
[587/651] Compiling Crypto ECDSASignature.swift
[588/651] Compiling Crypto PEMDocument.swift
[589/651] Compiling Crypto PKCS8PrivateKey.swift
[590/651] Compiling Crypto SEC1PrivateKey.swift
[591/651] Compiling Crypto SubjectPublicKeyInfo.swift
[592/651] Compiling Crypto CryptoError_boring.swift
[593/705] Compiling NIOPosix BSDSocketAPICommon.swift
[594/705] Compiling NIOPosix BSDSocketAPIPosix.swift
[595/705] Compiling NIOPosix BSDSocketAPIWindows.swift
[596/705] Compiling NIOPosix BaseSocket.swift
[597/705] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[598/705] Compiling NIOPosix BaseSocketChannel.swift
[599/705] Compiling NIOPosix BaseStreamSocketChannel.swift
[600/705] Compiling NIOPosix SelectableEventLoop.swift
[601/705] Compiling NIOPosix SelectorEpoll.swift
[602/705] Compiling NIOPosix SelectorGeneric.swift
[603/705] Compiling NIOPosix SelectorKqueue.swift
[604/705] Compiling NIOPosix SelectorUring.swift
[605/705] Emitting module Crypto
[606/705] Emitting module NIOEmbedded
[607/705] Compiling Crypto MLDSA.swift
[608/705] Compiling Crypto Signature.swift
[609/705] Compiling Crypto CryptoKitErrors_boring.swift
[610/705] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[611/705] Compiling Crypto RNG_boring.swift
[612/705] Compiling Crypto SafeCompare_boring.swift
[613/705] Compiling Crypto Zeroization_boring.swift
[614/705] Compiling Crypto PrettyBytes.swift
[615/705] Compiling Crypto SafeCompare.swift
[616/705] Compiling Crypto SecureBytes.swift
[617/705] Compiling Crypto Zeroization.swift
[618/705] Compiling NIOPosix Pool.swift
[619/705] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[620/705] Compiling NIOPosix PosixSingletons.swift
[621/705] Compiling NIOPosix RawSocketBootstrap.swift
[622/705] Compiling NIOPosix Resolver.swift
[623/705] Compiling NIOPosix Selectable.swift
[624/705] Compiling NIOPosix SelectableChannel.swift
[625/711] Compiling NIOEmbedded AsyncTestingChannel.swift
[626/711] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[627/711] Compiling NIOEmbedded Embedded.swift
[629/712] Compiling NIOPosix ThreadWindows.swift
[630/712] Compiling NIOPosix UnsafeTransfer.swift
[631/712] Compiling NIOPosix Utilities.swift
[632/712] Compiling NIOPosix VsockAddress.swift
[633/712] Compiling NIOPosix VsockChannelEvents.swift
[634/712] Compiling NIOPosix Windows.swift
[635/712] Emitting module NIOPosix
[642/712] Compiling NIOPosix Socket.swift
[643/712] Compiling NIOPosix SocketChannel.swift
[644/712] Compiling NIOPosix SocketProtocols.swift
[645/712] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[646/712] Compiling NIOPosix System.swift
[647/712] Compiling NIOPosix Thread.swift
[648/712] Compiling NIOPosix ThreadPosix.swift
[655/712] Compiling Crypto XWing.swift
[656/712] Compiling Crypto ECDH_boring.swift
[657/712] Compiling Crypto DH.swift
[658/712] Compiling Crypto ECDH.swift
[659/712] Compiling Crypto ANSIx963.swift
[672/712] Compiling NIOPosix SelectorWSAPoll.swift
[673/712] Compiling NIOPosix ServerSocket.swift
[674/712] Compiling Crypto HMAC.swift
[675/712] Compiling Crypto MACFunctions.swift
[676/712] Compiling Crypto MessageAuthenticationCode.swift
[677/712] Compiling Crypto AES.swift
[678/712] Compiling Crypto ECDSASignature_boring.swift
[679/712] Compiling Crypto ECDSA_boring.swift
[680/712] Compiling Crypto EdDSA_boring.swift
[681/712] Compiling Crypto MLDSA_boring.swift
[682/712] Compiling Crypto MLDSA_wrapper.swift
[683/712] Compiling Crypto ECDSA.swift
[684/712] Compiling Crypto Ed25519.swift
[686/715] Compiling NIOPosix Bootstrap.swift
[687/715] Compiling NIOPosix ControlMessage.swift
[688/715] Compiling NIOPosix DatagramVectorReadManager.swift
[689/715] Compiling NIOPosix Errors+Any.swift
[690/715] Compiling NIOPosix FileDescriptor.swift
[691/715] Compiling NIOPosix GetaddrinfoResolver.swift
[692/715] Compiling NIOPosix HappyEyeballs.swift
[693/715] Compiling NIOPosix IO.swift
[694/715] Compiling NIOPosix IntegerBitPacking.swift
[695/715] Compiling NIOPosix IntegerTypes.swift
[696/715] Compiling NIOPosix Linux.swift
[697/715] Compiling NIOPosix LinuxCPUSet.swift
[698/715] Compiling NIOPosix LinuxUring.swift
[699/715] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[707/715] Compiling NIOPosix NIOPosixSendableMetatype.swift
[708/715] Compiling NIOPosix NIOThreadPool.swift
[709/715] Compiling NIOPosix NonBlockingFileIO.swift
[710/715] Compiling NIOPosix PendingDatagramWritesManager.swift
[711/715] Compiling NIOPosix PendingWritesManager.swift
[712/715] Compiling NIOPosix PipeChannel.swift
[713/715] Compiling NIOPosix PipePair.swift
[715/716] Compiling ObliviousXHelpers Helpers.swift
[716/716] Emitting module ObliviousXHelpers
[718/719] Emitting module NIO
[719/719] Compiling NIO Exports.swift
[721/726] Emitting module ObliviousX
[722/742] Compiling ObliviousX Errors.swift
[723/742] Compiling ObliviousX OHTTPEncapsulation.swift
[724/743] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[725/743] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[727/745] Emitting module ObliviousDoH
[728/745] Compiling ObliviousDoH ODoHRoutine.swift
[729/745] Compiling ObliviousDoH Errors.swift
[730/746] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[731/746] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[733/746] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[734/746] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[735/746] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[736/746] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[737/746] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[738/746] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[739/746] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[740/746] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[741/746] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[742/746] Compiling NIOHTTP1 HTTPTypes.swift
[743/746] Compiling NIOHTTP1 ByteCollectionUtils.swift
[744/746] Compiling NIOHTTP1 HTTPDecoder.swift
[745/746] Compiling NIOHTTP1 HTTPEncoder.swift
[746/746] Emitting module NIOHTTP1
[748/753] Compiling ObliviousHTTP ObliviousHTTPHandler.swift
[749/753] Compiling ObliviousHTTP Errors.swift
[750/753] Compiling ObliviousHTTP BHTTPSerializer.swift
[751/753] Compiling ObliviousHTTP BHTTPParser.swift
[752/753] Emitting module ObliviousHTTP
[753/753] Compiling ObliviousHTTP Varint.swift
Build complete! (293.33s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.