Build Information
Successful build of swift-nio-oblivious-http, reference 0.4.0 (8aa449
), with Swift 6.1 for Linux on 26 Jun 2025 20:13:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-nio-oblivious-http.git
Reference: 0.4.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.4.0 -> FETCH_HEAD
HEAD is now at 8aa449e Added require-explicit-sendable to macOS CI. (#39)
Cloned https://github.com/apple/swift-nio-oblivious-http.git
Revision (git rev-parse @):
8aa449e599233b6d6d9e69c0c70c0aaf5cf80df7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-nio-oblivious-http.git at 0.4.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" : "3.0.0",
"upper_bound" : "4.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"
]
}
}
],
"targets" : [
{
"c99name" : "ObliviousXTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousXTests",
"path" : "Tests/ObliviousXTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousXTests.swift"
],
"target_dependencies" : [
"ObliviousX"
],
"type" : "test"
},
{
"c99name" : "ObliviousX",
"module_type" : "SwiftTarget",
"name" : "ObliviousX",
"path" : "Sources/ObliviousX",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX"
],
"sources" : [
"Errors.swift",
"OHTTPEncapsulation.swift"
],
"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"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/15469] Fetching swift-crypto
[1548/91808] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.30s)
[57255/76339] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.96s)
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/4436] Fetching swift-system
[312/6233] Fetching swift-system, swift-atomics
[3938/22948] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
[8448/21151] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.22s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.75s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] 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.3.2 (1.41s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.3.2
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.83.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.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.2.0
Building for debugging...
[0/388] Write sources
[14/388] Compiling CNIOWindows shim.c
[15/388] Compiling CNIOWindows WSAStartup.c
[16/388] Compiling CNIOLinux liburing_shims.c
[17/388] Compiling CNIOWASI CNIOWASI.c
[18/388] Compiling _AtomicsShims.c
[19/388] Compiling CNIODarwin shim.c
[20/388] Compiling CNIOLLHTTP c_nio_http.c
[21/388] Compiling CNIOLinux shim.c
[22/388] Compiling CNIOLLHTTP c_nio_api.c
[23/388] Compiling fiat_p256_adx_sqr.S
[24/388] Compiling fiat_p256_adx_mul.S
[25/388] Compiling fiat_curve25519_adx_square.S
[26/388] Compiling fiat_curve25519_adx_mul.S
[27/388] Compiling md5-x86_64-linux.S
[28/388] Compiling md5-x86_64-apple.S
[29/388] Compiling md5-586-linux.S
[30/388] Compiling md5-586-apple.S
[31/388] Compiling chacha20_poly1305_x86_64-apple.S
[32/388] Write swift-version-24593BA9C3E375BF.txt
[33/388] Compiling chacha20_poly1305_armv8-win.S
[34/388] Compiling chacha20_poly1305_x86_64-linux.S
[35/388] Compiling chacha20_poly1305_armv8-linux.S
[36/388] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/388] Compiling CCryptoBoringSSLShims shims.c
[38/388] Compiling chacha20_poly1305_armv8-apple.S
[39/388] Compiling chacha-x86_64-linux.S
[40/392] Compiling chacha-x86_64-apple.S
[41/392] Compiling chacha-x86-linux.S
[42/406] Compiling chacha-x86-apple.S
[43/408] Compiling chacha-armv8-win.S
[44/408] Compiling chacha-armv8-linux.S
[45/408] Compiling chacha-armv8-apple.S
[46/408] Compiling chacha-armv4-linux.S
[47/408] Compiling aes128gcmsiv-x86_64-linux.S
[48/408] Compiling aes128gcmsiv-x86_64-apple.S
[49/408] Compiling err_data.cc
[50/408] Compiling x86_64-mont5-linux.S
[51/408] Compiling x86_64-mont5-apple.S
[52/408] Compiling x86_64-mont-apple.S
[53/408] Compiling x86_64-mont-linux.S
[54/408] Compiling x86-mont-linux.S
[55/408] Compiling x86-mont-apple.S
[56/408] Compiling vpaes-x86_64-linux.S
[57/408] Compiling vpaes-x86_64-apple.S
[58/408] Compiling vpaes-x86-linux.S
[59/408] Compiling vpaes-x86-apple.S
[60/408] Compiling vpaes-armv8-win.S
[61/408] Compiling vpaes-armv8-linux.S
[62/408] Compiling vpaes-armv8-apple.S
[63/408] Compiling vpaes-armv7-linux.S
[64/408] Compiling sha512-x86_64-linux.S
[65/408] Compiling sha512-x86_64-apple.S
[66/408] Compiling sha512-armv8-win.S
[67/408] Compiling sha512-armv8-linux.S
[68/408] Compiling sha512-armv8-apple.S
[69/408] Compiling sha512-armv4-linux.S
[70/408] Compiling sha512-586-linux.S
[71/408] Compiling sha512-586-apple.S
[72/408] Compiling sha256-x86_64-apple.S
[73/408] Compiling sha256-x86_64-linux.S
[74/408] Compiling sha256-armv8-win.S
[75/408] Compiling sha256-armv8-linux.S
[76/408] Compiling sha256-armv8-apple.S
[77/408] Compiling sha256-armv4-linux.S
[78/408] Compiling sha256-586-apple.S
[79/408] Compiling sha256-586-linux.S
[80/408] Compiling sha1-x86_64-apple.S
[81/408] Compiling sha1-armv8-win.S
[82/408] Compiling sha1-x86_64-linux.S
[83/408] Compiling sha1-armv8-linux.S
[84/408] Compiling sha1-armv8-apple.S
[85/408] Compiling sha1-armv4-large-linux.S
[86/408] Compiling sha1-586-apple.S
[87/408] Compiling sha1-586-linux.S
[88/408] Compiling rsaz-avx2-linux.S
[89/408] Compiling rdrand-x86_64-linux.S
[90/408] Compiling rsaz-avx2-apple.S
[91/408] Compiling rdrand-x86_64-apple.S
[92/408] Compiling p256_beeu-x86_64-asm-apple.S
[93/408] Compiling p256_beeu-x86_64-asm-linux.S
[94/408] Compiling p256_beeu-armv8-asm-win.S
[95/408] Compiling p256_beeu-armv8-asm-apple.S
[96/408] Compiling p256_beeu-armv8-asm-linux.S
[97/408] Compiling p256-x86_64-asm-linux.S
[98/408] Compiling p256-x86_64-asm-apple.S
[99/408] Compiling p256-armv8-asm-win.S
[100/408] Compiling p256-armv8-asm-linux.S
[101/408] Compiling p256-armv8-asm-apple.S
[102/408] Compiling ghashv8-armv8-win.S
[103/408] Compiling ghashv8-armv8-linux.S
[104/408] Compiling ghashv8-armv8-apple.S
[105/408] Compiling ghashv8-armv7-linux.S
[106/408] Compiling ghash-x86_64-linux.S
[107/408] Compiling ghash-x86_64-apple.S
[108/408] Compiling ghash-x86-linux.S
[109/408] Compiling ghash-x86-apple.S
[110/408] Compiling ghash-ssse3-x86_64-linux.S
[111/408] Compiling ghash-ssse3-x86_64-apple.S
[112/408] Compiling ghash-ssse3-x86-linux.S
[113/408] Compiling ghash-ssse3-x86-apple.S
[114/408] Compiling ghash-neon-armv8-win.S
[115/408] Compiling ghash-neon-armv8-apple.S
[116/408] Compiling ghash-neon-armv8-linux.S
[117/408] Compiling ghash-armv4-linux.S
[118/408] Compiling co-586-linux.S
[119/408] Compiling co-586-apple.S
[120/408] Compiling bsaes-armv7-linux.S
[121/408] Compiling bn-armv8-win.S
[122/408] Compiling bn-armv8-linux.S
[123/408] Compiling bn-armv8-apple.S
[124/408] Compiling bn-586-linux.S
[125/408] Compiling bn-586-apple.S
[126/408] Compiling armv8-mont-linux.S
[127/408] Compiling armv8-mont-win.S
[128/408] Compiling armv8-mont-apple.S
[129/408] Compiling aesv8-gcm-armv8-win.S
[130/408] Compiling armv4-mont-linux.S
[131/408] Compiling aesv8-gcm-armv8-apple.S
[132/408] Compiling aesv8-gcm-armv8-linux.S
[133/408] Compiling aesv8-armv8-win.S
[134/408] Compiling aesv8-armv8-linux.S
[135/408] Compiling aesv8-armv8-apple.S
[136/408] Compiling aesv8-armv7-linux.S
[137/408] Compiling aesni-x86_64-apple.S
[138/408] Compiling aesni-x86_64-linux.S
[139/408] Compiling aesni-x86-apple.S
[140/408] Compiling aesni-x86-linux.S
[141/408] Compiling aesni-gcm-x86_64-linux.S
[142/408] Compiling aesni-gcm-x86_64-apple.S
[143/408] Compiling aes-gcm-avx10-x86_64-linux.S
[144/408] Compiling aes-gcm-avx10-x86_64-apple.S
[145/408] Compiling x_val.cc
[146/408] Compiling x_x509.cc
[147/408] Compiling x_x509a.cc
[149/408] Compiling _NIOBase64 Base64.swift
[150/408] Emitting module _NIOBase64
[151/408] Compiling InternalCollectionsUtilities Descriptions.swift
[152/408] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[153/408] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[154/408] Compiling InternalCollectionsUtilities Debugging.swift
[155/408] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[156/409] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[157/409] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[158/410] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[159/410] Compiling InternalCollectionsUtilities _SortedCollection.swift
[160/410] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[161/410] Compiling InternalCollectionsUtilities Integer rank.swift
[162/410] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[163/410] Compiling InternalCollectionsUtilities UInt+reversed.swift
[164/410] Emitting module InternalCollectionsUtilities
[165/410] Compiling _NIODataStructures _TinyArray.swift
[166/410] Compiling _NIODataStructures PriorityQueue.swift
[166/410] Compiling c-nioatomics.c
[167/410] Compiling x_sig.cc
[169/410] Compiling x_req.cc
[171/410] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[171/411] Compiling x_spki.cc
[174/411] Emitting module _NIODataStructures
[175/411] Compiling _NIODataStructures Heap.swift
[176/412] Compiling x_crl.cc
[177/412] Compiling x_name.cc
[178/419] Compiling x_pubkey.cc
[179/427] Compiling x_exten.cc
[181/427] Compiling DequeModule Deque+Equatable.swift
[182/427] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[183/427] Compiling DequeModule Deque+CustomReflectable.swift
[184/427] Compiling DequeModule Deque+Descriptions.swift
[184/429] Compiling x_attrib.cc
[186/429] Compiling DequeModule _DequeBuffer.swift
[187/429] Compiling DequeModule _DequeBufferHeader.swift
[187/429] Compiling x_all.cc
[188/429] Compiling c-atomics.c
[190/429] Compiling DequeModule _DequeSlot.swift
[191/429] Compiling DequeModule _UnsafeWrappedBuffer.swift
[191/429] Compiling x509spki.cc
[192/429] Compiling x_algor.cc
[194/429] Compiling DequeModule Deque+Testing.swift
[195/429] Compiling DequeModule Deque._Storage.swift
[196/429] Compiling DequeModule Deque._UnsafeHandle.swift
[197/429] Compiling DequeModule Deque.swift
[198/429] Compiling DequeModule Deque+Extras.swift
[199/429] Compiling DequeModule Deque+Hashable.swift
[199/429] Compiling x509rset.cc
[199/429] Compiling x509name.cc
[202/435] Compiling DequeModule Deque+Codable.swift
[203/435] Compiling DequeModule Deque+Collection.swift
[203/435] Compiling x509cset.cc
[204/435] Compiling x509_vpm.cc
[206/435] Emitting module DequeModule
[206/436] Compiling x509_vfy.cc
[209/436] Compiling NIOConcurrencyHelpers lock.swift
[209/436] Compiling x509_v3.cc
[210/436] Compiling x509_txt.cc
[212/436] Emitting module NIOConcurrencyHelpers
[213/436] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[213/436] Compiling x509_trs.cc
[215/436] Compiling NIOConcurrencyHelpers NIOLock.swift
[216/436] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[217/436] Compiling NIOConcurrencyHelpers atomics.swift
[218/437] Compiling x509_set.cc
[219/437] Compiling x509_req.cc
[220/437] Compiling x509_obj.cc
[221/437] Compiling x509_lu.cc
[222/437] Compiling x509_def.cc
[223/437] Compiling x509_ext.cc
[224/437] Compiling x509_d2.cc
[225/437] Compiling x509_cmp.cc
[226/437] Compiling x509_att.cc
[227/437] Compiling x509.cc
[228/437] Compiling v3_utl.cc
[229/437] Compiling v3_skey.cc
[230/437] Compiling v3_prn.cc
[231/437] Compiling v3_purp.cc
[232/437] Compiling v3_pmaps.cc
[233/437] Compiling v3_ocsp.cc
[234/437] Compiling v3_pcons.cc
[235/437] Compiling v3_ncons.cc
[236/437] Compiling v3_lib.cc
[237/437] Compiling v3_int.cc
[238/437] Compiling v3_info.cc
[239/437] Compiling v3_ia5.cc
[240/437] Compiling v3_genn.cc
[241/437] Compiling v3_enum.cc
[242/437] Compiling v3_extku.cc
[243/437] Compiling v3_crld.cc
[244/437] Compiling v3_cpols.cc
[245/437] Compiling v3_conf.cc
[246/437] Compiling v3_bitst.cc
[247/437] Compiling v3_bcons.cc
[248/437] Compiling v3_alt.cc
[249/437] Compiling v3_akeya.cc
[250/437] Compiling v3_akey.cc
[251/437] Compiling t_x509a.cc
[252/437] Compiling t_x509.cc
[253/437] Compiling t_crl.cc
[254/437] Compiling t_req.cc
[255/437] Compiling rsa_pss.cc
[256/437] Compiling i2d_pr.cc
[257/437] Compiling name_print.cc
[258/437] Compiling policy.cc
[259/437] Compiling by_file.cc
[260/437] Compiling by_dir.cc
[261/437] Compiling asn1_gen.cc
[262/437] Compiling algorithm.cc
[263/437] Compiling a_verify.cc
[264/437] Compiling voprf.cc
[265/437] Compiling a_sign.cc
[266/437] Compiling thread_win.cc
[267/437] Compiling thread_pthread.cc
[268/437] Compiling a_digest.cc
[269/437] Compiling trust_token.cc
[270/437] Compiling thread_none.cc
[271/437] Compiling thread.cc
[272/437] Compiling pmbtoken.cc
[273/437] Compiling slhdsa.cc
[274/437] Compiling thash.cc
[275/437] Compiling wots.cc
[276/437] Compiling stack.cc
[277/437] Compiling merkle.cc
[278/437] Compiling sha512.cc
[279/437] Compiling fors.cc
[280/437] Compiling siphash.cc
[281/437] Compiling sha256.cc
[282/437] Compiling sha1.cc
[283/437] Compiling rsa_print.cc
[284/437] Compiling rsa_extra.cc
[285/437] Compiling rc4.cc
[286/437] Compiling rsa_crypt.cc
[287/437] Compiling refcount.cc
[288/437] Compiling windows.cc
[289/437] Compiling rsa_asn1.cc
[290/437] Compiling trusty.cc
[291/437] Compiling urandom.cc
[292/437] Compiling rand_extra.cc
[293/437] Compiling ios.cc
[294/437] Compiling getentropy.cc
[295/437] Compiling passive.cc
[296/437] Compiling poly1305_arm_asm.S
[297/437] Compiling deterministic.cc
[298/437] Compiling forkunsafe.cc
[299/437] Compiling fork_detect.cc
[300/437] Compiling pool.cc
[301/437] Compiling poly1305_arm.cc
[302/437] Compiling poly1305.cc
[303/437] Compiling poly1305_vec.cc
[304/437] Compiling pkcs7.cc
[305/437] Compiling pkcs8.cc
[306/437] Compiling pkcs8_x509.cc
[307/437] Compiling p5_pbev2.cc
[308/437] Compiling pkcs7_x509.cc
[309/437] Compiling pem_xaux.cc
[310/437] Compiling pem_pkey.cc
[311/437] Compiling pem_x509.cc
[312/437] Compiling obj_xref.cc
[313/437] Compiling pem_pk8.cc
[314/437] Compiling pem_oth.cc
[315/437] Compiling pem_info.cc
[316/437] Compiling mlkem.cc
[317/437] Compiling obj.cc
[318/437] Compiling pem_lib.cc
[319/437] Compiling mldsa.cc
[320/437] Compiling pem_all.cc
[321/437] Compiling poly_rq_mul.S
[322/437] Compiling fips_shared_support.cc
[323/437] Compiling mem.cc
[324/437] Compiling md5.cc
[325/437] Compiling lhash.cc
[326/437] Compiling md4.cc
[327/437] Compiling kyber.cc
[328/437] Compiling sign.cc
[329/437] Compiling hrss.cc
[330/437] Compiling ex_data.cc
[331/437] Compiling hpke.cc
[332/437] Compiling scrypt.cc
[333/437] Compiling pbkdf.cc
[334/437] Compiling print.cc
[335/437] Compiling p_x25519.cc
[336/437] Compiling p_rsa_asn1.cc
[337/437] Compiling p_x25519_asn1.cc
[338/437] Compiling p_hkdf.cc
[339/437] Compiling p_rsa.cc
[340/437] Compiling p_ed25519.cc
[341/437] Compiling p_ed25519_asn1.cc
[342/437] Compiling p_ec_asn1.cc
[343/437] Compiling p_ec.cc
[344/437] Compiling p_dh.cc
[345/437] Compiling p_dsa_asn1.cc
[346/437] Compiling p_dh_asn1.cc
[347/437] Compiling evp_ctx.cc
[348/437] Compiling evp_asn1.cc
[349/437] Compiling evp.cc
[350/437] Compiling err.cc
[351/437] Compiling engine.cc
[352/437] Compiling ecdsa_asn1.cc
[353/437] Compiling ecdh_extra.cc
[354/437] Compiling hash_to_curve.cc
[355/437] Compiling ec_derive.cc
[356/437] Compiling dsa_asn1.cc
[357/437] Compiling ec_asn1.cc
[358/437] Compiling dsa.cc
[359/437] Compiling params.cc
[360/437] Compiling digest_extra.cc
[361/437] Compiling des.cc
[362/437] Compiling spake25519.cc
[363/437] Compiling dh_asn1.cc
[364/437] Compiling x25519-asm-arm.S
[365/437] Compiling curve25519.cc
[366/437] Compiling cpu_intel.cc
[367/437] Compiling crypto.cc
[368/437] Compiling cpu_arm_freebsd.cc
[369/437] Compiling cpu_arm_linux.cc
[370/437] Compiling cpu_aarch64_win.cc
[371/437] Compiling cpu_aarch64_linux.cc
[372/437] Compiling cpu_aarch64_sysreg.cc
[373/437] Compiling curve25519_64_adx.cc
[374/437] Compiling cpu_aarch64_openbsd.cc
[375/437] Compiling cpu_aarch64_apple.cc
[376/437] Compiling cpu_aarch64_fuchsia.cc
[377/437] Compiling bcm.cc
[378/437] Compiling tls_cbc.cc
[379/437] Compiling conf.cc
[380/437] Compiling e_rc4.cc
[381/437] Compiling e_null.cc
[382/437] Compiling e_rc2.cc
[383/437] Compiling e_tls.cc
[384/437] Compiling e_des.cc
[385/437] Compiling e_chacha20poly1305.cc
[386/437] Compiling derive_key.cc
[387/437] Compiling e_aesctrhmac.cc
[388/437] Compiling unicode.cc
[389/437] Compiling e_aesgcmsiv.cc
[389/437] Compiling cipher_extra.cc
[391/437] Compiling chacha.cc
[392/437] Compiling asn1_compat.cc
[393/437] Compiling cbb.cc
[394/437] Compiling cbs.cc
[395/437] Compiling buf.cc
[396/437] Compiling ber.cc
[397/437] Compiling bn_asn1.cc
[398/437] Compiling blake2.cc
[399/437] Compiling convert.cc
[400/437] Compiling printf.cc
[401/437] Compiling pair.cc
[402/437] Compiling errno.cc
[403/437] Compiling hexdump.cc
[404/437] Compiling file.cc
[405/437] Compiling bio_mem.cc
[406/437] Compiling fd.cc
[407/437] Compiling base64.cc
[408/437] Compiling bio.cc
[409/437] Compiling tasn_typ.cc
[410/437] Compiling tasn_utl.cc
[411/437] Compiling tasn_fre.cc
[412/437] Compiling tasn_new.cc
[413/437] Compiling tasn_enc.cc
[414/437] Compiling posix_time.cc
[415/437] Compiling f_string.cc
[416/437] Compiling tasn_dec.cc
[417/437] Compiling f_int.cc
[418/437] Compiling asn_pack.cc
[419/437] Compiling asn1_par.cc
[420/437] Compiling a_utctm.cc
[421/437] Compiling a_type.cc
[422/437] Compiling a_strnid.cc
[423/437] Compiling asn1_lib.cc
[424/437] Compiling a_time.cc
[425/437] Compiling a_strex.cc
[426/437] Compiling a_octet.cc
[427/437] Compiling a_mbstr.cc
[428/437] Compiling a_dup.cc
[429/437] Write sources
[430/437] Compiling a_object.cc
[431/437] Compiling a_i2d_fp.cc
[432/444] Compiling a_gentm.cc
[433/447] Compiling a_d2i_fp.cc
[434/455] Compiling a_bool.cc
[435/455] Compiling a_int.cc
[437/455] Compiling Atomics ManagedAtomic.swift
[438/455] Compiling Atomics ManagedAtomicLazyReference.swift
[439/455] Compiling Atomics UnsafeAtomic.swift
[440/455] Compiling Atomics UnsafeAtomicLazyReference.swift
[441/457] Compiling Atomics AtomicMemoryOrderings.swift
[442/457] Compiling Atomics DoubleWord.swift
[443/457] Compiling Atomics AtomicStorage.swift
[444/457] Compiling Atomics AtomicValue.swift
[444/457] Compiling a_bitstr.cc
[446/465] Compiling Atomics IntegerOperations.swift
[447/465] Compiling Atomics Unmanaged extensions.swift
[448/465] Compiling Atomics AtomicInteger.swift
[449/465] Compiling Atomics AtomicOptionalWrappable.swift
[450/465] Compiling Atomics AtomicReference.swift
[451/465] Emitting module Atomics
[452/465] Compiling Atomics OptionalRawRepresentable.swift
[453/465] Compiling Atomics RawRepresentable.swift
[454/465] Compiling Atomics AtomicBool.swift
[455/465] Compiling Atomics IntegerConformances.swift
[456/465] Compiling Atomics PointerConformances.swift
[457/465] Compiling Atomics Primitives.native.swift
[459/466] Compiling CryptoBoringWrapper RandomBytes.swift
[460/466] Emitting module CryptoBoringWrapper
[461/466] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[462/526] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[463/526] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[464/526] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[465/526] Compiling CryptoBoringWrapper EllipticCurve.swift
[466/526] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[468/598] Compiling Crypto AESWrap.swift
[469/598] Compiling Crypto AESWrap_boring.swift
[470/598] Compiling Crypto Ed25519_boring.swift
[471/598] Compiling Crypto NISTCurvesKeys_boring.swift
[472/598] Compiling Crypto X25519Keys_boring.swift
[473/598] Compiling Crypto Curve25519.swift
[474/598] Compiling Crypto Ed25519Keys.swift
[475/598] Compiling Crypto NISTCurvesKeys.swift
[476/598] Compiling Crypto DHKEM.swift
[477/598] Compiling Crypto HPKE-KEM-Curve25519.swift
[478/598] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[479/598] Compiling Crypto HPKE-KEM.swift
[480/598] Compiling Crypto HPKE-Errors.swift
[481/598] Compiling Crypto HPKE.swift
[482/598] Compiling Crypto HPKE-Context.swift
[483/598] Compiling Crypto HPKE-KeySchedule.swift
[484/598] Compiling Crypto HPKE-Modes.swift
[485/598] Compiling Crypto Insecure.swift
[486/598] Compiling Crypto Insecure_HashFunctions.swift
[487/598] Compiling Crypto KEM.swift
[488/598] Compiling Crypto ECDH_boring.swift
[489/598] Compiling Crypto DH.swift
[490/598] Compiling Crypto ECDH.swift
[491/598] Compiling Crypto HKDF.swift
[492/606] Compiling NIOCore SocketAddresses.swift
[493/606] Compiling NIOCore SocketOptionProvider.swift
[494/606] Compiling NIOCore SystemCallHelpers.swift
[495/606] Compiling NIOCore TimeAmount+Duration.swift
[496/606] Compiling NIOCore TypeAssistedChannelHandler.swift
[497/606] Compiling NIOCore UniversalBootstrapSupport.swift
[498/606] Compiling NIOCore Utilities.swift
[499/606] Compiling Crypto EdDSA_boring.swift
[500/606] Compiling Crypto ECDSA.swift
[501/606] Compiling Crypto Ed25519.swift
[502/615] Compiling Crypto HashFunctions.swift
[503/615] Compiling Crypto HashFunctions_SHA2.swift
[504/615] Compiling Crypto HPKE-AEAD.swift
[505/615] Compiling Crypto HPKE-Ciphersuite.swift
[506/615] Compiling Crypto HPKE-KDF.swift
[507/615] Compiling Crypto HPKE-KexKeyDerivation.swift
[508/615] Compiling Crypto HPKE-LabeledExtract.swift
[509/615] Compiling Crypto HPKE-Utils.swift
[510/615] Compiling Crypto PKCS8PrivateKey.swift
[511/615] Compiling Crypto SEC1PrivateKey.swift
[512/615] Compiling Crypto SubjectPublicKeyInfo.swift
[513/615] Compiling Crypto CryptoKitErrors.swift
[514/615] Compiling Crypto Digest_boring.swift
[515/615] Compiling Crypto Digest.swift
[516/615] Compiling Crypto Digests.swift
[529/615] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[530/615] Compiling Crypto AES-GCM.swift
[531/615] Compiling Crypto AES-GCM_boring.swift
[532/615] Compiling Crypto ChaChaPoly_boring.swift
[533/615] Compiling Crypto ChaChaPoly.swift
[534/615] Compiling Crypto Cipher.swift
[535/615] Compiling Crypto Nonces.swift
[536/615] Compiling Crypto ASN1.swift
[537/615] Compiling Crypto ASN1Any.swift
[538/615] Compiling Crypto ASN1BitString.swift
[539/615] Compiling Crypto ASN1Boolean.swift
[540/615] Compiling Crypto ASN1Identifier.swift
[541/615] Compiling Crypto ASN1Integer.swift
[542/615] Compiling Crypto ASN1Null.swift
[543/615] Compiling Crypto ASN1OctetString.swift
[544/615] Compiling Crypto ASN1Strings.swift
[545/615] Compiling Crypto ArraySliceBigint.swift
[546/615] Compiling Crypto GeneralizedTime.swift
[547/615] Compiling Crypto ObjectIdentifier.swift
[548/615] Compiling Crypto ECDSASignature.swift
[549/615] Compiling Crypto PEMDocument.swift
[550/615] Emitting module Crypto
[588/615] Compiling Crypto Signature.swift
[589/615] Compiling Crypto CryptoKitErrors_boring.swift
[590/615] Compiling Crypto RNG_boring.swift
[591/615] Compiling Crypto SafeCompare_boring.swift
[592/615] Compiling Crypto Zeroization_boring.swift
[593/615] Compiling Crypto PrettyBytes.swift
[594/615] Compiling Crypto SafeCompare.swift
[595/615] Compiling Crypto SecureBytes.swift
[596/615] Compiling Crypto Zeroization.swift
[598/619] Compiling ObliviousX Errors.swift
[599/619] Compiling ObliviousX OHTTPEncapsulation.swift
[600/619] Emitting module ObliviousX
[602/620] Emitting module NIOCore
[622/671] Emitting module NIOEmbedded
[623/671] Compiling NIOPosix Pool.swift
[624/671] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[625/671] Compiling NIOPosix PosixSingletons.swift
[626/671] Compiling NIOPosix RawSocketBootstrap.swift
[627/671] Compiling NIOPosix Resolver.swift
[628/671] Compiling NIOPosix Selectable.swift
[629/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[630/677] Compiling NIOEmbedded Embedded.swift
[631/677] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[633/678] Compiling NIOPosix ThreadPosix.swift
[634/678] Compiling NIOPosix ThreadWindows.swift
[635/678] Compiling NIOPosix UnsafeTransfer.swift
[636/678] Compiling NIOPosix Utilities.swift
[637/678] Compiling NIOPosix VsockAddress.swift
[638/678] Compiling NIOPosix VsockChannelEvents.swift
[639/678] Compiling NIOPosix ServerSocket.swift
[640/678] Compiling NIOPosix Socket.swift
[641/678] Compiling NIOPosix SocketChannel.swift
[642/678] Compiling NIOPosix SocketProtocols.swift
[643/678] Compiling NIOPosix System.swift
[644/678] Compiling NIOPosix Thread.swift
[645/678] Compiling NIOPosix SelectableChannel.swift
[646/678] Compiling NIOPosix SelectableEventLoop.swift
[647/678] Compiling NIOPosix SelectorEpoll.swift
[648/678] Compiling NIOPosix SelectorGeneric.swift
[649/678] Compiling NIOPosix SelectorKqueue.swift
[650/678] Compiling NIOPosix SelectorUring.swift
[651/678] Compiling NIOPosix BSDSocketAPICommon.swift
[652/678] Compiling NIOPosix BSDSocketAPIPosix.swift
[653/678] Compiling NIOPosix BSDSocketAPIWindows.swift
[654/678] Compiling NIOPosix BaseSocket.swift
[655/678] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[656/678] Compiling NIOPosix BaseSocketChannel.swift
[657/678] Compiling NIOPosix BaseStreamSocketChannel.swift
[658/678] Compiling NIOPosix NIOThreadPool.swift
[659/678] Compiling NIOPosix NonBlockingFileIO.swift
[660/678] Compiling NIOPosix PendingDatagramWritesManager.swift
[661/678] Compiling NIOPosix PendingWritesManager.swift
[662/678] Compiling NIOPosix PipeChannel.swift
[663/678] Compiling NIOPosix PipePair.swift
[664/678] Compiling NIOPosix IO.swift
[665/678] Compiling NIOPosix IntegerBitPacking.swift
[666/678] Compiling NIOPosix IntegerTypes.swift
[667/678] Compiling NIOPosix Linux.swift
[668/678] Compiling NIOPosix LinuxCPUSet.swift
[669/678] Compiling NIOPosix LinuxUring.swift
[670/678] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[671/678] Compiling NIOPosix Bootstrap.swift
[672/678] Compiling NIOPosix ControlMessage.swift
[673/678] Compiling NIOPosix DatagramVectorReadManager.swift
[674/678] Compiling NIOPosix Errors+Any.swift
[675/678] Compiling NIOPosix FileDescriptor.swift
[676/678] Compiling NIOPosix GetaddrinfoResolver.swift
[677/678] Compiling NIOPosix HappyEyeballs.swift
[678/678] Emitting module NIOPosix
[680/681] Compiling NIO Exports.swift
[681/681] Emitting module NIO
[683/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[684/698] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[685/700] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[686/700] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[687/700] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[688/700] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[689/700] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[690/700] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[691/700] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[692/700] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[693/700] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[694/700] Compiling NIOHTTP1 HTTPTypes.swift
[695/700] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[696/700] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[697/700] Compiling NIOHTTP1 ByteCollectionUtils.swift
[698/700] Compiling NIOHTTP1 HTTPDecoder.swift
[699/700] Compiling NIOHTTP1 HTTPEncoder.swift
[700/700] Emitting module NIOHTTP1
[702/707] Compiling ObliviousHTTP Errors.swift
[703/707] Compiling ObliviousHTTP BHTTPSerializer.swift
[704/707] Compiling ObliviousHTTP BHTTPParser.swift
[705/707] Emitting module ObliviousHTTP
[706/707] Compiling ObliviousHTTP ObliviousHTTPHandler.swift
[707/707] Compiling ObliviousHTTP Varint.swift
Build complete! (192.48s)
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" : "3.0.0",
"upper_bound" : "4.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"
]
}
}
],
"targets" : [
{
"c99name" : "ObliviousXTests",
"module_type" : "SwiftTarget",
"name" : "ObliviousXTests",
"path" : "Tests/ObliviousXTests",
"product_dependencies" : [
"Crypto"
],
"sources" : [
"ObliviousXTests.swift"
],
"target_dependencies" : [
"ObliviousX"
],
"type" : "test"
},
{
"c99name" : "ObliviousX",
"module_type" : "SwiftTarget",
"name" : "ObliviousX",
"path" : "Sources/ObliviousX",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"ObliviousX"
],
"sources" : [
"Errors.swift",
"OHTTPEncapsulation.swift"
],
"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"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.