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 main (c45e16), with Swift 6.1 for Linux on 21 Nov 2025 18:35:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: main
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
 * 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:         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-4606859-0":/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/17453] Fetching swift-crypto
[525/97891] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (10.68s)
Fetched https://github.com/apple/swift-nio.git from cache (10.84s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (20.68s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.96s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.0 (1.62s)
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
[602/7002] Fetching swift-atomics, swift-system
[3129/25316] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
[12874/23496] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.93s)
Fetched https://github.com/apple/swift-collections.git from cache (2.96s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.55s)
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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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 aes.cc
[23/404] Compiling a_dup.cc
[24/407] Compiling a_d2i_fp.cc
[25/407] Compiling CNIOWindows shim.c
[26/407] Compiling CNIOWindows WSAStartup.c
[27/407] Compiling CNIOWASI CNIOWASI.c
[27/407] Compiling KeccakP-1600-opt64.c
[29/407] Compiling CNIOPosix event_loop_id.c
[30/407] Compiling CNIOLinux liburing_shims.c
[31/407] Compiling CNIOLinux shim.c
[32/419] Compiling CNIOLLHTTP c_nio_http.c
[33/425] Compiling a_gentm.cc
[34/425] Compiling CNIODarwin shim.c
[35/425] Compiling CNIOLLHTTP c_nio_api.c
[36/425] Compiling a_bool.cc
[37/425] Compiling a_bitstr.cc
[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 CNIOLLHTTP c_nio_llhttp.c
[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 chacha20_poly1305_x86_64-linux.S
[48/425] Compiling CCryptoBoringSSLShims shims.c
[49/425] Compiling chacha20_poly1305_x86_64-apple.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 chacha-x86-apple.S
[58/425] Emitting module InternalCollectionsUtilities
[58/427] Compiling chacha-armv8-win.S
[59/427] Compiling chacha-armv8-linux.S
[60/427] Compiling chacha-armv8-apple.S
[61/427] Compiling err_data.cc
[62/427] Compiling chacha-armv4-linux.S
[63/427] Compiling aes128gcmsiv-x86_64-linux.S
[64/427] Compiling x86_64-mont5-linux.S
[65/427] Compiling aes128gcmsiv-x86_64-apple.S
[66/427] Compiling x86_64-mont5-apple.S
[67/427] Compiling x86_64-mont-apple.S
[68/427] Compiling x86_64-mont-linux.S
[69/427] Compiling x86-mont-linux.S
[70/427] Compiling vpaes-x86_64-linux.S
[71/427] Compiling x86-mont-apple.S
[72/427] Compiling vpaes-x86_64-apple.S
[73/427] Compiling vpaes-x86-linux.S
[74/427] Compiling vpaes-x86-apple.S
[75/427] Compiling vpaes-armv8-win.S
[76/427] Compiling vpaes-armv8-linux.S
[77/427] Compiling vpaes-armv8-apple.S
[78/427] Compiling vpaes-armv7-linux.S
[79/427] Compiling sha512-x86_64-apple.S
[80/427] Compiling sha512-x86_64-linux.S
[81/427] Compiling sha512-armv8-win.S
[82/427] Compiling sha512-armv8-linux.S
[83/427] Compiling sha512-armv8-apple.S
[84/427] Compiling sha512-armv4-linux.S
[85/427] Compiling sha512-586-linux.S
[86/427] Compiling sha512-586-apple.S
[87/427] Compiling sha256-x86_64-linux.S
[88/427] Compiling sha256-armv8-win.S
[89/427] Compiling sha256-x86_64-apple.S
[90/427] Compiling sha256-armv8-linux.S
[91/427] Compiling sha256-armv8-apple.S
[92/427] Compiling sha256-armv4-linux.S
[93/427] Compiling sha256-586-linux.S
[94/427] Compiling sha256-586-apple.S
[95/427] Compiling sha1-x86_64-apple.S
[96/427] Compiling sha1-armv8-win.S
[97/427] Compiling sha1-x86_64-linux.S
[98/427] Compiling sha1-armv8-linux.S
[99/427] Compiling sha1-armv8-apple.S
[100/427] Compiling sha1-armv4-large-linux.S
[101/427] Compiling sha1-586-linux.S
[102/427] Compiling sha1-586-apple.S
[103/427] Compiling rsaz-avx2-linux.S
[104/427] Compiling rdrand-x86_64-linux.S
[105/427] Compiling rsaz-avx2-apple.S
[106/427] Compiling rdrand-x86_64-apple.S
[107/427] Compiling p256_beeu-x86_64-asm-linux.S
[108/427] Compiling p256_beeu-x86_64-asm-apple.S
[109/427] Compiling p256_beeu-armv8-asm-win.S
[110/427] Compiling p256_beeu-armv8-asm-linux.S
[111/427] Compiling p256-x86_64-asm-linux.S
[112/427] Compiling p256_beeu-armv8-asm-apple.S
[113/427] Compiling p256-x86_64-asm-apple.S
[114/427] Compiling p256-armv8-asm-win.S
[115/427] Compiling p256-armv8-asm-linux.S
[116/427] Compiling p256-armv8-asm-apple.S
[117/427] Compiling ghashv8-armv8-win.S
[119/427] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[120/427] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[121/427] Compiling _NIODataStructures _TinyArray.swift
[121/427] Compiling ghashv8-armv7-linux.S
[122/427] Compiling ghashv8-armv8-linux.S
[123/427] Compiling ghashv8-armv8-apple.S
[125/427] Compiling _NIOBase64 Base64.swift
[126/427] Emitting module _NIOBase64
[127/427] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[128/427] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[129/427] Compiling InternalCollectionsUtilities Debugging.swift
[130/427] Compiling InternalCollectionsUtilities Descriptions.swift
[131/428] Compiling InternalCollectionsUtilities _SortedCollection.swift
[132/428] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[133/428] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[134/428] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/428] Compiling _NIODataStructures PriorityQueue.swift
[136/428] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[137/428] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[137/428] Compiling ghash-x86_64-apple.S
[139/428] Compiling InternalCollectionsUtilities UInt+reversed.swift
[140/428] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[140/428] Compiling ghash-x86_64-linux.S
[141/428] Compiling ghash-x86-linux.S
[143/428] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[144/428] Compiling InternalCollectionsUtilities Integer rank.swift
[145/428] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[145/429] Compiling ghash-x86-apple.S
[147/429] Compiling ghash-ssse3-x86_64-linux.S
[149/429] Compiling ghash-ssse3-x86_64-apple.S
[150/429] Compiling ghash-ssse3-x86-linux.S
[151/429] Compiling ghash-ssse3-x86-apple.S
[152/429] Compiling ghash-neon-armv8-win.S
[153/429] Compiling ghash-neon-armv8-apple.S
[154/429] Compiling ghash-neon-armv8-linux.S
[155/429] Compiling ghash-armv4-linux.S
[156/429] Compiling co-586-linux.S
[157/429] Compiling c-nioatomics.c
[158/429] Compiling co-586-apple.S
[159/429] Compiling bsaes-armv7-linux.S
[160/429] Compiling bn-armv8-win.S
[161/429] Compiling bn-armv8-linux.S
[162/442] Compiling bn-armv8-apple.S
[163/444] Compiling bn-586-linux.S
[164/444] Compiling bn-586-apple.S
[165/444] Compiling armv8-mont-linux.S
[166/444] Compiling armv4-mont-linux.S
[167/444] Compiling armv8-mont-win.S
[168/444] Compiling armv8-mont-apple.S
[169/444] Compiling aesv8-gcm-armv8-win.S
[170/444] Compiling aesv8-gcm-armv8-linux.S
[171/444] Compiling aesv8-armv8-linux.S
[172/444] Compiling aesv8-armv8-win.S
[173/444] Compiling aesv8-gcm-armv8-apple.S
[174/444] Compiling aesv8-armv8-apple.S
[175/444] Compiling aesni-x86_64-apple.S
[176/444] Compiling aesv8-armv7-linux.S
[177/444] Compiling aesni-x86_64-linux.S
[178/444] Compiling aesni-x86-linux.S
[179/444] Compiling aesni-x86-apple.S
[180/444] Compiling aesni-gcm-x86_64-linux.S
[181/444] Compiling aesni-gcm-x86_64-apple.S
[182/444] Compiling aes-gcm-avx2-x86_64-linux.S
[183/444] Compiling aes-gcm-avx512-x86_64-linux.S
[184/444] Compiling aes-gcm-avx512-x86_64-apple.S
[185/444] Compiling aes-gcm-avx2-x86_64-apple.S
[187/444] Compiling DequeModule _DequeBuffer.swift
[188/444] Compiling DequeModule _DequeBufferHeader.swift
[189/446] Compiling DequeModule Deque+Extras.swift
[190/446] Compiling DequeModule Deque+Hashable.swift
[191/446] Compiling _NIODataStructures Heap.swift
[192/446] Emitting module _NIODataStructures
[193/447] Compiling DequeModule Deque+CustomReflectable.swift
[194/447] Compiling DequeModule Deque+Descriptions.swift
[195/447] Compiling DequeModule Deque+Equatable.swift
[196/447] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[197/447] Compiling DequeModule Deque+Testing.swift
[198/447] Compiling DequeModule Deque._Storage.swift
[199/447] Compiling c-atomics.c
[201/447] Compiling DequeModule _DequeSlot.swift
[202/447] Compiling DequeModule _UnsafeWrappedBuffer.swift
[202/447] Compiling x_sig.cc
[204/447] Compiling DequeModule Deque._UnsafeHandle.swift
[205/447] Compiling DequeModule Deque.swift
[205/447] Compiling x_spki.cc
[206/453] Compiling xwing.cc
[208/453] Compiling DequeModule Deque+Codable.swift
[209/453] Compiling DequeModule Deque+Collection.swift
[210/453] Emitting module DequeModule
[211/454] Compiling NIOConcurrencyHelpers lock.swift
[211/454] Compiling x_x509.cc
[213/454] Compiling x_x509a.cc
[215/454] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[216/454] Compiling NIOConcurrencyHelpers NIOLock.swift
[217/454] Compiling NIOConcurrencyHelpers atomics.swift
[218/454] Emitting module NIOConcurrencyHelpers
[219/454] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[219/455] Compiling x_req.cc
[221/455] Compiling x_pubkey.cc
[222/455] Compiling x_exten.cc
[223/455] Compiling x_name.cc
[224/455] Compiling x_crl.cc
[225/455] Compiling x_attrib.cc
[226/455] Compiling x509spki.cc
[227/455] Compiling x_all.cc
[228/455] Compiling x509cset.cc
[229/455] Compiling x_algor.cc
[230/455] Compiling x509rset.cc
[231/455] Compiling x509name.cc
[232/455] Compiling x509_vfy.cc
[233/455] Compiling x509_txt.cc
[234/455] Compiling x509_vpm.cc
[235/455] Compiling x509_v3.cc
[236/455] Compiling x509_trs.cc
[237/455] Compiling x509_req.cc
[238/455] Compiling x509_set.cc
[239/455] Compiling x509_obj.cc
[240/455] Compiling x509_cmp.cc
[241/455] Compiling x509_ext.cc
[242/455] Compiling x509_def.cc
[243/455] Compiling x509_lu.cc
[244/455] Compiling x509_att.cc
[245/455] Compiling x509_d2.cc
[246/455] Compiling x509.cc
[247/455] Compiling v3_utl.cc
[248/455] Compiling v3_skey.cc
[249/455] Compiling v3_purp.cc
[250/455] Compiling v3_prn.cc
[251/455] Compiling v3_ncons.cc
[252/455] Compiling v3_pcons.cc
[253/455] Compiling v3_ocsp.cc
[254/455] Compiling v3_pmaps.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_extku.cc
[260/455] Compiling v3_crld.cc
[261/455] Compiling v3_enum.cc
[262/455] Compiling v3_genn.cc
[263/455] Compiling v3_cpols.cc
[264/455] Compiling v3_bitst.cc
[265/455] Compiling t_x509a.cc
[266/455] Compiling v3_bcons.cc
[267/455] Compiling v3_akeya.cc
[268/455] Compiling v3_conf.cc
[269/455] Compiling v3_akey.cc
[270/455] Compiling v3_alt.cc
[271/455] Compiling t_x509.cc
[272/455] Compiling i2d_pr.cc
[273/455] Compiling rsa_pss.cc
[274/455] Compiling t_req.cc
[275/455] Compiling t_crl.cc
[276/455] Compiling policy.cc
[277/455] Compiling name_print.cc
[278/455] Compiling by_file.cc
[279/455] Compiling a_verify.cc
[280/455] Compiling asn1_gen.cc
[281/455] Compiling by_dir.cc
[282/455] Compiling algorithm.cc
[283/455] Compiling a_digest.cc
[284/455] Compiling a_sign.cc
[285/455] Compiling thread_win.cc
[286/455] Compiling voprf.cc
[287/455] Compiling thread_pthread.cc
[288/455] Compiling thread_none.cc
[289/455] Compiling thread.cc
[290/455] Compiling pmbtoken.cc
[291/455] Compiling trust_token.cc
[292/455] Compiling stack.cc
[293/455] Compiling siphash.cc
[294/455] Compiling sha512.cc
[295/455] Compiling sha256.cc
[296/455] Compiling slhdsa.cc
[297/455] Compiling sha1.cc
[298/455] Compiling rsa_extra.cc
[299/455] Compiling spake2plus.cc
[300/455] Compiling rsa_print.cc
[301/455] Compiling refcount.cc
[302/455] Compiling rc4.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 deterministic.cc
[313/455] Compiling rsa_asn1.cc
[314/455] Compiling forkunsafe.cc
[315/455] Compiling fork_detect.cc
[316/455] Compiling poly1305_arm.cc
[317/455] Compiling poly1305.cc
[318/455] Compiling poly1305_vec.cc
[319/455] Compiling pool.cc
[320/455] Compiling pkcs7.cc
[321/455] Compiling p5_pbev2.cc
[322/455] Compiling pkcs8_x509.cc
[323/455] Compiling pkcs8.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 pem_pk8.cc
[330/455] Compiling obj_xref.cc
[331/455] Compiling pem_oth.cc
[332/455] Compiling mldsa.cc
[333/455] Compiling pem_lib.cc
[334/455] Compiling pem_info.cc
[335/455] Compiling pem_all.cc
[336/455] Compiling mem.cc
[337/455] Compiling obj.cc
[338/455] Compiling poly_rq_mul.S
[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 hrss.cc
[346/455] Compiling ex_data.cc
[347/455] Compiling print.cc
[348/455] Compiling scrypt.cc
[349/455] Compiling pbkdf.cc
[350/455] Compiling hpke.cc
[351/455] Compiling sign.cc
[352/455] Compiling p_x25519_asn1.cc
[353/455] Compiling p_ed25519_asn1.cc
[354/455] Compiling p_x25519.cc
[355/455] Compiling p_hkdf.cc
[356/455] Compiling p_ed25519.cc
[357/455] Compiling p_rsa_asn1.cc
[358/455] Compiling p_rsa.cc
[359/455] Compiling p_dsa_asn1.cc
[360/455] Compiling p_ec.cc
[361/455] Compiling p_ec_asn1.cc
[362/455] Compiling p_dh.cc
[363/455] Compiling err.cc
[364/455] Compiling p_dh_asn1.cc
[365/455] Compiling evp_ctx.cc
[366/455] Compiling engine.cc
[367/455] Compiling evp.cc
[368/455] Compiling ecdsa_p1363.cc
[369/455] Compiling evp_asn1.cc
[370/455] Compiling ecdh.cc
[371/455] Compiling ecdsa_asn1.cc
[372/455] Compiling hash_to_curve.cc
[373/455] Compiling ec_derive.cc
[374/455] Compiling dsa.cc
[375/455] Compiling ec_asn1.cc
[376/455] Compiling dsa_asn1.cc
[377/455] Compiling digest_extra.cc
[378/455] Compiling x25519-asm-arm.S
[379/455] Compiling des.cc
[380/455] Compiling params.cc
[381/455] Compiling dh_asn1.cc
[382/455] Compiling cpu_intel.cc
[383/455] Compiling crypto.cc
[384/455] Compiling spake25519.cc
[385/455] Compiling cpu_arm_linux.cc
[386/455] Compiling curve25519.cc
[387/455] Compiling cpu_arm_freebsd.cc
[388/455] Compiling cpu_aarch64_openbsd.cc
[389/455] Compiling cpu_aarch64_linux.cc
[390/455] Compiling cpu_aarch64_sysreg.cc
[391/455] Compiling cpu_aarch64_win.cc
[392/455] Compiling cpu_aarch64_fuchsia.cc
[393/455] Compiling curve25519_64_adx.cc
[394/455] Compiling cpu_aarch64_apple.cc
[395/455] Compiling conf.cc
[396/455] Compiling get_cipher.cc
[397/455] Compiling e_rc2.cc
[398/455] Compiling tls_cbc.cc
[399/455] Compiling e_rc4.cc
[400/455] Compiling e_tls.cc
[401/455] Compiling e_chacha20poly1305.cc
[402/455] Compiling derive_key.cc
[403/455] Compiling e_null.cc
[404/455] Compiling e_aesgcmsiv.cc
[405/455] Compiling e_des.cc
[406/455] Compiling cms.cc
[407/455] Compiling e_aesctrhmac.cc
[408/455] Compiling e_aeseax.cc
[409/455] Compiling chacha.cc
[410/455] Compiling sqrt.cc
[411/455] Compiling cbb.cc
[412/455] Compiling buf.cc
[413/455] Compiling unicode.cc
[414/455] Compiling div.cc
[415/455] Compiling cbs.cc
[416/455] Compiling ber.cc
[417/455] Compiling exponentiation.cc
[418/455] Compiling asn1_compat.cc
[419/455] Compiling hexdump.cc
[420/455] Compiling printf.cc
[421/455] Compiling blake2.cc
[422/455] Compiling fd.cc
[423/455] Compiling file.cc
[424/455] Compiling bn_asn1.cc
[425/455] Compiling pair.cc
[426/455] Compiling errno.cc
[427/455] Compiling convert.cc
[428/455] Compiling bio_mem.cc
[429/455] Compiling base64.cc
[430/455] Compiling bio.cc
[431/455] Compiling tasn_typ.cc
[432/455] Compiling tasn_fre.cc
[433/455] Compiling tasn_enc.cc
[434/455] Compiling tasn_utl.cc
[435/455] Compiling posix_time.cc
[436/455] Compiling f_string.cc
[437/455] Compiling tasn_new.cc
[438/455] Compiling f_int.cc
[439/455] Compiling tasn_dec.cc
[440/455] Compiling asn1_par.cc
[441/455] Compiling asn_pack.cc
[442/455] Compiling a_utctm.cc
[443/455] Compiling a_octet.cc
[444/455] Compiling asn1_lib.cc
[445/455] Compiling a_type.cc
[446/455] Compiling a_time.cc
[447/455] Write sources
[448/455] Compiling a_strnid.cc
[449/455] Compiling a_strex.cc
[450/473] Compiling a_object.cc
[451/473] Compiling a_mbstr.cc
[452/473] Compiling a_i2d_fp.cc
[454/473] Compiling Atomics UnsafeAtomic.swift
[455/473] Compiling Atomics UnsafeAtomicLazyReference.swift
[456/475] Compiling Atomics AtomicMemoryOrderings.swift
[457/475] Compiling Atomics DoubleWord.swift
[458/475] Compiling Atomics AtomicStorage.swift
[459/475] Compiling Atomics AtomicValue.swift
[460/475] Compiling Atomics ManagedAtomic.swift
[461/475] Compiling Atomics ManagedAtomicLazyReference.swift
[461/475] Compiling a_int.cc
[463/475] Compiling Atomics AtomicInteger.swift
[464/475] Compiling Atomics AtomicOptionalWrappable.swift
[465/475] Compiling Atomics AtomicReference.swift
[466/475] Compiling Atomics IntegerOperations.swift
[467/475] Compiling Atomics Unmanaged extensions.swift
[468/475] Compiling Atomics OptionalRawRepresentable.swift
[469/475] Compiling Atomics RawRepresentable.swift
[470/475] Compiling Atomics AtomicBool.swift
[471/475] Compiling Atomics IntegerConformances.swift
[472/475] Compiling Atomics PointerConformances.swift
[473/475] Compiling Atomics Primitives.native.swift
[474/475] Emitting module Atomics
[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 EventLoopFuture+Deprecated.swift
[486/555] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[487/555] Compiling NIOCore EventLoopFuture.swift
[488/555] Compiling NIOCore FileDescriptor.swift
[489/555] Compiling NIOCore FileHandle.swift
[490/555] Compiling NIOCore FileRegion.swift
[491/555] Compiling NIOCore GlobalSingletons.swift
[492/555] Compiling NIOCore IO.swift
[493/555] Compiling NIOCore IOData.swift
[494/555] Compiling NIOCore IPProtocol.swift
[495/555] Compiling NIOCore IntegerBitPacking.swift
[496/555] Compiling NIOCore IntegerTypes.swift
[497/555] Compiling NIOCore Interfaces.swift
[498/555] Compiling NIOCore Linux.swift
[499/555] Compiling NIOCore MarkedCircularBuffer.swift
[500/555] Compiling NIOCore MulticastChannel.swift
[501/555] Compiling NIOCore NIOAny.swift
[502/555] Compiling NIOCore NIOCloseOnErrorHandler.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 CryptoBoringWrapper RandomBytes.swift
[521/555] Emitting module CryptoBoringWrapper
[522/555] Compiling NIOCore AddressedEnvelope.swift
[523/555] Compiling NIOCore AsyncAwaitSupport.swift
[524/555] Compiling NIOCore AsyncChannel.swift
[525/555] Compiling NIOCore AsyncChannelHandler.swift
[526/555] Compiling NIOCore AsyncChannelInboundStream.swift
[527/555] Compiling NIOCore AsyncChannelOutboundWriter.swift
[528/555] Compiling NIOCore NIOAsyncSequenceProducer.swift
[529/555] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[530/555] Compiling NIOCore NIOAsyncWriter.swift
[531/555] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[532/555] Compiling NIOCore BSDSocketAPI.swift
[533/555] Compiling NIOCore ByteBuffer-aux.swift
[534/555] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[535/555] Compiling NIOCore ByteBuffer-conversions.swift
[536/555] Compiling NIOCore ByteBuffer-core.swift
[537/555] Compiling NIOCore ByteBuffer-hex.swift
[538/555] Compiling NIOCore ByteBuffer-int.swift
[539/555] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[540/555] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[541/555] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[542/555] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[543/555] Compiling CryptoBoringWrapper EllipticCurve.swift
[544/555] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[545/555] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[547/639] Compiling Crypto ECDSASignature.swift
[548/639] Compiling Crypto PEMDocument.swift
[549/639] Compiling Crypto PKCS8PrivateKey.swift
[550/639] Compiling Crypto SEC1PrivateKey.swift
[551/639] Compiling Crypto SubjectPublicKeyInfo.swift
[552/639] Compiling Crypto CryptoError_boring.swift
[553/639] Compiling Crypto HPKE-LabeledExtract.swift
[554/639] Compiling Crypto HPKE-Utils.swift
[555/639] Compiling Crypto DHKEM.swift
[556/639] Compiling Crypto ASN1Null.swift
[557/639] Compiling Crypto ASN1OctetString.swift
[558/639] Compiling Crypto ASN1Strings.swift
[559/639] Compiling Crypto ArraySliceBigint.swift
[560/639] Compiling Crypto GeneralizedTime.swift
[561/639] Compiling Crypto ObjectIdentifier.swift
[568/650] Emitting module Crypto
[569/650] Compiling Crypto AES-GCM.swift
[570/650] Compiling Crypto AES-GCM_boring.swift
[571/650] Compiling Crypto ChaChaPoly_boring.swift
[572/650] Compiling Crypto ChaChaPoly.swift
[573/650] Compiling Crypto Cipher.swift
[574/650] Compiling Crypto Nonces.swift
[575/650] Compiling Crypto ASN1.swift
[576/650] Compiling Crypto ASN1Any.swift
[577/650] Compiling Crypto ASN1BitString.swift
[578/650] Compiling Crypto ASN1Boolean.swift
[579/650] Compiling Crypto ASN1Identifier.swift
[580/650] Compiling Crypto ASN1Integer.swift
[581/650] Emitting module NIOCore
[583/705] Emitting module NIOEmbedded
[584/705] Compiling Crypto MLDSA.swift
[585/705] Compiling Crypto Signature.swift
[586/705] Compiling Crypto CryptoKitErrors_boring.swift
[587/705] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[588/705] Compiling Crypto RNG_boring.swift
[589/705] Compiling Crypto SafeCompare_boring.swift
[590/705] Compiling Crypto Zeroization_boring.swift
[591/705] Compiling Crypto PrettyBytes.swift
[592/705] Compiling Crypto SafeCompare.swift
[593/705] Compiling Crypto SecureBytes.swift
[594/705] Compiling Crypto Zeroization.swift
[595/705] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[596/705] Compiling NIOEmbedded Embedded.swift
[597/705] Compiling NIOEmbedded AsyncTestingChannel.swift
[599/706] Compiling NIOPosix PendingDatagramWritesManager.swift
[600/706] Compiling NIOPosix PendingWritesManager.swift
[601/706] Compiling NIOPosix PipeChannel.swift
[602/706] Compiling NIOPosix PipePair.swift
[603/706] Compiling NIOPosix IO.swift
[604/706] Compiling NIOPosix IntegerBitPacking.swift
[605/706] Compiling NIOPosix IntegerTypes.swift
[606/706] Compiling NIOPosix Linux.swift
[607/706] Compiling NIOPosix LinuxCPUSet.swift
[608/706] Compiling NIOPosix LinuxUring.swift
[609/706] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[610/706] Compiling NIOPosix SelectableEventLoop.swift
[611/706] Compiling NIOPosix ThreadPosix.swift
[612/706] Compiling Crypto Digest_boring.swift
[613/706] Compiling Crypto Digest.swift
[614/706] Compiling Crypto Digests.swift
[615/706] Compiling Crypto HashFunctions.swift
[616/706] Compiling Crypto HashFunctions_SHA2.swift
[617/706] Compiling Crypto HashFunctions_SHA3.swift
[618/706] Compiling Crypto Digest_xkcp.swift
[619/706] Compiling Crypto HPKE-AEAD.swift
[620/706] Compiling Crypto HPKE-Ciphersuite.swift
[621/706] Compiling Crypto HPKE-KDF.swift
[622/706] Compiling Crypto HPKE-KexKeyDerivation.swift
[623/706] Compiling NIOPosix SelectorEpoll.swift
[624/706] Compiling NIOPosix SelectorGeneric.swift
[625/706] Compiling NIOPosix SelectorKqueue.swift
[626/706] Compiling NIOPosix SelectorUring.swift
[627/706] Compiling NIOPosix SelectorWSAPoll.swift
[628/706] Compiling NIOPosix ServerSocket.swift
[629/706] Compiling NIOPosix Socket.swift
[630/706] Compiling NIOPosix SocketChannel.swift
[631/706] Compiling NIOPosix SocketProtocols.swift
[632/706] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[633/706] Compiling NIOPosix System.swift
[634/706] Compiling NIOPosix Thread.swift
[635/706] Compiling Crypto HKDF.swift
[636/706] Compiling Crypto AESWrap.swift
[637/706] Compiling Crypto AESWrap_boring.swift
[638/706] Compiling Crypto Ed25519_boring.swift
[639/706] Compiling Crypto NISTCurvesKeys_boring.swift
[640/706] Compiling Crypto X25519Keys_boring.swift
[641/706] Compiling Crypto Curve25519.swift
[642/706] Compiling Crypto Ed25519Keys.swift
[643/706] Compiling Crypto NISTCurvesKeys.swift
[644/706] Compiling Crypto X25519Keys.swift
[645/706] Compiling Crypto SymmetricKeys.swift
[646/706] Compiling Crypto HMAC.swift
[647/706] Compiling Crypto MACFunctions.swift
[648/706] Compiling Crypto MessageAuthenticationCode.swift
[649/706] Compiling Crypto AES.swift
[650/706] Compiling Crypto ECDSASignature_boring.swift
[651/706] Compiling Crypto ECDSA_boring.swift
[652/706] Compiling Crypto EdDSA_boring.swift
[653/706] Compiling Crypto MLDSA_boring.swift
[654/706] Compiling Crypto MLDSA_wrapper.swift
[655/706] Compiling Crypto ECDSA.swift
[656/706] Compiling Crypto Ed25519.swift
[658/709] Emitting module NIOPosix
[673/715] Emitting module ObliviousXHelpers
[674/715] Compiling ObliviousXHelpers Helpers.swift
[675/715] Compiling NIOPosix ThreadWindows.swift
[676/715] Compiling NIOPosix UnsafeTransfer.swift
[677/715] Compiling NIOPosix Utilities.swift
[678/715] Compiling NIOPosix VsockAddress.swift
[679/715] Compiling NIOPosix VsockChannelEvents.swift
[680/715] Compiling NIOPosix Windows.swift
[682/716] Compiling NIOPosix BSDSocketAPICommon.swift
[683/716] Compiling NIOPosix BSDSocketAPIPosix.swift
[684/716] Compiling NIOPosix BSDSocketAPIWindows.swift
[685/716] Compiling NIOPosix BaseSocket.swift
[686/716] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[687/716] Compiling NIOPosix BaseSocketChannel.swift
[688/716] Compiling NIOPosix BaseStreamSocketChannel.swift
[696/716] Compiling NIOPosix Bootstrap.swift
[697/716] Compiling NIOPosix ControlMessage.swift
[698/716] Compiling NIOPosix DatagramVectorReadManager.swift
[699/716] Compiling NIOPosix Errors+Any.swift
[700/716] Compiling NIOPosix FileDescriptor.swift
[701/716] Compiling NIOPosix GetaddrinfoResolver.swift
[702/716] Compiling NIOPosix HappyEyeballs.swift
[703/716] Compiling NIOPosix Pool.swift
[704/716] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[705/716] Compiling NIOPosix PosixSingletons.swift
[706/716] Compiling NIOPosix RawSocketBootstrap.swift
[707/716] Compiling NIOPosix Resolver.swift
[708/716] Compiling NIOPosix Selectable.swift
[709/716] Compiling NIOPosix SelectableChannel.swift
[710/716] Compiling NIOPosix NIOPosixSendableMetatype.swift
[711/716] Compiling NIOPosix NIOThreadPool.swift
[712/716] Compiling NIOPosix NonBlockingFileIO.swift
[718/723] Emitting module ObliviousX
[719/723] Compiling ObliviousX Errors.swift
[720/724] Compiling ObliviousX OHTTPEncapsulation.swift
[722/726] Emitting module NIO
[723/726] Compiling NIO Exports.swift
[725/727] Emitting module ObliviousDoH
[726/727] Compiling ObliviousDoH ODoHRoutine.swift
[727/727] Compiling ObliviousDoH Errors.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 HTTPServerProtocolErrorHandler.swift
[736/746] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[737/746] Emitting module NIOHTTP1
[738/746] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[739/746] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[740/746] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[741/746] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[742/746] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[743/746] Compiling NIOHTTP1 HTTPTypes.swift
[744/746] Compiling NIOHTTP1 ByteCollectionUtils.swift
[745/746] Compiling NIOHTTP1 HTTPDecoder.swift
[746/746] Compiling NIOHTTP1 HTTPEncoder.swift
[748/753] Compiling ObliviousHTTP Errors.swift
[749/753] Compiling ObliviousHTTP BHTTPSerializer.swift
[750/753] Emitting module ObliviousHTTP
[751/753] Compiling ObliviousHTTP BHTTPParser.swift
[752/753] Compiling ObliviousHTTP ObliviousHTTPHandler.swift
[753/753] Compiling ObliviousHTTP Varint.swift
Build complete! (248.43s)
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.