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 Android on 24 Nov 2025 18:17:46 UTC.

Swift 6 data race errors: 0

Build Command

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